Extend recognized types of SDT probe's arguments
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4 probes to test for bitness recognition.
5 * gdb.arch/amd64-stap-optional-prefix.exp
6 (test_probe_value_without_reg): New procedure.
7 Add code to test for different kinds of bitness.
8
9 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10
11 PR breakpoints/16889
12 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14
15 2014-05-01 Pedro Alves <palves@redhat.com>
16
17 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
18 gdb_file_cmd if no file is specified.
19 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20 last_loaded_file to set the remote exec-file.
21
22 2014-05-01 Pedro Alves <palves@redhat.com>
23
24 * boards/local-remote-host.exp: New file.
25
26 2014-05-01 Pedro Alves <palves@redhat.com>
27
28 * boards/local-remote-host.exp: Rename to ...
29 * boards/local-remote-host-notty.exp: ... this.
30
31 2014-04-28 Joel Brobecker <brobecker@adacore.com>
32
33 * gdb.ada/dyn_arrayidx: New testcase.
34
35 2014-04-26 Yao Qi <yao@codesourcery.com>
36
37 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
38 and compute the length of function main. Save it in
39 $main_length.
40 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
41 (top-level): Use gdb_compile to compile objects into
42 executable and restart GDB. Remove invocation to
43 prepare_for_testing.
44
45 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
46 Pedro Alves <palves@redhat.com>
47
48 PR server/16255
49 * gdb.multi/multi-attach.c: New file.
50 * gdb.multi/multi-attach.exp: New file.
51
52 2014-04-25 Pedro Alves <palves@redhat.com>
53
54 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
55 user.
56 (top level): Test that "set remote conditional-breakpoints-packet
57 off" works as intended.
58 * gdb.base/dprintf.exp: Test that "set remote
59 breakpoint-commands-packet off" works as intended.
60 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
61 New function.
62 (top level): Call it.
63 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
64 remote fast-tracepoints-packet off" works as intended.
65 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
66 * lib/gdb.exp (gdb_is_target_remote): ... here.
67
68 2014-04-24 David Blaikie <dblaikie@gmail.com>
69
70 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
71 ensure clang would not discard them.
72 * gdb.base/gdbvars.c: Ditto.
73 * gdb.base/memattr.c: Ditto.
74 * gdb.base/whatis.c: Ditto.
75 * gdb.python/py-prettyprint.c: Ditto.
76 * gdb.trace/actions.c: Ditto.
77 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
78 ensure clang would not discard it.
79
80 2014-04-24 David Blaikie <dblaikie@gmail.com>
81
82 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
83 clang to emit the full definition of type required by the test
84 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
85
86 2014-04-24 David Blaikie <dblaikie@gmail.com>
87
88 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
89 coax Clang into emitting the definition of the type.
90 * gdb.cp/pr10728-x.h (y): Ditto.
91 * gdb.cp/pr10728-y.cc (y): Ditto.
92
93 2014-04-24 David Blaikie <dblaikie@gmail.com>
94
95 * gdb.base/label.exp: XFAIL label related tests under Clang.
96 * gdb.cp/cplabel.exp: Ditto.
97 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
98 under Clang those using labels.
99
100 2014-04-25 Yao Qi <yao@codesourcery.com>
101
102 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
103 double_label.
104 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
105 partial_label and double_label.
106
107 2014-04-24 David Blaikie <dblaikie@gmail.com>
108
109 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
110
111 2014-04-24 David Blaikie <dblaikie@gmail.com>
112
113 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
114 of the function to work across GCC and Clang.
115 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
116 pointer types (const void ** const V void **).
117
118 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
119 Walfred Tedeschi <walfred.tedeschi@intel.com>
120
121 * Makefile.in (EXECUTABLES): Added i386-avx512.
122 * gdb.arch/i386-avx512.c: New file.
123 * gdb.arch/i386-avx512.exp: Likewise.
124
125 2014-04-23 Keith Seitz <keiths@redhat.com>
126
127 * lib/mi-support.exp (mi_list_breakpoints): Delete.
128 (mi_make_breakpoint_table): New procedure.
129 (mi_create_breakpoint): Use mi_make_breakpoint
130 and return the result.
131 (mi_make_breakpoint): New procedure.
132 (mi_build_kv_pairs): New procedure.
133
134 * gdb.mi/mi-break.exp: Remove unused globals,
135 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
136 All callers updated.
137 * gdb.mi/mi-dprintf.exp: Use variable to track command
138 number.
139 Update all callers of mi_create_breakpoint and use
140 mi_make_breakpoint_table.
141 Remove any unused global variables.
142 * gdb.mi/mi-nonstop.exp: Likewise.
143 * gdb.mi/mi-nsintrall.exp: Likewise.
144 * gdb.mi/mi-nsmoribund.exp: Likewise.
145 * gdb.mi/mi-nsthrexec.exp: Likewise.
146 * gdb.mi/mi-reverse.exp: Likewise.
147 * gdb.mi/mi-simplerun.exp: Likewise.
148 * gdb.mi/mi-stepn.exp: Likewise.
149 * gdb.mi/mi-syn-frame.exp: Likewise.
150 * gdb.mi/mi-until.exp: Likewise.
151 * gdb.mi/mi-var-cp.exp: Likewise.
152 * gdb.mi/mi-var-display.exp: Likewise.
153 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
154 * gdb.mi/mi2-var-child.exp: Likewise.
155 * gdb.mi/mi-vla-c99.exp: Likewise.
156 * lib/mi-support.exp: Likewise.
157
158 From Ian Lance Taylor <iant@cygnus.com>:
159 * lib/gdb.exp (parse_args): New procedure.
160
161 2014-04-23 Pedro Alves <palves@redhat.com>
162
163 * gdb.base/break-unload-file.c: New file.
164 * gdb.base/break-unload-file.exp: New file.
165 * gdb.base/sym-file-lib.c (baz): New function.
166 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
167 field.
168 (load): Store the segment's mapped size.
169 (unload): New function.
170 (unload_shlib): New function.
171 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
172 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
173 set a breakpoint at baz, and call it.
174 * gdb.base/sym-file.exp: New tests for stale breakpoint
175 instructions.
176
177 2014-04-23 Pedro Alves <palves@redhat.com>
178
179 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
180 * gdb.base/hbreak-in-shr-unsupported.c: New file.
181 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
182 * gdb.base/hbreak-unmapped.c: New file.
183 * gdb.base/hbreak-unmapped.exp: New file.
184 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
185 * lib/gdb.exp (gdb_is_target_remote): ... here.
186
187 2014-04-22 Pedro Alves <palves@redhat.com>
188
189 * gdb.base/consecutive-step-over.c: New file.
190 * gdb.base/consecutive-step-over.exp: New file.
191
192 2014-04-22 Pedro Alves <palves@redhat.com>
193
194 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
195 instead of send_gdb/gdb_expect.
196
197 2014-04-22 Yao Qi <yao@codesourcery.com>
198
199 * lib/trace-support.exp (generate_tracefile): New procedure.
200 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
201 return 0.
202 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
203 if generate_tracefile returns 1.
204
205 2014-04-18 Tom Tromey <palves@redhat.com>
206 Pedro alves <tromey@redhat.com>
207
208 PR backtrace/15558
209 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
210 with a backtrace limit.
211 * gdb.python/py-frame-inline.exp: Test running to an inline
212 function with a backtrace limit, and printing the newest frame.
213 * gdb.python/py-frame-inline.c (main): Call f.
214
215 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
216
217 * gdb.java/jnpe.exp: Drop srcdir from untested path.
218
219 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
220
221 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
222 Drop prefix from unsupported source file path.
223
224 2014-04-17 Yao Qi <yao@codesourcery.com>
225
226 * lib/gdb.exp (with_target_charset): New proc.
227 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
228 with_target_charset.
229 (test_print_strings): Likewise.
230 (test_repeat_bytes): Likewise.
231 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
232 for some tests.
233
234 2014-04-16 Keith Seitz <keiths@redhat.com>
235
236 PR gdb/15827
237 * gdb.dwarf2/corrupt.c: New file.
238 * gdb.dwarf2/corrupt.exp: New file.
239
240 2014-04-16 Keith Seitz <keiths@redhat.com>
241
242 PR c++/16597
243 * gdb.cp/namelessclass.cc: New file.
244 * gdb.cp/namelessclass.exp: New file.
245 * gdb.cp/namelessclass.S: New file.
246
247 2014-04-16 Doug Evans <dje@google.com>
248
249 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
250 Add comment.
251 (gdbserver_default_get_comm_port): New function.
252 (gdbserver_start): Check if board file provided
253 "gdbserver,get_comm_port" and use it if so.
254 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
255 (gdb,socketport): Set to "stdio".
256 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
257 (stdio_gdbserver_template): Delete.
258 (${board}_get_remote_address): Update.
259 (${board}_build_remote_cmd): Delete.
260 (${board}_get_comm_port): New function.
261 (${board}_spawn): Update.
262 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
263 Delete.
264 (${board}_get_remote_address): Update.
265 (${board}_get_comm_port): New function.
266
267 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
268
269 * gdb.base/memattr.exp: Improve regexps to handle memory regions
270 appearing in any order.
271
272 2014-04-15 Doug Evans <dje@google.com>
273
274 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
275 uninitialized value of "description".
276
277 2014-04-15 Keith Seitz <keiths@redhat.com>
278
279 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
280 Remove unused globals.
281 (test_running_the_program): Likewise.
282 (test_controlled_execution): Likewise.
283 (test_controlling_breakpoints): Likewise.
284 (test_program_termination): Likewise.
285
286 2014-04-15 Keith Seitz <keiths@redhat.com>
287
288 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
289 unused globals.
290 (test_rbreak_creation_and_listing): Likewise.
291 (test_ignore_count): Likewise.
292 (test_error): Likewise.
293
294 2014-04-15 Pedro Alves <palves@redhat.com>
295
296 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
297 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
298 sym-file-loader.c.
299 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
300 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
301 to sym-file-loader.c.
302 (struct library): Forward declare.
303 (load_shlib, lookup_function): Change prototypes.
304 (find_shstrtab, find_strtab, find_shdr, find_symtab)
305 (translate_offset): Remove declarations.
306 (get_text_addr): New declaration.
307 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
308 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
309 sym-file-loader.h.
310 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
311 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
312 here from sym-file-loader.h.
313 (struct library): New structure.
314 (load_shlib, lookup_function): Change prototypes and adjust to
315 work with a struct library.
316 (find_shstrtab, find_strtab, find_shdr, find_symtab)
317 (translate_offset): Make static.
318 (get_text_addr): New function.
319 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
320
321 2014-04-15 Pedro Alves <palves@redhat.com>
322
323 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
324
325 2014-04-15 Pedro Alves <palves@redhat.com>
326
327 * gdb.base/sym-file-loader.c: Include <limits.h>.
328 (SELF_LINK): New define.
329 (get_origin): New function.
330 (load_shlib): Use it.
331 * gdb.base/sym-file.exp: Don't early return if the target is
332 remote. Use runto_main, and issue fail is that fails. Use
333 gdb_load_shlibs.
334 (shlib_name): Delete.
335 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
336
337 2014-04-15 Pedro Alves <palves@redhat.com>
338
339 * gdb.base/sym-file.exp: Remove regex characters from test
340 message. Don't refer to breakpoint numbers in test messages.
341
342 2014-04-14 Keith Seitz <keiths@redhat.com>
343
344 PR c++/16253
345 * gdb.cp/var-tag.cc: New file.
346 * gdb.cp/var-tag.exp: New file.
347 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
348 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
349 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
350 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
351
352 2014-04-14 Tom Tromey <tromey@redhat.com>
353
354 * gdb.cp/classes.exp (test_enums): Handle underlying type.
355 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
356 type.
357 * gdb.cp/enum-class.exp: New file.
358 * gdb.cp/enum-class.cc: New file.
359
360 2014-04-14 Tom Tromey <tromey@redhat.com>
361
362 * gdb.dwarf2/enum-type.exp: New file.
363
364 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
365
366 * gdb.mi/mi-vla-c99.exp: New file.
367 * gdb.mi/vla.c: New file.
368
369 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
370
371 * gdb.base/vla-datatypes.c: New file.
372 * gdb.base/vla-datatypes.exp: New file.
373
374 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
375
376 * gdb.base/vla-ptr.c: New file.
377 * gdb.base/vla-ptr.exp: New file.
378
379 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
380
381 * gdb.dwarf2/count.exp: New file.
382
383 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
384
385 * gdb.base/vla-sideeffect.c: New file.
386 * gdb.base/vla-sideeffect.exp: New file.
387
388 2014-04-14 David Blaikie <dblaikie@gmail.com>
389
390 * gdb.mi/non-stop.c: Add return value for non-void function return
391 statement.
392 * gdb.threads/staticthreads.c: Ditto.
393
394 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
395 Doug Evans <xdje42@gmail.com>
396
397 * gdb.guile/scm-value.c: Improve test case.
398 * gdb.guile/scm-value.exp: Add new test.
399
400 2014-04-11 David Blaikie <dblaikie@gmail.com>
401
402 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
403 override Clang's default.
404
405 2014-04-11 Joel Brobecker <brobecker@adacore.com>
406
407 Revert the following changes (regressions):
408
409 * gdb.base/vla-sideeffect.c: New file.
410 * gdb.base/vla-sideeffect.exp: New file.
411
412 * gdb.dwarf2/count.exp: New file.
413
414 * gdb.base/vla-multi.c: New file.
415 * gdb.base/vla-multi.exp: New file.
416
417 * gdb.base/vla-ptr.c: New file.
418 * gdb.base/vla-ptr.exp: New file.
419
420 * gdb.base/vla-datatypes.c: New file.
421 * gdb.base/vla-datatypes.exp: New file.
422
423 * gdb.mi/mi-vla-c99.exp: New file.
424 * gdb.mi/vla.c: New file.
425
426 2014-04-11 Keith Seitz <keiths@redhat.com>
427
428 PR c++/16675
429 * gdb.cp/cpsizeof.exp: New file.
430 * gdb.cp/cpsizeof.cc: New file.
431
432 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
433
434 * gdb.mi/mi-vla-c99.exp: New file.
435 * gdb.mi/vla.c: New file.
436
437 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
438
439 * gdb.base/vla-datatypes.c: New file.
440 * gdb.base/vla-datatypes.exp: New file.
441
442 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
443
444 * gdb.base/vla-ptr.c: New file.
445 * gdb.base/vla-ptr.exp: New file.
446
447 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
448
449 * gdb.base/vla-multi.c: New file.
450 * gdb.base/vla-multi.exp: New file.
451
452 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
453
454 * gdb.dwarf2/count.exp: New file.
455
456 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
457
458 * gdb.base/vla-sideeffect.c: New file.
459 * gdb.base/vla-sideeffect.exp: New file.
460
461 2014-04-11 Yao Qi <yao@codesourcery.com>
462
463 * gdb.base/completion.exp: Check file exists before running tests
464 on file completion.
465
466 2014-04-10 Pedro Alves <palves@redhat.com>
467
468 * gdb.base/cond-eval-mode.c: New file.
469 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
470 prepare_for_testing to build the new file. Check result of
471 runto_main.
472 (test_break, test_watch): New procedures.
473 (top level): Use them.
474
475 2014-04-08 Pierre Muller <muller@sourceware.org>
476
477 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
478 Ctrl-V use for mingw hosts.
479
480 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
481
482 * gdb.python/py-value.c: Improve test case.
483 * gdb.python/py-value.exp: Add new test.
484
485 2014-04-07 David Blaikie <dblaikie@gmail.com>
486
487 * lib/compiler.c: Identify the clang compiler.
488 * lib/compiler.cc: Ditto.
489
490 2014-04-03 Yao Qi <yao@codesourcery.com>
491
492 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
493
494 2014-04-01 Anton Blanchard <anton@samba.org>
495
496 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
497 messages unique.
498
499 2014-04-01 Anton Blanchard <anton@samba.org>
500
501 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
502 prepare_for_testing.
503
504 2014-04-01 Anton Blanchard <anton@samba.org>
505
506 * gdb.arch/ppc64-atomic-inst.c: Remove.
507 * gdb.arch/ppc64-atomic-inst.S: New file.
508 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
509
510 2014-03-31 Doug Evans <dje@google.com>
511
512 * gdb.base/print-symbol-loading-lib.c: New file.
513 * gdb.base/print-symbol-loading-main.c: New file.
514 * gdb.base/print-symbol-loading.exp: New file.
515
516 2014-03-31 Yao Qi <yao@codesourcery.com>
517
518 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
519
520 2014-03-28 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.ada/mi_dyn_arr: New testcase.
523
524 2014-03-27 Doug Evans <dje@google.com>
525
526 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
527
528 2014-03-27 Yao Qi <yao@codesourcery.com>
529
530 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
531 if target is nios2-*-*.
532
533 2014-03-26 Yao Qi <yao@codesourcery.com>
534
535 * lib/gdb.exp (readline_is_used): New proc.
536 * gdb.base/completion.exp: Move tests on command complete up.
537 Skip the rest of tests if readline is not used.
538 * gdb.ada/complete.exp: Skp the test if readline is not
539 used.
540 * gdb.base/filesym.exp: Likewise.
541 * gdb.base/macscp.exp: Likewise.
542 * gdb.base/readline-ask.exp: Likewise.
543 * gdb.base/readline.exp: Likewise.
544 * gdb.python/py-cmd.exp: Likewise.
545 * gdb.trace/tfile.exp: Likewise.
546
547 2014-03-26 Yao Qi <yao@codesourcery.com>
548
549 * gdb.base/macscp.exp: Fix code format issues.
550
551 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
552
553 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
554 * gdb.asm/powerpc64le.inc: New file.
555
556 2014-03-25 Pedro Alves <palves@redhat.com>
557 Doug Evans <dje@google.com>
558
559 * gdb.base/source-execution.c: New file.
560 * gdb.base/source-execution.exp: New file.
561 * gdb.base/source-execution.gdb: New file.
562
563 2014-03-24 Doug Evans <dje@google.com>
564
565 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
566 using fission.
567
568 2014-03-24 Hui Zhu <hui@codesourcery.com>
569 Pedro Alves <palves@redhat.com>
570
571 PR breakpoints/16101
572 * gdb.base/dprintf.exp: Use unsupported rather than changing the
573 test pass/fail messages. Detect missing support for dprintf when
574 breakpoints are actually inserted.
575 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
576 breakpoints are actually inserted.
577 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
578 fails.
579
580 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
581
582 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
583
584 2014-03-22 Doug Evans <xdje42@gmail.com>
585
586 * gdb.python/python.exp (python not supported): Verify multi-line
587 python command issues an error.
588 * gdb.guile/guile.exp (guile not supported): Verify multi-line
589 guile command issues an error.
590
591 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
592
593 * gdb.threads/thread-specific.exp: Handle the lack of usable
594 $this_breakpoint and $this_thread.
595
596 2014-03-21 Hui Zhu <hui@codesourcery.com>
597
598 * gdb.base/attach.exp (do_command_attach_tests): New.
599
600 2014-03-20 Tom Tromey <tromey@redhat.com>
601 Pedro Alves <palves@redhat.com>
602
603 PR cli/15718
604 * gdb.base/condbreak-call-false.c: New file.
605 * gdb.base/condbreak-call-false.exp: New file.
606
607 2014-03-20 Pedro Alves <palves@redhat.com>
608
609 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
610 Delete.
611 (block_signals, unblock_signals): Delete.
612 (child_function_2, main): Remove references to deleted variable
613 and functions.
614
615 2014-03-20 Pedro Alves <palves@redhat.com>
616
617 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
618 Use pthread_kill to signal thread 2.
619 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
620 Adjust to make the test send itself a signal rather than using the
621 host's "kill" command.
622
623 2014-03-20 Pedro Alves <palves@redhat.com>
624
625 * gdb.threads/multiple-step-overs.c: New file.
626 * gdb.threads/multiple-step-overs.exp: New file.
627 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
628 Adjust expected infrun debug output.
629
630 2014-03-20 Pedro Alves <palves@redhat.com>
631
632 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
633 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
634
635 2014-03-20 Pedro Alves <palves@redhat.com>
636
637 PR breakpoints/7143
638 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
639 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
640 of gdb_test_multiple.
641 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
642 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
643
644 2014-03-20 Pedro Alves <palves@redhat.com>
645
646 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
647 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
648
649 2014-03-19 Pedro Alves <palves@redhat.com>
650
651 * gdb.base/async.exp: Remove early return.
652
653 2014-03-19 Pedro Alves <palves@redhat.com>
654
655 * gdb.base/async.exp (step& tests): Pass explicit test messages.
656
657 2014-03-19 Pedro Alves <palves@redhat.com>
658
659 * gdb.base/async.exp (test_background): Expect \r\n after
660 "completed." in the fail pattern.
661
662 2014-03-19 Pedro Alves <palves@redhat.com>
663
664 * gdb.base/async.exp (test_background): New procedure.
665 Use it for all background execution command tests.
666
667 2014-03-19 Pedro Alves <palves@redhat.com>
668
669 * gdb.base/async.exp: Use prepare_for_testing.
670
671 2014-03-19 Pedro Alves <palves@redhat.com>
672
673 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
674 the same line.
675
676 2014-03-19 Pedro Alves <palves@redhat.com>
677
678 * gdb.base/async.c (main): Add "jump here" and "until here" line
679 marker comments.
680 * gdb.base/async.exp (jump_here): New global.
681 (jump& test): Use it.
682 (until_here): New global.
683 (until& test): Use it.
684
685 2014-03-19 Pedro Alves <palves@redhat.com>
686
687 * gdb.base/async.exp: Don't frob gdb_protocol.
688
689 2014-03-18 Doug Evans <xdje42@gmail.com>
690
691 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
692 Fix spelling of exec-done-display.
693
694 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
695
696 PR gdb/15358
697 * gdb.base/gdb-sigterm.c: New file.
698 * gdb.base/gdb-sigterm.exp: New file.
699
700 2014-03-18 Pedro Alves <palves@redhat.com>
701
702 PR gdb/13860
703 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
704 * lib/mi-support.exp (mi_expect_stop): Add special handling for
705 solib-event.
706
707 2014-03-17 Joel Brobecker <brobecker@adacore.com>
708
709 * gdb.ada/pckd_arr_ren: New testcase.
710
711 2014-03-13 Doug Evans <xdje42@gmail.com>
712
713 PR guile/16612
714 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
715 collect after discarding symbols.
716
717 2014-03-13 Ludovic Courtès <ludo@gnu.org>
718 Doug Evans <xdje42@gmail.com>
719
720 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
721 to history survives a gc.
722
723 2014-03-13 Pedro Alves <palves@redhat.com>
724
725 * gdb.base/default.exp: Don't test "target procfs".
726
727 2014-03-13 Pedro Alves <palves@redhat.com>
728
729 * gdb.base/default.exp: Update "target child" and "target procfs"
730 tests to not expect "Unix".
731
732 2014-03-12 Tom Tromey <tromey@redhat.com>
733
734 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
735 New procs. Add target-async tests.
736 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
737 Add target-async tests.
738
739 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
740
741 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
742 'func_start' and 'func_end' for the beginning and end of the
743 function code, respectively.
744 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
745 'func_end' instead of 'func' and 'main'.
746
747 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
748
749 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
750 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
751 generate the debug info assembler source.
752
753 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
754
755 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
756 * gdb.dwarf2/arr-subrange.exp: Likewise.
757 * gdb.dwarf2/dwz.exp: Likewise.
758 * gdb.dwarf2/method-ptr.exp: Likewise.
759 * gdb.dwarf2/missing-sig-type.exp: Likewise.
760 * gdb.dwarf2/subrange.exp: Likewise.
761 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
762 * gdb.dwarf2/implptrpiece.exp: Likewise.
763 * gdb.dwarf2/nostaticblock.exp: Likewise.
764
765 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
766
767 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
768 directory to absolute path name arguments.
769
770 2014-03-10 Joel Brobecker <brobecker@adacore.com>
771
772 * gdb.ada/tagged_access: New testcase.
773
774 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
775
776 * gdb.btrace/data.exp: Update expected output.
777
778 2014-03-06 Yao Qi <yao@codesourcery.com>
779
780 * gdb.trace/pr16508.exp: New file.
781
782 2014-03-05 Pedro Alves <palves@redhat.com>
783
784 PR gdb/16575
785 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
786 procedure.
787 (top level): Adjust to use it. Add tests that exercise breakpoint
788 interaction with the code-cache.
789
790 2014-02-26 Ludovic Courtès <ludo@gnu.org>
791
792 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
793 test for 'history-append!'.
794
795 2014-02-26 Joel Brobecker <brobecker@adacore.com>
796
797 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
798 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
799 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
800 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
801 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
802 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
803
804 2014-02-26 Joel Brobecker <brobecker@adacore.com>
805
806 * testsuite/gdb.python/py-pp-re-notag.c: New file.
807 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
808 * testsuite/gdb.python/py-pp-re-notag.p: New file.
809
810 2014-02-26 Joel Brobecker <brobecker@adacore.com>
811
812 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
813
814 2014-02-26 Joel Brobecker <brobecker@adacore.com>
815
816 * gdb.dwarf2/arr-stride.c: New file.
817 * gdb.dwarf2/arr-stride.exp: New file.
818
819 2014-02-26 Pedro Alves <palves@redhat.com>
820
821 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
822 that won't ever trigger. Make sure that GDB reports the correct
823 breakpoint that caused the stop.
824
825 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
826
827 PR gdb/16626
828 * gdb.base/auto-load-script: New file.
829 * gdb.base/auto-load.c: New file.
830 * gdb.base/auto-load.exp: New file.
831
832 PR gdb/16626
833 * gdb.base/auto-load.exp: Fix out-of-srctree run.
834
835 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
836
837 Fix dw2-icycle.exp -fsanitize=address GDB crash.
838 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
839
840 2014-02-24 Doug Evans <dje@google.com>
841
842 * lib/gdb.exp (run_on_host): Log error output if program fails.
843
844 2014-02-21 Pedro Alves <palves@redhat.com>
845
846 * gdb.threads/step-after-sr-lock.c: Rename to ...
847 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
848 * gdb.threads/step-after-sr-lock.exp: Rename to ...
849 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
850 ... this.
851
852 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
853
854 PR tdep/16397
855 * gdb.arch/amd64-stap-special-operands.exp: New file.
856 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
857 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
858 * gdb.arch/amd64-stap-triplet.S: Likewise.
859 * gdb.arch/amd64-stap-triplet.c: Likewise.
860
861 2014-02-20 Joel Brobecker <brobecker@adacore.com>
862
863 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
864 in .section pseudo-op.
865
866 2014-02-20 lin zuojian <manjian2006@gmail.com>
867 Joel Brobecker <brobecker@adacore.com>
868 Doug Evans <xdje42@gmail.com>
869
870 PR symtab/16581
871 * gdb.dwarf2/dw2-icycle.S: New file.
872 * gdb.dwarf2/dw2-icycle.c: New file.
873 * gdb.dwarf2/dw2-icycle.exp: New file.
874
875 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
876
877 * gdb.python/py-value-cc.cc: Improve test case to enable testing
878 operations on gdb.Value objects.
879 * gdb.python/py-value-cc.exp: Add new test to test operations on
880 gdb.Value objects.
881
882 2014-02-18 Doug Evans <dje@google.com>
883
884 * Makefile.in (TESTS): New variable.
885 (expanded_tests, expanded_tests_or_none): New variables
886 (check-single): Pass $(expanded_tests_or_none) to runtest.
887 (check-parallel): Only run tests in $(TESTS) if non-empty.
888 (check/no-matching-tests-found): New rule.
889 * README: Document TESTS makefile variable.
890
891 2014-02-18 Doug Evans <dje@google.com>
892
893 * Makefile.in (check-parallel): rm -rf outputs temp.
894
895 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
896
897 Fix "ERROR: no fileid for" in the testsuite.
898 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
899
900 2014-02-12 Doug Evans <dje@google.com>
901
902 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
903 (MISCELLANEOUS): New variable.
904 (clean): rm -rf $(MISCELLANEOUS).
905 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
906 dwp live in the same directory as symlinks, with each symlink pointed
907 to a differently named file in a different directory.
908
909 2014-02-11 Doug Evans <dje@google.com>
910
911 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
912 of Tcl file commands.
913
914 2014-02-10 Mark Kettenis <kettenis@gnu.org>
915
916 * gdb.threads/step-after-sr-lock.exp: Avoid executing
917 "kill -SIGUSR1 -1".
918
919 2014-02-10 Joel Brobecker <brobecker@adacore.com>
920
921 * gdb.ada/tick_length_array_enum_idx: New testcase.
922
923 2014-02-10 Doug Evans <xdje42@gmail.com>
924
925 * configure.ac (AC_OUTPUT): Add gdb.guile.
926 * configure: Regenerate.
927 * lib/gdb-guile.exp: New file.
928 * lib/gdb.exp (get_target_charset): New function.
929 * gdb.base/help.exp: Update expected output from "apropos apropos".
930 * gdb.guile/Makefile.in: New file.
931 * gdb.guile/guile.exp: New file.
932 * gdb.guile/scm-arch.c: New file.
933 * gdb.guile/scm-arch.exp: New file.
934 * gdb.guile/scm-block.c: New file.
935 * gdb.guile/scm-block.exp: New file.
936 * gdb.guile/scm-breakpoint.c: New file.
937 * gdb.guile/scm-breakpoint.exp: New file.
938 * gdb.guile/scm-disasm.c: New file.
939 * gdb.guile/scm-disasm.exp: New file.
940 * gdb.guile/scm-equal.c: New file.
941 * gdb.guile/scm-equal.exp: New file.
942 * gdb.guile/scm-error.exp: New file.
943 * gdb.guile/scm-error.scm: New file.
944 * gdb.guile/scm-frame-args.c: New file.
945 * gdb.guile/scm-frame-args.exp: New file.
946 * gdb.guile/scm-frame-args.scm: New file.
947 * gdb.guile/scm-frame-inline.c: New file.
948 * gdb.guile/scm-frame-inline.exp: New file.
949 * gdb.guile/scm-frame.c: New file.
950 * gdb.guile/scm-frame.exp: New file.
951 * gdb.guile/scm-generics.exp: New file.
952 * gdb.guile/scm-gsmob.exp: New file.
953 * gdb.guile/scm-iterator.c: New file.
954 * gdb.guile/scm-iterator.exp: New file.
955 * gdb.guile/scm-math.c: New file.
956 * gdb.guile/scm-math.exp: New file.
957 * gdb.guile/scm-objfile-script-gdb.in: New file.
958 * gdb.guile/scm-objfile-script.c: New file.
959 * gdb.guile/scm-objfile-script.exp: New file.
960 * gdb.guile/scm-objfile.c: New file.
961 * gdb.guile/scm-objfile.exp: New file.
962 * gdb.guile/scm-ports.exp: New file.
963 * gdb.guile/scm-pretty-print.c: New file.
964 * gdb.guile/scm-pretty-print.exp: New file.
965 * gdb.guile/scm-pretty-print.scm: New file.
966 * gdb.guile/scm-section-script.c: New file.
967 * gdb.guile/scm-section-script.exp: New file.
968 * gdb.guile/scm-section-script.scm: New file.
969 * gdb.guile/scm-symbol.c: New file.
970 * gdb.guile/scm-symbol.exp: New file.
971 * gdb.guile/scm-symtab-2.c: New file.
972 * gdb.guile/scm-symtab.c: New file.
973 * gdb.guile/scm-symtab.exp: New file.
974 * gdb.guile/scm-type.c: New file.
975 * gdb.guile/scm-type.exp: New file.
976 * gdb.guile/scm-value-cc.cc: New file.
977 * gdb.guile/scm-value-cc.exp: New file.
978 * gdb.guile/scm-value.c: New file.
979 * gdb.guile/scm-value.exp: New file.
980 * gdb.guile/source2.scm: New file.
981 * gdb.guile/types-module.cc: New file.
982 * gdb.guile/types-module.exp: New file.
983
984 2014-02-10 Yao Qi <yao@codesourcery.com>
985
986 PR testsuite/16543
987 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
988 * configure: Regenerated.
989 * Makefile.in: New file.
990
991 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
992
993 * gdb.python/py-framefilter.exp: Fix typo.
994
995 2014-02-08 Yao Qi <yao@codesourcery.com>
996
997 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
998 that no =breakpoint-modified is emitted when breakpoints are
999 modified through MI commands.
1000
1001 2014-02-07 Pedro Alves <pedro@codesourcery.com>
1002 Pedro Alves <palves@redhat.com>
1003
1004 * gdb.threads/step-after-sr-lock.c: New file.
1005 * gdb.threads/step-after-sr-lock.exp: New file.
1006
1007 2014-02-07 Pedro Alves <palves@redhat.com>
1008
1009 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
1010
1011 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1012
1013 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
1014 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
1015
1016 2014-02-06 Doug Evans <xdje42@gmail.com>
1017
1018 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
1019 output.
1020
1021 * gdb.gdb/python-interrupts.exp: New file.
1022
1023 2014-02-05 Yao Qi <yao@codesourcery.com>
1024
1025 * gdb.trace/report.exp (use_collected_data): Test the output
1026 of "info threads" and "info inferiors".
1027
1028 2014-02-05 Yao Qi <yao@codesourcery.com>
1029
1030 Revert this patch:
1031
1032 2013-05-24 Yao Qi <yao@codesourcery.com>
1033
1034 * gdb.trace/tfile.exp: Test inferior and thread.
1035
1036 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1037
1038 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
1039 on a function.
1040 * gdb.base/step-bt.c: Call hello via function pointer to make
1041 sure its first instruction is executed on powerpc64le-linux.
1042
1043 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1044
1045 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
1046
1047 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1048
1049 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
1050 of the test patterns for use on little-endian systems.
1051
1052 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
1053
1054 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
1055 (decimal_vector): Fix for little-endian.
1056
1057 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
1058
1059 * gdb.arch/sparc-sysstep.exp: New file.
1060 * gdb.arch/sparc-sysstep.c: Likewise.
1061
1062 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
1063
1064 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1065
1066 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
1067
1068 2014-01-23 Tom Tromey <tromey@redhat.com>
1069
1070 * gdb.ada/array_char_idx: New testcase.
1071
1072 2014-01-23 Tom Tromey <tromey@redhat.com>
1073
1074 PR python/16487:
1075 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
1076 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
1077 classes.
1078
1079 2014-01-23 Tom Tromey <tromey@redhat.com>
1080
1081 PR python/16491:
1082 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
1083 string from an inferior frame.
1084 * gdb.python/py-framefilter-mi.exp: Update.
1085
1086 2014-01-22 Doug Evans <dje@google.com>
1087
1088 * gdb.server/server-mon.exp: Add tests for "set debug-format".
1089
1090 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1091
1092 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
1093
1094 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1095
1096 * gdb.trace/entry-values.exp: Remove excess space character from
1097 regex patterns. Handle s390 call instruction.
1098
1099 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1100
1101 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
1102 define "*_start" label. Make "name" static.
1103 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
1104 ${name} by references to ${name}_start.
1105
1106 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1107
1108 * gdb.base/info-macros.exp: Remove "debug" from the compile
1109 options.
1110
1111 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1112
1113 * gdb.dlang/demangle.exp: New file.
1114
1115 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1116
1117 * gdb.dlang/primitive-types.exp: New file.
1118
1119 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1120
1121 * configure.ac: Create gdb.dlang/Makefile.
1122 * configure: Regenerate.
1123 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
1124 * gdb.dlang/Makefile.in: New file.
1125 * lib/d-support.exp: New file.
1126 * lib/gdb.exp (skip_d_tests): New proc.
1127
1128 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1129
1130 * gdb.btrace/delta.exp: Check reverse stepi.
1131 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
1132 * gdb.btrace/finish.exp: New.
1133 * gdb.btrace/next.exp: New.
1134 * gdb.btrace/nexti.exp: New.
1135 * gdb.btrace/record_goto.c: Add comments.
1136 * gdb.btrace/step.exp: New.
1137 * gdb.btrace/stepi.exp: New.
1138 * gdb.btrace/multi-thread-step.c: New.
1139 * gdb.btrace/multi-thread-step.exp: New.
1140 * gdb.btrace/rn-dl-bind.c: New.
1141 * gdb.btrace/rn-dl-bind.exp: New.
1142 * gdb.btrace/data.c: New.
1143 * gdb.btrace/data.exp: New.
1144 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1145
1146 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1147
1148 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
1149 * gdb.btrace/exception.exp: Update.
1150 * gdb.btrace/instruction_history.exp: Update.
1151 * gdb.btrace/record_goto.exp: Update.
1152 * gdb.btrace/tailcall.exp: Update.
1153 * gdb.btrace/unknown_functions.exp: Update.
1154 * gdb.btrace/delta.exp: New.
1155
1156 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1157
1158 * gdb.btrace/record_goto.exp: Add backtrace test.
1159 * gdb.btrace/tailcall.exp: Add backtrace test.
1160
1161 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1162
1163 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
1164 * gdb.btrace/record_goto.c: New.
1165 * gdb.btrace/record_goto.exp: New.
1166 * gdb.btrace/x86-record_goto.S: New.
1167
1168 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1169
1170 * gdb.btrace/function_call_history.exp: Update tests.
1171 * gdb.btrace/instruction_history.exp: Update tests.
1172
1173 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1174
1175 * gdb.btrace/function_call_history.exp: Fix expected field
1176 order for "record function-call-history".
1177 Add new tests for "record function-call-history /c".
1178 * gdb.btrace/exception.cc: New.
1179 * gdb.btrace/exception.exp: New.
1180 * gdb.btrace/tailcall.exp: New.
1181 * gdb.btrace/x86-tailcall.S: New.
1182 * gdb.btrace/x86-tailcall.c: New.
1183 * gdb.btrace/unknown_functions.c: New.
1184 * gdb.btrace/unknown_functions.exp: New.
1185 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
1186
1187 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1188
1189 * gdb.btrace/instruction_history.exp: Update.
1190 * gdb.btrace/function_call_history.exp: Update.
1191
1192 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1193
1194 * gdb.btrace/function_call_history.exp: Fix expected function
1195 trace.
1196 * gdb.btrace/instruction_history.exp: Initialize traced.
1197 Remove traced_functions.
1198
1199 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1200
1201 * gdb.btrace/function_call_history.exp: Update
1202 * gdb.btrace/instruction_history.exp: Update.
1203
1204 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1205
1206 * gdb.btrace/enable.exp: Update expected text.
1207
1208 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
1209
1210 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
1211 bytes.
1212
1213 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
1214
1215 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
1216
1217 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
1218
1219 * lib/gdb.exp (supports_process_record): Return true for
1220 arm*-linux*. (supports_reverse): Likewise.
1221
1222 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1223
1224 PR python/15464
1225 PR python/16113
1226 * gdb.python/py-type.c: Enhance test case.
1227 * gdb.python/py-value-cc.cc: Likewise
1228 * gdb.python/py-type.exp: Add new tests.
1229 * gdb.python/py-value-cc.exp: Likewise
1230
1231 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1232 Pedro Alves <palves@redhat.com>
1233
1234 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1235 Make "name" extern.
1236 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1237 references to ${name}_start by references to ${name}.
1238
1239 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1240
1241 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1242
1243 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1244
1245 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1246
1247 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1248 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.mi/mi-info-os.exp: Connect to the target with
1251 mi_gdb_target_load.
1252
1253 2014-01-08 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.threads/reconnect-signal.c: New file.
1256 * gdb.threads/reconnect-signal.exp: New file.
1257
1258 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1259
1260 * gdb.base/source-dir.exp: New file.
1261
1262 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1263
1264 * gdb.ada/mi_interface: New testcase.
1265
1266 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1267
1268 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1269 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1270 gdb.ada/pp-rec-component/pck.ads: New files.
1271
1272 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1273
1274 * gdb.python/py-pp-integral.c: New file.
1275 * gdb.python/py-pp-integral.py: New file.
1276 * gdb.python/py-pp-integral.exp: New file.
1277
1278 2013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
1279
1280 PR breakpoints/16297
1281 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
1282 (write_syscall): New variables.
1283 (main): Create a pipe, write 1 byte in it, and read 1 byte from
1284 it.
1285 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
1286 "write" and "read" syscalls.
1287 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
1288 numbers.
1289
1290 2013-12-19 Keven Boell <keven.boell@intel.com>
1291
1292 * gdb.fortran/module.exp: Completion matches fortran module
1293 names as well. ptype/whatis on modules return a proper type.
1294 Add new check for having the correct scope.
1295
1296 2013-12-19 Keven Boell <keven.boell@intel.com>
1297
1298 * gdb.fortran/type.f90: New file.
1299 * gdb.fortran/whatis_type.f90: New file.
1300
1301 2013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
1302
1303 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
1304 (close_syscall, chroot_syscall, exit_group_syscall): New
1305 variables.
1306 * gdb.base/catch-syscall.exp: Replace gdb_compile by
1307 prepare_for_testing. Call fill_all_syscalls_numbers before
1308 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
1309 gdb_load by clean_restart.
1310 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
1311 (check_info_bp_many_syscalls): Remove global gdb_prompt.
1312 (check_call_to_syscall): Likewise. Add global decimal. Improve
1313 testing regex.
1314 (check_return_from_syscall): Likewise.
1315 (check_continue, insert_catch_syscall_with_arg): Remove global
1316 gdb_prompt.
1317 (insert_catch_syscall_with_many_args): Likewise. Add global
1318 decimal. Fix $filter_str. Improve testing regex.
1319 (check_for_program_end): Remove global gdb_prompt.
1320 (test_catch_syscall_without_args): Likewise. Add global decimal.
1321 Improve testing regex.
1322 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1323 (test_catch_syscall_with_wrong_args)
1324 (test_catch_syscall_restarting_inferior)
1325 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
1326 (do_syscall_tests): Likewise. Remove global srcdir.
1327 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
1328 Add global last_syscall_number. Test for the exact syscall number
1329 to be caught.
1330 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
1331 Add global all_syscalls_numbers. Test each syscall number to be
1332 caught, instead of only testing "close".
1333 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
1334 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
1335 Remove stale comment.
1336 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
1337 the correct syscall numbers using information from the inferior.
1338
1339 2013-12-17 Pedro Alves <palves@redhat.com>
1340
1341 * gdb.trace/circ.exp: Expect frame info to be printed when
1342 switching between frames with unavailable stack, but different
1343 functions.
1344
1345 2013-12-17 Andrew Burgess <aburgess@broadcom.com>
1346
1347 * gdb.trace/unavailable-dwarf-piece.c: New file.
1348 * gdb.trace/unavailable-dwarf-piece.exp: New file.
1349
1350 2013-12-15 Yao Qi <yao@codesourcery.com>
1351
1352 * gdb.perf/skip-prologue.c: New.
1353 * gdb.perf/skip-prologue.exp: New.
1354 * gdb.perf/skip-prologue.py: New.
1355
1356 2013-12-13 Joel Brobecker <brobecker@adacore.com>
1357
1358 * gdb.ada/arraydim: New testcase.
1359
1360 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1361
1362 PR python/16113
1363 * gdb.python/py-value-cc.cc: Improve test case.
1364 * gdb.python/py-value-cc.exp: Add new tests to test usage of
1365 gdb.Field objects as subscripts on gdb.Value objects.
1366
1367 2013-12-10 Doug Evans <dje@google.com>
1368
1369 PR 16286
1370 * gdb.python/py-value.c: #include stdlib.h, string.h.
1371 (str): New struct.
1372 (main): New local xstr.
1373 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
1374 fetch a value as a string with a length beyond the declared length
1375 of the array.
1376
1377 2013-12-10 Andrew Burgess <aburgess@broadcom.com>
1378
1379 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
1380 update comment.
1381
1382 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1383
1384 * gdb.ada/int_deref.exp: Add test verifying that we print
1385 the decoded symbol name when printing the address of Ada
1386 symbols.
1387
1388 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1389
1390 * gdb.mi/mi-start.exp: Add test verifying that -list-features
1391 contains "exec-run-start-option".
1392
1393 2013-12-08 Yao Qi <yao@codesourcery.com>
1394
1395 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
1396 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
1397 (is_64_target, is_amd64_regs_target): Likewise.
1398 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
1399
1400 2013-12-07 Mike Frysinger <vapier@gentoo.org>
1401
1402 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
1403 * gdb.base/testenv.c: Likewise.
1404
1405 2013-12-07 Mike Frysinger <vapier@gentoo.org>
1406
1407 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
1408 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
1409 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
1410
1411 2013-12-06 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
1414 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
1415 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
1416
1417 2013-12-06 Doug Evans <dje@google.com>
1418
1419 * gdb.base/break.exp: Fix setting of $baz.
1420
1421 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
1422
1423 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
1424 DW_OP_plus_uconst.
1425
1426 2013-12-06 Keven Boell <keven.boell@intel.com>
1427
1428 * lib/mi-support.exp (mi_list_varobj_children_range): Add
1429 call to mi_list_array_varobj_children_with_index.
1430 (mi_list_array_varobj_children_with_index): New function.
1431 Add parameter to specify array start.
1432
1433 2013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
1434
1435 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
1436 SIGPWR in sparc64.
1437
1438 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
1439 have the same signal number. Handle this situation.
1440
1441 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1442
1443 * gdb.ada/dot_all: New testcase.
1444
1445 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1446
1447 * gdb.mi/mi-undefined-cmd.exp: New testcase.
1448
1449 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1450
1451 * gdb.mi/mi-i-cmd.exp: New file.
1452
1453 2013-12-02 Doug Evans <dje@google.com>
1454
1455 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
1456 at start.
1457 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
1458 has been specified with a relative path and we have chdir'd before
1459 accessing the debug info.
1460
1461 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
1462
1463 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
1464 expected results.
1465 (gdb_collect_locals_test): Likewise.
1466 (gdb_collect_globals_test): Likewise.
1467
1468 2013-11-28 Yao Qi <yao@codesourcery.com>
1469
1470 * lib/gdb.exp (with_gdb_prompt): New proc.
1471 * gdb.perf/disassemble.exp: New.
1472 * gdb.perf/disassemble.py: New.
1473
1474 2013-11-26 Luis Machado <lgustavo@codesourcery.com>
1475
1476 * gdb.base/callfuncs.c (main): Assign malloc's return value
1477 and free it afterwards.
1478 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
1479 * gdb.base/printcmds.c (main): Likewise.
1480 * gdb.base/randomize.c (main): Free "p" and change breakpoint
1481 marker position.
1482 * gdb.base/setvar.c (dummy): Assign malloc's return value
1483 and free it afterwards.
1484
1485 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
1486
1487 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
1488 gdb_test_multiple.
1489
1490 2013-11-26 Tom Tromey <tromey@redhat.com>
1491
1492 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
1493 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
1494 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
1495
1496 2013-11-25 Keith Seitz <keiths@redhat.com>
1497
1498 PR c++/14819
1499 * gdb.cp/impl-this.cc: New file.
1500 * gdb.cp/impl-this.exp: New file.
1501
1502 2013-11-25 Yao Qi <yao@codesourcery.com>
1503
1504 * gdb.perf/backtrace.c: New.
1505 * gdb.perf/backtrace.exp: New.
1506 * gdb.perf/backtrace.py: New.
1507
1508 2013-11-24 Yao Qi <yao@codesourcery.com>
1509
1510 * gdb.perf/single-step.c: New.
1511 * gdb.perf/single-step.exp: New.
1512 * gdb.perf/single-step.py: New.
1513
1514 2013-11-23 Doug Evans <xdje42@gmail.com>
1515
1516 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
1517 with ignore count".
1518
1519 2013-11-23 Doug Evans <xdje42@gmail.com>
1520
1521 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
1522 (test_subscript_regression): Ditto.
1523 (top level): Run test_subscript_regression for c++ with "c++" prefix.
1524
1525 2013-11-23 Doug Evans <xdje42@gmail.com>
1526
1527 * gdb.python/py-type.exp (test_enums): Fix typo.
1528
1529 2013-11-23 Doug Evans <xdje42@gmail.com>
1530
1531 * gdb.python/py-symbol.exp: Add some comments. Make all test names
1532 unique.
1533
1534 2013-11-23 Doug Evans <xdje42@gmail.com>
1535
1536 * gdb.python/py-symbol.exp: Fix whitespace.
1537
1538 2013-11-23 Doug Evans <xdje42@gmail.com>
1539
1540 * gdb.python/python.exp: Don't call skip_python_tests, we still want
1541 to test some things in the case where python is not configured in.
1542
1543 2013-11-22 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
1546 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
1547 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
1548 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
1549 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
1550 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
1551
1552 2013-11-22 Tom Tromey <tromey@redhat.com>
1553
1554 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
1555
1556 2013-11-22 Tom Tromey <tromey@redhat.com>
1557
1558 * gdb.dwarf2/dw2-bad-cfi.c: New file.
1559 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
1560 * gdb.dwarf2/dw2-bad-cfi.S: New file.
1561
1562 2013-11-22 Pedro Alves <palves@redhat.com>
1563
1564 PR 16155
1565 * gdb.dwarf2/dw2-dup-frame.S: New file.
1566 * gdb.dwarf2/dw2-dup-frame.c: New file.
1567 * gdb.dwarf2/dw2-dup-frame.exp: New file.
1568
1569 2013-11-22 Yao Qi <yao@codesourcery.com>
1570
1571 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
1572 comment and add one more argument "has_more".
1573 * gdb.python/py-mi.exp: Callers update.
1574
1575 2013-11-22 Yao Qi <yao@codesourcery.com>
1576
1577 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
1578 of mi_create_dynamic_varobj.
1579
1580 2013-11-20 Pedro Alves <palves@redhat.com>
1581
1582 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
1583 time, and run it through all three milestone regexes.
1584
1585 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
1586
1587 * gdb.base/eval-avoid-side-effects.exp: New file.
1588
1589 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1590
1591 * gdb.arch/i386-mpx.c: New file
1592 * gdb.arch/i386-mpx.exp: New file.
1593
1594 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1595
1596 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
1597 for bnd registers.
1598
1599 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1600
1601 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
1602 start and end equal 0.
1603
1604 2013-11-19 Yao Qi <yao@codesourcery.com>
1605
1606 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
1607 (mi_list_varobj_children_range): Likewise.
1608
1609 2013-11-19 Yao Qi <yao@codesourcery.com>
1610
1611 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
1612
1613 2013-11-19 Yao Qi <yao@codesourcery.com>
1614
1615 * lib/mi-support.exp: Fix format.
1616
1617 2013-11-19 Joel Brobecker <brobecker@adacore.com>
1618
1619 * gdb.ada/py_range: New testcase.
1620
1621 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1622
1623 * mi-language.exp: Add "-list-features" test verifying that
1624 its output contains "language-option".
1625
1626 2013-11-16 Joel Brobecker <brobecker@adacore.com>
1627
1628 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1629 * info_exc/foo.adb: Adjust to new exception name.
1630 * info_exc.exp: Adjust after exception renaming in const.ads.
1631 Update "info exception global" test to test "info exceptions
1632 global_gdb" instead.
1633
1634 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1635 * mi_exc_info/foo.adb (Adjust to new exception name.
1636 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1637 Update "-info-ada-exceptions global" test to test
1638 "-info-ada-exceptions global_gdb" instead.
1639
1640 2013-11-15 Luis Machado <lgustavo@codesourcery.com>
1641
1642 * lib/mi-support.exp (mi_gdb_test): Expect different formats
1643 of inferior output for remote and native sessions.
1644 * gdb.mi/mi-console.exp: Remove obsolete comment.
1645 Check for semihosted inferior output pattern.
1646 (semihosted_string): New function.
1647
1648 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1649
1650 * gdb.ada/info_exc.exp: Allow other global exceptions to be
1651 listed in the output of "info exceptions".
1652 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1653 listed in the output of "-info-ada-exceptions".
1654
1655 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1656
1657 * gdb.ada/info_exc.exp: Start inferior before starting
1658 the "info exceptions" tests.
1659 * gdb.ada/mi_exc_info.exp: Start inferior before starting
1660 the "-info-ada-exceptions" tests.
1661
1662 2013-11-15 Tom Tromey <tromey@redhat.com>
1663
1664 * gdb.cp/includefile: New file.
1665 * gdb.cp/filename.exp: New file.
1666 * gdb.cp/filename.cc: New file.
1667
1668 2013-11-15 Doug Evans <xdje42@gmail.com>
1669
1670 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1671
1672 2013-11-15 Doug Evans <xdje42@gmail.com>
1673
1674 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1675
1676 2013-11-15 Doug Evans <xdje42@gmail.com>
1677
1678 * gdb.python/py-breakpoint.exp: Split up into several functions,
1679 each with their own test prefix.
1680
1681 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1682
1683 * gdb.ada/O2_float_param: New testcase.
1684
1685 2013-11-14 Tom Tromey <tromey@redhat.com>
1686
1687 * Makefile.in (check-parallel): Print summary from gdb.sum.
1688
1689 2013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1690
1691 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1692 and function label names.
1693 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1694 compile unit labels.
1695
1696 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1697
1698 * gdb.mi/mi-language.exp: New file.
1699
1700 2013-09-17 Keith Seitz <keiths@redhat.com>
1701
1702 PR c++/7935
1703 PR c++/10541
1704 * gdb.cp/nsalias.exp: New file.
1705 * gdb.cp/nsalias.cc: New file.
1706 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1707 tests only on known, working compiler versions.
1708
1709 2013-11-13 Tom Tromey <tromey@redhat.com>
1710
1711 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1712 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1713
1714 2013-11-12 Doug Evans <dje@google.com>
1715
1716 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1717 so that "rm -rf $builddir" Just Works.
1718
1719 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1720
1721 * gdb.ada/mi_exc_info: New testcase.
1722
1723 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1724
1725 * gdb.ada/info_exc: New testcase.
1726
1727 2013-11-11 Doug Evans <dje@google.com>
1728
1729 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1730 of testfile.
1731
1732 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1733
1734 * gdb.python/py-linetable.S: New file.
1735 * gdb.python/py-linetable.c: New file.
1736 * gdb.python/py-linetable.exp: New file.
1737
1738 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1739
1740 * gdb.ada/mi_ex_cond: New testcase.
1741
1742 2013-11-07 Doug Evans <dje@google.com>
1743
1744 PR 11786
1745 * gdb.base/gcore-relro-pie.c: New file.
1746 * gdb.base/gcore-relro-pie.exp: New file.
1747
1748 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1749
1750 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1751 * gdb.python/py-cmd.c: New File.
1752
1753 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1754
1755 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1756
1757 2013-11-06 Doug Evans <xdje42@gmail.com>
1758
1759 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1760
1761 2013-11-06 Yao Qi <yao@codesourcery.com>
1762
1763 * lib/gdb.exp (gdb_produce_source): New procedure.
1764 * gdb.perf/solib.c: New.
1765 * gdb.perf/solib.exp: New.
1766 * gdb.perf/solib.py: New.
1767
1768 2013-11-06 Yao Qi <yao@codesourcery.com>
1769
1770 * README: Mention performance tests.
1771
1772 2013-11-06 Yao Qi <yao@codesourcery.com>
1773
1774 * lib/perftest.exp: New.
1775 * gdb.perf/lib/perftest/__init__.py: New.
1776 * gdb.perf/lib/perftest/measure.py: New.
1777 * gdb.perf/lib/perftest/perftest.py: New.
1778 * gdb.perf/lib/perftest/reporter.py: New.
1779 * gdb.perf/lib/perftest/testresult.py: New.
1780
1781 2013-11-06 Yao Qi <yao@codesourcery.com>
1782
1783 * Makefile.in (check-perf): New target.
1784 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1785 * configure: Re-generated.
1786 * gdb.perf/Makefile.in: New.
1787
1788 2013-11-04 Tom Tromey <tromey@redhat.com>
1789
1790 * Makefile.in (TEST_DIRS): Remove.
1791 (TEST_TARGETS, check-parallel): Rewrite.
1792 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1793 (subdir_do, subdirs): Remove.
1794 (do-check-parallel, check/%): New targets.
1795 (clean): Remove outputs, temp, and cache directories.
1796 (saw_dash_j): New variable.
1797 (CHECK_TARGET): Use it.
1798 (check): Depend on all, site.exp. Rewrite.
1799 (check-single): Remove dependencies.
1800 (slow_tests, all_tests, reordered_tests): New variables.
1801
1802 2013-11-04 Tom Tromey <tromey@redhat.com>
1803
1804 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1805 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1806 before loading binfile.
1807 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1808 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1809 before loading binfile.
1810
1811 2013-11-04 Tom Tromey <tromey@redhat.com>
1812
1813 * gdb.base/foll-exec.c (main): Use BASEDIR.
1814 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1815 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1816 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1817 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1818 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1819
1820 2013-11-04 Tom Tromey <tromey@redhat.com>
1821
1822 * gdb.base/argv0-symlink.exp: Compute executable's directory
1823 dynamically.
1824
1825 2013-11-04 Tom Tromey <tromey@redhat.com>
1826
1827 * gdb.asm/asm-source.exp: Use standard_output_file.
1828
1829 2013-11-04 Tom Tromey <tromey@redhat.com>
1830
1831 * gdb.server/file-transfer.exp: Use standard_output_file.
1832
1833 2013-11-04 Tom Tromey <tromey@redhat.com>
1834
1835 * gdb.base/fullname.exp: Use standard_output_file,
1836 relative_filename.
1837 * gdb.base/hashline1.exp: Use standard_testfile,
1838 standard_output_file, relative_filename, clean_restart.
1839 * gdb.base/hashline2.exp: Use standard_testfile,
1840 standard_output_file.
1841 * gdb.base/hashline3.exp: Use standard_testfile,
1842 standard_output_file, relative_filename.
1843 * lib/gdb.exp (relative_filename): New proc.
1844
1845 2013-11-04 Tom Tromey <tromey@redhat.com>
1846
1847 * gdb.base/fileio.c (test_open, test_write, test_read)
1848 (test_lseek, test_close, test_stat, test_fstat)
1849 (test_isatty, test_system, test_rename, test_unlink):
1850 Use OUTDIR define.
1851 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1852 Use standard_output_file.
1853
1854 2013-11-04 Tom Tromey <tromey@redhat.com>
1855
1856 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1857 defines.
1858 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1859 compilation. Use prepare_for_testing, standard_output_file.
1860
1861 2013-11-04 Tom Tromey <tromey@redhat.com>
1862
1863 * gdb.base/advance.exp: Use standard_testfile and
1864 prepare_for_testing.
1865 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1866 appropriate directory when local.
1867 * gdb.base/dump.exp: Use standard_output_file. Update all
1868 "dump" and "restore" filenames.
1869 * gdb.base/interact.exp: Use standard_output_file.
1870 * gdb.base/jit-so.exp: Don't download file when local.
1871 * gdb.base/jit.exp (compile_jit_test): Don't download file
1872 when local.
1873 * gdb.base/list.exp: Use gdb_remote_download.
1874 * gdb.base/maint.exp: Use standard_output_file.
1875 * gdb.base/prelink.exp: Use standard_output_file.
1876 * gdb.base/save-bp.exp: Use standard_output_file.
1877 * gdb.base/sepdebug.exp: Use standard_testfile,
1878 standard_output_file.
1879 (test_different_dir): Don't declare objdir.
1880 * gdb.base/solib-search.exp: Use standard_output_file.
1881 * gdb.base/step-line.exp: Use gdb_remote_download.
1882 * gdb.base/trace-commands.exp: Use standard_output_file.
1883
1884 2013-11-04 Tom Tromey <tromey@redhat.com>
1885
1886 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1887 to compilation. Use standard_output_file.
1888 (test_tfind_tfile): Update.
1889 * gdb.trace/tfile.c (write_basic_trace_file)
1890 (write_error_trace_file): Use TFILE_DIR.
1891 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1892 standard_output_file.
1893
1894 2013-11-04 Tom Tromey <tromey@redhat.com>
1895
1896 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1897 Use "dwarf2 always-disassemble" for the "maint set" test.
1898 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1899 standard_output_file.
1900 * gdb.mi/mi-logging.exp: Use standard_output_file.
1901
1902 2013-11-04 Tom Tromey <tromey@redhat.com>
1903
1904 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1905 downloads conditional on remote host.
1906 (set_arch): Likewise.
1907 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1908 (load_description): Use standard_output_file.
1909
1910 2013-11-04 Tom Tromey <tromey@redhat.com>
1911
1912 * gdb.gdb/selftest.exp: Use standard_output_file.
1913 * lib/selftest-support.exp (do_self_tests): Use
1914 standard_output_file.
1915
1916 2013-11-04 Tom Tromey <tromey@redhat.com>
1917
1918 * gdb.stabs/weird.exp: Use gdb_remote_download and
1919 standard_output_file.
1920
1921 2013-11-04 Tom Tromey <tromey@redhat.com>
1922
1923 * gdb.base/gcore-buffer-overflow.exp: Use
1924 standard_output_file, not standard_testfile.
1925 * gdb.base/twice.exp: Use standard_testfile, not
1926 standard_output_file. Use gdb_remote_download.
1927
1928 2013-11-04 Tom Tromey <tromey@redhat.com>
1929
1930 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1931 restore from that.
1932
1933 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1934
1935 * gdb.cp/derivation.exp: s/perrro/perror/
1936
1937 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1938
1939 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1940 `debugdir'.
1941
1942 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1943
1944 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1945 tests and update expected error message.
1946 (test_watch_register_location): New tests.
1947 (do_tests): Call test_watch_register_location.
1948 * gdb.base/watchpoints.exp: Update expected error message.
1949
1950 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1951
1952 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1953 the patterns in gdb_test_multiple.
1954
1955 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1956
1957 * gdb.base/sym-file-lib.c: New file.
1958 * gdb.base/sym-file-loader.c: New file.
1959 * gdb.base/sym-file-loader.h: New file.
1960 * gdb.base/sym-file-main.c: New file.
1961 * gdb.base/sym-file.exp: New file.
1962 * lib/gdb.exp (is_elf_target): New function.
1963
1964 2013-10-29 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1967 variable setting change-log-default-name to ChangeLog-mi.
1968
1969 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1970
1971 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1972 Expect <unavailable> pattern.
1973
1974 2013-10-28 Tom de Vries <tom@codesourcery.com>
1975
1976 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1977
1978 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1979
1980 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1981 remote stubs where exit() behaviour is unreliable.
1982
1983 2013-10-25 Pedro Alves <palves@redhat.com>
1984
1985 * gdb.cp/m-static.exp: Adjust expected output of printing a
1986 nonexistent or optimized out static field. Also test printing the
1987 the "container" object.
1988
1989 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1990
1991 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1992 if in the persistent mode.
1993 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1994
1995 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1996
1997 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1998 support core file generation" reply.
1999
2000 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
2001
2002 PR gdb/15986
2003 * gdb.base/run.c (main): gdb_get_line_number tag added for
2004 commands.exp.
2005 (factorial): Likewise.
2006
2007 * gdb.base/commands.exp (watchpoint_command_test): Use
2008 gdb_get_line_number in order to determine the locations in run.c
2009 where local_var is detected to go out of scope.
2010
2011 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
2012
2013 * gdb.base/gnu_vector.exp: Care about endianness when casting
2014 scalars to vectors.
2015
2016 2013-10-18 Tom Tromey <tromey@redhat.com>
2017
2018 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
2019 of "binfile".
2020
2021 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
2022
2023 * gdb.base/watchpoints.exp: Add test for setting software
2024 watchpoints of different types before starting the inferior.
2025
2026 2013-10-18 Pedro Alves <palves@redhat.com>
2027
2028 PR gdb/16062
2029 * gdb.threads/stepi-random-signal.c: New file.
2030 * gdb.threads/stepi-random-signal.exp: New file.
2031
2032 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
2033
2034 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2035 Fix comment typo.
2036 * lib/gdb.exp (gdb_init): Likewise.
2037
2038 2013-10-17 Tom Tromey <tromey@redhat.com>
2039
2040 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
2041
2042 2013-10-14 Tom Tromey <tromey@redhat.com>
2043
2044 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
2045 name to gdb_test_no_output.
2046
2047 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2048
2049 Canonicalize directories for EXEC_FILENAME.
2050 * gdb.base/argv0-symlink.exp
2051 (kept file symbolic link name for info inferiors): New.
2052 (kept directory symbolic link name): Setup kfail.
2053 (kept directory symbolic link name for info inferiors): New.
2054
2055 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
2056
2057 * gdb.arch/s390-multiarch.exp: New file.
2058 * gdb.arch/s390-multiarch.c: New file.
2059
2060 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2061
2062 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
2063 use the appropriate GDB/MI command instead, and verify
2064 the test output.
2065
2066 2013-10-11 Joel Brobecker <brobecker@adacore.com>
2067
2068 * gdb.base/source-nofile.gdb: New file.
2069 * gdb.base/source.exp: Add two tests verifying the behavior when
2070 the "source" command is given a non-existant filename.
2071
2072 2013-10-11 Yao Qi <yao@codesourcery.com>
2073
2074 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
2075 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
2076 and 'dlclose'.
2077 [!__WIN32__]: Include "dlfcn.h".
2078 * gdb.mi/mi-catch-load.exp: Set up kfail.
2079
2080 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2081
2082 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
2083 generated corefile" by argument "$test".
2084
2085 2013-10-09 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
2088 output.
2089
2090 2013-10-09 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
2093 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
2094 (test_catch_syscall_with_wrong_args)
2095 (test_catch_syscall_restarting_inferior)
2096 (test_catch_syscall_fail_nodatadir)
2097 (test_catch_syscall_without_args_noxml)
2098 (test_catch_syscall_with_args_noxml)
2099 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
2100
2101 2013-10-08 Tom Tromey <tromey@redhat.com>
2102
2103 * gdb.dwarf2/dwzbuildid.exp: New file.
2104 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
2105 parameters.
2106 (Dwarf::_defer_output): Change "section" parameter to
2107 "section_spec"; update.
2108 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
2109 procs.
2110
2111 2013-10-08 Joel Brobecker <brobecker@adacore.com>
2112
2113 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
2114
2115 2013-10-07 Tom Tromey <tromey@redhat.com>
2116
2117 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
2118 to 0.
2119
2120 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2121
2122 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
2123 $_exitcode is void when opening a corefile.
2124 * gdb.base/exitsignal.exp: New file.
2125 * gdb.base/segv.c: Likewise.
2126 * gdb.base/normal.c: Likewise.
2127
2128 2013-10-04 Joel Brobecker <brobecker@adacore.com>
2129
2130 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
2131
2132 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
2133
2134 * gdb.trace/entry-values.exp: Modify regular expression to scan for
2135 'bl' instruction instead of 'call' for ARM and AArch64 targets.
2136
2137 2013-10-02 Pedro Alves <palves@redhat.com>
2138
2139 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
2140 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
2141 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
2142 (not_saved_pattern): New.
2143 Replace use of the former with the latter.
2144
2145 2013-10-02 Pedro Alves <palves@redhat.com>
2146
2147 * README (Board Settings): Document "exit_is_reliable".
2148 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
2149 running to exit reliably reports program exits.
2150 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
2151 info.
2152 * boards/native-stdio-gdbserver.exp: Likewise.
2153
2154 2013-10-01 Doug Evans <dje@google.com>
2155
2156 * gdb.python/python.exp: Remove redundant print-stack tests.
2157 Make all print-stack test names unique. Fix spelling of print-stack.
2158
2159 2013-09-29 Yao Qi <yao@codesourcery.com>
2160
2161 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
2162 is remote.
2163
2164 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
2165
2166 PR shlibs/8882
2167 * gdb.base/corefile.exp: Add a check to assure warning-free
2168 core-file load.
2169
2170 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 * gdb.dwarf2/dwp-symlink.c: New file.
2173 * gdb.dwarf2/dwp-symlink.exp: New file.
2174
2175 2013-09-20 Doug Evans <dje@google.com>
2176
2177 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
2178 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
2179 file.
2180 * gdb.dwarf2/fission-loclists.S: Ditto.
2181 * gdb.dwarf2/fission-reread.S: Ditto.
2182 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
2183 build_executable_from_fission_assembler.
2184 * gdb.dwarf2/fission-loclists.exp: Ditto.
2185 * gdb.dwarf2/fission-reread.exp: Ditto.
2186
2187 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
2188 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
2189 (gdb_gnu_strip_debug): Ditto.
2190 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
2191 * gdb.arch/altivec-abi.exp: Ditto.
2192 * gdb.base/attach-pie-misread.exp: Ditto.
2193 * gdb.base/comprdebug.exp: Ditto.
2194 * gdb.base/dup-sect.exp: Ditto.
2195 * gdb.base/gnu-debugdata.exp: Ditto.
2196 * gdb.base/step-symless.exp: Ditto.
2197 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
2198 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
2199 * gdb.dwarf2/gdb-index.exp: Ditto.
2200
2201 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2202
2203 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
2204 register to "<optimized out>", and also print the registers.
2205
2206 2013-09-18 Pedro Alves <palves@redhat.com>
2207
2208 PR server/15967
2209 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
2210 change text.
2211
2212 2013-09-18 Yao Qi <yao@codesourcery.com>
2213
2214 * gdb.server/wrapper.c: New.
2215 * gdb.server/wrapper.exp: New.
2216
2217 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
2218 Jan Kratochvil <jan.kartochvil@redhat.com>
2219 Pedro Alves <palves@redhat.com>
2220
2221 PR gdb/11568
2222 * gdb.thread/thread-specific-bp.c: New file.
2223 * gdb.thread/thread-specific-bp.exp: New file.
2224
2225 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
2226
2227 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
2228 convenience function.
2229
2230 2013-09-17 Pedro Alves <palves@redhat.com>
2231
2232 PR gdb/15911
2233 * gdb.threads/info-threads-cur-sal-2.c: New file.
2234 * gdb.threads/info-threads-cur-sal.c: New file.
2235 * gdb.threads/info-threads-cur-sal.exp: New file.
2236
2237 2013-09-17 Yao Qi <yao@codesourcery.com>
2238
2239 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
2240 [__WIN32__]: Include "windows.h" and define macro dlopen
2241 and dlclose.
2242 [!__WIN32__]: Include "dlfcn.h".
2243 * gdb.base/catch-load.exp (one_catch_load_test): Match
2244 directory separator.
2245
2246 2013-09-16 Doug Evans <dje@google.com>
2247
2248 * lib/gdb.exp (using_fission): New proc.
2249 * gdb.base/info-macros.exp: Skip test if using Fission.
2250
2251 * gdb.base/break-interp.exp: Fix indentation.
2252
2253 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2254
2255 * gdb.base/gdbvars.c (foo_void): New function.
2256 (foo_int): Likewise.
2257 * gdb.base/gdbvars.exp (test_convenience_functions): New
2258 function. Call it.
2259
2260 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2261
2262 * gdb.arch/s390-tdbregs.c: New file.
2263 * gdb.arch/s390-tdbregs.exp: New file.
2264
2265 2013-09-12 Stan Shebs <stan@codesourcery.com>
2266
2267 * README: New file.
2268
2269 2013-09-12 Doug Evans <dje@google.com>
2270
2271 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
2272 added code to print event.inferior.
2273
2274 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2275
2276 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
2277 debug part of the binary.
2278
2279 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2280
2281 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
2282 (addlink): Add comment.
2283
2284 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
2285
2286 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
2287 canonical pathname.
2288
2289 2013-09-04 Doug Evans <dje@google.com>
2290
2291 * gdb.python/py-events.py (exit_handler): Verify we get the expected
2292 event.
2293 (continue_handler, new_objfile_handler): Ditto.
2294 (test_events): Rename command to "test-events".
2295 (test_newobj_events): Rename command to "test-objfile-events".
2296 * gdb.python/py-events.exp: Update.
2297 * gdb.python/py-evsignal.exp: Update.
2298 * gdb.python/py-evthreads.exp: Update.
2299
2300 * gdb.base/enumval.c (ZERO): New enum value.
2301 (main): Use it
2302 * gdb.base/enumval.exp: Test ability to print ZERO.
2303
2304 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
2305 Pedro Alves <palves@redhat.com>
2306
2307 * gdb.base/relocate.exp: Check that invalid options are
2308 rejected.
2309
2310 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
2311
2312 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
2313 (my_static_symbol): Add comment.
2314 (main): Reference my_bss_symbol.
2315
2316 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2317
2318 * gdb.python/py-arch.exp: Tests for invalid architecture.
2319
2320 2013-08-29 Sterling Augustine <saugustine@google.com>
2321
2322 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
2323 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
2324 said conditional.
2325
2326 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2327
2328 * gdb.python/py-arch.exp: Load gdb-python.exp.
2329
2330 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2331
2332 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
2333 itertools for imap attribute. Otherwise use map().
2334 (ElidingIterator): Define wrapper function __next__.
2335 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
2336 use exec (open (read ())) instead.
2337 * gdb.python/py-framefilter.exp: Ditto.
2338 * gdb.python/py-arch.exp: Update print based test to Python 3.x
2339 compliance.
2340 * gdb.python/py-frame.exp: Ditto.
2341 * gdb.python/py-type.exp: Ditto.
2342
2343 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 PR gdb/15415
2346 * gdb.base/argv0-symlink.c: New file.
2347 * gdb.base/argv0-symlink.exp: New file.
2348
2349 2013-08-28 Tom Tromey <tromey@redhat.com>
2350
2351 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
2352 when saving index.
2353
2354 2013-08-27 Yao Qi <yao@codesourcery.com>
2355
2356 * gdb.trace/entry-values.exp: Test unavailable entry value is
2357 not shown when option '--skip-unavailable' is specified.
2358 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
2359 Add tests for new option '--skip-unavailable'.
2360
2361 2013-08-27 Yao Qi <yao@codesourcery.com>
2362
2363 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
2364 remote_download if it is empty.
2365
2366 2013-08-26 Doug Evans <dje@google.com>
2367
2368 PR symtab/15885
2369 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
2370 (clean): rm -f *.gdb-index *.with-index.
2371 * gdb.dwarf2/gdb-index.exp: New testcase.
2372
2373 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
2374 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
2375 run_on_host. All callers updated.
2376
2377 2013-08-24 Yao Qi <yao@codesourcery.com>
2378
2379 * gdb.trace/entry-values.c (end): New
2380 (main): Call end.
2381 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
2382 tracepoint and collect data. Test entry value is unavailable.
2383
2384 2013-08-24 Yao Qi <yao@codesourcery.com>
2385
2386 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
2387 * gdb.trace/entry-values.c: New.
2388 * gdb.trace/entry-values.exp: New.
2389
2390 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
2391
2392 PR gdb/15501
2393 * gdb.base/ena-dis-br.exp: Add test to verify
2394 enable/disable commands work correctly with
2395 multiple arguments that include multiple locations.
2396
2397 2013-08-22 Samuel Bronson <naesten@gmail.com>
2398
2399 ARM Linux support for `catch syscall'.
2400 * gdb.base/catch-syscall.exp: Test this on ARM now.
2401 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
2402
2403 2013-08-22 Tom Tromey <tromey@redhat.com>
2404
2405 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
2406 default addr_size.
2407 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
2408
2409 2013-08-22 Tom Tromey <tromey@redhat.com>
2410
2411 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
2412 standard_temp_file.
2413
2414 2013-08-22 Tom Tromey <tromey@redhat.com>
2415
2416 * gdb.arch/amd64-byte.exp: Use standard_testfile,
2417 clean_restart.
2418 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
2419 * gdb.arch/amd64-dword.exp: Use standard_testfile,
2420 clean_restart.
2421 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
2422 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
2423 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
2424 * gdb.arch/amd64-word.exp: Use standard_testfile,
2425 clean_restart.
2426 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
2427 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
2428 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
2429 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
2430 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
2431 * gdb.arch/i386-signal.exp: Use standard_testfile.
2432 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
2433 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
2434 * gdb.arch/i386-unwind.exp: Use standard_testfile.
2435 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
2436
2437 2013-08-22 Tom Tromey <tromey@redhat.com>
2438
2439 * gdb.python/py-error.exp: Use gdb_remote_download.
2440 * gdb.python/py-mi.exp: Use gdb_remote_download.
2441 * gdb.python/py-objfile-script.exp: Use standard_output_file.
2442 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
2443 (run_lang_tests): Likewise.
2444 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
2445 filename.
2446 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
2447 compiling. Use gdb_remote_download. Update some tests.
2448 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2449 standard_output_file.
2450 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
2451 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
2452 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
2453 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
2454 standard_output_file.
2455
2456 2013-08-22 Tom Tromey <tromey@redhat.com>
2457
2458 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
2459
2460 2013-08-22 Tom Tromey <tromey@redhat.com>
2461
2462 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
2463 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
2464 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
2465 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
2466 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
2467 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
2468 * lib/gdb.exp (gdb_remote_download): New proc.
2469
2470 2013-08-22 Tom Tromey <tromey@redhat.com>
2471
2472 * gdb.dwarf2/clztest.exp: Use standard_testfile.
2473 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
2474 * gdb.dwarf2/fission-base.S: Remove directory from
2475 DW_AT_GNU_dwo_name.
2476 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
2477 debug-file-directory.
2478 * gdb.dwarf2/fission-reread.S: Remove directory from
2479 DW_AT_GNU_dwo_name.
2480 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
2481 debug-file-directory.
2482
2483 2013-08-16 Doug Evans <dje@google.com>
2484
2485 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
2486 prelink complains about an unhandled DWARF version.
2487
2488 2013-08-14 Cary Coutant <ccoutant@google.com>
2489
2490 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
2491
2492 2013-08-13 Tom Tromey <tromey@redhat.com>
2493 Yao Qi <yao@codesourcery.com>
2494
2495 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
2496 * lib/gdb.exp: Handle GDB_PARALLEL.
2497 (default_gdb_version): Kill inotify_pid if it exists.
2498 (default_gdb_exit): Emit warning if the inotify log is not
2499 empty.
2500 (standard_output_file): Respect GDB_PARALLEL.
2501 (standard_temp_file): Likewise.
2502 (gdb_init): Start inotifywait if requested.
2503
2504 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2505
2506 * gdb.base/printcmds.exp (test_printf): Add test for printf of
2507 pointer with various flags.
2508
2509 2013-08-13 Tom Tromey <tromey@redhat.com>
2510
2511 * lib/cache.exp: New file.
2512 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
2513 * lib/gdb.exp: Load cache.exp.
2514 (support_complex_tests, is_ilp32_target, is_lp64_target)
2515 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
2516 (gdb_skip_xml_test): Use gdb_caching_proc.
2517 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
2518
2519 2013-08-13 Tom Tromey <tromey@redhat.com>
2520
2521 * lib/gdb.exp (standard_temp_file): New proc.
2522 (support_complex_tests, is_ilp32_target, is_lp64_target)
2523 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
2524 standard_temp_file.
2525
2526 2013-08-13 Tom Tromey <tromey@redhat.com>
2527
2528 * lib/gdb.exp (build_id_debug_filename_get): Use
2529 standard_output_file.
2530 * lib/prelink-support.exp (section_get)
2531 (build_executable_own_libs): Use standard_output_file.
2532
2533 2013-08-12 Tom Tromey <tromey@redhat.com>
2534
2535 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
2536
2537 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
2538
2539 * gdb.base/break.exp: Test break via convenience variable
2540 with file name.
2541
2542 2013-08-09 Doug Evans <dje@google.com>
2543
2544 * lib/future.exp (gdb_find_ldd): New proc.
2545 * lib/prelink-support.exp (build_executable_own_libs): Call it.
2546 Make "/usr/sbin/" in prelink path optional.
2547
2548 2013-08-09 Yao Qi <yao@codesourcery.com>
2549
2550 * gdb.trace/collection.exp (gdb_collect_args_test): Set
2551 "only" and "both" to 'print entry-values' before selecting
2552 trace frame.
2553
2554 2013-08-08 Yao Qi <yao@codesourcery.com>
2555
2556 * gdb.trace/mi-trace-unavailable.exp: Don't set
2557 "print entry-values" to "no".
2558 (test_trace_unavailable): Set various values to
2559 "print entry-values" to test that the output of
2560 '-stack-list-locals' is not affected, and then set
2561 set "print entry-values" to "no".
2562
2563 2013-08-07 Doug Evans <dje@google.com>
2564
2565 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2566 * gdb.python/py-value-cc.exp: Update.
2567 * gdb.python/py-value.exp: Use different names for .o files for
2568 C and C++. Only perform C++ tests if !skip_cplus_tests.
2569
2570 2013-08-07 Tom Tromey <tromey@redhat.com>
2571
2572 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
2573
2574 2013-08-07 Tom Tromey <tromey@redhat.com>
2575
2576 * gdb.dwarf2/dwz.exp: New file.
2577
2578 2013-08-02 Tom Tromey <tromey@redhat.com>
2579
2580 * gdb.base/watchpoint.c (struct foo5): New.
2581 (nullptr): New global.
2582 * gdb.base/watchpoint.exp (test_watch_location): Add test.
2583
2584 2013-08-01 Doug Evans <dje@google.com>
2585
2586 PR symtab/15691
2587 * gdb.dwarf2/fission-mix.exp: New file.
2588 * gdb.dwarf2/fission-mix.h: New file.
2589 * gdb.dwarf2/fission-mix.c: New file.
2590 * gdb.dwarf2/fission-mix2.c: New file.
2591
2592 PR symtab/15695
2593 * gdb.base/func-ptr.exp: New file.
2594 * gdb.base/func-ptr.c: New file.
2595
2596 2013-08-01 Yao Qi <yao@codesourcery.com>
2597
2598 * gdb.python/py-sync-interp.c: New.
2599 * gdb.python/py-sync-interp.exp: New.
2600
2601 2013-07-31 Yao Qi <yao@codesourcery.com>
2602
2603 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
2604 'tdump' on stack frame 0 and 1 respectively.
2605
2606 2013-07-31 Yao Qi <yao@codesourcery.com>
2607
2608 PR gdb/13443
2609 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
2610 'traceframe'. Wrap test with with_test_prefix.
2611 (top level): Update.
2612
2613 2013-07-31 Yao Qi <yao@codesourcery.com>
2614
2615 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
2616 'gdb_start'.
2617 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
2618 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
2619
2620 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2621
2622 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
2623 when printing an optimized out value. Expect an error when using
2624 an optimized out value in an expression.
2625
2626 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2627
2628 * gdb.dwarf2/pieces-optimized-out.exp: New file.
2629 * gdb.dwarf2/pieces-optimized-out.c: New file.
2630 * gdb.dwarf2/pieces-optimized-out.S: New file.
2631
2632 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2633
2634 PR gdb/15715
2635 * gdb.base/setshow.exp: Test that relative paths passed to
2636 'set history filename' are converted to absolute paths.
2637
2638 2013-07-26 Keith Seitz <keiths@redhat.com>
2639
2640 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2641 of f77.
2642 Allow for compiler variations of integer types.
2643 Use mi_create_varobj.
2644 Use mi_list_varobj_children for the immediate children of `array'.
2645 Add "has_more" attribute for grandchildren test.
2646
2647 2013-07-26 Pedro Alves <palves@redhat.com>
2648
2649 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2650 files.
2651
2652 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2653
2654 * gdb.mi/mi-reg-undefined.exp: New file.
2655 * gdb.mi/mi-reg-undefined.c: Likewise.
2656 * gdb.mi/mi-reg-undefined.S: Likewise.
2657
2658 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2659
2660 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2661 z, o, and t output formats.
2662 * gdb.base/display.exp: Use 'k' as an undefined format now that
2663 'z' is defined.
2664
2665 2013-07-24 Doug Evans <dje@google.com>
2666
2667 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2668 "--" to switch.
2669
2670 2013-07-24 Yao Qi <yao@codesourcery.com>
2671
2672 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2673 host.
2674 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2675 Likewise. If host is remote, copy ${binfile} to host.
2676
2677 2013-07-23 Yao Qi <yao@codesourcery.com>
2678
2679 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2680 message.
2681
2682 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2683
2684 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2685 instructions and enable disp-step-syscall for arm targets.
2686
2687 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2688
2689 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2690 assembler errors on arm.
2691 * gdb.dwarf2/mac-fileno.S: Likewise.
2692 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2693 * gdb.dwarf2/pr13961.S: Likewise.
2694
2695 2013-07-19 Hui Zhu <hui@codesourcery.com>
2696
2697 PR gdb/15692
2698 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2699
2700 2013-07-19 Yao Qi <yao@codesourcery.com>
2701
2702 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2703 (teset_from_exec): Likewise.
2704
2705 2013-07-19 Yao Qi <yao@codesourcery.com>
2706
2707 * gdb.trace/read-memory.c: New.
2708 * gdb.trace/read-memory.exp: New.
2709
2710 2013-07-19 Yao Qi <yao@codesourcery.com>
2711
2712 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2713 $dest to link options if host is remote. Move the
2714 generated file to $dest.a on host if host is remote.
2715
2716 2013-07-18 Will Newton <will.newton@linaro.org>
2717
2718 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2719 to ensure the test is linked against pthreads.
2720 * gdb.threads/tls-var-main.c: Likewise.
2721 * gdb.threads/tls-shared.c: Likewise.
2722
2723 2013-07-18 Yao Qi <yao@codesourcery.com>
2724
2725 * lib/future.exp (gdb_default_target_compile): Use tail name
2726 of $destfile as the output name of compile. Move the
2727 generated file to $destfile on build.
2728
2729 2013-07-18 Yao Qi <yao@codesourcery.com>
2730
2731 * lib/gdb.exp (gdb_compile): Set
2732 gdb_saved_set_unbuffered_mode_obj to
2733 set_unbuffered_mode_saved.o if host is remote. Invoke
2734 remote_download to copy $unbuf_obj to host.
2735
2736 2013-07-17 Doug Evans <dje@google.com>
2737
2738 * gdb.python/py-frame-args.c: New file.
2739 * gdb.python/py-frame-args.py: New file.
2740 * gdb.python/py-frame-args.exp New file.
2741
2742 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
2743
2744 * gdb.base/printcmds.exp (test_printf): Add tests for format
2745 strings with missing format specifier.
2746
2747 2013-07-16 Tom Tromey <tromey@redhat.com>
2748
2749 * gdb.ada/info_types.exp: Use standard_testfile.
2750
2751 2013-07-16 Tom Tromey <tromey@redhat.com>
2752
2753 * gdb.mi/mi-basics.exp: Use standard_output_file.
2754 (test_dir_specification, test_cwd_specification)
2755 (test_path_specification): Use testsubdir, not subdir and objdir.
2756
2757 2013-07-16 Tom Tromey <tromey@redhat.com>
2758
2759 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2760
2761 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2762
2763 * gdb.ada/small_reg_param.exp: Accept optional entry value
2764 for parameter "w".
2765
2766 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2767
2768 * gdb.ada/small_reg_param.exp: Remove trailing space.
2769
2770 2013-07-09 Doug Evans <dje@google.com>
2771
2772 * gdb.base/default.exp: Update expected output of "show print array"
2773 and "show print pretty".
2774
2775 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2776
2777 * gdb.threads/wp-replication.exp: Stop counting available hardware
2778 watchpoints after NR_THREADS iterations.
2779
2780 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
2781
2782 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2783
2784 2013-07-07 Yao Qi <yao@codesourcery.com>
2785
2786 * boards/native-gdbserver.exp: Move invoke of
2787 process_multilib_options to gdbserver-base.exp.
2788 Move set_board_info 'compiler', 'gdb,noinferiorio',
2789 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2790 gdbserver-base.exp.
2791 Move proc ${board}_download, ${board}_upload and
2792 ${board}_file to gdbserver-base.exp.
2793 * boards/native-extended-gdbserver.exp: Likewise.
2794 * boards/native-stdio-gdbserver.exp: Likewise.
2795 * boards/gdbserver-base.exp: New file.
2796
2797 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2798
2799 * gdb.base/dump.exp: Remove arch-specific tests and do a
2800 generic data address check to set is64bitonly correctly.
2801
2802 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2803
2804 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2805 the register number instead of expecting only 0.
2806
2807 2013-07-05 Will Newton <will.newton@linaro.org>
2808
2809 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2810 in asm syntax to allow building on ARM.
2811
2812 2013-07-05 Yao Qi <yao@codesourcery.com>
2813
2814 * boards/local-remote-host.exp: Remove obsolete comments.
2815 * boards/native-extended-gdbserver.exp: Likewise.
2816 * boards/native-gdbserver.exp: Likewise.
2817 * boards/native-stdio-gdbserver.exp: Likewise.
2818
2819 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
2820
2821 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2822 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2823 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2824
2825 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2826
2827 * gdb.base/break-on-linker-gcd-function.exp: Replace
2828 prepare_for_testing by build_executable_from_specs and clean_restart.
2829
2830 2013-06-27 Tom Tromey <tromey@redhat.com>
2831
2832 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2833 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2834 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2835 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2836 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2837 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2838 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2839 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2840 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2841 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2842 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2843 Use standard_testfile, standard_output_file, prepare_for_testing,
2844 clean_restart.
2845
2846 2013-06-27 Tom Tromey <tromey@redhat.com>
2847
2848 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2849 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2850 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2851 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2852 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2853 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2854 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2855 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2856 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2857 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2858 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2859 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2860 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2861 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2862 gdb.base/solib-weak.exp, gdb.base/source.exp,
2863 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2864 gdb.base/stap-probe.exp, gdb.base/start.exp,
2865 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2866 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2867 gdb.base/step-test.exp, gdb.base/structs.exp,
2868 gdb.base/structs2.exp, gdb.base/structs3.exp,
2869 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2870 standard_output_file, prepare_for_testing, clean_restart.
2871
2872 2013-06-27 Tom Tromey <tromey@redhat.com>
2873
2874 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2875 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2876 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2877 gdb.base/pending.exp, gdb.base/permissions.exp,
2878 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2879 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2880 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2881 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2882 gdb.base/ptype.exp, gdb.base/randomize.exp,
2883 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2884 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2885 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2886 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2887 standard_testfile, standard_output_file, prepare_for_testing,
2888 clean_restart.
2889
2890 2013-06-27 Tom Tromey <tromey@redhat.com>
2891
2892 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2893 gdb.base/huge.exp, gdb.base/included.exp,
2894 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2895 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2896 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2897 gdb.base/info-target.exp, gdb.base/infoline.exp,
2898 gdb.base/interp.exp, gdb.base/interrupt.exp,
2899 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2900 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2901 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2902 gdb.base/logical.exp, gdb.base/long_long.exp,
2903 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2904 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2905 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2906 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2907 standard_testfile, standard_output_file, prepare_for_testing,
2908 clean_restart.
2909
2910 2013-06-27 Tom Tromey <tromey@redhat.com>
2911
2912 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2913 gdb.base/enumval.exp, gdb.base/environ.exp,
2914 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2915 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2916 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2917 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2918 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2919 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2920 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2921 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2922 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2923 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2924 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2925 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2926 gdb.base/gnu_vector.exp: Use standard_testfile,
2927 standard_output_file, prepare_for_testing, clean_restart.
2928
2929 2013-06-27 Tom Tromey <tromey@redhat.com>
2930
2931 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2932 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2933 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2934 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2935 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2936 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2937 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2938 gdb.base/commands.exp, gdb.base/completion.exp,
2939 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2940 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2941 gdb.base/constvars.exp, gdb.base/corefile.exp,
2942 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2943 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2944 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2945 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2946 gdb.base/dup-sect.exp: Use standard_testfile,
2947 standard_output_file, prepare_for_testing, clean_restart.
2948
2949 2013-06-27 Tom Tromey <tromey@redhat.com>
2950
2951 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2952 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2953 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2954 gdb.base/async-shell.exp, gdb.base/async.exp,
2955 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2956 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2957 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2958 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2959 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2960 gdb.base/break-on-linker-gcd-function.exp,
2961 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2962 standard_output_file, prepare_for_testing, clean_restart.
2963
2964 2013-06-26 Yao Qi <yao@codesourcery.com>
2965
2966 * gdb.trace/mi-trace-frame-collected.exp: New.
2967
2968 2013-06-25 Yao Qi <yao@codesourcery.com>
2969
2970 * boards/native-extended-gdbserver.exp: Set board_info
2971 'gdb,predefined_tsv'.
2972 * boards/native-gdbserver.exp: Likewise.
2973 * boards/native-stdio-gdbserver.exp: Likewise.
2974 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2975 uploaded TSVs if target supports tracing.
2976 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2977 tracing and target has predefined tsv.
2978
2979 2013-06-25 Yao Qi <yao@codesourcery.com>
2980 Hui Zhu <hui@codesourcery.com>
2981 Pedro Alves <palves@redhat.com>
2982
2983 PR breakpoints/15075
2984 PR breakpoints/15434
2985 * gdb.base/dprintf-next.c: New file.
2986 * gdb.base/dprintf-next.exp: New file.
2987 * gdb.base/dprintf-non-stop.c: New file.
2988 * gdb.base/dprintf-non-stop.exp: New file.
2989 * gdb.base/dprintf.exp: Don't check "continue" in the output
2990 of "info breakpoints".
2991 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2992 Don't check "continue" in script field.
2993
2994 2013-06-21 Tom Tromey <tromey@redhat.com>
2995
2996 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2997 name in a test name.
2998
2999 2013-06-20 Yao Qi <yao@codesourcery.com>
3000
3001 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
3002 and set an action.
3003 (test_trace_unavailable): Test command -data-list-register-values
3004 in the context of traceframe and with option --skip-unavailable.
3005 * gdb.trace/trace-unavailable.c (foo): New.
3006 (main): Call it.
3007 * gdb.mi/gdb2549.exp: Update matching pattern.
3008
3009 2013-06-19 Mike Frysinger <vapier@gentoo.org>
3010
3011 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
3012 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
3013 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
3014 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
3015 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
3016
3017 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
3018
3019 * gdb.base/subst.exp: Delete default rules before further
3020 tests.
3021
3022 2013-06-19 Yao Qi <yao@codesourcery.com>
3023
3024 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
3025 unsupported if it is not registered.
3026
3027 2013-06-18 Tom Tromey <tromey@redhat.com>
3028
3029 * gdb.base/random-signal.c: New file.
3030 * gdb.base/random-signal.exp: New file.
3031
3032 2013-06-18 Will Newton <will.newton@linaro.org>
3033
3034 * gdb.base/skip.c: Use comma to evaluate results of foo()
3035 and bar() before passing to baz().
3036 * gdb.base/skip.c: baz() now takes one argument instead of
3037 two.
3038
3039 2013-06-18 Tom Tromey <tromey@redhat.com>
3040
3041 * gdb.dwarf2/implptrpiece.exp: New file.
3042 * gdb.dwarf2/implptrconst.exp (d): New variable.
3043 Print d.
3044 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
3045
3046 2013-06-18 Tom Tromey <tromey@redhat.com>
3047
3048 * lib/selftest-support.exp (do_self_tests): Reject remote or
3049 non-native targets.
3050 * gdb.gdb/complaints.exp: Remove check.
3051 * gdb.gdb/observer.exp: Remove check.
3052 * gdb.gdb/xfullpath.exp: Remove check.
3053 * gdb.gdb/complaints.exp: Remove check.
3054
3055 2013-06-07 Pedro Alves <palves@redhat.com>
3056
3057 * boards/native-extended-gdbserver.exp: Remove semicolon.
3058 * config/arm-ice.exp: Likewise.
3059 * config/bfin.exp: Likewise.
3060 * config/cygmon.exp: Likewise.
3061 * config/h8300.exp: Likewise.
3062 * config/monitor.exp: Likewise.
3063 * config/sid.exp: Likewise.
3064 * config/sim.exp: Likewise.
3065 * config/slite.exp: Likewise.
3066 * config/vx.exp: Likewise.
3067 * gdb.arch/i386-bp_permanent.exp: Likewise.
3068 * gdb.asm/asm-source.exp: Likewise.
3069 * gdb.base/args.exp: Likewise.
3070 * gdb.base/attach-pie-misread.exp: Likewise.
3071 * gdb.base/auxv.exp: Likewise.
3072 * gdb.base/bigcore.exp: Likewise.
3073 * gdb.base/bitfields2.exp: Likewise.
3074 * gdb.base/bitfields.exp: Likewise.
3075 * gdb.base/break.exp: Likewise.
3076 * gdb.base/break-interp.exp: Likewise.
3077 * gdb.base/callfuncs.exp: Likewise.
3078 * gdb.base/call-sc.exp: Likewise.
3079 * gdb.base/commands.exp: Likewise.
3080 * gdb.base/corefile.exp: Likewise.
3081 * gdb.base/dbx.exp: Likewise.
3082 * gdb.base/ending-run.exp: Likewise.
3083 * gdb.base/exprs.exp: Likewise.
3084 * gdb.base/funcargs.exp: Likewise.
3085 * gdb.base/hbreak2.exp: Likewise.
3086 * gdb.base/huge.exp: Likewise.
3087 * gdb.base/list.exp: Likewise.
3088 * gdb.base/memattr.exp: Likewise.
3089 * gdb.base/overlays.exp: Likewise.
3090 * gdb.base/printcmds.exp: Likewise.
3091 * gdb.base/recurse.exp: Likewise.
3092 * gdb.base/remotetimeout.exp: Likewise.
3093 * gdb.base/reread.exp: Likewise.
3094 * gdb.base/savedregs.exp: Likewise.
3095 * gdb.base/scope.exp: Likewise.
3096 * gdb.base/sepdebug.exp: Likewise.
3097 * gdb.base/setshow.exp: Likewise.
3098 * gdb.base/setvar.exp: Likewise.
3099 * gdb.base/sigaltstack.exp: Likewise.
3100 * gdb.base/siginfo-addr.exp: Likewise.
3101 * gdb.base/siginfo.exp: Likewise.
3102 * gdb.base/siginfo-obj.exp: Likewise.
3103 * gdb.base/sigrepeat.exp: Likewise.
3104 * gdb.base/sigstep.exp: Likewise.
3105 * gdb.base/structs.exp: Likewise.
3106 * gdb.base/testenv.exp: Likewise.
3107 * gdb.base/twice.exp: Likewise.
3108 * gdb.base/valgrind-db-attach.exp: Likewise.
3109 * gdb.base/valgrind-infcall.exp: Likewise.
3110 * gdb.base/varargs.exp: Likewise.
3111 * gdb.base/watchpoint.exp: Likewise.
3112 * gdb.cp/gdb1355.exp: Likewise.
3113 * gdb.cp/misc.exp: Likewise.
3114 * gdb.disasm/hppa.exp: Likewise.
3115 * gdb.disasm/t01_mov.exp: Likewise.
3116 * gdb.disasm/t02_mova.exp: Likewise.
3117 * gdb.disasm/t03_add.exp: Likewise.
3118 * gdb.disasm/t04_sub.exp: Likewise.
3119 * gdb.disasm/t05_cmp.exp: Likewise.
3120 * gdb.disasm/t06_ari2.exp: Likewise.
3121 * gdb.disasm/t07_ari3.exp: Likewise.
3122 * gdb.disasm/t08_or.exp: Likewise.
3123 * gdb.disasm/t09_xor.exp: Likewise.
3124 * gdb.disasm/t10_and.exp: Likewise.
3125 * gdb.disasm/t11_logs.exp: Likewise.
3126 * gdb.disasm/t12_bit.exp: Likewise.
3127 * gdb.disasm/t13_otr.exp: Likewise.
3128 * gdb.gdb/selftest.exp: Likewise.
3129 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3130 * gdb.mi/mi-reverse.exp: Likewise.
3131 * gdb.pascal/floats.exp: Likewise.
3132 * gdb.python/py-inferior.exp: Likewise.
3133 * gdb.threads/attach-into-signal.exp: Likewise.
3134 * gdb.threads/pthreads.exp: Likewise.
3135 * gdb.threads/thread_events.exp: Likewise.
3136 * gdb.threads/watchthreads.exp: Likewise.
3137 * gdb.trace/actions-changed.exp: Likewise.
3138 * gdb.trace/actions.exp: Likewise.
3139 * gdb.trace/ax.exp: Likewise.
3140 * gdb.trace/backtrace.exp: Likewise.
3141 * gdb.trace/change-loc.exp: Likewise.
3142 * gdb.trace/deltrace.exp: Likewise.
3143 * gdb.trace/disconnected-tracing.exp: Likewise.
3144 * gdb.trace/ftrace.exp: Likewise.
3145 * gdb.trace/infotrace.exp: Likewise.
3146 * gdb.trace/passc-dyn.exp: Likewise.
3147 * gdb.trace/passcount.exp: Likewise.
3148 * gdb.trace/pending.exp: Likewise.
3149 * gdb.trace/qtro.exp: Likewise.
3150 * gdb.trace/range-stepping.exp: Likewise.
3151 * gdb.trace/report.exp: Likewise.
3152 * gdb.trace/save-trace.exp: Likewise.
3153 * gdb.trace/status-stop.exp: Likewise.
3154 * gdb.trace/strace.exp: Likewise.
3155 * gdb.trace/tfile.exp: Likewise.
3156 * gdb.trace/tfind.exp: Likewise.
3157 * gdb.trace/trace-break.exp: Likewise.
3158 * gdb.trace/tracecmd.exp: Likewise.
3159 * gdb.trace/trace-mt.exp: Likewise.
3160 * gdb.trace/tspeed.exp: Likewise.
3161 * gdb.trace/tsv.exp: Likewise.
3162 * gdb.trace/while-stepping.exp: Likewise.
3163 * lib/gdb.exp: Likewise.
3164 * lib/gdbserver-support.exp: Likewise.
3165 * lib/java.exp: Likewise.
3166 * lib/mi-support.exp: Likewise.
3167 * lib/pascal.exp: Likewise.
3168 * lib/prompt.exp: Likewise.
3169 * lib/trace-support.exp: Likewise.
3170
3171 2013-06-07 Pedro Alves <palves@redhat.com>
3172
3173 * gdb.ada/info_types.c: Fix formating in copyright header.
3174 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
3175 * gdb.base/float.c: Likewise.
3176 * gdb.base/inferior-died.c: Likewise.
3177 * gdb.base/interp.c: Likewise.
3178 * gdb.base/jit-main.c: Likewise.
3179 * gdb.base/jit-solib.c: Likewise.
3180 * gdb.base/long_long.c: Likewise.
3181 * gdb.base/longjmp.c: Likewise.
3182 * gdb.base/nextoverexit.c: Likewise.
3183 * gdb.base/pr11022.c: Likewise.
3184 * gdb.base/prelink-lib.c: Likewise.
3185 * gdb.base/prelink.c: Likewise.
3186 * gdb.base/prologue.c: Likewise.
3187 * gdb.base/restore.c: Likewise.
3188 * gdb.base/sigchld.c: Likewise.
3189 * gdb.base/solib-search-lib1.c: Likewise.
3190 * gdb.base/solib-search-lib2.c: Likewise.
3191 * gdb.base/solib-search.c: Likewise.
3192 * gdb.base/solib-search.h: Likewise.
3193 * gdb.base/whatis.c: Likewise.
3194 * gdb.cp/abstract-origin.cc: Likewise.
3195 * gdb.cp/anon-struct.cc: Likewise.
3196 * gdb.cp/baseenum.cc: Likewise.
3197 * gdb.cp/bs15503.cc: Likewise.
3198 * gdb.cp/call-c-1.c: Likewise.
3199 * gdb.cp/call-c.cc: Likewise.
3200 * gdb.cp/class2.cc: Likewise.
3201 * gdb.cp/classes.cc: Likewise.
3202 * gdb.cp/cttiadd.cc: Likewise.
3203 * gdb.cp/cttiadd1.cc: Likewise.
3204 * gdb.cp/cttiadd2.cc: Likewise.
3205 * gdb.cp/cttiadd3.cc: Likewise.
3206 * gdb.cp/derivation.cc: Likewise.
3207 * gdb.cp/derivation2.cc: Likewise.
3208 * gdb.cp/dispcxx.cc: Likewise.
3209 * gdb.cp/exception.cc: Likewise.
3210 * gdb.cp/gdb2384-base.cc: Likewise.
3211 * gdb.cp/gdb2384-base.h: Likewise.
3212 * gdb.cp/gdb2384.cc: Likewise.
3213 * gdb.cp/gdb2495.cc: Likewise.
3214 * gdb.cp/mb-inline.h: Likewise.
3215 * gdb.cp/mb-inline1.cc: Likewise.
3216 * gdb.cp/mb-inline2.cc: Likewise.
3217 * gdb.cp/member-name.cc: Likewise.
3218 * gdb.cp/member-ptr.cc: Likewise.
3219 * gdb.cp/misc.cc: Likewise.
3220 * gdb.cp/namespace1.cc: Likewise.
3221 * gdb.cp/nextoverthrow.cc: Likewise.
3222 * gdb.cp/pr-574.cc: Likewise.
3223 * gdb.cp/pr9631.cc: Likewise.
3224 * gdb.cp/printmethod.cc: Likewise.
3225 * gdb.cp/psmang1.cc: Likewise.
3226 * gdb.cp/psmang2.cc: Likewise.
3227 * gdb.cp/psymtab-parameter.cc: Likewise.
3228 * gdb.cp/ptype-flags.cc: Likewise.
3229 * gdb.cp/ref-params.cc: Likewise.
3230 * gdb.cp/ref-types.cc: Likewise.
3231 * gdb.cp/smartp.cc: Likewise.
3232 * gdb.cp/try_catch.cc: Likewise.
3233 * gdb.cp/userdef.cc: Likewise.
3234 * gdb.cp/using-crash.cc: Likewise.
3235 * gdb.cp/virtfunc.cc: Likewise.
3236 * gdb.cp/virtfunc2.cc: Likewise.
3237 * gdb.dwarf2/callframecfa.S: Likewise.
3238 * gdb.dwarf2/dw2-ranges.c: Likewise.
3239 * gdb.dwarf2/dw2-ranges2.c: Likewise.
3240 * gdb.dwarf2/dw2-ranges3.c: Likewise.
3241 * gdb.dwarf2/dw2-restore.S: Likewise.
3242 * gdb.dwarf2/pieces.S: Likewise.
3243 * gdb.dwarf2/valop.S: Likewise.
3244 * gdb.java/jnpe.java: Likewise.
3245 * gdb.mi/mi-stepn.c: Likewise.
3246 * gdb.mi/mi-var-cp.cc: Likewise.
3247 * gdb.mi/mi-var-rtti.cc: Likewise.
3248 * gdb.mi/ns-stale-regcache.c: Likewise.
3249 * gdb.mi/pr11022.c: Likewise.
3250 * gdb.mi/solib-lib.c: Likewise.
3251 * gdb.mi/solib-main.c: Likewise.
3252 * gdb.python/py-arch.c: Likewise.
3253 * gdb.python/py-block.c: Likewise.
3254 * gdb.python/py-breakpoint.c: Likewise.
3255 * gdb.python/py-events.c: Likewise.
3256 * gdb.python/py-evthreads.c: Likewise.
3257 * gdb.python/py-explore.c: Likewise.
3258 * gdb.python/py-explore.cc: Likewise.
3259 * gdb.python/py-finish-breakpoint.c: Likewise.
3260 * gdb.python/py-finish-breakpoint2.cc: Likewise.
3261 * gdb.python/py-symbol.c: Likewise.
3262 * gdb.threads/execl.c: Likewise.
3263 * gdb.threads/execl1.c: Likewise.
3264
3265 2013-06-07 Will Newton <will.newton@linaro.org>
3266
3267 * gdb.base/long_long.exp: Fix ARM EABI target glob.
3268
3269 2013-06-07 Will Newton <will.newton@linaro.org>
3270
3271 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
3272 and "starting".
3273
3274 2013-06-07 Will Newton <will.newton@linaro.org>
3275
3276 * gdb.cp/anon-struct.exp: Conditionalize constructor and
3277 destructor prototypes for ARM ABI.
3278 * gdb.cp/m-static.exp: Likewise.
3279
3280 2013-06-07 Yao Qi <yao@codesourcery.com>
3281
3282 * gdb.trace/mi-trace-unavailable.exp: New.
3283 * gdb.trace/trace-unavailable.c: New.
3284
3285 2013-06-06 Doug Evans <dje@google.com>
3286
3287 * gdb.cp/derivation.exp: Make tests have unique names.
3288
3289 2013-06-06 Tom Tromey <tromey@redhat.com>
3290
3291 * gdb.base/dump.exp (capture_value): Don't put expression into
3292 test name if arguments passed in.
3293 Rename a couple more tests to make them unique.
3294
3295 2013-06-06 Tom Tromey <tromey@redhat.com>
3296
3297 * gdb.base/break-always.exp: Explicitly specify test name.
3298
3299 2013-06-05 Doug Evans <dje@google.com>
3300 Keith Seitz <keiths@redhat.com>
3301
3302 * gdb.cp/derivation2.cc: New file.
3303 * gdb.cp/derivation.cc (main): Call foo2.
3304 * gdb.cp/derivation.exp: Add tests for typedefs in another
3305 file, and when there's an active block.
3306
3307 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
3308
3309 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
3310 from targets that use function descriptors in the virtual tables.
3311 Handle presence of dot symbols.
3312
3313 2013-06-04 Gary Benson <gbenson@redhat.com>
3314
3315 * gdb.base/break-probes.exp: New file.
3316 * gdb.base/break-probes.c: Likewise.
3317 * gdb.base/break-probes-solib.c: Likewise.
3318 * gdb.base/info-shared.exp: New file.
3319 * gdb.base/info-shared.c: Likewise.
3320 * gdb.base/info-shared-solib1.c: Likewise.
3321 * gdb.base/info-shared-solib2.c: Likewise.
3322
3323 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3324 Gary Benson <gbenson@redhat.com>
3325
3326 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
3327 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
3328 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
3329 to be set to "no" to indicate that no ld.so copy should be made.
3330 * gdb.base/break-interp.exp (solib_bp): New constant.
3331 (reach_1): Use the above instead of "_dl_debug_state".
3332 (test_attach): Likewise.
3333 (test_ld): Likewise.
3334 * gdb.threads/dlopen-libpthread.exp: New file.
3335 * gdb.threads/dlopen-libpthread.c: Likewise.
3336 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
3337 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
3338
3339 2013-05-30 Yao Qi <yao@codesourcery.com>
3340
3341 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3342 Add a test that no MI notification is emitted when executing
3343 -exec-arguments.
3344
3345 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 PR testsuite/12649
3348 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
3349 $mi_gdb_prompt expectation by mi_expect_stop.
3350 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
3351 (mi info dprintf second time): Replace them by mi_send_resuming_command
3352 and mi_expect_stop.
3353
3354 2013-05-24 Gary Benson <gbenson@redhat.com>
3355
3356 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
3357 backslash.
3358 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
3359 backslashes.
3360 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
3361 backslash.
3362
3363 2013-05-24 Yao Qi <yao@codesourcery.com>
3364
3365 * gdb.trace/tfile.exp: Test inferior and thread.
3366
3367 2013-05-24 Yao Qi <yao@codesourcery.com>
3368 Pedro Alves <palves@redhat.com>
3369
3370 * gdb.base/range-stepping.exp: Skip the rest of tests if the
3371 test fails.
3372 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
3373 Return 0 if the test passes, otherwise return 1.
3374
3375 2013-05-23 Doug Evans <dje@google.com>
3376
3377 * boards/fission-dwp.exp: New file.
3378
3379 2013-05-23 Yao Qi <yao@codesourcery.com>
3380 Pedro Alves <palves@redhat.com>
3381
3382 * gdb.base/range-stepping.c: New file.
3383 * gdb.base/range-stepping.exp: New file.
3384 * gdb.trace/range-stepping.c: New file.
3385 * gdb.trace/range-stepping.exp: New file.
3386 * lib/range-stepping-support.exp: New file.
3387
3388 2013-05-22 Tom Tromey <tromey@redhat.com>
3389
3390 * gdb.cp/class2.cc (main): New local 'aref'.
3391 * gdb.cp/class2.exp: Check printing of 'aref'.
3392
3393 2013-05-22 Doug Evans <dje@google.com>
3394
3395 * gdb.threads/wp-replication.c (main): Insert some code at the start
3396 to ensure the breakpoint on main is only hit once. Fix comment.
3397
3398 2013-05-21 Keith Seitz <keiths@redhat.com>
3399 Pedro Alves <palves@redhat.com>
3400
3401 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
3402 gdb_expect.
3403 Add test to flush the remaining input buffer so that this
3404 file passes testsuite/12649.
3405
3406 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3407
3408 * gdb.base/catch-signal-fork.exp: New file.
3409 * gdb.base/catch-signal-fork.c: New file.
3410
3411 2013-05-21 Sterling Augustine <saugustine@google.com>
3412
3413 * boards/remote-stdio-gdbserver.exp: New file.
3414
3415 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3416
3417 PR testsuite/12649
3418 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
3419 racy matches.
3420
3421 2013-05-21 Christian Groessler <chris@groessler.org>
3422
3423 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
3424 since it's not supported in all shells.
3425
3426 2013-05-21 Hui Zhu <hui@codesourcery.com>
3427
3428 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
3429 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
3430
3431 2013-05-20 Doug Evans <dje@google.com>
3432
3433 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
3434 (_handle_DW_TAG): Use it.
3435 (cu, tu): Replace parameters is_64, version, addr_size with options.
3436 All callers updated. Add Fission support.
3437 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
3438 * gdb.dwarf2/method-ptr.exp: Ditto.
3439 * gdb.dwarf2/nostaticblock.exp: Ditto.
3440 * gdb.dwarf2/subrange.exp: Ditto.
3441 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
3442
3443 2013-05-20 Tom Tromey <tromey@redhat.com>
3444
3445 * gdb.gdb/python-selftest.exp: New file.
3446
3447 2013-05-20 Doug Evans <dje@google.com>
3448
3449 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
3450 -fdebug-types-section.
3451
3452 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3453
3454 * gdb.ada/float_param: New testcase.
3455
3456 2013-05-17 Doug Evans <dje@google.com>
3457
3458 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
3459 Add tests for "maint check-symtabs", "maint expand-symtabs".
3460
3461 * gdb.base/maint.exp: Remove testing of individual maint command
3462 help output.
3463
3464 2013-05-16 Pedro Alves <palves@redhat.com>
3465
3466 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
3467 comment. Use gdb_test_no_output.
3468
3469 2013-05-16 Joel Brobecker <brobecker@adacore.com>
3470
3471 * gdb.ada/complete.exp: Add test verifying completion using
3472 the "tab" key.
3473
3474 2013-05-15 Keith Seitz <keiths@redhat.com>
3475
3476 * gdb.base/filesym.exp: New completer test.
3477 * gdb.base/filesym.c: New file.
3478
3479 2013-05-15 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.base/fixsection.c: Remove attribution.
3482 * gdb.base/watch-read.exp: Ditto.
3483
3484 2013-05-13 Tom Tromey <tromey@redhat.com>
3485
3486 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
3487 size and change type sizes to 4 bytes.
3488
3489 2013-05-13 Tom Tromey <tromey@redhat.com>
3490
3491 * gdb.base/exprs.exp (test_expr): Add regression test.
3492 * gdb.base/exprs.c (null_t_struct): New global.
3493
3494 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
3495
3496 * gdb.base/default.exp: Disable history saving.
3497 * gdb.base/setshow.exp: Likewise.
3498
3499 2013-05-10 Pedro Alves <palves@redhat.com>
3500
3501 PR remote/15455
3502
3503 * gdb.trace/qtro.c: New file.
3504 * gdb.trace/qtro.exp: New file.
3505
3506 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3507
3508 * gdb.python/py-framefilter.py: New File.
3509 * gdb.python/py-framefilter-mi.exp: Ditto.
3510 * gdb.python/py-framefilter.c: Ditto.
3511 * gdb.python/py-framefilter-mi.exp: Ditto.
3512 * gdb.python/py-framefilter-mi.c: Ditto,
3513 * gdb.python/py-framefilter-gdb.py.in: Ditto.
3514
3515 2013-05-08 Tom Tromey <tromey@redhat.com>
3516
3517 * gdb.base/solib-search.exp: Set test name for "set
3518 solib-search-path" test.
3519
3520 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
3521
3522 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
3523 (set_a_tracepoint): Set tracepoint before prologue.
3524 (run_trace_experiment): Test setup_tracepoints and 'break end'
3525 in it.
3526 (trace_buffer_normal): Remove.
3527 (gdb_trace_circular_tests): Remove. Move tests to...
3528 (top level): ...here. Call 'runto_main' before checking for
3529 trace support. Use commands to check the support for circular
3530 trace buffer and changing of trace buffer size. Add test
3531 to calculate size of single frame. Use this size to
3532 calculate the size of trace buffer. Use 'tfind pc func9'
3533 instead of 'tfind 9'. Use 'with_test_prefix'.
3534
3535 2013-05-07 Tom Tromey <tromey@redhat.com>
3536
3537 * lib/selftest-support.exp: New file.
3538 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3539 do_self_tests.
3540 (setup_test, find_gdb): Remove.
3541 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
3542 do_self_tests.
3543 (setup_test, find_gdb): Remove.
3544 (test_observer): Don't call setup_test. Remove argument.
3545 * gdb.gdb/selftest.exp: Load selftest-support.exp.
3546 (find_gdb): Remove.
3547 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3548 do_self_tests.
3549 (setup_test, find_gdb): Remove.
3550 (test_with_self): Don't call setup_test. Remove argument.
3551
3552 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3553
3554 * gdb.arch/system-gcore.exp: Remove.
3555 * gdb.arch/gcore.c: Remove.
3556 * gdb.base/gcore.exp: Add "info reg system".
3557
3558 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
3559
3560 PR breakpoints/15413:
3561 * gdb.base/pending.exp: Add test for completion of the "condition"
3562 command for pending breakpoints.
3563 * gdb.linespec/linespec.ex: Add test for completion of the
3564 "condition" command when dealing with multiple locations.
3565
3566 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
3567
3568 * gdb.threads/wp-replication.c: New file.
3569 * gdb.threads/wp-replication.exp: New file.
3570
3571 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3572
3573 * gdb.xml/tdesc-regs.exp: Add case for nios2.
3574
3575 2013-05-06 Doug Evans <dje@google.com>
3576
3577 * gdb.base/solib-search-lib1.c: New file.
3578 * gdb.base/solib-search-lib2.c: New file.
3579 * gdb.base/solib-search.c: New file.
3580 * gdb.base/solib-search.h: New file.
3581 * gdb.base/solib-search.exp: New file.
3582
3583 * lib/gdb.exp (gdb_core_cmd): New function.
3584 * gdb.arch/system-gcore.exp: Use it.
3585 * gdb.arch/vsx-regs.exp: Ditto.
3586 * gdb.base/gcore.exp: Ditto.
3587 * gdb.threads/gcore-thread.exp: Ditto.
3588
3589 * gdb.reverse/shr.h: New file.
3590 * gdb.reverse/shr1.c: New file.
3591 * gdb.reverse/shr2.c: #include "shr.h".
3592 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
3593 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
3594 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
3595 Update tests using sleep/printf to use shr2.sl instead.
3596 * gdb.reverse/solib-reverse.exp: Ditto.
3597
3598 2013-05-06 Tom Tromey <tromey@redhat.com>
3599
3600 * gdb.dwarf2/implptrconst.c: New file.
3601 * gdb.dwarf2/implptrconst.exp: New file.
3602 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
3603 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
3604 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
3605
3606 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3607
3608 * gdb.base/catch-sig.c (main): Raise SIGINT.
3609 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
3610
3611 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3612
3613 * status-stop.exp (test_tstart_tstart): Check for error
3614 returned by the second 'tstart' command.
3615
3616 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3617
3618 * gdb.xml/maint_print_struct.exp: New file.
3619 * gdb.xml/maint_print_struct.xml: New file.
3620
3621 2013-04-25 Tom Tromey <tromey@redhat.com>
3622
3623 * gdb.dwarf2/nostaticblock.exp: New file.
3624
3625 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3626
3627 PR gdb/10462
3628 * gdb.base/setshow.exp: Add test case.
3629
3630 2013-04-23 Hui Zhu <hui@codesourcery.com>
3631
3632 PR gdb/15293
3633 * gdb.base/dprintf.exp: Add ignore command.
3634
3635 2013-04-23 Hui Zhu <hui@codesourcery.com>
3636
3637 PR gdb/15165
3638 * gdb.base/save-bp.exp: Add test for dprintf.
3639
3640 2013-04-22 Tom Tromey <tromey@redhat.com>
3641
3642 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3643 notice_open_fds.
3644
3645 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3646
3647 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3648 ldflags.
3649
3650 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3651
3652 * gdb.arch/arm-bl-branch-dest.c: New file.
3653 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3654
3655 2013-04-19 Vladimir Kargov <kargov@gmail.com>
3656 Pedro Alves <palves@redhat.com>
3657
3658 * gdb.arch/i386-float.S: New file.
3659 * gdb.arch/i386-float.exp: New file.
3660
3661 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
3662
3663 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3664 type void *.
3665
3666 2013-04-17 Doug Evans <dje@google.com>
3667
3668 * lib/dwarf.exp (Dwarf): New proc "tu".
3669 * gdb.dwarf2/missing-sig-type.exp: New file.
3670
3671 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3672
3673 Add option to link testcases with Pthreads library when
3674 using 'prepare_for_testing' in tests.
3675
3676 * lib/gdb.exp (build_executable_from_specs): Use
3677 gdb_compile_pthreads to compile if option "pthreads" is
3678 specified.
3679
3680 2013-04-15 Tom Tromey <tromey@redhat.com>
3681
3682 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3683
3684 2013-04-15 Tom Tromey <tromey@redhat.com>
3685
3686 * gdb.base/default.exp: Update for $_exception.
3687 * gdb.cp/exceptprint.cc: New file.
3688 * gdb.cp/exceptprint.exp: New file.
3689 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3690
3691 2013-04-15 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.cp/typeid.cc: New file.
3694 * gdb.cp/typeid.exp: New file.
3695
3696 2013-04-15 Tom Tromey <tromey@redhat.com>
3697
3698 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3699
3700 2013-04-13 Yao Qi <yao@codesourcery.com>
3701
3702 * gdb.base/completion.exp: Test completion of command
3703 'target ctf' if target ctf is supported.
3704
3705 2013-04-10 Pedro Alves <palves@redhat.com>
3706
3707 * gdb.base/completion.exp: Test "set height", "set listsize" and
3708 "set trace-buffer-size" completion.
3709 * gdb.base/setshow.exp: Test "set height unlimited".
3710 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3711 unlimited".
3712
3713 2013-04-10 Yao Qi <yao@codesourcery.com>
3714
3715 * gdb.trace/actions.exp: Save trace data to CTF.
3716 Change to ctf target if GDB supports, read CTF data in ctf
3717 target, and check the actions of tracepoints.
3718 * gdb.trace/while-stepping.exp: Likewise.
3719 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3720 format and read CTF trace file if GDB supports.
3721 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3722 target is supported, change to ctf target, read trace data and
3723 check output of command "tstatus".
3724 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3725 read CTF data by target ctf and call check_tsv.
3726
3727 2013-04-10 Yao Qi <yao@codesourcery.com>
3728
3729 * gdb.trace/actions.exp (check_tracepoint): New.
3730 (top level): Start the tracing and check the actions of
3731 tracepoints. Save trace data to tfile format. Restart GDB
3732 and read trace file in tfile target. Check the actions of
3733 tracepoints again.
3734 * gdb.trace/while-stepping.exp: Likewise.
3735
3736 2013-04-10 Yao Qi <yao@codesourcery.com>
3737
3738 * gdb.trace/report.exp: Use standard_output_file for saved
3739 trace file.
3740
3741 2013-04-10 Hui Zhu <hui@codesourcery.com>
3742
3743 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3744 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3745 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3746
3747 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3748
3749 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3750 response.
3751
3752 2013-04-08 Pedro Alves <palves@redhat.com>
3753
3754 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3755 the location.
3756
3757 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3758
3759 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3760 for breakpoint location.
3761
3762 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3763
3764 * gdb.linespec/linespec.exp: Make dir/file:line tests
3765 conditional for non-remote hosts only.
3766
3767 2013-04-04 Stan Shebs <stan@codesourcery.com>
3768 Pedro Alves <palves@redhat.com>
3769
3770 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3771 * gdb.trace/actions-changed.c: New file.
3772 * gdb.trace/actions-changed.exp: New file.
3773 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3774 (gdb_trace_setactions_command): ... this. Add "actions_command"
3775 parameter, and handle it.
3776 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3777
3778 2013-04-04 Yao Qi <yao@codesourcery.com>
3779
3780 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3781 'step'.
3782
3783 2013-04-03 Yao Qi <yao@codesourcery.com>
3784
3785 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3786 "tfile-basic.tf".
3787 (test_tfind_tfile): Likewise.
3788
3789 2013-04-03 Yao Qi <yao@codesourcery.com>
3790
3791 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3792 "tfile-basic.tf" instead of "basic.tf".
3793 (write_error_trace_file): Pass argument "tfile-error.tf"
3794 instead of "error.tf".
3795 * gdb.trace/tfile.exp: Update tfile names to
3796 "tfile-basic.tf" and "tfile-error.tf".
3797
3798 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3799
3800 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3801 empty directory in file for breakpoint hit.
3802
3803 2013-03-29 Yao Qi <yao@codesourcery.com>
3804
3805 * gdb.base/completion.exp: Test completion of commands
3806 "target core", "target tfile" and "target exec".
3807 * gdb.trace/tfile.exp: Test completion of command
3808 "target tfile".
3809
3810 2013-03-28 Joel Brobecker <brobecker@adacore.com>
3811
3812 * gdb.ada/win_fu_syms: New testcase.
3813
3814 2013-03-28 Doug Evans <dje@google.com>
3815
3816 * gdb.base/maint.exp (maint print statistics): Update expected output.
3817
3818 2013-03-28 Pedro Alves <palves@redhat.com>
3819
3820 PR gdb/15294
3821
3822 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3823 mean unlimited instead of $arg < 0.
3824 (test_listsize): Remove "listsize of 0 suppresses output" test.
3825 Test that "set listsize 0" ends up with an unlimited listsize.
3826
3827 2013-03-28 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/list.exp (last_line): New global.
3830 (last_line_re): New global.
3831 (test_listsize, test_list_function, test_list_forward)
3832 (test_repeat_list_command, test_list_range)
3833 (test_list_filename_and_function): Use them.
3834 * gdb.base/list0.c: Comment the last line of the file with "last
3835 line".
3836
3837 2013-03-28 Pedro Alves <palves@redhat.com>
3838
3839 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3840 list the whole file.
3841
3842 2013-03-28 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3845 "set listsize".
3846
3847 2013-03-26 Keith Seitz <keiths@redhat.com>
3848
3849 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3850 from passing.
3851
3852 2013-03-26 Pedro Alves <palves@redhat.com>
3853
3854 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3855 until after GDB has run.
3856
3857 2013-03-26 Yao Qi <yao@codesourcery.com>
3858
3859 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3860 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3861
3862 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3863
3864 * gdb.btrace/enable.exp: Add regression test.
3865
3866 2013-03-25 Tom Tromey <tromey@redhat.com>
3867
3868 * gdb.cp/m-static.exp: Add destructor-printing tests.
3869
3870 2013-03-25 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.cp/m-static.exp: Add constructor ptype tests.
3873 * gdb.cp/m-static.cc (single_constructor): New class.
3874 (main): Make instance of single_constructor.
3875
3876 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3877 Pedro Alves <palves@redhat.com>
3878
3879 * gdb.server/server-kill.c: New file.
3880 * gdb.server/server-kill.exp: New file.
3881
3882 2013-03-21 Pedro Alves <palves@redhat.com>
3883
3884 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3885 Expect $gdb_prompt in gdb_test_multiple.
3886
3887 2013-03-21 Doug Evans <dje@google.com>
3888
3889 * gdb.base/maint.exp: Update tests for per-command stats.
3890
3891 2013-03-21 Tom Tromey <tromey@redhat.com>
3892
3893 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3894 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3895
3896 2013-03-20 Pedro Alves <palves@redhat.com>
3897
3898 PR gdb/15289
3899
3900 * gdb.base/remote.exp: Test
3901 "set remote hardware-watchpoint-limit -1",
3902 "set remote hardware-breakpoint-limit -1",
3903 "set remote hardware-watchpoint-limit 2147483647" and
3904 "set remote hardware-breakpoint-limit 2147483647".
3905
3906 2013-03-20 Pedro Alves <palves@redhat.com>
3907 Yao Qi <yao@codesourcery.com>
3908
3909 * gdb.trace/tfile.c: Add comments.
3910 (nonconstglob): New global.
3911 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3912 global that is not covered by the trace frame. Test
3913 disassembling.
3914
3915 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3916
3917 * gdb.base/valgrind-infcall.exp
3918 (continue #$continue_count) <remote connection closed>
3919 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3920 $valgrind_pid.
3921
3922 2013-03-15 Tom Tromey <tromey@redhat.com>
3923
3924 * gdb.cp/overload.cc (intintfunc): New.
3925 * gdb.cp/overload.exp: Add regression test.
3926
3927 2013-03-15 Yao Qi <yao@codesourcery.com>
3928
3929 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3930 using with_test_prefix.
3931 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3932 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3933 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3934 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3935 * gdb.base/break-interp.exp (test_core): Likewise.
3936 (test_attach_gdb): Likewise.
3937 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3938 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3939 Likewise.
3940 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3941 * gdb.base/jit.exp (one_jit_test): Likewise.
3942 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3943 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3944 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3945 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3946 Likewise.
3947 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3948 Likewise.
3949 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3950 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3951 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3952 (tracepoint_change_loc_2): Likewise.
3953 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3954 Likewise.
3955 (disconnected_tfind): Likewise.
3956 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3957 Likewise.
3958 (test_tfind_remote): Likewise.
3959 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3960 Likewise.
3961 (test_pending_resolved): Likewise.
3962 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3963 Likewise.
3964 (test_upload_tsv): Likewise.
3965 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3966 Likewise.
3967 (pending_tracepoint_works): Likewise.
3968 * gdb.trace/report.exp (use_collected_data): Likewise.
3969 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3970 Likewise.
3971 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3972 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3973 (strace_trace_on_same_addr): Likewise.
3974 (strace_trace_on_diff_addr): Likewise.
3975 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3976 (gdb_collect_locals_test): Likewise.
3977 (gdb_unavailable_registers_test): Likewise.
3978 (gdb_collect_globals_test): Likewise.
3979
3980 2013-03-15 Yao Qi <yao@codesourcery.com>
3981
3982 * gdb.base/condbreak.exp: Add semicolon back which was removed
3983 by my previous commit.
3984
3985 2013-03-14 Yao Qi <yao@codesourcery.com>
3986
3987 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3988 'return'.
3989 (gdb_target_monitor, gdb_load): Likewise.
3990 * config/sid.exp (gdb_load): Likewise.
3991 * config/slite.exp (gdb_load): Likewise.
3992 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3993 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3994 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3995 (single_step_until): Likewise.
3996 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3997 * gdb.arch/system-gcore.exp: Likewise.
3998 * gdb.base/bigcore.exp (extract_heap): Likewise.
3999 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
4000 * gdb.base/call-ar-st.exp: Likewise.
4001 * gdb.base/call-rt-st.exp: Likewise.
4002 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
4003 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
4004 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
4005 * gdb.base/corefile.exp: Likewise.
4006 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
4007 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
4008 * gdb.base/fixsection.exp: Likewise.
4009 * gdb.base/funcargs.exp: Likewise.
4010 * gdb.base/gcore-buffer-overflow.exp: Likewise.
4011 * gdb.base/gcore-relro.exp: Likewise.
4012 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
4013 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
4014 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
4015 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
4016 * gdb.base/list.exp: Likewise.
4017 (set_listsize): Likewise.
4018 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
4019 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
4020 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
4021 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
4022 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
4023 * gdb.base/setvar.exp: Likewise.
4024 (test_set): Likewise.
4025 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
4026 * gdb.base/solib-overlap.exp: Likewise.
4027 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
4028 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
4029 * gdb.base/watchpoint.exp (initialize): Likewise.
4030 (test_simple_watchpoint): Likewise.
4031 (test_disabling_watchpoints): Likewise.
4032 (test_watchpoint_triggered_in_syscall): Likewise.
4033 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
4034 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
4035 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
4036 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
4037 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
4038 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
4039 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
4040 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
4041 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
4042 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
4043 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
4044 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
4045 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
4046 * gdb.mi/gdb792.exp: Likewise.
4047 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
4048 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
4049 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
4050 * gdb.threads/gcore-thread.exp: Likewise.
4051 (load_core): Likewise.
4052 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
4053 (test_startup, check_control_c): Likewise.
4054 * gdb.threads/sigstep-threads.exp: Likewise.
4055 * gdb.threads/thread_check.exp: Likewise.
4056 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
4057 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
4058 (set_a_tracepoint, trace_buffer_normal): Likewise.
4059 (gdb_trace_circular_tests): Likewise.
4060 * gdb.trace/collection.exp: Likewise.
4061 * gdb.trace/disconnected-tracing.exp: Likewise.
4062 * gdb.trace/infotrace.exp: Likewise.
4063 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4064 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
4065 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
4066 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
4067 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
4068 * gdb.trace/stap-trace.exp: Likewise.
4069 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
4070 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
4071 * gdb.trace/trace-buffer-size.exp: Likewise.
4072 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
4073 * gdb.trace/unavailable.exp: Likewise.
4074 * gdb.trace/while-dyn.exp: Likewise.
4075 * lib/fortran.exp (set_lang_fortran): Likewise.
4076 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
4077 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
4078 (default_gdb_start, get_compiler_info): Likewise.
4079 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
4080 (get_debug_format, setup_xfail_format): Likewise.
4081 (rerun_to_main, gdb_skip_float_test): Likewise.
4082 (build_id_debug_filename_get, get_remotetimeout): Likewise.
4083 * lib/java.exp (set_lang_java): Likewise.
4084 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
4085 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
4086 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
4087 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
4088 * lib/objc.exp (set_lang_objc): Likewise.
4089 * lib/pascal.exp (set_lang_pascal): Likewise.
4090 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
4091 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
4092 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
4093
4094 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
4095
4096 PR c++/15203
4097 PR c++/15210
4098 * gdb.cp/m-static.cc (keepalive_int): New function.
4099 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
4100 * gdb.cp/m-static.exp: New test for `sintvar'.
4101
4102 2013-03-14 Yao Qi <yao@codesourcery.com>
4103
4104 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
4105 of 'tstatus' into tstatus_output.
4106 (top level): Save the trace data to tfile. Read trace file in
4107 tfile target. Check the trace status.
4108
4109 2013-03-13 Yao Qi <yao@codesourcery.com>
4110
4111 * gdb.trace/tsv.exp (check_tsv): New.
4112 (top level): Save a tfile on current trace session. Call
4113 check_tsv on live target. Load the tfile with target tfile
4114 and call check_tsv again.
4115
4116 2013-03-13 Yao Qi <yao@codesourcery.com>
4117
4118 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
4119 Replace some "gdb_test" with "gdb_test_no_output".
4120
4121 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
4122
4123 * gdb.ada/expr_delims.exp: New file.
4124 * gdb.ada/expr_delims/foo.adb: New file.
4125 * gdb.ada/expr_delims/pck.ads: New file.
4126 * gdb.ada/expr_delims/pck.adb: New file.
4127
4128 2013-03-11 Keith Seitz <keiths@redhat.com>
4129
4130 * watchpoint.exp (test_no_hw_watchpoints): Add test using
4131 both condition and thread. Then delete the watchpoint.
4132
4133 2013-03-11 Christian Himpel <christian.himpel@intel.com>
4134
4135 * Makefile.in: Add btrace testsuite.
4136 * configure: Regenerated.
4137 * configure.ac: Add btrace testsuite.
4138 * gdb.btrace/Makefile.in: New file.
4139 * gdb.btrace/enable.c: New file.
4140 * gdb.btrace/enable.exp: New file.
4141 * gdb.btrace/function_call_history.c: New file.
4142 * gdb.btrace/function_call_history.exp: New file.
4143 * gdb.btrace/instruction_history.c: New file.
4144 * gdb.btrace/instruction_history.exp: New file.
4145 * gdb.btrace/instruction_history.S: New file.
4146 * lib/gdb.exp: Add btrace skip proc.
4147
4148 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4149
4150 Fix entry-values if the callee called a noreturn function.
4151 * gdb.arch/amd64-tailcall-noret.S: New file.
4152 * gdb.arch/amd64-tailcall-noret.c: New file.
4153 * gdb.arch/amd64-tailcall-noret.exp: New file.
4154
4155 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4156
4157 Fix entry-values in C++ across CUs.
4158 * gdb.arch/amd64-tailcall-cxx.exp: New file.
4159 * gdb.arch/amd64-tailcall-cxx1.S: New file.
4160 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
4161 * gdb.arch/amd64-tailcall-cxx2.S: New file.
4162 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
4163
4164 2013-03-08 Stan Shebs <stan@codesourcery.com>
4165 Hafiz Abid Qadeer <abidh@codesourcery.com>
4166
4167 gdb/testsuite/
4168 * gdb.trace/trace-buffer-size.exp: New file.
4169 * gdb.trace/trace-buffer-size.c: New file.
4170
4171 2013-03-06 Pedro Alves <palves@redhat.com>
4172
4173 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
4174 doesn't support the tested optional feature, call "unsupported"
4175 with the same test message as the "pass" case, instead of calling
4176 "pass" with a different message. Use the same text for the "fail"
4177 cases too.
4178
4179 2013-03-06 Yao Qi <yao@codesourcery.com>
4180
4181 * gdb.trace/tstatus.exp: Remove the invocation of
4182 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
4183 (test_tracepoints): Don't set fast tracepoint.
4184 (top level): Don't check agent library is loaded or not.
4185
4186 2013-03-06 Yao Qi <yao@codesourcery.com>
4187
4188 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
4189 parentheses by "\\".
4190
4191 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4192
4193 * gdb.linespec/base/one/thefile.cc (twodup): New.
4194 (m): Call it.
4195 * gdb.linespec/base/two/thefile.cc (dupname): New.
4196 (n): Call it.
4197 * gdb.linespec/break-ask.exp: New file.
4198 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
4199
4200 2013-02-28 Yao Qi <yao@codesourcery.com>
4201
4202 * gdb.trace/report.exp: Move some code to ...
4203 (use_collected_data): New.
4204 (top level): Call use_collected_data once on the live target.
4205 Save at file of the current trace session, load it with target
4206 tfile, and call use_collected_data again.
4207
4208 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4209
4210 * gdb.threads/fork-thread-pending.c (main): Add alarm.
4211
4212 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4213
4214 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
4215 Add final kill of ${valgrind_pid}.
4216
4217 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
4218
4219 * gdb.python/py-arch.c: New test case
4220 * gdb.python/py-arch.exp: New tests to test
4221 gdb.Architecture.disassemble
4222 * gdb.python/Makefile.in: Add py-arch to the list of
4223 EXECUTABLES.
4224
4225 2013-02-18 Tom Tromey <tromey@redhat.com>
4226
4227 * gdb.dwarf2/subrange.exp: New file.
4228
4229 2013-02-15 Pedro Alves <pedro@codesourcery.com>
4230 Hafiz Abid Qadeer <abidh@codesourcery.com>
4231
4232 * gdb.trace/tfile.exp: Add test for -trace-status command.
4233
4234 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4235
4236 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
4237 nanosleep by sleep.
4238
4239 2013-02-14 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
4242
4243 2013-02-14 Pedro Alves <pedro@codesourcery.com>
4244 Hafiz Abid Qadeer <abidh@codesourcery.com>
4245
4246 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
4247
4248 2013-02-12 Tom Tromey <tromey@redhat.com>
4249
4250 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
4251 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
4252
4253 2013-02-12 Pedro Alves <palves@redhat.com>
4254
4255 * gdb.base/catch-signal.c: Update copyright years.
4256 * gdb.base/catch-signal.exp: Update copyright years.
4257 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
4258 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
4259 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
4260 * gdb.dwarf2/dw2-error.S: Update copyright years.
4261 * gdb.dwarf2/dw2-error.c: Update copyright years.
4262 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
4263 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
4264 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
4265
4266 2013-02-12 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
4269 message.
4270 * gdb.base/sigaltstack.exp: Ditto.
4271 * gdb.base/siginfo.exp: Ditto.
4272 * gdb.base/sizeof.exp: Ditto.
4273
4274 2013-02-12 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.mi/mi-basics.exp: Tweak intro comment.
4277 * gdb.mi/mi-break.exp: Tweak intro comment.
4278 * gdb.mi/mi-console.exp: Tweak intro comment.
4279 * gdb.mi/mi-file.exp: Tweak intro comment.
4280 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
4281 * gdb.mi/mi-return.exp: Tweak intro comment.
4282 * gdb.mi/mi-stepi.exp: Tweak intro comment.
4283 * gdb.mi/mi-until.exp: Tweak intro comment.
4284 * gdb.mi/mi-watch.exp: Tweak intro comment.
4285
4286 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
4287
4288 * gdb.server/no-thread-db.exp: New file.
4289 * gdb.server/no-thread-db.c: New file.
4290 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
4291
4292 2013-02-11 Doug Evans <dje@google.com>
4293
4294 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
4295 two decfloats.
4296
4297 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4298
4299 * gdb.base/bitfields.c (struct internalvartest): New declaration.
4300 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
4301
4302 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4303
4304 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
4305
4306 2013-02-06 Yao Qi <yao@codesourcery.com>
4307
4308 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
4309 to ...
4310 (test_create_delete_modify_tsv): ... here. New test on modifying
4311 the initial value of a tsv.
4312
4313 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4314
4315 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
4316 (cd .../rdir): ... here.
4317
4318 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 * gdb.linespec/base/one/header.h: New file.
4321 * gdb.linespec/base/two/header.h: New file.
4322 * gdb.linespec/macro-relative.c: New file.
4323 * gdb.linespec/macro-relative.exp: New file.
4324
4325 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4326
4327 * gdb.base/fullpath-expand-func.c: New file.
4328 * gdb.base/fullpath-expand.c: New file.
4329 * gdb.base/fullpath-expand.exp: New file.
4330 * gdb.base/realname-expand-real.c: New file.
4331 * gdb.base/realname-expand.c: New file.
4332 * gdb.base/realname-expand.exp: New file.
4333
4334 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4335
4336 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
4337 * gdb.dwarf2/dw2-dir-file-name.c: New file.
4338
4339 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
4342 (compare_filenames_for_search does not match)
4343 (compare_filenames_for_search does match): New tests.
4344
4345 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4346
4347 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
4348
4349 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4350
4351 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
4352
4353 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4354
4355 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
4356 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
4357 ${binfile}.mini_debuginfo-debuglink and
4358 ${binfile}.mini_debuginfo-debuglink.xz.
4359
4360 2013-02-01 Tom Tromey <tromey@redhat.com>
4361
4362 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
4363 attributes.
4364
4365 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4366 Tom Tromey <tromey@redhat.com>
4367
4368 * gdb.dwarf2/method-ptr.exp: Link with c++.
4369 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
4370
4371 2013-01-31 Tom Tromey <tromey@redhat.com>
4372
4373 * gdb.base/jit.exp (compile_jit_test): New proc.
4374 Add PIE tests.
4375
4376 2013-01-31 Tom Tromey <tromey@redhat.com>
4377
4378 * gdb.dwarf2/method-ptr.cc: New file.
4379 * gdb.dwarf2/method-ptr.exp: New file.
4380
4381 2013-01-31 Tom Tromey <tromey@redhat.com>
4382
4383 * lib/dwarf.exp (namespace Dwarf): New.
4384
4385 2013-01-29 Tom Tromey <tromey@redhat.com>
4386
4387 * gdb.dwarf2/fission-reread.exp: Add unload test.
4388
4389 2013-01-28 Doug Evans <dje@google.com>
4390
4391 * gdb.dwarf2/fission-loclists.exp: New file.
4392 * gdb.dwarf2/fission-loclists.S: New file.
4393
4394 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4395
4396 Code cleanup.
4397 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
4398 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
4399 and prepare_for_testing.
4400 * gdb.base/store.exp: Likewise.
4401
4402 2013-01-25 Tom Tromey <tromey@redhat.com>
4403
4404 * gdb.python/py-explore.exp: Expect the gdb prompt.
4405
4406 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
4407
4408 * gdb.base/gnu_vector.c: New variable for use in tests.
4409 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
4410 changes in scalar to vector casting and widening.
4411 * gdb.python/py-type.c: New variables for use in tests.
4412 * gdb.python/py-type.exp: Update vector related tests to reflect
4413 changes in scalar to vector casting and widening.
4414
4415 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
4416
4417 * gdb.base/prologue-include.c: New file.
4418 * gdb.base/prologue-include.exp: New file.
4419 * gdb.base/prologue-include.h: New file.
4420
4421 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
4422
4423 PR gdb/13443
4424 * gdb.mi/mi-var-block.exp: Make test messages unique.
4425
4426 2013-01-23 Tom Tromey <tromey@redhat.com>
4427
4428 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
4429
4430 2013-01-23 Tom Tromey <tromey@redhat.com>
4431
4432 * gdb.cp/converts.cc (main): Initialize 'a'.
4433
4434 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4435
4436 * testsuite/gdb.python/frame.exp: Add a test for
4437 gdb.Frame.architecture() method.
4438
4439 2013-01-22 Pedro Alves <palves@redhat.com>
4440
4441 * gdb.base/annota1.exp (signal sent): No longer expect
4442 breakpoints-invalid.
4443 * gdb.cp/annota2.exp (continue until exit)
4444 (watch triggered on a.x): Ditto.
4445
4446 2013-01-22 Pedro Alves <palves@redhat.com>
4447
4448 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
4449 Adjust tests to breakpoints-invalid changes.
4450 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
4451 variables.
4452 Adjust tests to breakpoints-invalid changes.
4453
4454 2013-01-22 Pedro Alves <palves@redhat.com>
4455
4456 * gdb.base/annota1.exp (annotate ignore count change): Add
4457 expected output for failure case.
4458
4459 2013-01-22 Tom Tromey <tromey@redhat.com>
4460
4461 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
4462 call.
4463
4464 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4465
4466 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
4467 * gdb.mi/mi-catch-load.exp: Ditto.
4468 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
4469 Also handle 'thread' field.
4470 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
4471 * gdb.mi/mi-watch.exp: Ditto.
4472 * lib/mi-support.exp: Ditto.
4473
4474 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
4475
4476 * gdb.python/py-explore.exp: Improve a test
4477
4478 2013-01-18  David Blaikie  <dblaikie@gmail.com>
4479
4480 * gdb.base/label.c (main): Correct the type of the second
4481 parameter.
4482
4483 2013-01-18 Tom Tromey <tromey@redhat.com>
4484
4485 * gdb.dwarf2/trace-crash.s: New file.
4486 * gdb.dwarf2/trace-crash.exp: New file.
4487
4488 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
4489
4490 PR gdb/13443
4491 * gdb.base/checkpoint.exp: Update test messages to make them
4492 unique.
4493
4494 2013-01-18 Yao Qi <yao@codesourcery.com>
4495
4496 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
4497 output of 'info tracepoints'.
4498 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
4499 Likewise.
4500 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
4501 * gdb.trace/disconnected-tracing.c (struct foo): New.
4502
4503 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4504
4505 * gdb.dwarf2/dw2-dos-drive.S: New file.
4506 * gdb.dwarf2/dw2-dos-drive.exp: New file.
4507
4508 2013-01-17 Doug Evans <dje@google.com>
4509
4510 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
4511 CXX_FOR_TARGET.
4512
4513 * boards/cc-with-tweaks.exp: New file.
4514
4515 2013-01-17 Tom Tromey <tromey@redhat.com>
4516
4517 * gdb.base/completion.exp: Add "set cp-abi" completion test.
4518
4519 2013-01-17 Pedro Alves <palves@redhat.com>
4520
4521 Merge dg-extract-results.sh from upstream (svn 195224).
4522
4523 2013-01-15 David Blaikie <dblaikie@gmail.com>
4524 * dg-extract-results.sh: Fix order of summary counts.
4525
4526 2013-01-15 David Blaikie <dblaikie@gmail.com>
4527 * dg-extract-results.sh: Constrain the start-of-log pattern.
4528
4529 2013-01-15 David Blaikie <dblaikie@gmail.com>
4530 * dg-extract-results.sh: Handle KPASSes.
4531
4532 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4533 * dg-extract-results.sh: Redirect grep output to /dev/null instead
4534 of grep -q.
4535
4536 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4537
4538 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
4539 interface.
4540 * gdb.base/jithost.c: New file.
4541 * gdb.base/jithost.h: New file.
4542 * gdb.base/jitreader.c : New file.
4543 * gdb.base/jit-protocol.h: New file.
4544
4545 2013-01-16 Tom Tromey <tromey@redhat.com>
4546
4547 * gdb.base/catch-signal.c: New file.
4548 * gdb.base/catch-signal.exp: New file.
4549
4550 2013-01-16 Tom Tromey <tromey@redhat.com>
4551
4552 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
4553
4554 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4555
4556 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
4557
4558 2013-01-14 Tom Tromey <tromey@redhat.com>
4559
4560 * gdb.base/completion.exp: Add "set gnutarget" test.
4561
4562 2013-01-14 Tom Tromey <tromey@redhat.com>
4563
4564 * gdb.dwarf2/dw2-restrict.S: New file.
4565 * gdb.dwarf2/dw2-restrict.c: New file.
4566 * gdb.dwarf2/dw2-restrict.exp: New file.
4567
4568 2013-01-14 Tom Tromey <tromey@redhat.com>
4569
4570 * gdb.dwarf2/dw2-error.exp: New file.
4571 * gdb.dwarf2/dw2-error.c: New file.
4572 * gdb.dwarf2/dw2-error.S: New file.
4573
4574 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4575
4576 * gdb.cp/parse-lang.cc: New file.
4577 * gdb.cp/parse-lang.exp: New file.
4578
4579 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4580
4581 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
4582 (set substitute-path): New test.
4583 (fullname present): Remove content.
4584 (substituted fullname): New test.
4585
4586 2013-01-13 Joel Brobecker <brobecker@adacore.com>
4587
4588 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
4589 check. Move $gdb_py_is_py24 value check right after.
4590
4591 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4592
4593 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
4594 targets.
4595
4596 2013-01-11 Yao Qi <yao@codesourcery.com>
4597
4598 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
4599 for dprintf.
4600 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4601 Check the fields in "=breakpoint-created" for dprintf.
4602
4603 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4604
4605 * gdb.mi/mi-fullname-deleted.exp: New file.
4606
4607 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4608
4609 * gdb.base/skip-solib.exp (info skip with pending file): Update the
4610 expected output.
4611 (info skip with pending file): Remove.
4612 (ignoring function in solib, info skip for function multiply): Update
4613 the expected output.
4614 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
4615 (info skip (delete 1), info skip after disabling all)
4616 (info skip after enabling all, info skip after disabling 4 2-3)
4617 (info skip after enabling 2-3, info skip 2-3)
4618 (info skip after deleting 2 3): Update the expected output.
4619 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
4620 statement to its initialization and return.
4621 * gdb.linespec/skip-two.exp: New file.
4622
4623 2012-12-19 Doug Evans <dje@google.com>
4624
4625 * gdb.base/maint.exp: Handle testing with .gdb_index.
4626
4627 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4628
4629 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4630 Cavium to FSF.
4631
4632 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4633
4634 * dg-extract-results.sh: Update contact info in copyright notice.
4635 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4636 GPL v3 or later. Update contact info.
4637 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4638 gdb.threads/watchpoint-fork-mt.c,
4639 gdb.threads/watchpoint-fork-parent.c,
4640 gdb.threads/watchpoint-fork-st.c,
4641 gdb.threads/watchpoint-fork.h: Likewise.
4642
4643 2012-12-15 Yao Qi <yao@codesourcery.com>
4644
4645 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4646 'installed' field in '=breakpoint-modified'.
4647 (test_reconnect): Check 'installed' field in
4648 '=breakpoint-modified' and '=breakpoint-created'.
4649
4650 * gdb.trace/actions.exp: Update test for 'installed' field.
4651 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4652 (tracepoint_change_loc_2): Likewise.
4653 Check 'info tracepoint' display nothing else.
4654 * gdb.trace/deltrace.exp: Likewise.
4655 * gdb.trace/infotrace.exp: Likewise.
4656 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4657 Likewise.
4658 * gdb.trace/passcount.exp: Likewise.
4659 * gdb.trace/tracecmd.exp: Likewise.
4660 * gdb.trace/while-stepping.exp: Likewise.
4661
4662 2012-12-14 Tom Tromey <tromey@redhat.com>
4663
4664 * gdb.cp/member-name.exp: New file.
4665 * gdb.cp/member-name.cc: New file.
4666
4667 2012-12-14 Tom Tromey <tromey@redhat.com>
4668
4669 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4670
4671 2012-12-14 Doug Evans <dje@google.com>
4672
4673 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4674 DW_OP_GNU_implicit_pointer is section-relative.
4675
4676 2012-12-14 Tom Tromey <tromey@redhat.com>
4677
4678 * gdb.base/info-proc.exp: Add core file tests.
4679
4680 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4681
4682 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4683
4684 2012-12-13 Doug Evans <dje@google.com>
4685
4686 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4687 * gdb.multi/multi-arch.exp: Ditto.
4688
4689 2012-12-12 Keven Boell <keven.boell@intel.com>
4690
4691 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4692 catch load test library source file.
4693 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4694 load test source file.
4695 * gdb.mi/mi-catch-load.exp: New. Test file for
4696 basic MI -catch-load and -catch-unload tests.
4697
4698 2012-12-11 Paul Koning <paul_koning@dell.com>
4699
4700 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4701 exception.
4702 (_iterator_except): New function.
4703 (ArrayPrinter): Use _iterator function instead of local _iterator
4704 class for Python 3 compatibility.
4705 (NoStringContainerPrinter): Use _iterator_except instead of
4706 _iterator.
4707 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4708 execfile for Python 3 compatibility.
4709 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4710 format in error_prompt test.
4711
4712 2012-12-10 Paul Koning <paul_koning@dell.com>
4713
4714 * gdb.base/charset.exp: Change print syntax for Python 3
4715 compatibility.
4716 * gdb.python/py-block.exp: Ditto.
4717 * gdb.python/py-breakpoint.exp: Ditto.
4718 * gdb.python/py-cmd.exp: Ditto.
4719 * gdb.python/py-events.py: Ditto.
4720 * gdb.python/py-finish-breakpoint.py: Ditto.
4721 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4722 * gdb.python/py-finish-breakpoint2.py: Ditto.
4723 * gdb.python/py-frame-inline.exp: Ditto.
4724 * gdb.python/py-frame.exp: Ditto.
4725 * gdb.python/py-infthread.exp: Ditto.
4726 * gdb.python/py-objfile.exp: Ditto.
4727 * gdb.python/py-parameter.exp: Ditto.
4728 * gdb.python/py-progspace.exp: Ditto.
4729 * gdb.python/py-prompt.exp: Ditto.
4730 * gdb.python/py-symbol.exp: Ditto.
4731 * gdb.python/py-symtab.exp: Ditto.
4732 * gdb.python/py-template.exp: Ditto.
4733 * gdb.python/py-value-cc.exp: Ditto.
4734 * gdb.python/python.exp: Ditto.
4735 * gdb.python/source2.py: Ditto.
4736 * gdb.python/lib-types.exp: Change print syntax for Python 3
4737 compatibility.
4738 Use sorted() function rather than sort() method.
4739 Accept either int or long values for enum values.
4740 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4741 execfile for Python 3 compatibility.
4742 * gdb.python/py-evsignal.exp: Ditto.
4743 * gdb.python/py-evthreads.exp: Ditto.
4744 * gdb.python/py-mi.exp: Ditto.
4745 * gdb.python/py-pp-maint.exp: Ditto.
4746 * gdb.python/py-prettyprint.exp: Ditto.
4747 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4748 Python 3 compatibility.
4749 Skip tests for Python 2.4.
4750 * gdb.python/py-inferior.exp: Change print syntax for
4751 Python 3 compatibility.
4752 Use byte string rather than character string in memory write test
4753 if Python 3.
4754 * gdb.python/py-pp-maint.py: Change class declarations to "new
4755 class" syntax.
4756 * gdb.python/py-prettyprint.py: Change iterator class to generator
4757 function for Python 3 compatibility.
4758 Make all classes "new style".
4759 Fix indentation issue and stray semicolon.
4760 * gdb.python/py-shared.expChange print syntax for Python 3
4761 compatibility.
4762 Define "long" if Python 3.
4763 * gdb.python/py-type.exp: Change print syntax for Python 3
4764 compatibility.
4765 Accept either int or long values for enum values.
4766 * gdb.python/py-value.exp: Change print syntax for Python 3
4767 compatibility.
4768 Skip "long" and "unicode" tests if Python 3.
4769 Accept either "type" or "class" in type checks.
4770 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4771 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4772
4773 2012-12-10 Tom Tromey <tromey@redhat.com>
4774
4775 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4776 (test): Add "two_cu" argument.
4777 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4778 for types; allow two CUs.
4779
4780 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4781
4782 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4783 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4784
4785 2012-12-08 Yao Qi <yao@codesourcery.com>
4786 Pedro Alves <palves@redhat.com>
4787
4788 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4789 '=breakpoint-created' when GDB merges the tracepoints of both
4790 sides.
4791
4792 2012-12-07 Tom Tromey <tromey@redhat.com>
4793
4794 * gdb.base/break1.c (enum some_enum, union some_union): New.
4795 (some_enum_global, some_union_global, some_value): New globals.
4796 * gdb.base/completion.exp: Add tag completion tests.
4797
4798 2012-12-07 Tom Tromey <tromey@redhat.com>
4799
4800 * gdb.base/completion.exp: Add tests for ptype and whatis
4801 completion.
4802
4803 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4804
4805 * gdb.base/stale-infcall.exp: Fix copyright line.
4806
4807 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4808
4809 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4810
4811 2012-12-06 Pedro Alves <palves@redhat.com>
4812 Tom Tromey <tromey@redhat.com>
4813
4814 * gdb.base/exprs.exp: Add tests for cast to void.
4815
4816 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4817
4818 * gdb.python/py-mi.exp: Correct expected results for attribute
4819 "dynamic" returned by -var-update.
4820 Add test case for correct handling of "diplayhint" for children
4821 of dynamic varobjs.
4822 * gdb.python/py-prettyprint.c (set_itme): New function.
4823 (bug_14741) New function.
4824 (main) Add call to bug_14741().
4825 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4826
4827 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4828
4829 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4830 ${binfile}.funcsyms list.
4831
4832 2012-12-04 Yao Qi <yao@codesourcery.com>
4833
4834 PR gdb/13443
4835 * gdb.trace/actions.exp: Make test messages unique.
4836
4837 2012-11-29 Tom Tromey <tromey@redhat.com>
4838
4839 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4840
4841 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4842
4843 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4844 * gdb.opencl/datatypes.exp: Likewise.
4845 * gdb.opencl/operators.exp: Likewise.
4846 * gdb.opencl/vec_comps.exp: Likewise.
4847
4848 2012-11-29 Jerome Guitton <guitton@adacore.com>
4849
4850 * gdb.ada/iwide: New testcase.
4851
4852 2012-11-29 Jerome Guitton <guitton@adacore.com>
4853
4854 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4855 ptype test.
4856
4857 2012-11-29 Jerome Guitton <guitton@adacore.com>
4858
4859 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4860 form {VARIANT_TYPE}ADDRESS.
4861
4862 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4863
4864 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4865 (func): New function.
4866 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4867 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4868 pointers to members with pointer-to-function type.
4869
4870 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4871 Tom Tromey <tromey@redhat.com>
4872
4873 * gdb.base/gnu-debugdata.exp: New file.
4874 * gdb.base/gnu-debugdata.c: New file.
4875 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4876 (gdb_unload): Return 0 on success.
4877
4878 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4881
4882 2012-11-26 Joel Brobecker <brobecker@adacore.com>
4883
4884 * gdb.base/empty_exe.exp: New testcase.
4885
4886 2012-11-20 Mike Frysinger <vapier@gentoo.org>
4887
4888 * gdb.base/completion.exp: Add test for help aliases completion.
4889
4890 2012-11-20 Yao Qi <yao@codesourcery.com>
4891
4892 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4893 Don't test 'maint set show-debug-regs'.
4894 Use command 'set remotecache' instead of
4895 'set circular-trace-buffer'.
4896
4897 2012-11-16 Keith Seitz <keiths@redhat.com>
4898
4899 PR c++/13615
4900 * gdb.cp/baseenum.cc: New file.
4901 * gdb.cp/baseenum.exp: New file.
4902 * gdb.cp/derivation.cc (A): Add copyright.
4903 Add a typedef.
4904 (B): Use A::value_type instead of int. Change all references.
4905 (D): Use value_type instead of int. Change all references.
4906 (E): Likewise.
4907 (F); Likewise.
4908 (Z): New class.
4909 (ZZ): New class.
4910 (N, Base, Derived): New namespace and classes.
4911 (main): Add instances of Z and ZZ.
4912 Make sure all symbols from N are kept.
4913 * gdb.cp/derivation.exp: Update typedef changes in tests.
4914 Add tests for class typedefs both before and after starting
4915 the inferior.
4916 Add tests for searching for a typedef while stopped in a
4917 method.
4918
4919 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4920
4921 * gdb.mi/mi-var-create-rtti.c: New file.
4922 * gdb.mi/mi-var-create-rtti.exp: New file.
4923
4924 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4925
4926 * gdb.base/structs3.exp: Run to main before doing any tests.
4927
4928 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
4929
4930 * gdb.python/py-type.exp: Uniquify test names.
4931
4932 2012-11-14 Yao Qi <yao@codesourcery.com>
4933
4934 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4935 (thread_function) [DEBUG]: Call 'printf'.
4936 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4937 command line if 'DEBUG=1' is passed to test.
4938 Remove a pattern to match inferior's output.
4939
4940 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4941
4942 * gdb.mi/mi-fill-memory.exp: New test.
4943
4944 2012-11-12 Tom Tromey <tromey@redhat.com>
4945
4946 * gdb.base/completion.exp: Update for "info type-printers".
4947 * gdb.python/py-typeprint.cc: New file.
4948 * gdb.python/py-typeprint.exp: New file.
4949 * gdb.python/py-typeprint.py: New file.
4950
4951 2012-11-12 Tom Tromey <tromey@redhat.com>
4952
4953 * gdb.base/call-sc.exp: Use "ptype/r".
4954 * gdb.base/volatile.exp: Don't expect "int".
4955 * gdb.cp/ptype-flags.cc: New file.
4956 * gdb.cp/ptype-flags.exp: New file.
4957 * gdb.cp/templates.exp: Use ptype/r.
4958 (test_ptype_of_templates, test_template_typedef): Likewise.
4959 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4960 argument. Handle template names and template parameters.
4961 * gdb.mi/mi-var-cmd.exp: Accept "long".
4962 * gdb.mi/mi-var-child.exp: Accept "long".
4963 * gdb.mi/mi-var-display.exp: Accept "long".
4964 * gdb.mi/mi2-var-child.exp: Accept "long".
4965
4966 2012-11-12 Tom Tromey <tromey@redhat.com>
4967
4968 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4969 "ptype" from calls to cp_test_ptype_class.
4970 (test_enums): Likewise.
4971 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4972 cp_test_ptype_class.
4973 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4974 calls to cp_test_ptype_class.
4975 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4976 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4977 from calls to cp_test_ptype_class.
4978 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4979 command here. Change "in_command" argument to "in_exp".
4980
4981 2012-11-10 Keith Seitz <keiths@redhat.com>
4982
4983 PR gdb/14288
4984 * gdb.base/printcmds.c: Add invalid_XXX globals
4985 for repeated byte tests.
4986 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4987 * gdb.base/wchar.c (main): Add and construct a wchar_t
4988 array with repeated characters.
4989 * gdb.base/wchar.exp: Add repeated character tests.
4990
4991 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4992
4993 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4994 disassembly output.
4995
4996 2012-11-09 Pedro Alves <palves@redhat.com>
4997
4998 PR gdb/14306
4999
5000 * gdb.multi/multi-arch-exec.c: New file.
5001 * gdb.multi/multi-arch-exec.exp: New file.
5002
5003 2012-11-09 Yao Qi <yao@codesourcery.com>
5004
5005 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
5006 (top level): Call it.
5007
5008 2012-11-09 Yao Qi <yao@codesourcery.com>
5009
5010 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
5011 typo.
5012
5013 2012-11-09 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.multi/multi-arch.exp: New.
5016
5017 2012-11-08 Tom Tromey <tromey@redhat.com>
5018
5019 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
5020 core files, if possible.
5021 * gdb.base/siginfo-thread.c: New file
5022 * gdb.base/siginfo-thread.exp: New file
5023
5024 2012-11-08 Tom Tromey <tromey@redhat.com>
5025
5026 * gdb.base/comprdebug.exp: New file.
5027
5028 2012-11-06 Pedro Alves <palves@redhat.com>
5029
5030 PR gdb/14810
5031
5032 * gdb.base/disabled-location.c: New file.
5033 * gdb.base/disabled-location.exp: New file.
5034
5035 2012-11-06 Tom Tromey <tromey@redhat.com>
5036
5037 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
5038 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
5039 gdb_gcore_cmd.
5040 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
5041 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
5042 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
5043 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
5044 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
5045 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
5046 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
5047 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
5048 * lib/gdb.exp (gdb_gcore_cmd): New proc.
5049
5050 2012-11-05 Pedro Alves <palves@redhat.com>
5051
5052 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
5053 procedure.
5054 (do_vfork_and_follow_child_tests_exec)
5055 (do_vfork_and_follow_child_tests_exit): Call it.
5056
5057 2012-11-05 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
5060 fails.
5061
5062 2012-11-03 Yao Qi <yao@codesourcery.com>
5063
5064 Fix PR gdb/14617.
5065 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
5066 Remove setup_kfail, and update test.
5067
5068 2012-11-02 Tom Tromey <tromey@redhat.com>
5069
5070 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
5071 test.
5072
5073 2012-11-02 Pedro Alves <palves@redhat.com>
5074
5075 PR gdb/14766
5076
5077 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
5078 setup_kfail.
5079 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
5080 get registers".
5081
5082 2012-11-02 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.base/foll-vfork-exit.c: New file.
5085 * gdb.base/foll-vfork.exp (top level): New file-describing
5086 comment.
5087 (vfork_child_follow_to_exit): New procedure.
5088 (tcatch_vfork_then_child_follow): Rename as ...
5089 (tcatch_vfork_then_child_follow_exec): ... this.
5090 (tcatch_vfork_then_child_follow_exit): New procedure.
5091 (do_vfork_and_follow_parent_tests): New procedure, factored out
5092 from do_vfork_and_exec_tests.
5093 (do_vfork_and_follow_child_tests_exec): Ditto.
5094 (do_vfork_and_exec_tests): Delete.
5095 (do_vfork_and_follow_child_tests_exit): New procedure.
5096 (top level): Run tests with both the program that has the vfork
5097 child execing, and the program has the vfork child exiting.
5098
5099 2012-11-02 Pedro Alves <palves@redhat.com>
5100
5101 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
5102 (check_vfork_catchpoints, vfork_parent_follow_through_step)
5103 (vfork_parent_follow_to_bp): Call it.
5104 (kill_child): Delete.
5105 (vfork_and_exec_child_follow_to_main_bp)
5106 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
5107 longer call kill_child.
5108 (tcatch_vfork_then_parent_follow): Call setup_gdb.
5109 (do_vfork_and_exec_tests): Don't runto_main before calling each
5110 test procedure.
5111 (top level): Don't clean restart and set verbose before running
5112 each test procedure.
5113
5114 2012-11-02 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
5117 (vfork_parent_follow_to_bp)
5118 (vfork_and_exec_child_follow_to_main_bp)
5119 (vfork_and_exec_child_follow_through_step)
5120 (tcatch_vfork_then_parent_follow)
5121 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
5122 Use with_test_prefix.
5123
5124 2012-11-02 Pedro Alves <palves@redhat.com>
5125
5126 * gdb.base/foll-vfork.c: Add copyright header.
5127 * gdb.base/vforked-prog.c: Add copyright header.
5128
5129 2012-11-02 Pedro Alves <palves@redhat.com>
5130
5131 * gdb.base/foll-vfork.exp
5132 (vfork_and_exec_child_follow_through_step): Don't skip on
5133 non-HP/UX targets. Expect the next to only step one line on
5134 non-HP/UX targets, rather than stopping only after the exec.
5135
5136 2012-11-02 Pedro Alves <palves@redhat.com>
5137
5138 Don't hard code line numbers.
5139
5140 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
5141 Expect text from the sources instead of a line number.
5142 (vfork_parent_follow_to_bp)
5143 (vfork_and_exec_child_follow_to_main_bp)
5144 (vfork_and_exec_child_follow_through_step)
5145 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
5146 Use gdb_get_line_number.
5147
5148 2012-11-02 Pedro Alves <palves@redhat.com>
5149
5150 Modernize.
5151
5152 * gdb.base/foll-vfork.exp: Use standard_testfile and
5153 build_executable. Pass descriptive string to untested.
5154 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
5155 (vfork_and_exec_child_follow_to_main_bp)
5156 (vfork_and_exec_child_follow_through_step)
5157 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
5158 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
5159 of send_gdb/gdb_expect.
5160
5161 (kill_child): New procedure.
5162 (vfork_and_exec_child_follow_to_main_bp)
5163 (vfork_and_exec_child_follow_through_step): Use it.
5164
5165 2012-11-02 Yao Qi <yao@codesourcery.com>
5166
5167 * gdb.base/setvar.exp: Test setting nested struct.
5168 * gdb.base/setvar.c (v_struct3): New.
5169
5170 2012-11-01 Doug Evans <dje@google.com>
5171
5172 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
5173 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
5174 use them.
5175
5176 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
5177
5178 PR cli/14772
5179 * gdb.base/gnu_vector.c (union_with_vector_1)
5180 (struct_with_vector_1): Add new struct and union for testing
5181 ptype.
5182 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
5183 structs / unions containing vectors.
5184
5185 2012-10-25 Yao Qi <yao@codesourcery.com>
5186
5187 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
5188 'setup_kfail' instead of 'setup_kfail_for_target'.
5189 * gdb.base/varargs.exp: Likewise.
5190 * lib/gdb.exp (setup_kfail_for_target): Remove.
5191
5192 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
5193
5194 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
5195
5196 2012-10-25 Mark Kettenis <kettenis@gnu.org>
5197
5198 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
5199
5200 2012-10-24 Joel Brobecker <brobecker@adacore.com>
5201
5202 * gdb.ada/set_wstr: New testcase.
5203
5204 2012-10-24 Joel Brobecker <brobecker@adacore.com>
5205
5206 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
5207
5208 2012-10-24 Joel Brobecker <brobecker@adacore.com>
5209
5210 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
5211
5212 2012-10-24 Mark Kettenis <kettenis@gnu.org>
5213
5214 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
5215
5216 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5217
5218 * gdb.base/callfuncs.exp (do_function_calls): Fix
5219 setup_kfail_for_target for -m32 mode.
5220
5221 2012-10-23 Mark Kettenis <kettenis@gnu.org>
5222
5223 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
5224 are now fixed.
5225
5226 2012-10-23 Yao Qi <yao@codesourcery.com>
5227
5228 * gdb.base/info-os.exp: Resume the inferior until it exits.
5229
5230 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
5231
5232 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
5233 * gdb.base/print-file-var.exp: Likewise.
5234 * gdb.base/type-opaque.exp: Likewise.
5235
5236 2012-10-17 Yao Qi <yao@codesourcery.com>
5237
5238 * gdb.mi/mi-memory-changed.exp: New.
5239
5240 2012-10-16 Yao Qi <yao@codesourcery.com>
5241
5242 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
5243 returns true.
5244 Call gdb_load_shlibs.
5245 * gdb.reverse/solib-reverse.exp: Likewise.
5246
5247 2012-10-15 Keith Seitz <keiths@redhat.com>
5248
5249 * lib/cp-support.exp (cp_test_ptype_class): Add support
5250 for class typedefs.
5251
5252 * gdb.cp/derivation.exp: Add tests for g_instance.
5253
5254 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5255
5256 Fix entry values resolving in inlined frames.
5257 * gdb.arch/amd64-entry-value-inline.S: New file.
5258 * gdb.arch/amd64-entry-value-inline.c: New file.
5259 * gdb.arch/amd64-entry-value-inline.exp: New file.
5260
5261 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5262 Doug Evans <dje@google.com>
5263
5264 Fix recent gdb_breakpoint regression.
5265 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
5266 braces from the parameter.
5267 * gdb.java/jprint.exp: Likewise.
5268
5269 2012-10-15 Doug Evans <dje@google.com>
5270
5271 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
5272
5273 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
5274
5275 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
5276
5277 2012-10-15 Tom Tromey <tromey@redhat.com>
5278
5279 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
5280
5281 2012-10-15 Tom Tromey <tromey@redhat.com>
5282
5283 * gdb.python/py-symbol.exp: Test symbol destructor.
5284
5285 2012-10-14 Yao Qi <yao@codesourcery.com>
5286
5287 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
5288 * gdb.mi/mi-cli.exp: New.
5289
5290 * gdb.mi/mi2-basics.exp: Remove.
5291 * gdb.mi/mi2-break.exp: Remove.
5292 * gdb.mi/mi2-console.exp: Remove.
5293 * gdb.mi/mi2-disassemble.exp: Remove.
5294 * gdb.mi/mi2-eval.exp: Remove.
5295 * gdb.mi/mi2-file.exp: Remove.
5296 * gdb.mi/mi2-hack-cli.exp: Remove.
5297 * gdb.mi/mi2-pthreads.exp: Remove.
5298 * gdb.mi/mi2-read-memory.exp: Remove.
5299 * gdb.mi/mi2-regs.exp: Remove.
5300 * gdb.mi/mi2-return.exp: Remove.
5301 * gdb.mi/mi2-simplerun.exp: Remove.
5302 * gdb.mi/mi2-stack.exp: Remove.
5303 * gdb.mi/mi2-stepi.exp: Remove.
5304 * gdb.mi/mi2-syn-frame.exp: Remove.
5305 * gdb.mi/mi2-until.exp: Remove.
5306 * gdb.mi/mi2-watch.exp: Remove.
5307 * gdb.mi/mi2-var-block.exp: Remove.
5308 * gdb.mi/mi2-var-cmd.exp: Remove.
5309 * gdb.mi/mi2-var-display.exp: Remove.
5310
5311 2012-10-12 Yao Qi <yao@codesourcery.com>
5312
5313 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
5314 trail '.*' on matching patterns.
5315
5316 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5317
5318 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
5319 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
5320 * gdb.arch/i386-disp-step.exp: Likewise.
5321 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5322 * gdb.arch/i386-prologue.exp: Likewise.
5323 * gdb.arch/i386-size-overlap.exp: Likewise.
5324 * gdb.arch/i386-size.exp: Likewise.
5325 * gdb.arch/i386-unwind.exp: Likewise.
5326
5327 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5328
5329 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
5330 * gdb.arch/i386-word.exp: Likewise.
5331
5332 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5333
5334 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
5335 is_ilp32_target to set nr_regs.
5336 * gdb.arch/i386-sse.exp: Likewise.
5337
5338 2012-10-11 Doug Evans <dje@google.com>
5339
5340 PR breakpoints/14643.
5341 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
5342 * gdb.linespec/thread.c: New file.
5343 * gdb.linespec/thread.exp: New file.
5344
5345 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
5346 Recognize "message" -> print pass and fail. Add eof case.
5347 (runto): Recognize message, no-message. Print pass/fail if requested,
5348 with same treatment as gdb_breakpoint.
5349 (runto_main): Pass no-message to runto.
5350 (gdb_internal_error_resync): Add log message.
5351 (gdb_file_cmd): Tweak internal error fail text for consistency.
5352
5353 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5354
5355 Fix crash during stepping on ppc32.
5356 * gdb.base/step-symless.c: New file.
5357 * gdb.base/step-symless.exp: New file.
5358
5359 2012-10-03 Doug Evans <dje@google.com>
5360
5361 PR symtab/14601
5362 * gdb.cp/using-crash.exp: New file.
5363 * gdb.cp/using-crash.cc: New file.
5364
5365 2012-10-02 Doug Evans <dje@google.com>
5366
5367 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
5368 more consistent.
5369 (runto,gdb_debug_format): Ditto.
5370 (gdb_file_cmd): Watch for eof in nested gdb_expect.
5371 Clean up logging and error messages.
5372
5373 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
5374
5375 Test find command on unmapped memory.
5376 * gdb.base/find-unmapped.c: New file.
5377 * gdb.base/find-unmapped.exp: New file.
5378
5379 2012-09-29 Yao Qi <yao@codesourcery.com>
5380
5381 * gdb.trace/mi-tracepoint-changed.exp: New.
5382 * gdb.mi/mi-breakpoint-changed.exp: New.
5383 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
5384 * gdb.mi/pendshr2.c: New.
5385
5386 2012-09-28 Yao Qi <yao@codesourcery.com>
5387
5388 * gdb.mi/pr11022.exp: New.
5389 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
5390
5391 2012-09-27 Tom Tromey <tromey@redhat.com>
5392
5393 * gdb.cp/derivation.exp: Add regression test.
5394 * gdb.cp/derivation.cc (class V_base, class V_inter, class
5395 V_derived): New.
5396 (vderived): New global.
5397
5398 2012-09-26 Tom Tromey <tromey@redhat.com>
5399
5400 * gdb.dwarf2/dw2-common-block.S: New file.
5401 * gdb.dwarf2/dw2-common-block.exp: New file.
5402
5403 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5404
5405 * gdb.fortran/common-block.exp: New file.
5406 * gdb.fortran/common-block.f90: New file.
5407
5408 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
5409
5410 * gdb.base/duplicate-bp.c: New file.
5411 * gdb.base/duplicate-bp.exp: New file.
5412
5413 2012-09-26 Yao Qi <yao@codesourcery.com>
5414
5415 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
5416
5417 Revert:
5418 2012-09-21 Yao Qi <yao@codesourcery.com>
5419
5420 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
5421
5422 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
5423
5424 * gdb.base/longest-types.c: New test case.
5425 * gdb.base/longest-types.exp: New test case.
5426
5427 2012-09-25 Yao Qi <yao@codesourcery.com>
5428
5429 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
5430
5431 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5432
5433 Fix internal error on canonicalization of clang types.
5434 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
5435 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
5436 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
5437
5438 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5439
5440 Fix disassemble without parameters in tailcall frame.
5441 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
5442
5443 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
5444
5445 * gdb.dwarf2/dw2-op-out-param.S: New file.
5446 * gdb.dwarf2/dw2-op-out-param.exp: New file.
5447
5448 2012-09-21 Yao Qi <yao@codesourcery.com>
5449
5450 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
5451
5452 2012-09-21 Yao Qi <yao@codesourcery.com>
5453
5454 * gdb.mi/mi-cli.exp: Remove.
5455 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
5456
5457 2012-09-21 Yao Qi <yao@codesourcery.com>
5458
5459 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
5460 "=record-started" notification.
5461
5462 2012-09-21 Yao Qi <yao@codesourcery.com>
5463
5464 * gdb.mi/mi-record-changed.exp: New.
5465 * gdb.mi/mi-reverse.exp: Adjust expected output.
5466
5467 2012-09-20 Tom Tromey <tromey@redhat.com>
5468
5469 * gdb.python/python.exp: Test atexit.register.
5470
5471 2012-09-20 Doug Evans <dje@google.com>
5472
5473 * boards/dwarf4-gdb-index.exp: New file.
5474
5475 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
5476 while running the tests.
5477
5478 2012-09-18 Joel Brobecker <brobecker@adacore.com>
5479
5480 * gdb.ada/bp_reset: New testcase.
5481
5482 2012-09-18 Yao Qi <yao@codesourcery.com>
5483
5484 * gdb.trace/mi-tsv-changed.exp: New.
5485
5486 2012-09-18 Yao Qi <yao@codesourcery.com>
5487
5488 * gdb.trace/mi-traceframe-changed.exp: New.
5489
5490 2012-09-17 Yao Qi <yao@codesourcery.com>
5491
5492 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
5493 when it is less than 0.
5494
5495 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5496
5497 PR 14119
5498 * gdb.arch/amd64-tailcall-ret.S: New file.
5499 * gdb.arch/amd64-tailcall-ret.c: New file.
5500 * gdb.arch/amd64-tailcall-ret.exp: New file.
5501 * gdb.reverse/amd64-tailcall-reverse.S: New file.
5502 * gdb.reverse/amd64-tailcall-reverse.c: New file.
5503 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
5504
5505 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 PR 14548
5508 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
5509 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
5510 * gdb.reverse/singlejmp-reverse.S: New file.
5511 * gdb.reverse/singlejmp-reverse.c: New file.
5512 * gdb.reverse/singlejmp-reverse.exp: New file.
5513
5514 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5515
5516 Fix compatibility with old GCC (~4.1).
5517 * gdb.cp/converts.cc (my_enum_var): New variable.
5518
5519 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
5520
5521 * gdb.xml/tdesc-regs.exp: Update expected output for new
5522 vector_size syntax of vector types.
5523
5524 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
5525
5526 Refactor Python "gdb" module into a proper Python package, by
5527 introducing a new "_gdb" module for code implemented in C, and
5528 using reload/__import__ instead of exec.
5529 * gdb.python/python.exp (Test stderr location): Update module
5530 location of GDB-specific sys.stderr.
5531 (Test stdout location): Ditto for sys.stdout.
5532
5533 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5534
5535 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
5536
5537 2012-09-12 Keith Seitz <keiths@redhat.com>
5538
5539 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
5540 conversion statement.
5541
5542 2012-09-12 Doug Evans <dje@google.com>
5543
5544 * gdb.base/help.exp: Remove testing of individual command help text,
5545 too much of a maintenance burden. Instead, test the functionality
5546 of "help" itself.
5547
5548 2012-09-11 Doug Evans <dje@google.com>
5549
5550 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
5551 breakpoint.
5552
5553 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
5554 * gdb.dwarf2/fission-reread.S: Ditto.
5555 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
5556 * gdb.dwarf2/fission-reread.exp: Ditto.
5557
5558 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
5559
5560 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
5561
5562 2012-09-10 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdb.ada/optim_drec: New testcase.
5565
5566 2012-09-10 Doug Evans <dje@google.com>
5567
5568 * boards/fission.exp: Explicitly mark "board" as not remote.
5569
5570 2012-09-10 Keith Seitz <keiths@redhat.com>
5571
5572 PR gdb/13483
5573 * gdb.cp/converts.cc (A::A): Add ctor.
5574 (A::member_): Add member.
5575 (enum my_enum): New enumeration.
5576 (main): Add calls to foo1_7 with various
5577 permitted arguments.
5578 * gdb.cp/converts.exp: Add tests for boolean
5579 conversions permitted by the standard.
5580
5581 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
5582
5583 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
5584 avoid spurious results due to ~/.gdbinit.
5585 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
5586 $INTERNAL_GDBFLAGS in run command.
5587 * gdb.gdb/observer.exp (setup_test): Ditto.
5588 * gdb.gdb/selftest.exp (test_with_self): Ditto.
5589 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
5590
5591 2012-09-06 Doug Evans <dje@google.com>
5592
5593 * boards/fission.exp: New file.
5594
5595 * gdb.python/py-value.exp: Use clean_restart.
5596
5597 2012-09-05 Doug Evans <dje@google.com>
5598
5599 * gdb.base/info-macros.c: Fix whitespace.
5600
5601 2012-08-28 Pedro Alves <palves@redhat.com>
5602
5603 PR gdb/14428
5604
5605 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
5606
5607 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5608
5609 * gdb.base/break-caller-line.c: New file.
5610 * gdb.base/break-caller-line.exp: New file.
5611
5612 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5613
5614 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
5615 * gdb.arch/i386-cfi-notcurrent.S: New file.
5616 * gdb.arch/i386-cfi-notcurrent.exp: New file.
5617
5618 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
5619 Yao Qi <yao@codesourcery.com>
5620 Pedro Alves <palves@redhat.com>
5621
5622 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
5623 New procedures.
5624 (top level): Add overlap checking tests.
5625
5626 2012-08-24 Tom Tromey <tromey@redhat.com>
5627
5628 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5629 gdb_test_multiple fails for other reasons.
5630
5631 2012-08-24 Yao Qi <yao@codesourcery.com>
5632
5633 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5634
5635 2012-08-23 Pedro Alves <palves@redhat.com>
5636
5637 * gdb.base/help.exp: Adjust to "handle" help text change.
5638
5639 2012-08-23 Yao Qi <yao@codesourcery.com>
5640
5641 * gdb.trace/disconnected-tracing.c (start, end): New.
5642 (main): Call start and end.
5643 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5644 existing tests into this proc.
5645 (disconnected_tfind): New.
5646
5647 2012-08-23 Yao Qi <yao@codesourcery.com>
5648
5649 * boards/native-gdbserver.exp (${board}_upload): New.
5650 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5651 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5652 Execute tfile on remote target.
5653 Copy trace file from target to host.
5654
5655 2012-08-22 Joseph Myers <joseph@codesourcery.com>
5656
5657 * gdb.arch/thumb-bx-pc.S: New file.
5658 * gdb.arch/thumb-bx-pc.exp: New file.
5659
5660 2012-08-22 Tom Tromey <tromey@redhat.com>
5661
5662 * gdb.base/maint.exp: Update.
5663
5664 2012-08-22 Tom Tromey <tromey@redhat.com>
5665
5666 * lib/gdb.exp (skip_unwinder_tests): New proc.
5667 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5668 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5669
5670 2012-08-21 Tom Tromey <tromey@redhat.com>
5671
5672 * gdb.hp/gdb.aCC/exception.exp: Remove.
5673
5674 012-08-19 Andrew Pinski <apinski@cavium.com>
5675
5676 * gdb.arch/mips-octeon-bbit.c: New file.
5677 * gdb.arch/mips-octeon-bbit.exp: New Test.
5678
5679 012-08-19 Keith Seitz <keiths@redhat.com>
5680
5681 PR c++/14365
5682 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5683 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5684
5685 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5686
5687 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5688 verbose -log by more specific untested call.
5689
5690 2012-08-18 Yao Qi <yao@codesourcery.com>
5691
5692 * gdb.trace/tfind.exp: Move tests on various command help before
5693 checking target supports trace.
5694 Fix the expected output of 'help tfind end'.
5695
5696 2012-08-17 Keith Seitz <keiths@redhat.com>
5697
5698 PR c++/13356
5699 * gdb.base/default.exp: Update all "check type" tests.
5700 * gdb.base/help.exp: Likewise.
5701 * gdb.base/setshow.exp: Likewise.
5702 * gdb.cp/converts.cc (foo1_type_check): New function.
5703 (foo2_type_check): New function.
5704 (foo3_type_check): New function.
5705 (main): Call new functions.
5706 * converts.exp: Add tests for integer-to-pointer conversions
5707 with/without strict type-checking.
5708
5709 2012-08-16 Mike Frysinger <vapier@gentoo.org>
5710
5711 * gdb.base/help.exp: Update expected output.
5712
5713 2012-08-16 Joel Brobecker <brobecker@adacore.com>
5714
5715 * gdb.ada/rdv_wait: New testcase.
5716
5717 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5718
5719 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5720
5721 2012-08-13 Doug Evans <dje@google.com>
5722
5723 * gdb.base/help.exp: Update expected output.
5724 * gdb.base/default.exp: Update expected output of "show convenience".
5725
5726 2012-08-10 Doug Evans <dje@google.com>
5727
5728 * gdb.python/py-strfns.c: New file.
5729 * gdb.python/py-strfns.exp: New file.
5730 * gdb.python/py-type.exp (test_fields): Add vector tests.
5731
5732 2012-08-10 Mike Frysinger <vapier@gentoo.org>
5733
5734 PR cli/10436:
5735 * gdb.base/completion.exp: Add tests for handle completion.
5736
5737 2012-08-09 Yao Qi <yao@codesourcery.com>
5738
5739 * gdb.mi/mi-cmd-param-changed.exp: New.
5740 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5741 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5742 * gdb.mi/mi2-prompt.exp: Likewise.
5743
5744 2012-08-08 Doug Evans <dje@google.com>
5745
5746 * gdb.base/debug-expr.c: New file.
5747 * gdb.base/debug-expr.exp: New file.
5748 * gdb.base/exprs.exp: Test {type} casts.
5749 * gdb.cp/debug-expr.exp: New file.
5750
5751 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5752
5753 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5754 global variable loop, not a 'break'. Add loop count limit to 100.
5755 Add new fail case for terminated vgdb.
5756
5757 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5758 Jean-Marc Saffroy <saffroy@gmail.com>
5759
5760 PR 11804
5761 * gdb.base/gcore-relro.exp: New file.
5762 * gdb.base/gcore-relro-main.c: New file.
5763 * gdb.base/gcore-relro-lib.c: New file.
5764
5765 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5766
5767 Do not false FAIL with old GCCs.
5768 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5769 GCC < 4.5 in $no_hw mode.
5770
5771 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5774
5775 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5776
5777 * gdb.base/list.exp (test_only_end): New function.
5778 Call it.
5779
5780 2012-08-06 Tom Tromey <tromey@redhat.com>
5781
5782 * gdb.python/py-mi.exp: Add test for printer whose children
5783 are a list.
5784 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5785 (main): New variable children_as_list.
5786 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5787 New.
5788 (register_pretty_printers): Register new printer.
5789
5790 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5791
5792 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5793 symbols. Abort if vgdb remote connection is closed.
5794
5795 2012-08-02 Doug Evans <dje@google.com>
5796
5797 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5798
5799 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5800
5801 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5802 s390x, PowerPC 64 and m68k-linux.
5803
5804 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5805
5806 * gdb.base/annota1.exp: Accept no frames-invalid notification
5807 when starting up the program.
5808 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5809 show a symbolic value as well.
5810 * gdb.server/server-exec-info.exp: Skip test when skipping
5811 gdbserver test and/or when skipping shared library tests.
5812 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5813 avoid name conflicts with other tests.
5814
5815 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5816
5817 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5818 Fix wrong output on big-endian systems.
5819 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5820 4-byte pointer types on 64-bit s390x.
5821
5822 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5823
5824 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5825 marker comment at the beginning (after intialization).
5826 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5827 breakpoint on marker comment instead of function begin.
5828 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5829 PowerPC.
5830 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5831 or 64-bit PowerPC.
5832 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5833 gdb,no_hardware_watchpoints flag is set.
5834 (initialize): Remove now redundant can-use-hw-watchpoints change.
5835
5836 2012-08-02 Yao Qi <yao@codesourcery.com>
5837 Pedro Alves <palves@redhat.com>
5838
5839 * boards/local-remote-host.exp: New.
5840
5841 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5842
5843 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5844 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5845 * gdb.base/print-file-var.exp: Likewise.
5846 * gdb.server/solib-list.exp: Skip on remote targets.
5847
5848 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5849
5850 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5851 watchpoints on ARM. When expecting software watchpoints, tolerate
5852 (remote) targets that report unsupported hardware watchpoint only
5853 at continue time.
5854 (test_wide_location_2): Likewise.
5855
5856 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5857
5858 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5859 valgrind versions.
5860
5861 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 * gdb.base/valgrind-infcall.c: New file.
5864 * gdb.base/valgrind-infcall.exp: New file.
5865
5866 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5867
5868 2012-07-30 Keith Seitz <keiths@redhat.com>
5869
5870 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5871 linespecs.
5872
5873 2012-07-30 Doug Evans <dje@google.com>
5874
5875 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5876 * gdb.dwarf2/pr13961.S: Ditto.
5877
5878 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5879
5880 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
5881
5882 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5883 change its format immediately after reloading the binary.
5884
5885 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5886
5887 Fix testsuite regression after --use-deprecated-index-sections removal.
5888 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5889 string.
5890 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5891
5892 2012-07-27 Yao Qi <yao@codesourcery.com>
5893
5894 KFAIL for PR remote/14161.
5895 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5896 Cleanup socket files.
5897 (strace_info_marker): Detach inferior.
5898
5899 2012-07-26 Tom Tromey <tromey@redhat.com>
5900
5901 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5902
5903 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5904
5905 * gdb.python/py-inferior.c (thread): New function.
5906 (check_threads): New function.
5907 (test_threads): New function.
5908 * gdb.python/py-inferior.exp: Added test.
5909 Replaced runto with continue to breakpoint.
5910
5911 2012-07-26 Tom Tromey <tromey@redhat.com>
5912
5913 * lib/ada.exp (standard_ada_testfile): New proc.
5914 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5915 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5916 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5917 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5918 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5919 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5920 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5921 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5922 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5923 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5924 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5925 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5926 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5927 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5928 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5929 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5930 * gdb.ada/complete.exp: Use standard_ada_testfile.
5931 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5932 standard_output_file.
5933 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5934 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5935 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5936 standard_output_file.
5937 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5938 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5939 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5940 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5941 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5942 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5943 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5944 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5945 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5946 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5947 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5948 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5949 * gdb.ada/interface.exp: Use standard_ada_testfile.
5950 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5951 standard_output_file
5952 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5953 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5954 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5955 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5956 * gdb.ada/nested.exp: Use standard_ada_testfile.
5957 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5958 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5959 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5960 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5961 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5962 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5963 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5964 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5965 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5966 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5967 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5968 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5969 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5970 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5971 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5972 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5973 * gdb.ada/start.exp: Use standard_ada_testfile.
5974 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5975 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5976 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5977 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5978 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5979 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5980 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5981 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5982 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5983 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5984 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5985 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5986 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5987 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5988
5989 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5990
5991 Fix testsuite regression after --use-deprecated-index-sections removal.
5992 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5993
5994 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5995
5996 Fix compatibility with Tcl before 7.5.
5997 * lib/future.exp (lreverse): New function if it does not exist.
5998
5999 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
6000
6001 * gdb.mi/mi-pending.c: New method to set a second pending
6002 breakpoint.
6003 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
6004 condition.
6005
6006 2012-07-20 Pedro Alves <palves@redhat.com>
6007
6008 PR threads/11692
6009 PR gdb/12203
6010
6011 * gdb.threads/create-fail.c: New file.
6012 * gdb.threads/create-fail.exp: New file.
6013
6014 2012-07-19 Pedro Alves <palves@redhat.com>
6015
6016 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
6017 * config/vx.exp (gdb_start): Likewise.
6018 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
6019 * gdb.base/setvar.exp (test_set): Likewise.
6020 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
6021 * gdb.reverse/sigall-precsave.exp: Likewise.
6022 * gdb.reverse/sigall-reverse.exp: Likewise.
6023
6024 2012-07-19 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
6027 handler before recording.
6028
6029 2012-07-19 Tom Tromey <tromey@redhat.com>
6030
6031 * gdb.cp/casts.exp: Add tests for typeof and decltype.
6032 * gdb.cp/casts.cc (decltype): New function.
6033 (main): Use it.
6034
6035 2012-07-19 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.base/sigall.exp (signals): New list.
6038 <top level>: Loop over signals in the $signals list instead of
6039 calling a test function once per signal.
6040 * gdb.reverse/sigall-precsave.exp (signals): New list.
6041 <top level>: Loop over signals in the $signals list instead of
6042 calling a test function once per signal.
6043 * gdb.reverse/sigall-reverse.exp (signals): New list.
6044 <top level>: Loop over signals in the $signals list instead of
6045 calling a test function once per signal.
6046
6047 2012-07-19 Yao Qi <yao@codesourcery.com>
6048
6049 * gdb.base/setshow.exp: Test 'set args ~'.
6050
6051 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6052
6053 * gdb.base/store.exp (check_set): Import gdb_prompt.
6054 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
6055 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
6056
6057 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6058
6059 PR 11914
6060 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
6061 (main): Call eval_sub.
6062 * gdb.python/py-prettyprint.exp:
6063 (python execfile ('py-prettyprint.py')): Move it earlier.
6064 New breakpoint for eval-break.
6065 (continue to breakpoint: eval-break, info locals): New test.
6066 (python execfile ('py-prettyprint.py')): Move it from here.
6067 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
6068 (register_pretty_printers): Register pp_eval_type.
6069
6070 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6071
6072 Fix a testcase regression by me.
6073 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
6074 DW_FORM_data4.
6075
6076 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6077 Doug Evans <dje@google.com>
6078
6079 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
6080 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
6081
6082 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6083
6084 Fix gdbserver run regression.
6085 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
6086
6087 2012-07-12 Tom Tromey <tromey@redhat.com>
6088
6089 * lib/gdb.exp (standard_testfile): Don't declare objdir.
6090 (clean_restart): Likewise.
6091 (core_find): Use standard_output_file.
6092
6093 2012-07-12 Tom Tromey <tromey@redhat.com>
6094
6095 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
6096 * gdb.dwarf2/dw2-anonymous-func.exp: Use
6097 prepare_for_testing_full.
6098 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
6099 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
6100 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
6101 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
6102 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
6103 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
6104 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
6105 prepare_for_testing_full.
6106 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
6107 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
6108 prepare_for_testing_full.
6109 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
6110 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
6111 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
6112
6113 2012-07-12 Tom Tromey <tromey@redhat.com>
6114
6115 * lib/gdb.exp (build_executable_from_specs): New proc, from
6116 build_executable.
6117 (build_executable): Use it.
6118 (prepare_for_testing_full): New proc.
6119
6120 2012-07-11 Tom Tromey <tromey@redhat.com>
6121
6122 * gdb.reverse/break-precsave.exp: Use standard_output_file.
6123 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
6124 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
6125 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
6126 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
6127 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
6128 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
6129 * gdb.reverse/step-precsave.exp: Use standard_output_file.
6130 * gdb.reverse/until-precsave.exp: Use standard_output_file.
6131 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
6132
6133 2012-07-10 Tom Tromey <tromey@redhat.com>
6134
6135 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
6136 standard_output_file.
6137 * gdb.mi/gdb2549.exp: Use standard_testfile.
6138 * gdb.mi/gdb669.exp: Use standard_testfile.
6139 * gdb.mi/gdb701.exp: Use standard_testfile.
6140 * gdb.mi/gdb792.exp: Use standard_testfile.
6141 * gdb.mi/mi-async.exp: Use standard_testfile.
6142 * gdb.mi/mi-basics.exp: Use standard_testfile.
6143 * gdb.mi/mi-break.exp: Use standard_testfile.
6144 * gdb.mi/mi-cli.exp: Use standard_testfile.
6145 * gdb.mi/mi-console.exp: Use standard_testfile.
6146 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
6147 * gdb.mi/mi-eval.exp: Use standard_testfile.
6148 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
6149 * gdb.mi/mi-file.exp: Use standard_testfile.
6150 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
6151 * gdb.mi/mi-logging.exp: Use standard_testfile.
6152 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
6153 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
6154 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
6155 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
6156 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
6157 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
6158 * gdb.mi/mi-pending.exp: Use standard_testfile,
6159 standard_output_file.
6160 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
6161 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
6162 * gdb.mi/mi-regs.exp: Use standard_testfile.
6163 * gdb.mi/mi-return.exp: Use standard_testfile.
6164 * gdb.mi/mi-reverse.exp: Use standard_testfile.
6165 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
6166 * gdb.mi/mi-solib.exp: Use standard_testfile,
6167 standard_output_file.
6168 * gdb.mi/mi-stack.exp: Use standard_testfile.
6169 * gdb.mi/mi-stepi.exp: Use standard_testfile.
6170 * gdb.mi/mi-stepn.exp: Use standard_testfile.
6171 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
6172 * gdb.mi/mi-until.exp: Use standard_testfile.
6173 * gdb.mi/mi-var-block.exp: Use standard_testfile.
6174 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
6175 * gdb.mi/mi-var-child.exp: Use standard_testfile.
6176 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
6177 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
6178 * gdb.mi/mi-var-display.exp: Use standard_testfile.
6179 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
6180 standard_output_file.
6181 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
6182 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
6183 * gdb.mi/mi-watch.exp: Use standard_testfile.
6184 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
6185 * gdb.mi/mi2-basics.exp: Use standard_testfile.
6186 * gdb.mi/mi2-break.exp: Use standard_testfile.
6187 * gdb.mi/mi2-cli.exp: Use standard_testfile.
6188 * gdb.mi/mi2-console.exp: Use standard_testfile.
6189 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
6190 * gdb.mi/mi2-eval.exp: Use standard_testfile.
6191 * gdb.mi/mi2-file.exp: Use standard_testfile.
6192 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
6193 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
6194 * gdb.mi/mi2-regs.exp: Use standard_testfile.
6195 * gdb.mi/mi2-return.exp: Use standard_testfile.
6196 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
6197 * gdb.mi/mi2-stack.exp: Use standard_testfile.
6198 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
6199 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
6200 * gdb.mi/mi2-until.exp: Use standard_testfile.
6201 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
6202 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
6203 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
6204 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
6205 * gdb.mi/mi2-watch.exp: Use standard_testfile.
6206
6207 2012-07-10 Tom Tromey <tromey@redhat.com>
6208
6209 * gdb.cp/abstract-origin.exp: Use standard_testfile.
6210 * gdb.cp/ambiguous.exp: Use standard_testfile,
6211 prepare_for_testing.
6212 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
6213 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
6214 * gdb.cp/anon-ns.exp: Use standard_testfile.
6215 * gdb.cp/anon-struct.exp: Use standard_testfile.
6216 * gdb.cp/anon-union.exp: Use standard_testfile,
6217 prepare_for_testing.
6218 * gdb.cp/arg-reference.exp: Use standard_testfile,
6219 prepare_for_testing.
6220 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
6221 * gdb.cp/breakpoint.exp: Use standard_testfile,
6222 prepare_for_testing.
6223 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
6224 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
6225 standard_output_file.
6226 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
6227 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
6228 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
6229 (test_static_members): Update.
6230 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
6231 * gdb.cp/converts.exp: Use standard_testfile.
6232 * gdb.cp/cp-relocate.exp: Use standard_testfile.
6233 * gdb.cp/cpcompletion.exp: Use standard_testfile,
6234 prepare_for_testing.
6235 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
6236 * gdb.cp/cplabel.exp: Use standard_testfile.
6237 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
6238 prepare_for_testing.
6239 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
6240 * gdb.cp/derivation.exp: Use standard_testfile,
6241 prepare_for_testing.
6242 * gdb.cp/destrprint.exp: Use standard_testfile.
6243 * gdb.cp/dispcxx.exp: Use standard_testfile.
6244 * gdb.cp/exception.exp: Use standard_testfile,
6245 prepare_for_testing.
6246 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
6247 * gdb.cp/extern-c.exp: Use standard_testfile,
6248 prepare_for_testing.
6249 * gdb.cp/formatted-ref.exp: Use standard_testfile,
6250 prepare_for_testing.
6251 * gdb.cp/fpointer.exp: Use standard_testfile.
6252 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
6253 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
6254 standard_output_file.
6255 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
6256 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
6257 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
6258 standard_output_file.
6259 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
6260 (do_tests): Update.
6261 * gdb.cp/koenig.exp: Use standard_testfile.
6262 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
6263 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
6264 * gdb.cp/m-static.exp: Use standard_testfile,
6265 prepare_for_testing.
6266 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
6267 * gdb.cp/mb-inline.exp: Use standard_testfile,
6268 prepare_for_testing.
6269 * gdb.cp/mb-templates.exp: Use standard_testfile,
6270 prepare_for_testing.
6271 * gdb.cp/member-ptr.exp: Use standard_testfile,
6272 prepare_for_testing.
6273 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
6274 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
6275 * gdb.cp/method2.exp: Use standard_testfile.
6276 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
6277 standard_output_file.
6278 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
6279 (do_tests): Update.
6280 * gdb.cp/namespace-enum.exp: Use standard_testfile,
6281 prepare_for_testing.
6282 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
6283 prepare_for_testing.
6284 * gdb.cp/namespace.exp: Use standard_testfile,
6285 prepare_for_testing.
6286 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
6287 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
6288 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
6289 * gdb.cp/nsimport.exp: Use standard_testfile,
6290 prepare_for_testing.
6291 * gdb.cp/nsnested.exp: Use standard_testfile.
6292 * gdb.cp/nsnoimports.exp: Use standard_testfile.
6293 * gdb.cp/nsrecurs.exp: Use standard_testfile,
6294 prepare_for_testing.
6295 * gdb.cp/nsstress.exp: Use standard_testfile,
6296 prepare_for_testing.
6297 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
6298 * gdb.cp/operator.exp: Use standard_testfile.
6299 * gdb.cp/oranking.exp: Use standard_testfile.
6300 * gdb.cp/overload-const.exp: Use standard_testfile.
6301 * gdb.cp/overload.exp: Use standard_testfile,
6302 prepare_for_testing.
6303 * gdb.cp/ovldbreak.exp: Use standard_testfile.
6304 * gdb.cp/ovsrch.exp: Use standard_testfile.
6305 * gdb.cp/paren-type.exp: Use standard_testfile.
6306 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
6307 prepare_for_testing.
6308 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
6309 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
6310 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
6311 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
6312 * gdb.cp/pr10728.exp: Use standard_testfile,
6313 standard_output_file.
6314 * gdb.cp/pr12028.exp: Use standard_testfile.
6315 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
6316 * gdb.cp/pr9167.exp: Use standard_testfile.
6317 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
6318 * gdb.cp/printmethod.exp: Use standard_testfile,
6319 prepare_for_testing.
6320 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
6321 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
6322 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
6323 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
6324 standard_output_file.
6325 * gdb.cp/readnow-language.exp: Use standard_testfile.
6326 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
6327 (gdb_start_again): Use clean_restart.
6328 * gdb.cp/ref-types.exp: Use standard_testfile,
6329 prepare_for_testing.
6330 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
6331 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
6332 * gdb.cp/smartp.exp: Use standard_testfile.
6333 * gdb.cp/static-method.exp: Use standard_testfile.
6334 * gdb.cp/static-print-quit.exp: Use standard_testfile.
6335 * gdb.cp/temargs.exp: Use standard_testfile.
6336 * gdb.cp/templates.exp: Use standard_testfile,
6337 prepare_for_testing.
6338 (do_tests): Update.
6339 * gdb.cp/try_catch.exp: Use standard_testfile,
6340 prepare_for_testing.
6341 * gdb.cp/typedef-operator.exp: Use standard_testfile.
6342 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
6343 * gdb.cp/virtbase.exp: Use standard_testfile,
6344 prepare_for_testing.
6345 * gdb.cp/virtfunc.exp: Use standard_testfile,
6346 prepare_for_testing.
6347 (do_tests): Update.
6348 * gdb.cp/virtfunc2.exp: Use standard_testfile,
6349 prepare_for_testing.
6350
6351 2012-07-10 Tom Tromey <tromey@redhat.com>
6352
6353 * lib/gdb.exp (standard_testfile): Unset output variables from
6354 earlier invocations.
6355
6356 2012-07-10 Yao Qi <yao@codesourcery.com>
6357
6358 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
6359 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
6360 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
6361 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
6362 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
6363 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
6364 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
6365 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
6366 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
6367 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
6368 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
6369 * gdb.mi/mi-var-display.exp: Likewise.
6370 * gdb.mi/mi-var-invalidate.exp: Likewise.
6371 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
6372 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
6373 * gdb.mi/mi2-console.exp: Likewise.
6374 * gdb.mi/mi2-disassemble.exp: Likewise.
6375 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
6376 * gdb.mi/mi2-read-memory.exp: Likewise.
6377 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
6378 * gdb.mi/mi2-simplerun.exp: Likewise.
6379 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
6380 * gdb.mi/mi2-syn-frame.exp: Likewise.
6381 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
6382 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
6383 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
6384
6385 2012-07-09 Tom Tromey <tromey@redhat.com>
6386
6387 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
6388 * gdb.base/callfuncs.exp: Add cast-based test.
6389 * gdb.base/callfuncs.c (voidfunc): New function.
6390
6391 2012-07-08 Doug Evans <dje@google.com>
6392
6393 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
6394
6395 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6396
6397 Fix XFAIL compatibility with old i386 systems.
6398 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
6399 Check also 'Cannot insert breakpoint 0'.
6400
6401 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6402
6403 PR 14321
6404 * gdb.base/find.exp
6405 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
6406
6407 2012-07-06 Tom Tromey <tromey@redhat.com>
6408
6409 * gdb.base/whatis.exp: Add test.
6410
6411 2012-07-06 Tom Tromey <tromey@redhat.com>
6412
6413 * gdb.base/whatis.exp: Add regression test.
6414
6415 2012-07-06 Tom Tromey <tromey@redhat.com>
6416
6417 * gdb.base/whatis.exp: Add tests.
6418
6419 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6420
6421 PR 12649
6422 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
6423 gdb_test_multiple $gdb_prompt terminator.
6424
6425 2012-07-04 Pedro Alves <palves@redhat.com>
6426
6427 * gdb.mi/mi-reverse.exp: Use supports_reverse and
6428 supports_process_record.
6429
6430 2012-07-04 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
6433 endings.
6434 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
6435
6436 2012-07-03 Stan Shebs <stan@codesourcery.com>
6437
6438 * gdb.base/info-os.c (main): Retry resource acquisition until an
6439 available one is found.
6440 * gdb.base/info-os.exp: Collect resource keys from the program
6441 and use them in matching.
6442
6443 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6444
6445 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
6446 Wrap the test into loop for corefile and core0file.
6447
6448 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6449
6450 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
6451 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
6452 .note.GNU-stack.
6453
6454 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
6455
6456 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
6457
6458 * gdb.base/help.exp (help b, help br, help bre, help brea, help
6459 break): Include help message for the new `-probe' and `-probe-stap'
6460 options.
6461
6462 2012-07-02 Stan Shebs <stan@codesourcery.com>
6463
6464 * gdb.base/dprintf.exp: Add agent style tests.
6465
6466 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6467
6468 * gdb.base/stale-infcall.c (infcall): New label test-next.
6469 (main): New labels test-pass and test-fail.
6470 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
6471 $test_fail_bpnum to test-fail.
6472 (test system longjmp tracking support): New test.
6473 Delete $test_fail_bpnum.
6474 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
6475 breakpoint.
6476
6477 2012-06-30 Doug Evans <dje@google.com>
6478
6479 * gdb.dwarf2/fission-reread.S: New file.
6480 * gdb.dwarf2/fission-reread.exp: New file.
6481
6482 2012-06-28 Stan Shebs <stan@codesourcery.com>
6483
6484 * gdb.mi/mi-logging.exp: New file.
6485
6486 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6487 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.threads/siginfo-threads.exp: New file.
6490 * gdb.threads/siginfo-threads.c: New file.
6491 * gdb.threads/sigstep-threads.exp: New file.
6492 * gdb.threads/sigstep-threads.c: New file.
6493
6494 2012-06-28 Tom Tromey <tromey@redhat.com>
6495
6496 * gdb.go/package.exp: Partially revert earlier patch; use
6497 gdb_compile again. Use standard_output_file.
6498
6499 2012-06-27 Doug Evans <dje@google.com>
6500
6501 * gdb.dwarf2/fission-base.c: New file.
6502 * gdb.dwarf2/fission-base.S: New file.
6503 * gdb.dwarf2/fission-base.exp: New file.
6504
6505 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6506
6507 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
6508
6509 2012-06-27 Tom Tromey <tromey@redhat.com>
6510
6511 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
6512 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
6513
6514 2012-06-27 Tom Tromey <tromey@redhat.com>
6515
6516 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
6517 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
6518 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
6519 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
6520 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
6521 prepare_for_testing.
6522 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
6523 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
6524 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
6525 standard_testfile.
6526 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
6527 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
6528 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
6529 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
6530 prepare_for_testing.
6531 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
6532 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
6533 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
6534 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
6535 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
6536 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
6537 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
6538 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
6539 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
6540 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
6541 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
6542 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
6543 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
6544 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
6545 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
6546 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
6547 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
6548 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
6549 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
6550 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
6551 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
6552 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
6553 standard_output_file.
6554 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
6555 standard_output_file.
6556 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
6557 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
6558 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
6559 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
6560 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
6561 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
6562 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
6563 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
6564 * gdb.dwarf2/implptr.exp: Use standard_testfile.
6565 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
6566 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
6567 * gdb.dwarf2/pieces.exp: Use standard_testfile.
6568 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
6569 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
6570 * gdb.dwarf2/valop.exp: Use standard_testfile,
6571 prepare_for_testing.
6572
6573 2012-06-27 Tom Tromey <tromey@redhat.com>
6574
6575 * gdb.python/python.exp: Fix regexps in pagination tests.
6576
6577 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
6578
6579 * gdb.python/py-symtab.exp: Add tests to test the new attribute
6580 'last' of gdb.Symtab_and_line.
6581 * gdb.python/py-symbol.c: Move break point comment to enable
6582 testing of gdb.Symtab_and_line.last.
6583
6584 2012-06-26 Tom Tromey <tromey@redhat.com>
6585
6586 * gdb.threads/step.c: Remove.
6587 * gdb.threads/step.exp: Remove.
6588 * gdb.threads/step2.exp: Remove.
6589
6590 2012-06-26 Tom Tromey <tromey@redhat.com>
6591
6592 * gdb.threads/watchpoint-fork.exp (test): Use
6593 standard_output_file. Don't declare objdir.
6594 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
6595 standard_output_file.
6596 * gdb.threads/attach-stopped.exp: Use standard_testfile.
6597 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
6598 clean_restart. Remove incdir.
6599 * gdb.threads/corethreads.exp: Use standard_testfile.
6600 * gdb.threads/execl.exp: Use standard_testfile,
6601 standard_output_file, clean_restart.
6602 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
6603 clean_restart.
6604 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
6605 clean_restart.
6606 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
6607 incdir.
6608 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
6609 clean_restart. Remove incdir.
6610 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
6611 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
6612 clean_restart. Remove incdir.
6613 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
6614 Remove incdir.
6615 * gdb.threads/leader-exit.exp: Use standard_testfile.
6616 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
6617 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
6618 clean_restart.
6619 * gdb.threads/manythreads.exp: Use standard_testfile,
6620 clean_restart. Remove incdir.
6621 * gdb.threads/multi-create.exp: Use standard_testfile,
6622 clean_restart.
6623 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
6624 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
6625 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
6626 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
6627 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
6628 * gdb.threads/pending-step.exp: Use standard_testfile,
6629 clean_restart. Remove incdir.
6630 * gdb.threads/print-threads.exp: Use standard_testfile,
6631 clean_restart. Remove incdir.
6632 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6633 clean_restart. Remove incdir.
6634 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6635 Remove incdir.
6636 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
6637 incdir.
6638 * gdb.threads/sigthread.exp: Use standard_testfile,
6639 clean_restart.
6640 * gdb.threads/staticthreads.exp: Use standard_testfile,
6641 clean_restart. Remove incdir.
6642 * gdb.threads/switch-threads.exp: Use standard_testfile,
6643 clean_restart. Remove incdir.
6644 * gdb.threads/thread-execl.exp: Use standard_testfile,
6645 clean_restart. Remove incdir.
6646 * gdb.threads/thread-find.exp: Use standard_testfile,
6647 clean_restart.
6648 * gdb.threads/thread-specific.exp: Use standard_testfile,
6649 clean_restart. Remove incdir.
6650 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6651 clean_restart. Remove incdir.
6652 * gdb.threads/thread_check.exp: Use standard_testfile,
6653 clean_restart. Remove incdir.
6654 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
6655 incdir.
6656 * gdb.threads/threadapply.exp: Use standard_testfile,
6657 clean_restart. Remove incdir.
6658 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6659 clean_restart. Remove incdir.
6660 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6661 clean_restart.
6662 * gdb.threads/tls-shared.exp: Use standard_testfile,
6663 clean_restart, standard_output_file.
6664 * gdb.threads/tls-var.exp: Use standard_testfile,
6665 standard_output_file.
6666 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6667 Remove incdir.
6668 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6669 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6670 incdir.
6671 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6672 clean_restart. Remove incdir.
6673
6674 2012-06-26 Tom Tromey <tromey@redhat.com>
6675
6676 * gdb.trace/actions.exp: Use standard_testfile.
6677 * gdb.trace/ax.exp: Use standard_testfile.
6678 * gdb.trace/backtrace.exp: Use standard_testfile.
6679 * gdb.trace/change-loc.exp: Use standard_testfile.
6680 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6681 * gdb.trace/collection.exp: Use standard_testfile,
6682 prepare_for_testing.
6683 * gdb.trace/deltrace.exp: Use standard_testfile.
6684 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6685 * gdb.trace/ftrace.exp: Use standard_testfile.
6686 * gdb.trace/infotrace.exp: Use standard_testfile.
6687 * gdb.trace/packetlen.exp: Use standard_testfile.
6688 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6689 * gdb.trace/passcount.exp: Use standard_testfile.
6690 * gdb.trace/pending.exp: Use standard_testfile.
6691 * gdb.trace/report.exp: Use standard_testfile.
6692 * gdb.trace/save-trace.exp: Use standard_testfile.
6693 * gdb.trace/stap-trace.exp: Use standard_testfile.
6694 * gdb.trace/status-stop.exp: Use standard_testfile.
6695 * gdb.trace/strace.exp: Use standard_testfile.
6696 * gdb.trace/tfile.exp: Use standard_testfile.
6697 * gdb.trace/tfind.exp: Use standard_testfile.
6698 * gdb.trace/trace-break.exp: Use standard_testfile.
6699 * gdb.trace/trace-mt.exp: Use standard_testfile.
6700 * gdb.trace/tracecmd.exp: Use standard_testfile.
6701 * gdb.trace/tspeed.exp: Use standard_testfile.
6702 * gdb.trace/tstatus.exp: Use standard_testfile.
6703 * gdb.trace/tsv.exp: Use standard_testfile.
6704 * gdb.trace/unavailable.exp: Use standard_testfile,
6705 prepare_for_testing.
6706 * gdb.trace/while-dyn.exp: Use standard_testfile.
6707 * gdb.trace/while-stepping.exp: Use standard_testfile.
6708
6709 2012-06-26 Tom Tromey <tromey@redhat.com>
6710
6711 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6712 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6713 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6714 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6715 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6716 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6717 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6718 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6719 prepare_for_testing.
6720 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6721 prepare_for_testing.
6722 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6723 prepare_for_testing.
6724 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6725 prepare_for_testing.
6726 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6727 prepare_for_testing
6728 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6729 * gdb.reverse/machinestate.exp: Use standard_testfile.
6730 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6731 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6732 build_executable.
6733 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6734 build_executable.
6735 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6736 standard_output_file.
6737 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6738 standard_output_file.
6739 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6740 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6741 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6742 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6743 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6744 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6745
6746 2012-06-26 Tom Tromey <tromey@redhat.com>
6747
6748 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6749 standard_output_file.
6750 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6751 prepare_for_testing. Remove directory-checking code.
6752
6753 2012-06-25 Tom Tromey <tromey@redhat.com>
6754
6755 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6756 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6757 build_executable, not prepare_for_testing.
6758 * gdb.multi/base.exp: Use standard_output_file. Use
6759 build_executable, not prepare_for_testing.
6760
6761 2012-06-25 Tom Tromey <tromey@redhat.com>
6762
6763 * gdb.fortran/subarray.exp: Use standard_testfile,
6764 prepare_for_testing.
6765 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6766 * gdb.fortran/module.exp: Use standard_testfile.
6767 * gdb.fortran/logical.exp: Use standard_testfile.
6768 * gdb.fortran/library-module.exp: Use standard_testfile,
6769 standard_output_file.
6770 * gdb.fortran/derived-type.exp: Use standard_testfile,
6771 prepare_for_testing.
6772 * gdb.fortran/complex.exp: Use standard_testfile,
6773 prepare_for_testing.
6774 * gdb.fortran/charset.exp: Use standard_testfile.
6775 * gdb.fortran/array-element.exp: Use standard_testfile,
6776 prepare_for_testing.
6777
6778 2012-06-25 Keith Seitz <keiths@redhat.com>
6779
6780 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6781 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6782
6783 2012-06-25 Tom Tromey <tromey@redhat.com>
6784
6785 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6786 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6787 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6788 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6789
6790 2012-06-25 Tom Tromey <tromey@redhat.com>
6791
6792 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6793 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6794 * gdb.linespec/linespec.exp: Use standard_testfile.
6795
6796 2012-06-25 Tom Tromey <tromey@redhat.com>
6797
6798 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6799 prepare_for_testing.
6800
6801 2012-06-25 Tom Tromey <tromey@redhat.com>
6802
6803 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6804 prepare_for_testing.
6805 * gdb.opt/inline-break.exp: Use standard_testfile,
6806 prepare_for_testing.
6807 * gdb.opt/inline-bt.exp: Use standard_testfile,
6808 prepare_for_testing.
6809 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6810 prepare_for_testing.
6811 * gdb.opt/inline-locals.exp: Use standard_testfile,
6812 prepare_for_testing.
6813
6814 2012-06-25 Tom Tromey <tromey@redhat.com>
6815
6816 * gdb.asm/asm-source.exp: Use standard_output_file,
6817 standard_testfile. Construct .o files in proper subdir.
6818
6819 2012-06-25 Tom Tromey <tromey@redhat.com>
6820
6821 * gdb.server/ext-attach.exp: Use standard_testfile,
6822 prepare_for_testing.
6823 * gdb.server/ext-run.exp: Use standard_testfile,
6824 build_executable.
6825 * gdb.server/file-transfer.exp: Use standard_testfile,
6826 prepare_for_testing.
6827 * gdb.server/server-exec-info.exp: Use standard_testfile.
6828 * gdb.server/server-mon.exp: Use standard_testfile,
6829 prepare_for_testing.
6830 * gdb.server/server-run.exp: Use standard_testfile,
6831 build_executable.
6832 * gdb.server/solib-list.exp: Use standard_testfile,
6833 standard_output_file.
6834
6835 2012-06-25 Tom Tromey <tromey@redhat.com>
6836
6837 * lib/gdb.exp (standard_output_file): Use "file join".
6838 * gdb.go/chan.exp: Use standard_testfile.
6839 * gdb.go/handcall.exp: Use standard_testfile.
6840 * gdb.go/hello.exp: Use standard_testfile.
6841 * gdb.integers/chan.exp: Use standard_testfile.
6842 * gdb.go/methods.exp: Use standard_testfile.
6843 * gdb.go/package.exp: Use standard_testfile.
6844 * gdb.go/strings.exp: Use standard_testfile.
6845 * gdb.go/types.exp: Use standard_testfile.
6846 * gdb.go/unsafe.exp: Use standard_testfile.
6847
6848 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6849
6850 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6851
6852 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6853
6854 Fix regression by the previous commit.
6855 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6856
6857 2012-06-22 Tom Tromey <tromey@redhat.com>
6858
6859 * gdb.python/lib-types.exp: Use standard_testfile,
6860 prepare_for_testing.
6861 * gdb.python/py-block.exp: Use standard_testfile.
6862 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6863 * gdb.python/py-events.exp: Use standard_testfile,
6864 standard_output_file.
6865 * gdb.python/py-evsignal.exp: Use standard_testfile.
6866 * gdb.python/py-evethreads.exp: Use standard_testfile.
6867 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6868 * gdb.python/py-explore.exp: Use standard_testfile.
6869 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6870 standard_output_file.
6871 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6872 prepare_for_testing.
6873 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6874 * gdb.python/py-frame.exp: Use standard_testfile.
6875 * gdb.python/py-inferior.exp: Use standard_testfile.
6876 * gdb.python/py-infthread.exp: Use standard_testfile.
6877 * gdb.python/py-mi.exp: Use standard_testfile.
6878 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6879 build_executable.
6880 * gdb.python/py-objfile.exp: Use standard_testfile.
6881 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6882 prepare_for_testing.
6883 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6884 * gdb.python/py-progspace.exp: Use standard_testfile,
6885 build_executable.
6886 * gdb.python/py-prompt.exp: Use standard_testfile,
6887 build_executable.
6888 * gdb.python/py-section-script.exp: Use standard_testfile,
6889 build_executable.
6890 * gdb.python/py-shared.exp: Use standard_testfile,
6891 standard_output_file, clean_restart.
6892 * gdb.python/py-symbol.exp: Use standard_output_file,
6893 prepare_for_testing.
6894 * gdb.python/py-symtab.exp: Use standard_output_file,
6895 prepare_for_testing
6896 * gdb.python/py-template.exp: Use standard_testfile.
6897 * gdb.python/py-type.exp: Use standard_testfile.
6898 * gdb.python/py-value-cc.exp: Use standard_testfile.
6899 * gdb.python/py-value.exp: Use standard_testfile.
6900 * gdb.python/python.exp: Use standard_testfile, build_executable.
6901
6902 2012-06-22 Tom Tromey <tromey@redhat.com>
6903
6904 * gdb.objc/basicclass.exp: Use standard_testfile.
6905 (do_objc_tests): Don't declare objdir.
6906 * gdb.objc/nondebug.exp: Use standard_testfile.
6907 (do_objc_tests): Don't declare objdir.
6908 * gdb.objc/objcdecode.exp: Use standard_testfile.
6909 (do_objc_tests): Don't declare objdir.
6910
6911 2012-06-22 Tom Tromey <tromey@redhat.com>
6912
6913 * gdb.java/jmain.exp: Use standard_testfile.
6914 * gdb.java/jmisc.exp: Use standard_testfile.
6915 * gdb.java/jnpe.exp: Use standard_testfile.
6916 * gdb.java/jprint.exp: Use standard_testfile.
6917
6918 2012-06-22 Tom Tromey <tromey@redhat.com>
6919
6920 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6921 (standard_output_file, standard_testfile): New procs.
6922 (build_executable, clean_restart): Use standard_output_file.
6923
6924 2012-06-22 Yao Qi <yao@codesourcery.com>
6925
6926 * boards/native-gdbserver.exp: New proc ${board}_exec.
6927 * boards/native-stdio-gdbserver.exp: Likewise.
6928
6929 2012-06-21 Tom Tromey <tromey@redhat.com>
6930
6931 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6932 (build_executable): Update.
6933 (get_compiler_info): Remove 'binfile' argument.
6934 * gdb.ada/arrayidx.exp: Update.
6935 * gdb.ada/null_array.exp: Update.
6936 * gdb.arch/altivec-abi.exp: Update.
6937 * gdb.arch/altivec-regs.exp: Update.
6938 * gdb.arch/amd64-byte.exp: Update.
6939 * gdb.arch/amd64-dword.exp: Update.
6940 * gdb.arch/amd64-word.exp: Update.
6941 * gdb.arch/i386-avx.exp: Update.
6942 * gdb.arch/i386-byte.exp: Update.
6943 * gdb.arch/i386-sse.exp: Update.
6944 * gdb.arch/i386-word.exp: Update.
6945 * gdb.arch/ppc-dfp.exp: Update.
6946 * gdb.arch/ppc-fp.exp: Update.
6947 * gdb.arch/vsx-regs.exp: Update.
6948 * gdb.base/all-bin.exp: Update.
6949 * gdb.base/annota1.exp: Update.
6950 * gdb.base/async.exp: Update.
6951 * gdb.base/attach.exp: Update.
6952 * gdb.base/break-interp.exp: Update.
6953 * gdb.base/call-ar-st.exp: Update.
6954 * gdb.base/call-rt-st.exp: Update.
6955 * gdb.base/call-sc.exp: Update.
6956 * gdb.base/callfuncs.exp: Update.
6957 * gdb.base/catch-load.exp: Update.
6958 * gdb.base/completion.exp: Update.
6959 * gdb.base/complex.exp: Update.
6960 * gdb.base/condbreak.exp: Update.
6961 * gdb.base/consecutive.exp: Update.
6962 * gdb.base/constvars.exp: Update.
6963 * gdb.base/corefile.exp: Update.
6964 * gdb.base/eval-skip.exp: Update.
6965 * gdb.base/expand-psymtabs.exp: Update.
6966 * gdb.base/exprs.exp: Update.
6967 * gdb.base/fileio.exp: Update.
6968 * gdb.base/fixsection.exp: Update.
6969 * gdb.base/funcargs.exp: Update.
6970 * gdb.base/gdb11530.exp: Update.
6971 * gdb.base/gdb1555.exp: Update.
6972 * gdb.base/gnu-ifunc.exp: Update.
6973 * gdb.base/gnu_vector.exp: Update.
6974 * gdb.base/info-macros.exp: Update.
6975 * gdb.base/jit-simple.exp: Update.
6976 * gdb.base/jit-so.exp: Update.
6977 * gdb.base/jit.exp: Update.
6978 * gdb.base/langs.exp: Update.
6979 * gdb.base/list.exp: Update.
6980 * gdb.base/logical.exp: Update.
6981 * gdb.base/long_long.exp: Update.
6982 * gdb.base/longjmp.exp: Update.
6983 * gdb.base/macscp.exp: Update.
6984 * gdb.base/mips_pro.exp: Update.
6985 * gdb.base/miscexprs.exp: Update.
6986 * gdb.base/morestack.exp: Update.
6987 * gdb.base/nodebug.exp: Update.
6988 * gdb.base/opaque.exp: Update.
6989 * gdb.base/pc-fp.exp: Update.
6990 * gdb.base/pending.exp: Update.
6991 * gdb.base/permissions.exp: Update.
6992 * gdb.base/pointers.exp: Update.
6993 * gdb.base/prelink.exp: Update.
6994 * gdb.base/printcmds.exp: Update.
6995 * gdb.base/psymtab.exp: Update.
6996 * gdb.base/ptype.exp: Update.
6997 * gdb.base/relational.exp: Update.
6998 * gdb.base/scope.exp: Update.
6999 * gdb.base/setvar.exp: Update.
7000 * gdb.base/shlib-call.exp: Update.
7001 * gdb.base/shreloc.exp: Update.
7002 * gdb.base/signals.exp: Update.
7003 * gdb.base/sizeof.exp: Update.
7004 * gdb.base/so-impl-ld.exp: Update.
7005 * gdb.base/so-indr-cl.exp: Update.
7006 * gdb.base/solib-disc.exp: Update.
7007 * gdb.base/solib-display.exp: Update.
7008 * gdb.base/solib-nodir.exp: Update.
7009 * gdb.base/solib-overlap.exp: Update.
7010 * gdb.base/solib-symbol.exp: Update.
7011 * gdb.base/solib-weak.exp: Update.
7012 * gdb.base/solib.exp: Update.
7013 * gdb.base/store.exp: Update.
7014 * gdb.base/structs.exp: Update.
7015 * gdb.base/structs2.exp: Update.
7016 * gdb.base/type-opaque.exp: Update.
7017 * gdb.base/unload.exp: Update.
7018 * gdb.base/varargs.exp: Update.
7019 * gdb.base/volatile.exp: Update.
7020 * gdb.base/watch_thread_num.exp: Update.
7021 * gdb.base/watchpoint-solib.exp: Update.
7022 * gdb.base/watchpoint.exp: Update.
7023 * gdb.base/watchpoints.exp: Update.
7024 * gdb.base/whatis.exp: Update.
7025 * gdb.cell/arch.exp: Update.
7026 * gdb.cell/break.exp: Update.
7027 * gdb.cell/bt.exp: Update.
7028 * gdb.cell/core.exp: Update.
7029 * gdb.cell/data.exp: Update.
7030 * gdb.cell/ea-cache.exp: Update.
7031 * gdb.cell/f-regs.exp: Update.
7032 * gdb.cell/fork.exp: Update.
7033 * gdb.cell/gcore.exp: Update.
7034 * gdb.cell/mem-access.exp: Update.
7035 * gdb.cell/ptype.exp: Update.
7036 * gdb.cell/registers.exp: Update.
7037 * gdb.cell/sizeof.exp: Update.
7038 * gdb.cell/solib-symbol.exp: Update.
7039 * gdb.cell/solib.exp: Update.
7040 * gdb.cp/ambiguous.exp: Update.
7041 * gdb.cp/breakpoint.exp: Update.
7042 * gdb.cp/bs15503.exp: Update.
7043 * gdb.cp/casts.exp: Update.
7044 * gdb.cp/class2.exp: Update.
7045 * gdb.cp/cpexprs.exp: Update.
7046 * gdb.cp/cplusfuncs.exp: Update.
7047 * gdb.cp/ctti.exp: Update.
7048 * gdb.cp/dispcxx.exp: Update.
7049 * gdb.cp/gdb1355.exp: Update.
7050 * gdb.cp/gdb2384.exp: Update.
7051 * gdb.cp/gdb2495.exp: Update.
7052 * gdb.cp/infcall-dlopen.exp: Update.
7053 * gdb.cp/local.exp: Update.
7054 * gdb.cp/m-data.exp: Update.
7055 * gdb.cp/m-static.exp: Update.
7056 * gdb.cp/mb-ctor.exp: Update.
7057 * gdb.cp/mb-inline.exp: Update.
7058 * gdb.cp/mb-templates.exp: Update.
7059 * gdb.cp/member-ptr.exp: Update.
7060 * gdb.cp/method.exp: Update.
7061 * gdb.cp/namespace.exp: Update.
7062 * gdb.cp/nextoverthrow.exp: Update.
7063 * gdb.cp/nsdecl.exp: Update.
7064 * gdb.cp/nsrecurs.exp: Update.
7065 * gdb.cp/nsstress.exp: Update.
7066 * gdb.cp/nsusing.exp: Update.
7067 * gdb.cp/pr-1023.exp: Update.
7068 * gdb.cp/pr-1210.exp: Update.
7069 * gdb.cp/pr-574.exp: Update.
7070 * gdb.cp/pr9631.exp: Update.
7071 * gdb.cp/printmethod.exp: Update.
7072 * gdb.cp/psmang.exp: Update.
7073 * gdb.cp/re-set-overloaded.exp: Update.
7074 * gdb.cp/rtti.exp: Update.
7075 * gdb.cp/shadow.exp: Update.
7076 * gdb.cp/templates.exp: Update.
7077 * gdb.cp/try_catch.exp: Update.
7078 * gdb.dwarf2/dw2-ranges.exp: Update.
7079 * gdb.dwarf2/pr10770.exp: Update.
7080 * gdb.fortran/library-module.exp: Update.
7081 * gdb.hp/gdb.aCC/optimize.exp: Update.
7082 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
7083 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
7084 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
7085 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
7086 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
7087 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
7088 * gdb.hp/gdb.compat/xdb1.exp: Update.
7089 * gdb.hp/gdb.compat/xdb2.exp: Update.
7090 * gdb.hp/gdb.compat/xdb3.exp: Update.
7091 * gdb.hp/gdb.defects/bs14602.exp: Update.
7092 * gdb.hp/gdb.defects/solib-d.exp: Update.
7093 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
7094 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
7095 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
7096 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
7097 * gdb.mi/gdb792.exp: Update.
7098 * gdb.mi/mi-pending.exp: Update.
7099 * gdb.mi/mi-solib.exp: Update.
7100 * gdb.mi/mi-var-cp.exp: Update.
7101 * gdb.opt/clobbered-registers-O2.exp: Update.
7102 * gdb.opt/inline-bt.exp: Update.
7103 * gdb.opt/inline-cmds.exp: Update.
7104 * gdb.opt/inline-locals.exp: Update.
7105 * gdb.python/py-events.exp: Update.
7106 * gdb.python/py-finish-breakpoint.exp: Update.
7107 * gdb.python/py-type.exp: Update.
7108 * gdb.reverse/solib-precsave.exp: Update.
7109 * gdb.reverse/solib-reverse.exp: Update.
7110 * gdb.server/solib-list.exp: Update.
7111 * gdb.stabs/weird.exp: Update.
7112 * gdb.threads/attach-into-signal.exp: Update.
7113 * gdb.threads/attach-stopped.exp: Update.
7114 * gdb.threads/tls-shared.exp: Update.
7115 * gdb.trace/change-loc.exp: Update.
7116 * gdb.trace/strace.exp: Update.
7117
7118 2012-06-19 Tom Tromey <tromey@redhat.com>
7119
7120 * gdb.base/whatis.exp: Add tests.
7121
7122 2012-06-19 Tom Tromey <tromey@redhat.com>
7123
7124 * gdb.cp/m-static.cc (keepalive): New function.
7125 (gnu_obj_1::method): Use it.
7126
7127 2012-06-18 Doug Evans <dje@google.com>
7128
7129 * gdb.base/info-fun.exp: New file.
7130 * gdb.base/info-fun.c: New file.
7131 * gdb.base/info-fun-solib.c: New file.
7132
7133 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7134
7135 Remove stale dummy frames.
7136 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
7137 (maintenance info breakpoints): New tests.
7138 * gdb.base/stale-infcall.c: New file.
7139 * gdb.base/stale-infcall.exp: New file.
7140
7141 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7142
7143 * gdb.arch/amd64-entry-value-param.S: New file.
7144 * gdb.arch/amd64-entry-value-param.c: New file.
7145 * gdb.arch/amd64-entry-value-param.exp: New file.
7146
7147 2012-06-15 Tom Tromey <tromey@redhat.com>
7148
7149 * gdb.cp/namespace.exp: Add "show lang" test.
7150
7151 2012-06-15 Iain Sandoe <iain@codesourcery.com>
7152
7153 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
7154 case. (top level): Use gdb_file_cmd instead of gdb_load.
7155
7156 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 PR tdep/14222
7159 * gdb.arch/i386-sse-stack-align.S: New file.
7160 * gdb.arch/i386-sse-stack-align.c: New file.
7161 * gdb.arch/i386-sse-stack-align.exp: New file.
7162
7163 2012-06-13 Keith Seitz <keiths@redhat.com>
7164
7165 PR breakpoints/13798 and mi/11541
7166 * gdb.linespec/ls-errs.exp: Add a few more tests for
7167 filenames with spaces and colons.
7168
7169 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
7172 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
7173 (test_function): Call CV_f.
7174 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
7175 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
7176 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
7177 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
7178 (p CV_f(CV::i)): New tests.
7179
7180 2012-06-13 Tom Tromey <tromey@redhat.com>
7181
7182 * gdb.base/condbreak.exp: Add tests for "condition" completion.
7183
7184 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7185
7186 Fix regression by the "ambiguous linespec" series.
7187 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
7188 tests.
7189
7190 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7191
7192 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
7193 missing.
7194
7195 2012-06-11 Tom Tromey <tromey@redhat.com>
7196
7197 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
7198 location...
7199 (main): ...here.
7200
7201 2012-06-07 Yao Qi <yao@codesourcery.com>
7202
7203 * gdb.trace/strace.exp: Shorten some too-long lines.
7204
7205 2012-06-06 Pedro Alves <palves@redhat.com>
7206
7207 * gdb.threads/clone-new-thread-event.c: New file.
7208 * gdb.threads/clone-new-thread-event.exp: New file.
7209
7210 2012-06-06 Yao Qi <yao@codesourcery.com>
7211
7212 * gdb.base/dprintf.c (main): Add extra parameter when calling
7213 printf and fprintf.
7214 (bar): New function. It is a dead function, but to ensure
7215 'malloc' is linked explicitly.
7216
7217 2012-06-06 Yao Qi <yao@codesourcery.com>
7218
7219 * gdb.base/info-proc.exp: Return if target doesn't support
7220 'info proc'.
7221
7222 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7223
7224 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
7225 (run program with breakpoint commands): XFAIl if it is not.
7226
7227 2012-06-05 Joel Brobecker <brobecker@adacore.com>
7228
7229 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
7230 and add comment.
7231 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
7232 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
7233 "STOP" marker. Adjust testing strategy to make it work on
7234 all targets.
7235
7236 * gdb.base/print-file-var-main.c (main): Rewrite using local
7237 variables and adjust get_version_2's return value check.
7238 Add small comment.
7239 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
7240 marker. Adjust testing strategy to make it work on all targets.
7241
7242 2012-06-05 Joel Brobecker <brobecker@adacore.com>
7243
7244 * gdb.ada/bad-task-bp-keyword: New testcase.
7245
7246 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7247
7248 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
7249 Simplify it to ...
7250 (symbol-file ${testfile1}): ... here.
7251 (test eliminated var my_global_symbol)
7252 (test eliminated var my_static_symbol)
7253 (test eliminated var my_global_func, get address of main): Wrap them to
7254 'single psymtabs' and 'single symtabs'
7255 (get address of my_global_symbol, get address of my_static_symbol)
7256 (get address of my_global_func, get address of main): Wrap them to
7257 'order1' and 'order2'.
7258
7259 * gdb.base/code_elim.exp
7260 (add-symbol-file ${testfile1} 0x100000)
7261 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
7262 'order2'.
7263 (order1: add-symbol-file ${testfile1} 0x100000)
7264 (order1: add-symbol-file ${testfile2} 0x200000)
7265 (order2: add-symbol-file ${testfile2} 0x200000)
7266 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
7267 .bss as appropriate.
7268
7269 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7270
7271 * gdb.server/solib-list-lib.c: New file.
7272 * gdb.server/solib-list-main.c: New file.
7273 * gdb.server/solib-list.exp: New file.
7274
7275 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
7276
7277 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
7278 for 'set print symbol' change.
7279
7280 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7281
7282 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
7283 .debug_abbrev_seg3.
7284
7285 2012-05-24 John Steele Scott <toojays@toojays.net>
7286
7287 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
7288 * gdb.dwarf2/dw2-icc-opaque.S: New file.
7289 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
7290
7291 2012-05-23 Stan Shebs <stan@codesourcery.com>
7292
7293 * gdb.mi/mi-info-os.exp: New file.
7294
7295 2012-05-23 Keith Seitz <keiths@redhat.com>
7296
7297 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
7298 return -1 to suppress the rest of the tests.
7299 (compile_stap_bin): Return boolean success value.
7300
7301 2012-05-21 Tom Tromey <tromey@redhat.com>
7302
7303 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
7304 Remove kfails.
7305 (test_print_mi_member_types): Likewise.
7306
7307 2012-05-21 Tom Tromey <tromey@redhat.com>
7308
7309 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
7310 print symbol' change.
7311
7312 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
7313
7314 * gdb.python/py-prompt.exp: Quit if the target is remote.
7315
7316 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7317
7318 Fix ERROR: internal buffer is full.
7319 * gdb.base/info-os.exp (expect_multiline): New function.
7320 (get process list, get process groups, get threads)
7321 (get file descriptors, get internet-domain sockets)
7322 (get shared-memory regions, get semaphores, get message queues): Use
7323 it for these tests.
7324
7325 2012-05-18 Tom Tromey <tromey@redhat.com>
7326
7327 * gdb.mi/mi-var-cmd.exp: Update.
7328 * gdb.objc/basicclass.exp (do_objc_tests): Update.
7329 * gdb.cp/virtbase.exp: Update.
7330 * gdb.cp/classes.exp (test_static_members): Update.
7331 * gdb.cp/casts.exp: Update.
7332 * gdb.base/pointers.exp: Update.
7333 * gdb.base/funcargs.exp (pointer_args): Update.
7334 (structs_by_reference): Update.
7335 * gdb.base/find.exp: Update.
7336 * gdb.base/call-strs.exp: Send "set print symbol off".
7337 * gdb.base/call-ar-st.exp: Update.
7338 * gdb.ada/fun_addr.exp: Update.
7339 * gdb.base/printcmds.exp (test_print_symbol): New proc.
7340 Call it.
7341 (test_print_repeats_10, test_print_strings)
7342 (test_print_char_arrays): Update.
7343
7344 2012-05-18 Tom Tromey <tromey@redhat.com>
7345
7346 * gdb.base/charset.exp (string_display): Update.
7347
7348 2012-05-18 Tom Tromey <tromey@redhat.com>
7349
7350 * gdb.mi/mi2-var-display.exp: Update.
7351 * gdb.mi/mi-var-display.exp: Update.
7352 * gdb.mi/mi-var-child.exp: Update.
7353 * gdb.cp/expand-psymtabs-cxx.exp: Update.
7354 * gdb.cp/cp-relocate.exp (get_func_address): Update.
7355
7356 2012-05-17 Doug Evans <dje@google.com>
7357
7358 * info-macros.exp: Pass "debug" to prepare_for_testing.
7359
7360 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
7361 * gdb.ada/Makefile.in (clean): Ditto.
7362 * gdb.arch/Makefile.in (clean): Ditto.
7363 * gdb.asm/Makefile.in (clean): Ditto.
7364 * gdb.base/Makefile.in (clean): Ditto.
7365 * gdb.cell/Makefile.in (clean): Ditto.
7366 * gdb.cp/Makefile.in (clean): Ditto.
7367 * gdb.disasm/Makefile.in (clean): Ditto.
7368 * gdb.dwarf2/Makefile.in (clean): Ditto.
7369 * gdb.fortran/Makefile.in (clean): Ditto.
7370 * gdb.go/Makefile.in (clean): Ditto.
7371 * gdb.hp/Makefile.in (clean): Ditto.
7372 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
7373 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
7374 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
7375 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
7376 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
7377 * gdb.java/Makefile.in (clean): Ditto.
7378 * gdb.linespec/Makefile.in (clean): Ditto.
7379 * gdb.mi/Makefile.in (clean): Ditto.
7380 * gdb.modula2/Makefile.in (clean): Ditto.
7381 * gdb.multi/Makefile.in (clean): Ditto.
7382 * gdb.objc/Makefile.in (clean): Ditto.
7383 * gdb.opencl/Makefile.in (clean): Ditto.
7384 * gdb.opt/Makefile.in (clean): Ditto.
7385 * gdb.pascal/Makefile.in (clean): Ditto.
7386 * gdb.python/Makefile.in (clean): Ditto.
7387 * gdb.reverse/Makefile.in (clean): Ditto.
7388 * gdb.server/Makefile.in (clean): Ditto.
7389 * gdb.stabs/Makefile.in (clean): Ditto.
7390 * gdb.threads/Makefile.in (clean): Ditto.
7391 * gdb.trace/Makefile.in (clean): Ditto.
7392 * gdb.xml/Makefile.in (clean): Ditto.
7393
7394 2012-05-16 Tom Tromey <tromey@redhat.com>
7395
7396 * gdb.base/macscp1.c (macscp_expr): Add comment.
7397 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
7398
7399 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7400
7401 * gdb.base/return-nodebug.exp: Also test float and double types.
7402
7403 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7404
7405 PR testsuite/12649
7406 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
7407
7408 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
7409
7410 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
7411
7412 * gdb.base/stap-probe.exp (stap_test): Remove calls to
7413 `rerun_to_main'.
7414 (stap_test_no_debuginfo): Likewise.
7415
7416 2012-05-14 Stan Shebs <stan@codesourcery.com>
7417
7418 * gdb.base/dprintf.c: New file.
7419 * gdb.base/dprintf.exp: New file.
7420
7421 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
7422
7423 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
7424 * gdb.trace/disconnected-tracing.c: New file.
7425 * gdb.trace/disconnected-tracing.exp: New file.
7426
7427 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7428
7429 * gdb.python/python.c: Add a new breakpoint comment.
7430 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
7431
7432 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
7433
7434 * gdb.base/info-os.exp: New file.
7435 * gdb.base/info-os.c: New file.
7436
7437 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7438
7439 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
7440 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
7441 New files.
7442
7443 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7444
7445 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
7446 gdb.base/ctxobj.exp: New files.
7447
7448 2012-05-09 Tom Tromey <tromey@redhat.com>
7449
7450 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
7451
7452 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
7453
7454 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
7455
7456 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
7457
7458 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
7459 before using it.
7460
7461 2012-05-04 Tristan Gingold <gingold@adacore.com>
7462
7463 * gdb.base/set-noassign.exp: New test.
7464
7465 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7466
7467 * gdb.python/py-symbol.exp: Add tests to test the new methods
7468 gdb.Symtab.global_block() and gdb.Symtab.static_block().
7469 * gdb.python/py-symbol.c: Add new struct to help test
7470 gdb.Symtab.static_block().
7471
7472 2012-05-03 Doug Evans <dje@google.com>
7473
7474 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
7475 commented out.
7476
7477 2012-05-03 Yao Qi <yao@codesourcery.com>
7478
7479 * gdb.base/catch-syscall.exp: Skip it before compilation if target
7480 doesn't support.
7481 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
7482 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
7483
7484 2012-05-03 Yao Qi <yao@codesourcery.com>
7485
7486 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
7487
7488 2012-04-30 Doug Evans <dje@google.com>
7489
7490 PR testsuite/13961
7491 * gdb.dwarf2/pr13961.S: New file.
7492 * gdb.dwarf2/pr13961.exp: New file.
7493
7494 2012-04-29 Yao Qi <yao@codesourcery.com>
7495
7496 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
7497
7498 2012-04-28 Doug Evans <dje@google.com>
7499
7500 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
7501 .Ltype_int_in_cu2. Use name "int2" instead of "int".
7502 All uses updated.
7503 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
7504 "ptype func_cu1" to expand cu2 before cu1.
7505
7506 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7507 Tom Tromey <tromey@redhat.com>
7508
7509 * gdb.base/default.exp: Add `$_probe_arg*' convenience
7510 variables.
7511 * gdb.base/stap-probe.c: New file.
7512 * gdb.base/stap-probe.exp: New file.
7513 * gdb.trace/stap-trace.c: New file.
7514 * gdb.trace/stap-trace.exp: New file.
7515 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
7516 libgcc's unwinder.
7517
7518 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7519
7520 * gdb.arch/mips16-thunks-inmain.c: New file.
7521 * gdb.arch/mips16-thunks-main.c: New file.
7522 * gdb.arch/mips16-thunks-sin.c: New file.
7523 * gdb.arch/mips16-thunks-sinfrob.c: New file.
7524 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
7525 * gdb.arch/mips16-thunks-sinmain.c: New file.
7526 * gdb.arch/mips16-thunks-sinmips16.c: New file.
7527 * gdb.arch/mips16-thunks.exp: New file.
7528
7529 2012-04-25 Doug Evans <dje@google.com>
7530
7531 * configure.ac: Create gdb.go/Makefile.
7532 * configure: Regenerate.
7533 * gdb.base/default.exp: Add "go" to "set language" testing.
7534 * gdb.go/Makefile.in: New file.
7535 * gdb.go/basic-types.exp: New file.
7536 * gdb.go/chan.exp: New file.
7537 * gdb.go/chan.go: New file.
7538 * gdb.go/handcall.exp: New file.
7539 * gdb.go/handcall.go: New file.
7540 * gdb.go/hello.exp: New file.
7541 * gdb.go/hello.go: New file.
7542 * gdb.go/integers.exp: New file.
7543 * gdb.go/integers.go: New file.
7544 * gdb.go/methods.exp: New file.
7545 * gdb.go/methods.go: New file.
7546 * gdb.go/package.exp: New file.
7547 * gdb.go/package1.go: New file.
7548 * gdb.go/package2.go: New file.
7549 * gdb.go/print.exp: New file.
7550 * gdb.go/strings.exp: New file.
7551 * gdb.go/strings.go: New file.
7552 * gdb.go/types.exp: New file.
7553 * gdb.go/types.go: New file.
7554 * gdb.go/unsafe.exp: New file.
7555 * gdb.go/unsafe.go: New file.
7556 * lib/future.exp: Add Go support.
7557 (gdb_find_go, gdb_find_go_linker): New procs.
7558 (gdb_default_target_compile): Add Go support.
7559 * lib/gdb.exp (skip_go_tests): New proc.
7560 * lib/go.exp: New file.
7561
7562 2012-04-25 Tom Tromey <tromey@redhat.com>
7563
7564 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
7565
7566 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7567 Jan Kratochvil <jan.kratochvil@redhat.com>
7568
7569 PR symtab/7259:
7570 * gdb.base/enumval.c: New test case.
7571 * gdb.base/enumval.exp: New test case.
7572 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
7573 field.bitpos.
7574
7575 2012-04-17 Pedro Alves <palves@redhat.com>
7576
7577 * Makefile.in (site.exp): Make site.exp source
7578 $srcdir/lib/append_gdb_boards_dir.exp.
7579 * lib/append_gdb_boards_dir.exp: New file.
7580
7581 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7582
7583 New option "set auto-load safe-path".
7584 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
7585 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
7586
7587 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7588
7589 auto-load: Implementation.
7590 * gdb.base/help.exp (test set height): Increase the height.
7591 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
7592 to ...
7593 (info auto-load python-scripts): ... here.
7594 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
7595 to ...
7596 (info auto-load python-scripts *): ... here.
7597
7598 2012-04-16 Yao Qi <yao@codesourcery.com>
7599
7600 * lib/trace-support.exp (get_in_proc_agent): New.
7601 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
7602 of in process trace agent.
7603 * gdb.trace/ftrace.exp: Likewise.
7604 * gdb.trace/pending.exp: Likewise.
7605 * gdb.trace/trace-break.exp: Likewise.
7606 * gdb.trace/trace-mt.exp
7607 * gdb.trace/tspeed.exp: Likewise.
7608 * gdb.trace/tstatus.exp
7609 * gdb.trace/strace.exp: Likewise.
7610
7611 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
7612
7613 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
7614 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
7615
7616 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7617
7618 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7619
7620 PR mi/13393
7621 * gdb.mi/mi-var-rtti.cc: New file.
7622 * gdb.mi/mi-var-rtti.exp: New file.
7623 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
7624 function.
7625 (mi_varobj_update_with_type_change): updated to avoid code duplication.
7626
7627 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7628
7629 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7630 EXECUTABLES.
7631 * gdb.python/py-explore.c: C program used for testing the new
7632 'explore' command on C constructs.
7633 * gdb.python/py-explore.cc: C++ program used for testing the new
7634 'explore' command on C++ constructs.
7635 * gdb-python/py-explore.exp: Tests for the new 'explore'
7636 command on C constructs.
7637 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7638 command on C++ constructs.
7639
7640 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7641
7642 * gdb.base/funcargs.exp (complex_args): Fix typo.
7643
7644 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7645
7646 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7647 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7648
7649 2012-04-05 Keith Seitz <keiths@redhat.com>
7650
7651 * gdb.base/advance.exp: Update error message for
7652 "advance malformed" test.
7653 * gdb.base/break.exp: Likewise for "breakpoint with
7654 trailing garbage" test.
7655 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7656 with trailing garbage" test.
7657 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7658 trailng garbage" test.
7659 * gdb.base/until.exp: Likewise for "malformed until" test.
7660 * gdb.cp/ovldbreak.exp: Create the breakpoint table
7661 for "breakpoint info (after setting on all)".
7662 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7663 tests.
7664 * gdb.cp/cplabel.cc: New file.
7665 * gdb.cp/cplabel.exp: New test.
7666 * gdb.linespec/ls-errs.c: New file.
7667 * gdb.linespec/ls-errs.exp: New test.
7668
7669 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7670
7671 * gdb.trace/unavailable.exp
7672 (collect globals: print object on: print derived_partial)
7673 (collect globals: print object on: print derived_whole)
7674 (collect globals: print object off: print derived_partial)
7675 (collect globals: print object off: print derived_whole): Update
7676 expected output.
7677
7678 2012-03-30 Keith Seitz <keiths@redhat.com>
7679
7680 * gdb.python: Add test for linespecs with commas.
7681
7682 2012-03-28 Keith Seitz <keiths@redhat.com>
7683
7684 * gdb.linespec/ls-dollar.cc: New file.
7685 * gdb.linespec/ls-dollar.exp: New test.
7686
7687 2012-03-28 Keith Seitz <keiths@redhat.com>
7688
7689 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7690 starting with the global namespace.
7691
7692 2012-03-23 Doug Evans <dje@google.com>
7693
7694 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7695
7696 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7697
7698 * gdb.python/py-value.cc: Add test case for testing the
7699 methodology exposing C++ values to Python.
7700 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7701 exposing C++ values to Python.
7702 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7703
7704 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7705 Siddhesh Poyarekar <siddhesh@redhat.com>
7706
7707 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7708 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7709 (generate native core dump): Make the test unsupported if core cannot
7710 be generated.
7711
7712 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7713
7714 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7715 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7716 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7717
7718 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7719
7720 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7721
7722 2012-03-17 Doug Evans <dje@google.com>
7723
7724 * dg-extract-results.sh: Handle KFAILs.
7725
7726 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7727
7728 PR symtab/13777
7729 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7730
7731 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7732
7733 * gdb.ada/set_pckd_arr_elt: New testcase.
7734
7735 2012-03-16 Gary Benson <gbenson@redhat.com>
7736
7737 PR breakpoints/10738
7738 * gdb.opt/inline-break.exp: New file.
7739 * gdb.opt/inline-break.c: Likewise.
7740 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7741 * gdb.dwarf2/dw2-inline-break.S: Likewise.
7742 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7743 * gdb.base/async-shell.exp: Likewise.
7744 * lib/mi-support.exp (library_loaded_re): Likewise.
7745
7746 2012-03-15 Tom Tromey <tromey@redhat.com>
7747
7748 * gdb.cp/virtfunc2.exp: Update expected output.
7749 * gdb.cp/pr9631.exp: Update expected output.
7750 * gdb.cp/member-ptr.exp: Update expected output.
7751 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7752 output.
7753 * gdb.cp/casts.exp: Update expected output.
7754
7755 2012-03-15 Tom Tromey <tromey@redhat.com>
7756
7757 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7758 (test_info_vtbl): Likewise.
7759 (do_tests): Call test_info_vtbl.
7760 * gdb.cp/virtfunc.cc (va): New global.
7761
7762 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7763
7764 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7765 describing DWARF data structures.
7766 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7767 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7768 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7769 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7770 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7771 * gdb.dwarf2/dw2-param-error.S: Likewise.
7772 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7773 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7774 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7775 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7776 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7777 * gdb.dwarf2/pr11465.S: Likewise.
7778
7779 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 * gdb.mi/mi2-prompt.exp: New file.
7782
7783 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7784
7785 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7786
7787 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7788
7789 * gdb.ada/bp_range_type: New testcase.
7790
7791 2012-03-13 Doug Evans <dje@google.com>
7792
7793 * gdb.base/default.exp: Delete tests for symbol-reloading.
7794 * gdb.base/help.exp: Ditto.
7795 * gdb.base/setshow.exp: Ditto.
7796 * gdb.base/gdb_history: Delete references to symbol-reloading.
7797
7798 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7799
7800 * gdb.base/attach-twice.c: New files.
7801 * gdb.base/attach-twice.exp: New files.
7802
7803 2012-03-08 Keith Seitz <keiths@redhat.com>
7804
7805 * lib/gdb.exp (gdb_get_line_number): Throw an
7806 error instead of returning -1.
7807 * gdb.base/break.exp: Remove unused variable
7808 bp_location5.
7809 * gdb.base/hbreak2.exp: Likewise.
7810 * gdb.base/sepdebug.exp: Likewise.
7811
7812 2012-03-08 Yao Qi <yao@codesourcery.com>
7813 Pedro Alves <palves@redhat.com>
7814
7815 Fix PR server/13392.
7816 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7817 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7818 download tracepoints.
7819 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7820 (pending_tracepoint_resolved_during_trace): Likewise.
7821 (pending_tracepoint_installed_during_trace): Likewise.
7822 (pending_tracepoint_with_action_resolved): Likewise.
7823
7824 2012-03-08 Keith Seitz <keiths@redhat.com>
7825
7826 * gdb.ada/array_bounds.exp: Get breakpoint for line
7827 with "START", not "STOP".
7828 * gdb.python/py-infthread.exp: Do not continue to
7829 line marked "Break here.", which is undefined.
7830
7831 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
7832
7833 Revert:
7834
7835 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7836
7837 Implement testsuite workaround for PR breakpoints/13781.
7838 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7839 (set breakpoint condition-evaluation host): New conditional command.
7840
7841 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7842
7843 Fix CU relative vs. absolute DIE offsets.
7844 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7845 one.
7846
7847 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7848
7849 Fix false FAIL on distros with relro linkage as default.
7850 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7851 -Wl,-z,norelro first.
7852
7853 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7854
7855 * gdb.ada/bp_on_var: New testcase.
7856
7857 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7858
7859 * gdb.ada/bp_enum_homonym: New testcase.
7860
7861 2012-03-06 Yao Qi <yao@codesourcery.com>
7862
7863 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7864 x86_64-*-* and i?86-*-*.
7865 Set up KFAIL for gdb/13808.
7866
7867 2012-03-05 Tom Tromey <tromey@redhat.com>
7868
7869 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7870 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7871
7872 2012-03-05 Tom Tromey <tromey@redhat.com>
7873
7874 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7875
7876 2012-03-04 Yao Qi <yao@codesourcery.com>
7877
7878 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7879 messages for KFAIL.
7880
7881 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7882
7883 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7884 (print one_two_three, indexes off, print few_reps, indexes off)
7885 (print many_reps, indexes off, print empty, indexes off)
7886 (print one_two_three, print few_reps, print many_reps, print empty):
7887 Call setup_xfail if $gcc_old.
7888
7889 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 Implement testsuite workaround for PR breakpoints/13781.
7892 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7893 (set breakpoint condition-evaluation host): New conditional command.
7894
7895 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 Code cleanup.
7898 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7899 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7900 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7901 number 1 by $bpnum. Four times.
7902
7903 2012-03-03 Yao Qi <yao@codesourcery.com>
7904
7905 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7906
7907 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7908
7909 Setup KFAIL for PR server/13796.
7910 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7911
7912 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7913
7914 * gdb.ada/operator_bp: New testcase.
7915
7916 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7917
7918 * gdb.ada/info_locals_renaming: New testcase.
7919
7920 2012-03-02 Tom Tromey <tromey@redhat.com>
7921
7922 * gdb.base/nextoverexit.c: New file.
7923 * gdb.base/nextoverexit.exp: New file.
7924
7925 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7926
7927 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7928 parameter.
7929
7930 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7931
7932 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7933 core registers.
7934
7935 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7936 Maciej W. Rozycki <macro@codesourcery.com>
7937 Daniel Jacobowitz <dan@codesourcery.com>
7938
7939 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7940
7941 2012-03-01 Pedro Alves <palves@redhat.com>
7942
7943 PR gdb/13767
7944
7945 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7946 (gdb_collect_globals_test): Call it.
7947
7948 2012-03-01 Keith Seitz <keiths@redhat.com>
7949
7950 * gdb.cp/method2.exp: Output of overload menu is now
7951 alphabetized. Update tests for "break A::method".
7952 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7953 of hard-coding them.
7954 Overload menu is alphabetized: rewrite to accommodate.
7955 Unset variables LINE and TYPES which are used in other tests.
7956 Compute the output of "info break".
7957 Update the breakpoint table after all breakpoints are deleted.
7958 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7959 compute ACTUALS and the method body based on parameters.
7960 Update expected output accordingly.
7961 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7962 unique comments to allow the use of gdb_get_line_number.
7963
7964 2012-03-01 Keith Seitz <keiths@redhat.com>
7965
7966 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7967 some Tcl syntax.
7968 * gdb.cp/ovldbreak.exp: Likewise.
7969
7970 2012-03-01 Keith Seitz <keiths@redhat.com>
7971
7972 * gdb.base/help.exp (help show user): Update expected result
7973 for new doc string changes (add "non-python").
7974
7975 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
7976
7977 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7978 be put in the user-defined category and that the commands appear in
7979 "help user-defined".
7980
7981 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7982
7983 * gdb.ada/tagged_not_init: New testcase.
7984
7985 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7986
7987 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7988 * gdb.ada/enum_idx_packed: New testcase.
7989
7990 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7991
7992 * gdb.ada/aliased_array: New testcase.
7993
7994 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7995
7996 * gdb.ada/whatis_array_val: New testcase.
7997
7998 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7999
8000 Fix disp-step-syscall.exp: fork: single step over fork.
8001 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
8002 whitespaces.
8003 (single step over $syscall): Remove its check.
8004 (single step over $syscall final pc): New check.
8005
8006 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8007
8008 Support processors without SSSE3.
8009 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
8010 pabsd into ...
8011 (ssse3_test): ... a new function.
8012 (main): Call ssse3_test.
8013 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
8014 Update expected values everywhere.
8015 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
8016 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
8017 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
8018 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
8019 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
8020 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
8021 Move these tests lower.
8022 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
8023 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
8024 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
8025 New tests.
8026
8027 2012-02-29 Yao Qi <yao@codesourcery.com>
8028 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.trace/trace-mt.c: New.
8031 * gdb.trace/trace-mt.exp: New.
8032
8033 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
8034
8035 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
8036 numbers instead of hardcoding them.
8037 * gdb.base/annota1.c: Provide suitable markers.
8038 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
8039 numbers instead of hardcoding them.
8040 * gdb.base/annota3.c: Provide suitable markers.
8041
8042 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
8043 * gdb.base/annota3.c: Likewise.
8044 * gdb.base/sigall.c: Likewise.
8045 * gdb.base/signals.c: Likewise.
8046 * gdb.reverse/sigall-reverse.c: Likewise.
8047
8048 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
8049
8050 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
8051 failure return path.
8052
8053 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
8054
8055 * gdb.base/save-bp.exp: Account for new condition evaluator output.
8056
8057 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
8058
8059 * gdb.base/cond-eval-mode.exp: New file.
8060
8061 2012-02-24 Pedro Alves <palves@redhat.com>
8062
8063 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
8064 (top level): Use with_test_prefix.
8065
8066 2012-02-24 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.threads/attach-into-signal.exp (corefunc): Use
8069 with_test_prefix.
8070
8071 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8072
8073 Fix false FAILs on old CPUs without SSE.
8074 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
8075 Return untested for Illegal instruction.
8076
8077 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8078
8079 Fix false FAILs with glibc debug infos installed.
8080 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
8081 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
8082
8083 2012-02-22 Sterling Augustine <saugustine@google.com>
8084
8085 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
8086 constant with cast.
8087
8088 2012-02-21 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
8091
8092 2012-02-21 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
8095
8096 2012-02-21 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
8099 with_test_prefix.
8100
8101 2012-02-21 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
8104 with_test_prefix here.
8105 (top level): Do it here instead. Remove `:' from the
8106 with_test_prefix string.
8107 * gdb.base/attach-pie-misread.exp: Remove the leading space the
8108 the suffix `:' from the with_test_prefix prefix string.
8109 * gdb.base/break-interp.exp: Ditto.
8110 * gdb.base/catch-load.exp: Ditto.
8111 * gdb.base/disp-step-syscall.exp: Ditto.
8112 * gdb.base/jit-so.exp: Ditto.
8113 * gdb.base/jit.exp: Ditto.
8114 * gdb.base/sepdebug.exp: Ditto.
8115 * gdb.base/solib-display.exp: Ditto.
8116 * gdb.base/solib-overlap.exp: Ditto.
8117 * gdb.base/watch-cond-infcall.exp: Ditto.
8118 * gdb.base/watchpoint.exp: Ditto.
8119 * gdb.dwarf2/dw2-noloc.exp: Ditto.
8120 * gdb.mi/mi-watch.exp: Ditto.
8121 * gdb.mi/mi2-watch.exp: Ditto.
8122 * gdb.threads/non-ldr-exc-1.exp: Ditto.
8123 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8124 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8125 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8126 * gdb.threads/watchpoint-fork.exp: Ditto.
8127 * gdb.threads/watchthreads-reorder.exp: Ditto.
8128 * gdb.trace/change-loc.exp: Ditto.
8129 * gdb.trace/pending.exp: Ditto.
8130 * gdb.trace/status-stop.exp: Ditto.
8131 * gdb.trace/strace.exp: Ditto.
8132 * gdb.trace/trace-break.exp: Ditto.
8133 * gdb.trace/unavailable.exp: Ditto.
8134 * lib/gdb.exp (with_test_prefix): Always prefix with space and
8135 suffix with colon. Adjust leading comments.
8136
8137 2012-02-21 Pedro Alves <palves@redhat.com>
8138 Tom Tromey <tromey@redhat.com>
8139
8140 * lib/gdb.exp: Add description of test prefixes.
8141 (with_test_prefix): New procedure.
8142 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
8143 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
8144 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
8145 instead of lappend to append to pf_prefix.
8146 * gdb.base/catch-load.exp: Use with_test_prefix.
8147 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
8148 * gdb.base/jit-so.exp: Use with_test_prefix.
8149 * gdb.base/jit.exp: Use with_test_prefix.
8150 * gdb.base/return-nodebug.exp (do_test): Use append instead of
8151 lappend to append to pf_prefix.
8152 * gdb.base/sepdebug.exp: Use with_test_prefix.
8153 * gdb.base/solib-display.exp: Use with_test_prefix.
8154 * gdb.base/solib-overlap.exp: Use with_test_prefix.
8155 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
8156 * gdb.base/watchpoint.exp: Use with_test_prefix.
8157 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
8158 * gdb.mi/mi-watch.exp: Use with_test_prefix.
8159 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
8160 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
8161 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
8162 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
8163 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
8164 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
8165 append instead of lappend to append to pf_prefix.
8166 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
8167 * gdb.trace/change-loc.exp: Use with_test_prefix.
8168 * gdb.trace/pending.exp: Use with_test_prefix.
8169 * gdb.trace/status-stop.exp: Use with_test_prefix.
8170 * gdb.trace/strace.exp: Use with_test_prefix.
8171 * gdb.trace/trace-break.exp: Use with_test_prefix.
8172 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
8173 instead of lappend to append to pf_prefix.
8174
8175 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8176
8177 Fix racy FAILs.
8178 * gdb.base/inferior-died.c (main): Add return of 0.
8179 * gdb.base/inferior-died.exp (continue): Fix expectation of
8180 asynchronous events.
8181 (p 1): New test.
8182
8183 2012-02-20 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
8186 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
8187 gdb's internal debug output. For the non-threaded case, look for
8188 "Program received signal SIGLARM", for the threaded case, peek at
8189 the thread's siginfo.
8190
8191 2012-02-20 Pedro Alves <palves@redhat.com>
8192
8193 General cleanup, make output test messages unique, and build
8194 different executable files for the non-threaded and threaded
8195 cases.
8196
8197 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
8198 Delete.
8199 (executable_nothr, executable_thr): New globals.
8200 (top level): Adjust to delete both executables.
8201 (corefunc): New parameter $executable. Set $pf_prefix instead of
8202 hand writing a prefix in tests. Issue a clean_restart and enable
8203 lin-lwp debug output here.
8204 (top level): Adjust. Use build_executable. Don't start gdb here,
8205 and don't enable lin-lwp debug output here.
8206 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
8207
8208 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8209
8210 Fix racy FAILs.
8211 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
8212 "continue" command.
8213
8214 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8215
8216 Fix for gdbserver non-extended mode.
8217 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
8218 and gdb_run_cmd.
8219
8220 2012-02-17 Tom Tromey <tromey@redhat.com>
8221
8222 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
8223 * gdb.python/py-events.exp: Check 'dir' output.
8224 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
8225
8226 2012-02-17 Yao Qi <yao@codesourcery.com>
8227
8228 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
8229
8230 2012-02-16 Tom Tromey <tromey@redhat.com>
8231
8232 * gdb.base/inferior-died.c: Don't include stdio.h.
8233
8234 2012-02-16 Tom Tromey <tromey@redhat.com>
8235
8236 * gdb.base/inferior-died.c: New file.
8237 * gdb.base/inferior-died.exp: New file.
8238
8239 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
8240
8241 * gdb.base/break-inline.exp: New file.
8242 * gdb.base/break-inline.c: New file.
8243
8244 2012-02-15 Tom Tromey <tromey@redhat.com>
8245
8246 * gdb.base/pc-fp.exp: Add "info register" tests.
8247
8248 2012-02-15 Tom Tromey <tromey@redhat.com>
8249
8250 * gdb.base/regs.exp: Remove.
8251
8252 2012-02-15 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
8255 the target doesn't support tracepoints.
8256 * gdb.trace/circ.exp: Ditto.
8257 * gdb.trace/collection.exp: Ditto.
8258 * gdb.trace/packetlen.exp: Ditto.
8259 * gdb.trace/passc-dyn.exp: Ditto.
8260 * gdb.trace/report.exp: Ditto.
8261 * gdb.trace/tfind.exp: Ditto.
8262 * gdb.trace/tspeed.exp: Ditto.
8263 * gdb.trace/tsv.exp: Ditto.
8264 * gdb.trace/unavailable.exp: Ditto.
8265 * gdb.trace/while-dyn.exp: Ditto.
8266
8267 2012-02-15 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
8270 gdb_test_multiple, and call unsupported instead of fail, if the
8271 remote side does not support the request.
8272
8273 2012-02-15 Pedro Alves <palves@redhat.com>
8274
8275 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
8276 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
8277 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
8278 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
8279 * gdb.server/server-run.exp: Make sure gdb is disconnected.
8280 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
8281 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
8282 doesn't start with "extended-" already.
8283
8284 2012-02-15 Pedro Alves <palves@redhat.com>
8285
8286 Support extended-remote. Avoid cascading timeouts.
8287
8288 * gdb.base/attach.exp (do_attach_tests): Add expected output for
8289 the extended-remote target. If attaching with no file fails, load
8290 the file manually.
8291 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
8292
8293 2012-02-14 Stan Shebs <stan@codesourcery.com>
8294
8295 * gdb.base/ena-dis-br.exp: Add enable count test.
8296
8297 2012-02-13 Pedro Alves <palves@redhat.com>
8298
8299 * config/mips-idt.exp: Delete.
8300 * gdb.base/a2-run.exp: Remove mips-idt xfails.
8301 * gdb.base/bitfields.exp: Remove mips-idt restarts.
8302 * gdb.base/break.exp: Remove mips-idt references.
8303 * gdb.base/chng-syms.exp: Ditto.
8304 * gdb.base/default.exp: Ditto.
8305 * gdb.base/funcargs.exp (funcargs_reload): Delete.
8306 (top level): Don't call it.
8307 * gdb.base/opaque.exp: Remove mips-idt restarts.
8308 * gdb.base/ptype.exp: Remove mips-idt xfails.
8309 * gdb.base/scope.exp: Remove mips-idt restarts.
8310 * gdb.base/sepdebug.exp: Remove mips-idt references.
8311 * gdb.base/watchpoint.exp (maybe_clean_restart)
8312 (maybe_reinitialize): Delete.
8313 (test_disabling_watchpoints, test_disabling_watchpoints)
8314 (test_watchpoint_triggered_in_syscall)
8315 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
8316 Don't call them.
8317
8318 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 * gdb.server/server-exec-info.exp: New file.
8321
8322 2012-02-10 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
8325 always non-empty.
8326 (test_attach): Always pass $exec to test_attach_gdb.
8327
8328 2012-02-08 Tom Tromey <tromey@redhat.com>
8329
8330 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
8331 before inferior is started.
8332
8333 2012-02-07 Tom Tromey <tromey@redhat.com>
8334
8335 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
8336 Symbol.value.
8337 * gdb.python/py-symbol.c (qq): Set default value.
8338
8339 2012-02-07 Tom Tromey <tromey@redhat.com>
8340
8341 * gdb.python/py-symbol.c (qq): New global.
8342 * gdb.python/py-symbol.exp: Add test for frame-less
8343 lookup_symbol.
8344 * gdb.python/py-symtab.exp: Fix line number.
8345
8346 2012-02-03 Joel Brobecker <brobecker@adacore.com>
8347
8348 * gdb.ada/mi_task_arg: New testcase.
8349
8350 2012-02-02 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.reverse/until-precsave.exp: Also put "record save" under the
8353 extended timeout.
8354
8355 2012-02-02 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
8358 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
8359
8360 2012-02-02 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.base/term.exp: Rewrite.
8363 * gdb.base/term.c: New.
8364
8365 2012-02-02 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.base/default.exp (run "r" abbreviation, run): Add
8368 extended-remote expected output.
8369
8370 2012-02-02 Tom Tromey <tromey@redhat.com>
8371
8372 * gdb.cp/dispcxx.exp: New file.
8373 * gdb.cp/dispcxx.cc: New file.
8374
8375 2012-02-01 Tom Tromey <tromey@redhat.com>
8376
8377 * gdb.base/jit-simple.exp: New file.
8378 * gdb.base/jit-simple.c: New file.
8379
8380 2012-01-30 Yao Qi <yao@codesourcery.com>
8381
8382 * gdb.base/skip.exp: Make test result unique.
8383
8384 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8385
8386 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
8387 compatibility with valgrind-3.7.0.
8388
8389 2012-01-27 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.base/watchpoint.exp (no_hw): New global.
8392 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
8393 disable hw watchpoints.
8394 (test_wide_location_1, test_wide_location_2): If no_hw is set,
8395 don't expect hw watchpoints.
8396 (no_hw_watchpoints): Always clean restart.
8397 (do_tests): New procedure, factored out from the top level.
8398 (top level): Run tests twice. Once with hw watchpoints enabled,
8399 another time with hw watchpoints disabled.
8400
8401 2012-01-27 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
8404 out from the top level.
8405 (top level): Call it instead.
8406
8407 2012-01-27 Pedro Alves <palves@redhat.com>
8408
8409 * gdb.base/watchpoint.exp (top level): Re-enable hardware
8410 watchpoints sooner.
8411
8412 2012-01-27 Pedro Alves <palves@redhat.com>
8413
8414 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
8415
8416 2012-01-27 Pedro Alves <palves@redhat.com>
8417
8418 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
8419 "You may have requested too many hardware
8420 breakpoints/watchpoints".
8421
8422 2012-01-27 Pedro Alves <palves@redhat.com>
8423
8424 * gdb.base/watchpoint.exp (maybe_clean_restart)
8425 (maybe_reinitialize): New.
8426 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
8427 expect "hit N times".
8428 (test_disabling_watchpoints, test_complex_watchpoint)
8429 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
8430 Call maybe_clean_restart.
8431 (top level): Use clean_restart. Remove "mips-idt-*"
8432 reinitialization.
8433
8434 2012-01-27 Pedro Alves <palves@redhat.com>
8435
8436 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
8437
8438 2012-01-27 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.base/watchpoint.exp: Clean restart after tests that don't
8441 require `initialize' anymore. Remove unnecessary `initialize'
8442 calls.
8443
8444 2012-01-27 Pedro Alves <palves@redhat.com>
8445
8446 * gdb.base/watchpoint.exp (wp_set): Delete.
8447 (initialize, test_simple_watchpoint, top level): Remove dead code.
8448
8449 2012-01-27 Pedro Alves <palves@redhat.com>
8450
8451 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
8452 typo.
8453
8454 2012-01-27 Pedro Alves <palves@redhat.com>
8455
8456 * config/extended-gdbserver.exp: New file.
8457 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
8458 comment.
8459 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
8460 * boards/native-extended-gdbserver.exp: New file.
8461
8462 2012-01-26 Pedro Alves <palves@redhat.com>
8463
8464 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
8465 and gdb_test_multiple.
8466
8467 2012-01-26 Pedro Alves <palves@redhat.com>
8468
8469 Make test messages unique, and more identifiable.
8470 * gdb.multi/watchpoint-multi.exp: Change test messages.
8471
8472 2012-01-25 Tom Tromey <tromey@redhat.com>
8473
8474 * gdb.base/solib-disc.exp: Fix regexps.
8475
8476 2012-01-24 Tom Tromey <tromey@redhat.com>
8477
8478 * lib/mi-support.exp (mi_expect_stop): Add special case for
8479 solib-event.
8480 * gdb.base/catch-load-so.c: New file.
8481 * gdb.base/catch-load.exp: New file.
8482 * gdb.base/catch-load.c: New file.
8483 * gdb.base/break-interp.exp (reach_1): Update regexp.
8484
8485 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8486
8487 Fix fuzzy results.
8488 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
8489 lpsimple and func.
8490
8491 2012-01-24 Gary Benson <gbenson@redhat.com>
8492
8493 Delete #if 0'd out code.
8494 * gdb.base/default.exp (info catch): Remove.
8495 * gdb.base/gdb_history (info catch): Likewise.
8496 * gdb.base/help.exp (info catch): Likewise.
8497
8498 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8499
8500 Fix watchpoints to be specific for each inferior.
8501 * gdb.multi/watchpoint-multi.c: New file.
8502 * gdb.multi/watchpoint-multi.exp: New file.
8503
8504 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8505
8506 Fix watchpoints across inferior fork.
8507 * gdb.threads/watchpoint-fork-child.c: New file.
8508 * gdb.threads/watchpoint-fork-mt.c: New file.
8509 * gdb.threads/watchpoint-fork-parent.c: New file.
8510 * gdb.threads/watchpoint-fork-st.c: New file.
8511 * gdb.threads/watchpoint-fork.exp: New file.
8512 * gdb.threads/watchpoint-fork.h: New file.
8513
8514 2012-01-23 Pedro Alves <palves@redhat.com>
8515
8516 * gdb.base/call-signal-resume.exp: Allow output after "return".
8517
8518 2012-01-20 Pedro Alves <palves@redhat.com>
8519
8520 * gdb.python/py-finish-breakpoint.py: Fix typo.
8521
8522 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8523
8524 * gdb.base/info-proc.exp: Also run on remote targets. Main
8525 "info proc" command is now always present; whether target supports
8526 actual info proc operation is detected when attempting to issue
8527 the command.
8528
8529 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8530
8531 * .gdbinit: Remove.
8532
8533 2012-01-19 Pedro Alves <palves@redhat.com>
8534
8535 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
8536 look at the funtions' returns.
8537 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
8538 (jprint.print(int, int)): Change return type to int. Adjust.
8539
8540 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8541
8542 PR gdb/9538
8543 * gdb.base/sepdebug.exp: New test.
8544
8545 2012-01-18 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
8548 Allow output before ^done.
8549
8550 2012-01-16 Tom Tromey <tromey@redhat.com>
8551
8552 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
8553 Add tests for relative directory.
8554
8555 2012-01-16 Tom Tromey <tromey@redhat.com>
8556
8557 * gdb.base/printcmds.c (enum flag_enum): New.
8558 (three): New global.
8559 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
8560 enum printing.
8561 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
8562 FlagEnumerationPrinter.
8563 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
8564 * gdb.python/py-pp-maint.c (enum flag_enum): New.
8565 (fval): New global.
8566
8567 2012-01-16 Pedro Alves <palves@redhat.com>
8568
8569 * lib/gdb.exp (banned_procedures): New variable.
8570 (banned_variables_traced): Rename to ...
8571 (banned_traced): ... this.
8572 (gdb_init): Also trace banned procedures.
8573 (gdb_finish): Also untrace banned procedures.
8574
8575 2012-01-16 Pedro Alves <palves@redhat.com>
8576
8577 Remove all calls to strace.
8578
8579 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8580
8581 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
8582 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
8583
8584 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8585
8586 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
8587 * gdb.base/pie-execl.exp: Likewise.
8588
8589 2012-01-12 Keith Seitz <keiths@redhat.com>
8590
8591 PR mi/10586
8592 * gdb.mi/var-cmd.c (struct anonymous): New structure.
8593 (do_anonymous_type_tests): New function.
8594 (main): Call do_anonymous_type_tests.
8595 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
8596 (verify_everything): New procedure.
8597 * gdb.mi/mi-var-cp.cc (class A): New class.
8598 (anonymous_structs_and_unions): New function.
8599 (main): Call anonymous_structs_and_unions.
8600 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
8601 (verify_everything): New procedure.
8602
8603 2012-01-12 Keith Seitz <keiths@redhat.com>
8604
8605 * lib/mi-support.exp: Expand comments about PATH_EXPR.
8606 (varobj_tree::get_path_expr): Assume that all varobjs are
8607 compound unless they are known simple types.
8608 Adjust path expressions based on parent type, path parent type,
8609 and tree language.
8610 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
8611 the root varobj.
8612 (mi_walk_varobj_tree): Add LANGUAGE parameter.
8613
8614 2012-01-11 Pedro Alves <palves@redhat.com>
8615
8616 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
8617 core files on this machine" anymore.
8618
8619 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8620
8621 * gdb.base/watchpoint.c (recurser): Initialize local_x.
8622 (main): Repeat recurser call.
8623 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
8624 equivalent to 'local_x'.
8625
8626 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8627 Joel Brobecker <brobecker@adacore.com>
8628
8629 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8630
8631 2012-01-05 Pedro Alves <alves.ped@gmail.com>
8632
8633 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8634 * gdb.python/py-events.c (first): Add bits for new "step N" test.
8635 * gdb.python/py-events.exp: Test that "step N" tripping on a
8636 breakpoint emits a breakpoint event.
8637
8638 2012-01-03 Joel Brobecker <brobecker@adacore.com>
8639
8640 * gdb.base/auxv.exp: Reformat the copyright notice.
8641
8642 2012-01-03 Yao Qi <yao@codesourcery.com>
8643
8644 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8645 (strace_trace_on_diff_addr): New.
8646 * gdb.trace/strace.c: (main): Add two local variables.
8647
8648 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
8649
8650 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8651 * gdb.cell/gcore.exp: Likewise.
8652 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8653 to verify the correct instance of main is selected.
8654
8655 2012-01-02 Joel Brobecker <brobecker@adacore.com>
8656
8657 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8658 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8659 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8660 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8661 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8662 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8663 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8664 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8665 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8666 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8667 gdb.threads/thread_check.c: Reformat copyright header.
8668
8669 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8670
8671 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8672 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8673 is not enabled.
8674
8675 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8676
8677 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8678 parameter to self_exec, adjust the function.
8679 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8680 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8681 (set var do_exit = 0): Remove test.
8682 (newline at end of file): Add one.
8683
8684 2011-12-27 Joel Brobecker <brobecker@adacore.com>
8685
8686 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8687 New files.
8688
8689 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8690
8691 Fix racy FAILs.
8692 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8693 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8694 (main): Call pthread_barrier_init for it.
8695
8696 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 Fix double send_gdb leading to racy FAILs.
8699 * gdb.base/break.exp (set silent break bp_location1): Replace
8700 3x send_gdb and gdb_expect by gdb_test.
8701 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8702 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8703 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8704 instead of send_gdb. Twice.
8705 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8706 3x send_gdb and gdb_expect by gdb_test.
8707 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8708
8709 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8710
8711 * gdb.linespec/linespec.exp: Compile using {c++}.
8712
8713 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8714
8715 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8716 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8717 (verify GCC PR debug/51668): New test.
8718
8719 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
8720
8721 Introduce gdb.FinishBreakpoint in Python.
8722 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8723 py-finish-breakpoint2
8724 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8725 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8726 instead of line number.
8727 * gdb.python/py-finish-breakpoint.c: New file.
8728 * gdb.python/py-finish-breakpoint.exp: New file.
8729 * gdb.python/py-finish-breakpoint.py: New file.
8730 * gdb.python/py-finish-breakpoint2.cc: New file.
8731 * gdb.python/py-finish-breakpoint2.exp: New file.
8732 * gdb.python/py-finish-breakpoint2.py: New file.
8733
8734 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8735
8736 Partial fix of compatibility with gcc-4.7.
8737 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8738 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8739 Add comment to add a PASS case in the future.
8740
8741 Fix compatibility with gcc-4.7.
8742 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8743
8744 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8745
8746 PR tdep/12797
8747 * gdb.base/callfuncs.exp: Remove KFAIL.
8748
8749 2011-12-21 Joel Brobecker <brobecker@adacore.com>
8750
8751 * gdb.ada/task_bp: New testcase.
8752
8753 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8754
8755 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8756 -DNO_SECTIONS.
8757 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8758
8759 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8760
8761 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8762 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8763 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8764 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8765 conditional for gcc <= 4.5.
8766
8767 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8768
8769 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8770 by XFAIL.
8771 * gdb.cp/static-method.exp (info addr A::func())
8772 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8773 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8774 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8775 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8776 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8777 (test value of F in k3_m): Likewise.
8778 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8779 Likewise.
8780
8781 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8782
8783 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8784 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8785 Remove.
8786 * gdb.threads/attachstop-mt.c: Remove.
8787 * gdb.threads/attachstop-mt.exp: Remove.
8788
8789 2011-12-17 Mark Kettenis <kettenis@gnu.org>
8790
8791 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8792
8793 2011-12-16 Doug Evans <dje@google.com>
8794
8795 * boards/native-stdio-gdbserver.exp: New file.
8796 * boards/native-gdbserver.exp: New file.
8797
8798 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8799 gdbserver output.
8800 (gdbserver_default_get_remote_address): New function.
8801 (gdbserver_start): Call gdb,get_remote_address to compute argument
8802 to "target remote" command.
8803
8804 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8805
8806 * gdb.python/py-function.exp: Change "on" to "full" for
8807 python print-stack. Add set/show python print-stack
8808 off|full|message tests.
8809
8810 2011-12-15 Yao Qi <yao@codesourcery.com>
8811
8812 * gdb.trace/strace.c: New
8813 * gdb.trace/strace.exp: New.
8814
8815 2011-12-14 Tom Tromey <tromey@redhat.com>
8816
8817 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8818
8819 2011-12-14 Doug Evans <dje@google.com>
8820
8821 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8822
8823 2011-12-14 Pedro Alves <pedro@codesourcery.com>
8824
8825 PR threads/10729
8826
8827 * gdb.mi/watch-nonstop.c: New file.
8828 * gdb.mi/mi-watch-nonstop.exp: New file.
8829
8830 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8831 Doug Evans <dje@google.com>
8832
8833 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8834 (clean_restart): Remove references to the gdb_stub target board
8835 variable.
8836 (gdb_step_for_stub): Delete.
8837
8838 * gdb.base/annota1.exp: Remove all references to [target_info
8839 exists gdb_stub], gdb_step_for_stub and usestubs.
8840 * gdb.base/annota3.exp: Ditto.
8841 * gdb.base/async.exp: Ditto.
8842 * gdb.base/break.exp: Ditto.
8843 * gdb.base/code-expr.exp: Ditto.
8844 * gdb.base/commands.exp: Ditto.
8845 * gdb.base/completion.exp: Ditto.
8846 * gdb.base/condbreak.exp: Ditto.
8847 * gdb.base/consecutive.exp: Ditto.
8848 * gdb.base/cvexpr.exp: Ditto.
8849 * gdb.base/define.exp: Ditto.
8850 * gdb.base/display.exp: Ditto.
8851 * gdb.base/ena-dis-br.exp: Ditto.
8852 * gdb.base/environ.exp: Ditto.
8853 * gdb.base/gnu-ifunc.exp: Ditto.
8854 * gdb.base/maint.exp: Ditto.
8855 * gdb.base/pending.exp: Ditto.
8856 * gdb.base/sect-cmd.exp: Ditto.
8857 * gdb.base/sepdebug.exp: Ditto.
8858 * gdb.base/unload.exp: Ditto.
8859 * gdb.base/watchpoint-solib.exp: Ditto.
8860 * gdb.cp/annota2.exp: Ditto.
8861 * gdb.cp/annota3.exp: Ditto.
8862 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8863 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8864 * gdb.mi/mi-pending.exp: Ditto.
8865 * gdb.trace/circ.exp: Ditto.
8866 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8867 * gdb.base/list.exp: Ditto.
8868
8869 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8870 breakpoint function and all references to the usestubs macro.
8871 * gdb.base/exprs.c: Ditto.
8872 * gdb.base/freebpcmd.c: Ditto.
8873 * gdb.base/bitfields.c: Ditto.
8874 * gdb.base/bitfields2.c: Ditto.
8875 * gdb.base/break.c: Ditto.
8876 * gdb.base/call-sc.c: Ditto.
8877 * gdb.base/call-signals.c: Ditto.
8878 * gdb.base/callfuncs.c: Ditto.
8879 * gdb.base/charset.c: Ditto.
8880 * gdb.base/consecutive.c: Ditto.
8881 * gdb.base/constvars.c: Ditto.
8882 * gdb.base/funcargs.c: Ditto.
8883 * gdb.base/int-type.c: Ditto.
8884 * gdb.base/interrupt.c: Ditto.
8885 * gdb.base/langs0.c: Ditto.
8886 * gdb.base/list0.c: Ditto.
8887 * gdb.base/mips_pro.c: Ditto.
8888 * gdb.base/miscexprs.c: Ditto.
8889 * gdb.base/nodebug.c: Ditto.
8890 * gdb.base/opaque0.c: Ditto.
8891 * gdb.base/pointers.c: Ditto.
8892 * gdb.base/printcmds.c: Ditto.
8893 * gdb.base/ptype.c: Ditto.
8894 * gdb.base/recurse.c: Ditto.
8895 * gdb.base/reread1.c: Ditto.
8896 * gdb.base/reread2.c: Ditto.
8897 * gdb.base/restore.c: Ditto.
8898 * gdb.base/return.c: Ditto.
8899 * gdb.base/run.c: Ditto.
8900 * gdb.base/scope0.c: Ditto.
8901 * gdb.base/sepdebug.c: Ditto.
8902 * gdb.base/setshow.c: Ditto.
8903 * gdb.base/setvar.c: Ditto.
8904 * gdb.base/sigall.c: Ditto.
8905 * gdb.base/signals.c: Ditto.
8906 * gdb.base/structs.c: Ditto.
8907 * gdb.base/structs2.c: Ditto.
8908 * gdb.base/testenv.c: Ditto.
8909 * gdb.base/twice.c: Ditto.
8910 * gdb.base/unwindonsignal.c: Ditto.
8911 * gdb.base/watchpoint.c: Ditto.
8912 * gdb.base/watchpoints.c: Ditto.
8913 * gdb.base/whatis.c: Ditto.
8914 * gdb.cp/classes.cc: Ditto.
8915 * gdb.cp/cplusfuncs.cc: Ditto.
8916 * gdb.cp/derivation.cc: Ditto.
8917 * gdb.cp/formatted-ref.cc: Ditto.
8918 * gdb.cp/misc.cc: Ditto.
8919 * gdb.cp/overload.cc: Ditto.
8920 * gdb.cp/ovldbreak.cc: Ditto.
8921 * gdb.cp/ref-params.cc: Ditto.
8922 * gdb.cp/ref-types.cc: Ditto.
8923 * gdb.cp/templates.cc: Ditto.
8924 * gdb.cp/virtfunc.cc: Ditto.
8925 * gdb.hp/gdb.aCC/run.c: Ditto.
8926 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8927 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8928 * gdb.reverse/consecutive-reverse.c: Ditto.
8929 * gdb.reverse/sigall-reverse.c: Ditto.
8930 * gdb.reverse/until-reverse.c: Ditto.
8931 * gdb.reverse/watch-reverse.c: Ditto.
8932 * gdb.trace/actions.c: Ditto.
8933 * gdb.trace/circ.c: Ditto.
8934 * gdb.trace/collection.c: Ditto.
8935
8936 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8937
8938 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8939 (func6, func7): New.
8940 (main): Call func6 and func7.
8941 * gdb.base/watchpoint.exp (test_wide_location_1)
8942 (test_wide_location_2): New.
8943 (top level): Re-enable hardware watchpoints if necessary. Call
8944 test_wide_location_1 and test_wide_location_2.
8945
8946 2011-12-11 Yao Qi <yao@codesourcery.com>
8947
8948 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8949
8950 2011-12-11 Joel Brobecker <brobecker@adacore.com>
8951
8952 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8953 expected output for unsupported case.
8954
8955 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8956
8957 PR testsuite/12649
8958 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8959 Protect gdb_test_multiple by final $gdb_prompt match.
8960
8961 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
8963 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8964 New variable, new test.
8965 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8966 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8967 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8968 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8969 them if HAVE_GCC_45682_FIXED is not set.
8970
8971 2011-12-10 Yao Qi <yao@codesourcery.com>
8972
8973 * gdb.trace/status-stop.exp: New.
8974 * gdb.trace/status-stop.c: New.
8975
8976 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8977
8978 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8979 timeout.
8980
8981 2011-12-08 Tom Tromey <tromey@redhat.com>
8982
8983 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8984 condition.
8985
8986 2011-12-07 Stan Shebs <stan@codesourcery.com>
8987
8988 * gdb.trace/tfind.exp: Update for output changes.
8989
8990 2011-12-07 Pedro Alves <pedro@codesourcery.com>
8991
8992 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8993 throws "Cannot insert catchpoints in this configuration".
8994 * gdb.ada/mi_catch_ex.exp: Likewise.
8995
8996 2011-12-06 Pedro Alves <pedro@codesourcery.com>
8997
8998 * gdb.base/break-always.exp: Test changing memory at addresses
8999 with breakpoints inserted.
9000
9001 2011-12-06 Joel Brobecker <brobecker@acacore.com>
9002
9003 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
9004 involving a fully qualified function name.
9005
9006 2011-12-06 Tom Tromey <tromey@redhat.com>
9007
9008 * gdb.ada/homonym.exp: Add three breakpoint tests.
9009
9010 2011-12-06 Tom Tromey <tromey@redhat.com>
9011
9012 * gdb.base/solib-weak.exp (do_test): Remove kfail.
9013 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
9014 * gdb.objc/objcdecode.exp: Update for output changes.
9015 * gdb.linespec/linespec.exp: New file.
9016 * gdb.linespec/lspec.cc: New file.
9017 * gdb.linespec/lspec.h: New file.
9018 * gdb.linespec/body.h: New file.
9019 * gdb.linespec/base/two/thefile.cc: New file.
9020 * gdb.linespec/base/one/thefile.cc: New file.
9021 * gdb.linespec/Makefile.in: New file.
9022 * gdb.cp/templates.exp (test_template_breakpoints): Update for
9023 output changes.
9024 * gdb.cp/re-set-overloaded.exp: Remove kfail.
9025 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
9026 makes one breakpoint.
9027 * gdb.cp/method2.exp (test_break): Update for output changes.
9028 * gdb.cp/mb-templates.exp: Update for output changes.
9029 * gdb.cp/mb-inline.exp: Update for output changes.
9030 * gdb.cp/mb-ctor.exp: Update for output changes.
9031 * gdb.cp/ovsrch.exp: Use fully-qualified names.
9032 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
9033 has multiple matches.
9034 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
9035 error message change.
9036 * gdb.base/list.exp (test_list_filename_and_number): Update for
9037 error message change.
9038 * gdb.base/break.exp: Disable pending breakpoints. Update for
9039 output changes.
9040 * configure.ac: Add gdb.linespec.
9041 * configure: Rebuild.
9042 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
9043
9044 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
9045
9046 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
9047 last_break register on s390*-*-* targets.
9048
9049 2011-12-06 Joel Brobecker <brobecker@adacore.com>
9050
9051 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
9052 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
9053 of parameter X in procedure Foo.
9054
9055 2011-12-05 Stan Shebs <stan@codesourcery.com>
9056
9057 * gdb.trace/tfind.exp: Update help string matches.
9058
9059 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9060
9061 * gdb.server/ext-run.exp (get process list): Accept also systemd
9062 as PID 1.
9063
9064 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9065 Pedro Alves <pedro@codesourcery.com>
9066
9067 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
9068 starting GDB.
9069 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
9070 $use_gdb_stub.
9071 * gdb.base/display.exp: Likewise.
9072 * gdb.base/ending-run.exp: Likewise.
9073 * gdb.base/list.exp (test_listsize): Likewise.
9074 * gdb.base/setshow.exp: Likewise.
9075 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
9076 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
9077 check by global $use_gdb_stub.
9078 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
9079 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
9080 (default_gdb_init): Unset global $use_gdb_stub.
9081 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
9082 by global $use_gdb_stub.
9083 * lib/gdbserver-support.exp: Extend comments for set_board_info
9084 gdb_protocol and gdb,socketport.
9085 (gdbserver_start_extended): Set global gdbserver_protocol and
9086 gdbserver_gdbport. Clear global use_gdb_stub.
9087 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
9088 from target use_gdb_stub.
9089 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
9090
9091 2011-12-03 Doug Evans <dje@google.com>
9092
9093 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
9094 (gdb_step_for_stub): Add comments.
9095
9096 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
9097
9098 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
9099 to the caller.
9100 (gdb_test_multiple): Likewise.
9101
9102 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9103
9104 Fix gdb.mi/mi-solib.exp without system debug info installed.
9105 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
9106 expect attribute, return 0 for it. Update comments.
9107
9108 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9109
9110 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
9111 (corrupted list): Adjust the expectation.
9112
9113 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9114
9115 PR threads/13448
9116 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
9117 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
9118 * gdb.threads/tls-var-main.c: New file.
9119 * gdb.threads/tls-var.c: New file.
9120 * gdb.threads/tls-var.exp: New file.
9121
9122 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9123
9124 PR testsuite/12649
9125 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
9126 Protect gdb_test_multiple by final $gdb_prompt match.
9127 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
9128 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
9129 (test_tracepoints): Likewise.
9130
9131 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9132
9133 PR breakpoints/13346
9134 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
9135 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
9136 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
9137
9138 2011-12-01 Joel Brobecker <brobecker@adacore.com>
9139
9140 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
9141 * gdb.ada/homonym/homonym.adb: For use of all types defined
9142 locally inside both Get_Value subprograms.
9143
9144 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9145
9146 Fix racy FAILs.
9147 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
9148 of send_gdb.
9149
9150 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
9151
9152 * gdb.base/testenv.exp: Skip on remote targets. Unset global
9153 environment variable after test completed.
9154
9155 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
9156
9157 * gdb.base/solib-nodir.exp: Skip if remote target.
9158 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
9159 application. Call gdb_load_shlibs.
9160 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
9161
9162 2011-11-29 Joel Brobecker <brobecker@adacore.com>
9163
9164 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
9165
9166 2011-11-28 Joel Brobecker <brobecker@adacore.com>
9167
9168 * gdb.ada/fullname_bp: New testcase.
9169
9170 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9171
9172 PR testsuite/12649
9173 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
9174 Wrap send_gdb into a new gdb_test.
9175
9176 Code cleanup.
9177 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
9178 Convert send_gdb and gdb_expect to gdb_test_multiple.
9179
9180 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9181
9182 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
9183
9184 2011-11-23 Keith Seitz <keiths@redhat.com>
9185
9186 * lib/mi-support.exp (varobj_tree): New namespace and procs.
9187 (mi_varobj_tree_test_children_callback): New proc.
9188 (mi_walk_varobj_tree): New proc.
9189
9190 2011-11-22 Tom Tromey <tromey@redhat.com>
9191
9192 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
9193 Add "use_mi_command" argument.
9194 (mi_run_cmd, mi_run_with_cli): New procs.
9195 * gdb.mi/solib-lib.c: New file.
9196 * gdb.mi/solib-main.c: New file.
9197 * gdb.mi/mi-solib.exp: New file.
9198
9199 2011-11-21 Doug Evans <dje@google.com>
9200
9201 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
9202 _Unwind_DebugHook is missing.
9203
9204 2011-11-20 Stan Shebs <stan@codesourcery.com>
9205
9206 * gdb.trace/tstatus.exp: New.
9207 * gdb.trace/actions.c: Include string.h.
9208
9209 2011-11-18 Yao Qi <yao@codesourcery.com>
9210
9211 * gdb.trace/pending.exp: New.
9212 * gdb.trace/pending.c: New.
9213 * gdb.trace/pendshr1.c: New.
9214 * gdb.trace/pendshr2.c: New.
9215 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
9216 tracepoint location becomes pending.
9217 (tracepoint_change_loc_2): New.
9218
9219 2011-11-16 David S. Miller <davem@davemloft.net>
9220
9221 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
9222 target is sparc*-*-linux*
9223
9224 2011-11-15 Paul Koning <paul_koning@dell.com>
9225
9226 * gdb.python/py-type.exp: New testcases for exceptions on scalar
9227 types.
9228
9229 2011-11-14 Doug Evans <dje@google.com>
9230
9231 * gdb.base/shell.exp: New file.
9232
9233 2011-11-14 Stan Shebs <stan@codesourcery.com>
9234
9235 * gdb.trace/ftrace.c: New.
9236 * gdb.trace/ftrace.exp: New.
9237
9238 2011-11-14 Yao Qi <yao@codesourcery.com>
9239
9240 * gdb.trace/change-loc-1.c: New.
9241 * gdb.trace/change-loc-2.c: New.
9242 * gdb.trace/change-loc.c: New.
9243 * gdb.trace/change-loc.exp: New.
9244 * gdb.trace/change-loc.h: New.
9245 * gdb.trace/trace-break.c (marker): Define new symbol.
9246 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
9247 New.
9248 (break_trace_same_addr_6): New.
9249
9250 2011-11-12 Matt Rice <ratmice@gmail.com>
9251
9252 * gdb.base/info-macros.exp: Make tests for info definitions
9253 test info macro. Add tests for info macro argument processing.
9254 Rename a few tests.
9255
9256 2011-11-11 Keith Seitz <keiths@redhat.com>
9257
9258 PR gdb/12843
9259 * gdb.base/linespecs.exp: New file.
9260
9261 2011-11-11 Doug Evans <dje@google.com>
9262
9263 * gdb.threads/print-threads.exp: Extend timeout for slower
9264 tests.
9265
9266 2011-11-10 Doug Evans <dje@google.com>
9267
9268 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
9269 "record to end of main" test.
9270
9271 * gdb.python/py-type.c (TS): New typedef.
9272 (ts): New global.
9273 * gdb.python/py-type.exp: Test field list of typedef.
9274
9275 2011-11-10 Joel Brobecker <brobecker@adacore.com>
9276
9277 * gdb.ada/small_reg_param: New testcase.
9278
9279 2011-11-09 Tom Tromey <tromey@redhat.com>
9280
9281 * gdb.cp/destrprint.exp: New file.
9282 * gdb.cp/destrprint.cc: New file.
9283
9284 2011-11-08 Meador Inge <meadori@codesourcery.com>
9285
9286 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
9287 (switch_stack_to_other): New test function.
9288 * gdb.arch/thumb-prologue.exp: New test cases.
9289
9290 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
9291
9292 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
9293
9294 2011-11-08 Yao Qi <yao@codesourcery.com>
9295
9296 * gdb.exp (supports_process_record): New.
9297 (supports_reverse): New.
9298 * gdb.reverse/break-precsave.exp: Call support_process_record
9299 to run test conditionally.
9300 * gdb.reverse/consecutive-precsave.exp: Likewise.
9301 * gdb.reverse/i386-precsave.exp: Likewise.
9302 * gdb.reverse/machinestate-precsave.exp: Likewise.
9303 * gdb.reverse/solib-precsave.exp: Likewise.
9304 * gdb.reverse/step-precsave.exp: Likewise.
9305 * gdb.reverse/until-precsave.exp: Likewise.
9306 * gdb.reverse/watch-precsave.exp: Likewise.
9307 * gdb.reverse/break-reverse.exp: Call support_reverse to run
9308 test conditionally.
9309 * gdb.reverse/consecutive-reverse.exp: Likewise.
9310 * gdb.reverse/finish-precsave.exp: Likewise.
9311 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9312 * gdb.reverse/finish-reverse.exp: Likewise.
9313 * gdb.reverse/i386-reverse.exp: Likewise.
9314 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9315 * gdb.reverse/machinestate.exp: Likewise.
9316 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
9317 * gdb.reverse/sigall-precsave.exp: Likewise.
9318 * gdb.reverse/sigall-reverse.exp: Likewise.
9319 * gdb.reverse/solib-reverse.exp: Likewise.
9320 * gdb.reverse/step-reverse.exp: Likewise.
9321 * gdb.reverse/until-reverse.exp: Likewise.
9322 * gdb.reverse/watch-reverse.exp: Likewise.
9323
9324 2011-11-05 Yao Qi <yao@codesourcery.com>
9325
9326 * gdb.trace/trace-break.exp: Add test on setting two
9327 fast tracepoints at the same address.
9328
9329 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9330
9331 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
9332
9333 2011-11-02 Stan Shebs <stan@codesourcery.com>
9334
9335 * gdb.trace/collection.c: Add code using strings.
9336 * gdb.trace/collection.exp: Add tests of string collection.
9337
9338 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9339
9340 * gdb.base/skip-solib.exp (executable_main): New variable.
9341 (binfile_main): Base it on that.
9342 Use $executable_main in clean_restart calls. Drop gdb_exit and
9343 gdb_start calls.
9344
9345 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 Fix racy FAILs.
9348 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
9349 breakpoint_re globals import by async. Set string_regex to .* for
9350 async. Remove the optional thread_selected_re and breakpoint_re
9351 globals expectations.
9352
9353 2011-11-01 Joseph Myers <joseph@codesourcery.com>
9354
9355 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
9356 well as Cygwin.
9357
9358 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
9359
9360 Add tests for skip command.
9361 * gdb.base/skip-solib-lib.c: New
9362 * gdb.base/skip-solib-main.c: New
9363 * gdb.base/skip-solib.exp: New
9364 * gdb.base/skip.c: New
9365 * gdb.base/skip.exp: New
9366 * gdb.base/skip1.c: New
9367 * gdb.base/Makefile.in: Adding new files.
9368
9369 2011-10-31 Yao Qi <yao@codesourcery.com>
9370 Pedro Alves <pedro@codesourcery.com>
9371
9372 * gdb.trace/trace-break.c: New.
9373 * gdb.trace/trace-break.exp: New.
9374
9375 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9376
9377 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
9378 break-here-2.
9379
9380 2011-10-28 Pedro Alves <pedro@codesourcery.com>
9381
9382 * gdb.threads/no-unwaited-for-left.c: New.
9383 * gdb.threads/no-unwaited-for-left.exp: New.
9384 * gdb.threads/non-ldr-exc-1.c: New.
9385 * gdb.threads/non-ldr-exc-1.exp: New.
9386 * gdb.threads/non-ldr-exc-2.c: New.
9387 * gdb.threads/non-ldr-exc-2.exp: New.
9388 * gdb.threads/non-ldr-exc-3.c: New.
9389 * gdb.threads/non-ldr-exc-3.exp: New.
9390 * gdb.threads/non-ldr-exc-4.c: New.
9391 * gdb.threads/non-ldr-exc-4.exp: New.
9392
9393 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9394
9395 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
9396 * gdb.base/attach-pie-misread.exp: Likewise.
9397 * gdb.base/break-interp.exp: Likewise.
9398 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
9399 testcases for use_gdb_stub.
9400 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
9401 (continue): New testcase.
9402 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
9403 * gdb.threads/attach-into-signal.exp: Likewise.
9404 * gdb.threads/attach-stopped.exp: Likewise.
9405 * gdb.threads/attachstop-mt.exp: Likewise.
9406
9407 2011-10-28 Paul Koning <paul_koning@dell.com>
9408
9409 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
9410
9411 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9412
9413 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
9414 (mi_gdb_test): Import globals thread_selected_re
9415 and breakpoint_re. Expect them optionally at the regex start.
9416
9417 2011-10-27 Doug Evans <dje@google.com>
9418
9419 * gdb.python/python.exp: Test source -s.
9420
9421 2011-10-26 Paul Koning <paul_koning@dell.com>
9422
9423 * gdb.python/lib-types.cc (struct A): New structure.
9424 * gdb.python/lib-types.exp (deepitems): New tests.
9425
9426 2011-10-25 Paul Koning <paul_koning@dell.com>
9427
9428 PR python/13327
9429
9430 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
9431 fetch_lazy method.
9432
9433 2011-10-24 Yao Qi <yao@codesourcery.com>
9434
9435 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
9436 target is tic6x-*-*.
9437
9438 2011-10-21 Joel Brobecker <brobecker@adacore.com>
9439
9440 * gdb.ada/mi_task_info/task_switch.adb: New file.
9441 * gdb.ada/mi_task_info.exp: New file.
9442
9443 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9444
9445 * gdb.cp/expand-psymtabs-cxx.exp: New file.
9446 * gdb.cp/expand-psymtabs-cxx.cc: New file.
9447
9448 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
9449
9450 PR python/12656
9451
9452 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
9453 global_block tests.
9454
9455 2011-10-18 Tom Tromey <tromey@redhat.com>
9456
9457 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
9458
9459 2011-10-18 Tom Tromey <tromey@redhat.com>
9460
9461 * gdb.base/source.exp: Don't include full file name in test name.
9462 * gdb.python/python.exp: Don't include full file name in test
9463 name.
9464
9465 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9466
9467 * gdb.base/attach-pie-noexec.c: New files.
9468 * gdb.base/attach-pie-noexec.exp: New files.
9469
9470 2011-10-17 Joseph Myers <joseph@codesourcery.com>
9471
9472 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
9473 prompt for each extra line in command.
9474
9475 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9476
9477 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
9478 Revert the part of:
9479 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9480 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9481 Change the expected string.
9482
9483 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9484
9485 Fix results with system glibc debug info installed.
9486 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
9487 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
9488 Accept also __libc_ symbol prefix and no prefix.
9489
9490 2011-10-14 Keith Seitz <keiths@redhat.com>
9491
9492 PR c++/13225
9493 * gdb.cp/converts.cc (foo3_1): New function.
9494 (foo3_2): New functions.
9495 * gdb.cp/converts.exp: Add tests for int to pointer conversion
9496 and null pointer conversions of integer constant zero.
9497 Add test to check if all arguments are checked for incompatible
9498 conversion BADNESS.
9499
9500 2011-10-14 Tom Tromey <tromey@redhat.com>
9501
9502 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
9503 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
9504 linespec.
9505
9506 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9507
9508 Fix internal error regression.
9509 * gdb.dwarf2/implptr-optimized-out.S: New file.
9510 * gdb.dwarf2/implptr-optimized-out.exp: New file.
9511
9512 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9513
9514 Fix empty DWARF expressions DATA vs. SIZE conditionals.
9515 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
9516 (loclist): New.
9517 (4): New abbrev.
9518 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
9519 Use prepare_for_testing, remove clean_restart.
9520 (p arraynoloc, p arraycallnoloc): New tests.
9521
9522 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9523
9524 * gdb.cp/namespace-enum.exp (executable): New variable.
9525 (binfile): Use ${objdir}/${subdir}/ prefix.
9526 Use ${executable} for clean_restart.
9527
9528 2011-10-11 Sterling Augustine <saugustine@google.com>
9529
9530 * gdb.cp/Makefile.in: Add namespace-enum test.
9531 * gdb.cp/namespace-enum.exp: New file.
9532 * gdb.cp/namespace-enum.c: New file.
9533 * gdb.cp/namespace-enum-main.c: New file.
9534
9535 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
9536
9537 * gdb.python/py-shared.exp: Relax filename check to handle remote:
9538 sysroot.
9539
9540 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9541
9542 Reimplement @entry in input expressions.
9543 * gdb.base/exprs.c (v_int_array_init): New variable.
9544 * gdb.base/exprs.exp (print v_int_array_init)
9545 (print *v_int_array_init@1, print *v_int_array_init@2)
9546 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
9547 (print v_int_array_init[1]@1): New tests.
9548
9549 2011-10-10 Joseph Myers <joseph@codesourcery.com>
9550
9551 * gdb.cp/gdb2495.exp: Do not include directories in filename in
9552 expected message.
9553
9554 2011-10-09 Doug Evans <dje@google.com>
9555
9556 * gdb.base/alias.exp: Add tests for alias command.
9557
9558 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9559
9560 * gdb.arch/amd64-entry-value.s: New file.
9561 * gdb.mi/mi2-amd64-entry-value.s: New file.
9562
9563 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9564
9565 Display @entry parameter values even for references.
9566 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
9567 functions.
9568 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
9569 reference and datap_input.
9570 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
9571 breakpoints.
9572 (continue to breakpoint: entry_reference: reference)
9573 (entry_reference: bt at entry)
9574 (continue to breakpoint: entry_reference: breakhere_reference)
9575 (entry_reference: bt, entry_reference: ptype regparam)
9576 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
9577 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
9578 (entry_reference: p regcopy, entry_reference: p nodataparam)
9579 (entry_reference: p nodataparam@entry): New tests.
9580
9581 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9582
9583 Support @entry in input expressions.
9584 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
9585 (entry_stack: p s1@entry, entry_stack: p s2@entry)
9586 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
9587 (tailcall: p j@entry): New tests.
9588 * gdb.cp/koenig.cc (A::entry): New function.
9589 (main): Call it.
9590 * gdb.cp/koenig.exp (p entry (c)): New test.
9591
9592 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9593
9594 Display @entry parameter values (without references).
9595 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
9596 (different, validity, invalid): New functions.
9597 (main): Call them.
9598 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
9599 stacktest, breakhere_stacktest, different, breakhere_different,
9600 breakhere_validity and breakhere_invalid.
9601 (entry: bt): Update for @entry.
9602 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
9603 (entry_validity: *, entry_invalid: *): Many new tests.
9604 * gdb.base/break.exp
9605 (run until breakpoint set at small function, optimized file): Accept
9606 also the @entry suffix.
9607 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
9608 * gdb.mi/mi2-amd64-entry-value.c: New files.
9609 * gdb.mi/mi2-amd64-entry-value.exp: New files.
9610
9611 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9612
9613 Protect entry values against self tail calls.
9614 * gdb.arch/amd64-entry-value.cc (self2, self): New.
9615 (main): Call self.
9616 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
9617 (set debug entry-values 1, self: bt debug entry-values): New tests.
9618
9619 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9620
9621 Recognize virtual tail call frames.
9622 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
9623 (amb_b, amb_a): New.
9624 (main): Call a and b.
9625 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
9626 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
9627 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
9628 New tests.
9629
9630 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9631
9632 Implement basic support for DW_TAG_GNU_call_site.
9633 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9634 * gdb.arch/amd64-entry-value.cc: New file.
9635 * gdb.arch/amd64-entry-value.exp: New file.
9636
9637 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9638
9639 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9640 * gdb.dwarf2/implptr-64bit.S: New file.
9641 * gdb.dwarf2/implptr-64bit.exp: New file.
9642
9643 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9644
9645 Fix initial language detection with -readnow.
9646 * gdb.cp/readnow-language.cc: New file.
9647 * gdb.cp/readnow-language.exp: New file.
9648
9649 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9650
9651 Fix printed anonymous struct name.
9652 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9653
9654 2011-10-09 Joseph Myers <joseph@codesourcery.com>
9655
9656 * gdb.base/solib-symbol.exp: Do not include directories in
9657 filenames in expected messages.
9658
9659 2011-10-07 Doug Evans <dje@google.com>
9660
9661 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9662
9663 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
9664
9665 Allow Python notification of new object-file loadings.
9666 * gdb.python/py-events.exp: Test newobjfile event.
9667 * gdb.python/py-events.py: Register newobjfile callback.
9668 * gdb.python/py-events.c: Add call to shared library
9669 * gdb.python/py-events-shlib.c: New file.
9670
9671 2011-10-06 Joseph Myers <joseph@codesourcery.com>
9672
9673 * gdb.base/fixsection.exp: Do not include directories in filename
9674 in expected message.
9675
9676 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9677
9678 Add tests for passing of environment variables to inferior.
9679 * gdb.base/testenv.c: New test source.
9680 * gdb.base/testenv.exp: New expect test.
9681
9682 2011-10-04 Paul Koning <paul_koning@dell.com>
9683
9684 * gdb.python/py-value.c (main): Break before return.
9685
9686 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
9687
9688 PR python/12691: Add the inferior to Python exited event
9689 * gdb.python/py-events.exp: Test the inferior attribute of exited
9690 event with a fork.
9691 * gdb.python/py-events.py: Print inferior number on exit.
9692 * gdb.python/py-events.c: Fork the inferior.
9693
9694 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9695
9696 * gdb.base/jit.exp: Add testcase name to log message
9697
9698 2011-10-03 Paul Koning <paul_koning@dell.com>
9699 Jan Kratochvil <jan.kratochvil@redhat.com>
9700
9701 * gdb.python/py-value.exp
9702 (python inval = gdb.parse_and_eval('*(int*)0'))
9703 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9704 (set argc=2, python print argc_lazy): New tests.
9705
9706 2011-10-02 Joel Brobecker <brobecker@adacore.com>
9707
9708 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9709
9710 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9711 Pedro Alves <pedro@codesourcery.com>
9712
9713 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9714 can_read_0, test for it.
9715 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9716 (parse_and_eval with memory error): ... here, make it untested if
9717 can_read_0.
9718
9719 2011-09-30 Marek Polacek <mpolacek@redhat.com>
9720
9721 * gdb.python/python.exp (verify pagination beforehand)
9722 (verify pagination afterwards): Fix race by splitting the line.
9723
9724 2011-09-29 Joseph Myers <joseph@codesourcery.com>
9725
9726 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9727 for 64-bit multilibs from i?86-* targets.
9728
9729 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9730
9731 * lib/gdb.exp: Fix a typo in one of the comments.
9732
9733 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9734
9735 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9736 matching pattern.
9737
9738 2011-09-28 Paul Koning <paul_koning@dell.com>
9739
9740 * gdb.python/py-type.c (enum E): New.
9741 * gdb.python/py-type.exp (test_fields): Add tests for Python
9742 mapping access to fields.
9743 (test_enums): New test for field access on enums.
9744
9745 2011-09-27 Stan Shebs <stan@codesourcery.com>
9746
9747 * gdb.trace/collection.exp: Test collection of $_ret.
9748
9749 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
9750
9751 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9752 list of compilation switches for <*-*-freebsd*>.
9753
9754 2011-09-19 Stan Shebs <stan@codesourcery.com>
9755
9756 * gdb.trace/tspeed.exp: New file.
9757 * gdb.trace/tspeed.c: New file.
9758
9759 2011-09-18 Yao Qi <yao@codesourcery.com>
9760
9761 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9762 instructions.
9763 (test_adr_32bit, test_pop_pc): Likewise.
9764 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9765 Thumb instructions.
9766 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9767 in gdb_test_multiple.
9768 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9769
9770 2011-09-17 Yao Qi <yao@codesourcery.com>
9771
9772 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9773 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9774 support single step to signal handler.
9775
9776 2011-09-17 Yao Qi <yao@codesourcery.com>
9777
9778 * gdb.base/disp-step-fork.c: New.
9779 * gdb.base/disp-step-syscall.exp: New.
9780 * gdb.base/disp-step-vfork.c: New.
9781
9782 2011-09-16 Joel Brobecker <brobecker@adacore.com>
9783
9784 * gdb.ada/tasks.exp: Make the expected output for
9785 the `info tasks' tests more resilient to spacing
9786 changes.
9787
9788 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9789
9790 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9791 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9792
9793 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
9794
9795 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9796 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9797
9798 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
9799
9800 Handle multiple breakpoint hits in Python interface:
9801 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9802 presence.
9803 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9804 breakpoint hits.
9805
9806 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9807 Jan Kratochvil <jan.kratochvil@redhat.com>
9808
9809 * gdb.python/py-events.exp: Remove pretty printing comment.
9810 * gdb.python/py-evsignal.exp: New file.
9811 * gdb.python/py-evthreads.c: Include signal.h.
9812 (thread3): Remove variable count3. Remove variable bad and use raise
9813 instead.
9814 (thread2): Remove variable count2. Move thread3 pthread_create here,
9815 merge pthread_join to a single line.
9816 (main): Remove variable count1. Merge pthread_join with pthread_create
9817 to a single line.
9818 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9819 KFAIL python/12966 for gdbserver. Test return value of
9820 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9821 gdb_expect by gdb_test and gdb_test_multiple.
9822 (thread 2, thread 3): New tests.
9823
9824 2011-09-12 Matt Rice <ratmice@gmail.com>
9825 Pedro Alves <pedro@codesourcery.com>
9826
9827 PR gdb/13175
9828
9829 * gdb.base/interp.exp: New tests.
9830 * gdb.base/interp.c: New file.
9831
9832 2011-09-12 Doug Evans <dje@google.com>
9833
9834 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9835 * gdb.dwarf2/typeddwarf.exp: Ditto.
9836
9837 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9838
9839 Fix compatibility with x32 arch.
9840 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9841 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9842 is_x86_like_target.
9843 * testsuite/gdb.trace/collection.exp: Likewise.
9844 * testsuite/gdb.trace/report.exp: Likewise.
9845 * testsuite/gdb.trace/unavailable.exp: Likewise.
9846 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9847 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9848 (is_x86_like_target): Check also is_amd64_regs_target.
9849
9850 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9851
9852 PR breakpoints/12435
9853 * gdb.arch/amd64-prologue-xmm.c: New file.
9854 * gdb.arch/amd64-prologue-xmm.exp: New file.
9855 * gdb.arch/amd64-prologue-xmm.s: New file.
9856
9857 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9858
9859 * gdb.dwarf2/dw2-param-error-main.c: New file.
9860 * gdb.dwarf2/dw2-param-error.S: New file.
9861 * gdb.dwarf2/dw2-param-error.exp: New file.
9862
9863 2011-09-08 Pedro Alves <pedro@codesourcery.com>
9864
9865 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9866 inferior's pid and look for a core dump named core.$pid. Use
9867 `remote_file' commands on the host instead of hand coding shell
9868 commands on the build.
9869 * gdb.base/valgrind-db-attach.exp: Kill the program before
9870 finishing the test.
9871
9872 2011-09-02 Matt Rice <ratmice@gmail.com>
9873
9874 * lib/prompt.exp: New file for testing the first prompt.
9875 * gdb.python/py-prompt.exp: Ditto.
9876 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9877
9878 2011-09-02 Pedro Alves <pedro@codesourcery.com>
9879
9880 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9881 0, before testing gcore.
9882
9883 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9884
9885 * dw2-ifort-parameter-debug.S: Update copyright year.
9886 * dw2-ifort-parameter.c: Update copyright year.
9887 * dw2-ifort-parameter.exp: Update copyright year.
9888
9889 * dw2-ifort-parameter-debug.S: New file.
9890 * dw2-ifort-parameter.c: New file.
9891 * dw2-ifort-parameter.exp: New file.
9892
9893 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 * gdb.base/commands.exp (error_clears_commands_left): New function.
9896 (): Call it.
9897
9898 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9899
9900 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9901 (C): Initialize `a'.
9902 * gdb.mi/mi-inheritance-syntax-error.exp
9903 (-data-evaluate-expression $path): Expect `a' as 5.
9904
9905 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9906
9907 PR mi/11912
9908 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9909 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9910 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9911 keyword in output of -var-info-path-expression.
9912
9913 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9914
9915 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9916 * gdb.trace/collection.exp: Likewise.
9917 * gdb.trace/report.exp: Likewise.
9918 * gdb.trace/unavailable.exp: Likewise.
9919 * gdb.trace/while-dyn.exp: Likewise.
9920
9921 2011-08-18 Keith Seitz <keiths@redhat.com>
9922
9923 PR c++/12266
9924 * gdb.cp/meth-typedefs.cc: New file.
9925 * gdb.cp/meth-typedefs.exp: New file.
9926
9927 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9928
9929 * gdb.python/python.exp: Add extended-prompt tests.
9930
9931 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9932
9933 * gdb.arch/i386-dr3-watch.exp
9934 (watchpoint on gap1 does not fit debug registers)
9935 (delete all watchpoints): Fix racy expect strings.
9936
9937 2011-08-14 Yao Qi <yao@codesourcery.com>
9938
9939 * gdb.base/maint.exp: set data_section to ".neardata".
9940 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9941 * gdb.base/savedregs.exp: Handle SIGILL.
9942 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9943 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9944
9945 2011-08-12 Doug Evans <dje@google.com>
9946
9947 * gdb.python/py-symbol.exp: Add test for symbol.type.
9948
9949 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9950
9951 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9952 * gdb.mi/mi-pthreads.exp: Likewise.
9953 * gdb.mi/mi2-pthreads.exp: Likewise.
9954 * gdb.mi/gdb669.exp.exp: Likewise.
9955
9956 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9957
9958 * lib/mi-support.exp (detect_async): Rename to...
9959 (mi_detect_async): ... this.
9960 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9961 * gdb.mi/mi-nonstop.exp: Adjust.
9962 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9963 * gdb.mi/mi-nsintrall.exp: Adjust.
9964 * gdb.mi/mi-nsmoribund.exp: Adjust.
9965 * gdb.mi/mi-nsthrexec.exp: Adjust.
9966
9967 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9968
9969 * gdb.base/display.c (do_loops): New `p_i' local.
9970 * gdb.base/display.exp: Test displaying a variable that is
9971 temporarily at a bad address.
9972
9973 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9974
9975 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9976 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9977
9978 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9979
9980 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9981 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9982 (p fuNC_symtab): Permit also ppc64 leading dot.
9983
9984 2011-08-05 Pedro Alves <pedro@codesourcery.com>
9985
9986 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9987 procedure.
9988 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9989
9990 2011-08-05 Yao Qi <yao@codesourcery.com>
9991
9992 * gdb.base/callfuncs.exp: Set language after main.
9993 * gdb.cp/cplusfuncs.exp: Likewise.
9994 * gdb.cp/inherit.exp: Likewise.
9995
9996 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9997
9998 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9999 * gdb.base/watch-vfork.exp: Skip on remote targets.
10000
10001 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
10002
10003 * gdb.threads/thread-find.exp: Support remote targets.
10004
10005 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
10006
10007 * gdb.base/jit.exp: Download solib_binfile to target.
10008 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
10009 and call dlopen without full path name.
10010 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
10011 dlopen without full path name.
10012
10013 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10014
10015 * gdb.base/break-always.exp: Complete the test
10016 with duplicated breakpoints and enabling/disabling them.
10017
10018 2011-08-02 Tom Tromey <tromey@redhat.com>
10019
10020 PR gdb/11289:
10021 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
10022
10023 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
10024
10025 PR gdb/13045
10026 * gdb.base/float.exp: Add new test case for PR gdb/13045
10027 * gdb.base/float.c: New file.
10028
10029 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
10030
10031 * gdb.python/py-mi.exp: Test printers returning string hint, and
10032 also not returning a value.
10033 * gdb.python/py-prettyprint.c: Add testcase for above.
10034 * gdb.python/py-prettyprint.py: Add test printer for above.
10035
10036 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10037
10038 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
10039 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
10040 (.Ldie30) Add as field "data4".
10041 (.Ldie32) Rename field "b" to "shl".
10042 (abbrev4) Change for the "data4" field.
10043 (abbrev5, abbrev6) Remove.
10044 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
10045 (p &s.shl): ... here. Add comment.
10046 (p &s.data4): New.
10047
10048 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10049
10050 Fix crash on lval_computed values.
10051 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
10052
10053 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10054
10055 * gdb.base/help.exp (help whatis): Update the expected string.
10056
10057 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10058
10059 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
10060 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
10061 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
10062 Change the expected string.
10063
10064 2011-07-26 Pedro Alves <pedro@codesourcery.com>
10065
10066 * gdb.base/watchpoint.exp
10067 (test_disable_enable_software_watchpoint): New procedure.
10068 (top level): Run it.
10069
10070 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
10071
10072 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
10073 executable file "${binfile}", C++ version "${binfile}-cxx".
10074 * gdb.python/py-prettyprint.exp: Likewise.
10075 * gdb.python/py-symbol.exp: Likewise.
10076 * gdb.python/py-type.exp: Likewise.
10077 * gdb.python/py-value.exp: Likewise.
10078 * gdb.python/py-template.exp (test_template_arg): Pass full executable
10079 file name instead of just suffix.
10080
10081 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10082
10083 Fix implicit pointer offsets.
10084 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
10085 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
10086 (continue to breakpoint: continue to baz breakpoint for implptr)
10087 (sanity check element 0, sanity check element 1)
10088 (enter the inlined function, check element 0 for the offset)
10089 (check element 1 for the offset)
10090 (continue to breakpoint: ignore the second baz breakpoint): New tests.
10091 (set foo breakpoint for implptr): Update the breakpoint number.
10092
10093 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
10094
10095 * gdb.python/py-mi.exp: Use different file names for different
10096 versions of the executable under test.
10097 * gdb.python/py-prettyprint.exp: Likewise.
10098 * gdb.python/py-symbol.exp: Likewise.
10099 * gdb.python/py-template.exp: Likewise.
10100 * gdb.python/py-type.exp: Likewise.
10101 * gdb.python/py-value.exp: Likewise.
10102
10103 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
10104
10105 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
10106 flag after restarting GDB if necessary.
10107
10108 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
10109
10110 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
10111
10112 2011-07-22 Pedro Alves <pedro@codesourcery.com>
10113
10114 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
10115 backend doesn't leave used debug registers behind.
10116
10117 2011-07-22 Tom Tromey <tromey@redhat.com>
10118
10119 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
10120 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
10121 argument.
10122 * gdb.dwarf2/typeddwarf-amd64.S: New file.
10123
10124 2011-07-21 Matt Rice <ratmice@gmail.com>
10125
10126 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
10127 in mostlyclean rule. Add files ending in .core.
10128
10129 2011-07-21 Matt Rice <ratmice@gmail.com>
10130
10131 PR macros/12999
10132 * gdb.base/info-macros.c: New test sources.
10133 * gdb.base/info-macros.exp: New tests.
10134
10135 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
10136
10137 * gdb.python/python.exp: Add prompt substitution tests.
10138
10139 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10140
10141 Fix crash if referenced CU is aged out.
10142 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
10143 New.
10144 * gdb.dwarf2/implptr.exp: Likewise.
10145
10146 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10147
10148 * gdb.dwarf2/implptr.S: Rebuilt.
10149 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
10150 (bar): Use them for j, k, l.
10151 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
10152 COMPILE.
10153 (print j in implptr:bar): Update for the intp typedef.
10154 (print p[0].x in implptr:foo): Use more exact regex.
10155
10156 2011-07-18 Tom Tromey <tromey@redhat.com>
10157
10158 * gdb.cp/static-method.exp: Add missing single quote.
10159
10160 2011-07-18 Yao Qi <yao@codesourcery.com>
10161
10162 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
10163 supported.
10164 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10165 * gdb.mi/mi-nonstop.exp: Likewise.
10166 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10167 * gdb.mi/mi-nsintrall.exp: Likewise.
10168 * gdb.mi/mi-nsmoribund.exp: Likewise.
10169 * gdb.mi/mi-nsthrexec.exp: Likewise.
10170 * gdb.python/py-evthreads.exp: Likewise.
10171
10172 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10173
10174 Code cleanup.
10175 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
10176 it. Substitute it instead of test_compiler_info everywhere.
10177
10178 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
10179
10180 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
10181 remote targets as well.
10182
10183 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
10184
10185 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
10186 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
10187
10188 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
10189
10190 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
10191 a remote machine, not the host.
10192 (gdb_compile_shlib): Set soname if target is remote.
10193
10194 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
10195
10196 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
10197
10198 2011-07-13 Matt Rice <ratmice@gmail.com>
10199
10200 * gdb.python/py-objfile-script-gdb.py: Renamed to
10201 py-objfile-script-gdb.py.in.
10202 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
10203 py-objfile-script-gdb.py.
10204 * gdb.python/py-objfile-script.exp: Update reference to
10205 py-objfile-script-gdb.py.
10206
10207 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10208
10209 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
10210 reference undefined label.
10211
10212 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10213
10214 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
10215 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
10216 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
10217 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
10218
10219 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
10220
10221 PR python/12438
10222 * gdb.python/python.exp: Add maint set/show python print-stack
10223 deprecated tests. Add set/show python print-backtrace tests.
10224
10225 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10226
10227 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
10228 debug info.
10229
10230 2011-07-06 Matt Rice <ratmice@gmail.com>
10231
10232 * gdb.python/python.exp: Update filename paths.
10233 * gdb.python/py-symtab.exp: Ditto.
10234
10235 2011-07-06 Marek Polacek <mpolacek@redhat.com>
10236
10237 * gdb.python/py-evthreads.exp: Add missing `$'.
10238
10239 2011-07-06 Jie Zhang <jie.zhang@analog.com>
10240
10241 * config/bfin.exp: New file.
10242 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
10243 * gdb.asm/bfin.inc: New file.
10244
10245 2011-07-06 Marek Polacek <mpolacek@redhat.com>
10246
10247 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
10248 the whole output.
10249
10250 2011-07-05 Tom Tromey <tromey@redhat.com>
10251
10252 * gdb.java/jprint.java (jprint.hi): New field.
10253 * gdb.java/jprint.exp: Print string.
10254
10255 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
10256
10257 * gdb.base/call-sc.c: Fix typos.
10258 * gdb.base/ifelse.exp: Likewise.
10259 * gdb.base/structs.c: Likewise.
10260
10261 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10262
10263 * gdb.base/jit-so.exp: New test.
10264 * gdb.base/jit-dlmain.c: New file.
10265 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
10266
10267 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10268
10269 * gdb.cp/m-static.exp: Call get_compiler_info.
10270 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
10271 * gdb.cp/pr9167.exp (p b): Likewise.
10272 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
10273 (test value of P in inner_m, test type of Z in inner_m): Call
10274 setup_xfail for gcc <= 4.5.
10275
10276 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10277
10278 * gdb.cp/paren-type.cc: New files.
10279 * gdb.cp/paren-type.exp: New files.
10280
10281 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10282
10283 Stop on first linespec terminator instead of eating what we can.
10284 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
10285 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
10286 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
10287 (break C::f()): ... this one.
10288 (break C::operator()()): New test.
10289 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
10290 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
10291 test.
10292
10293 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 Fall back linespec to minimal symbols.
10296 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
10297 error message.
10298 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
10299 * gdb.cp/minsym-fallback-main.cc: New file.
10300 * gdb.cp/minsym-fallback.cc: New file.
10301 * gdb.cp/minsym-fallback.exp: New file.
10302 * gdb.cp/minsym-fallback.h: New file.
10303
10304 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10305
10306 * gdb.cp/no-dmgl-verbose.cc: New file.
10307 * gdb.cp/no-dmgl-verbose.exp: New file.
10308
10309 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10310
10311 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
10312 __GI_.
10313 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
10314 (f): New function.
10315 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
10316 (complete p 'func<short>(): ... here.
10317 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
10318 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
10319 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
10320 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
10321 Make them KFAIL gcc/49546.
10322
10323 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10324
10325 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
10326
10327 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 Test GCC PR debug/49546.
10330 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
10331 (test type of F in k3_m, test value of F in k3_m): New.
10332 * gdb.cp/temargs.cc (struct S3, struct K3): New.
10333 (main): New variable k3. Call k3.k3_m.
10334
10335 2011-07-01 Jean-Charles Delay <delay@adacore.com>
10336
10337 * gdb.ada/packed_array.exp: Fix expected outout.
10338
10339 2011-07-01 Jean-Charles Delay <delay@adacore.com>
10340
10341 * gdb.ada/packed_array.exp: fixed expected output.
10342
10343 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10344
10345 * gdb.ada/same_enum: New testcase.
10346
10347 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10348
10349 * gdb.ada/ptr_typedef: New testcase.
10350
10351 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10352
10353 * gdb.ada/arrayptr.exp: Add ptype test.
10354
10355 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10356
10357 * gdb.ada/char_enum: New testcase.
10358
10359 2011-07-01 Yao Qi <yao@codesourcery.com>
10360
10361 * gdb.base/dump.exp (capture_pointer_with_type): New.
10362 Get value from address instead of name.
10363 Start GDB once, and do `dump' and `restore'
10364 tests together.
10365
10366 2011-06-30 Jie Zhang <jie.zhang@analog.com>
10367 Mike Frysinger <vapier@gentoo.org>
10368
10369 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
10370 helper functions for getting/setting remotetimeout variable.
10371 * lib/gdb.exp (gdb_load): If the target is remote, set
10372 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
10373 with $loadtimeout. Set $load_ok to 0 before doing the load.
10374 Instead of returning, immediately, set $load_ok to 0. Call
10375 set_remotetimeout with $oldremotetimeout, and then return if
10376 $load_ok is 1.
10377
10378 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
10379
10380 * gdb.python/py-template.exp: Don't run this test if the target
10381 does not support c++ tests.
10382
10383 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10384
10385 Fix non-only rename list for Fortran modules import.
10386 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
10387 tests.
10388 * gdb.fortran/module.f90 (module moduse): New.
10389 (program module): use moduse, test var_x, var_y and var_z.
10390
10391 2011-06-29 Tom Tromey <tromey@redhat.com>
10392
10393 PR testsuite/12040:
10394 * gdb.fortran/array-element.exp: Use f90, not f77.
10395 * gdb.fortran/complex.exp: Use f90, not f77.
10396 * gdb.fortran/derived-type.exp: Use f90, not f77.
10397 * gdb.fortran/library-module.exp: Use f90, not f77.
10398 * gdb.fortran/logical.exp: Use f90, not f77.
10399 * gdb.fortran/module.exp: Use f90, not f77.
10400 * gdb.fortran/multi-dim.exp: Use f90, not f77.
10401 * gdb.fortran/subarray.exp: Use f90, not f77.
10402
10403 2011-06-29 Tom Tromey <tromey@redhat.com>
10404
10405 * gdb.fortran/charset.exp: New file.
10406 * gdb.fortran/charset.f90: New file.
10407
10408 2011-06-29 Tom Tromey <tromey@redhat.com>
10409
10410 PR testsuite/12040:
10411 * lib/future.exp: New file, mostly extracted from ada.exp.
10412 Rewrote compatibility code to use rename.
10413 (gdb_find_gfortran): New proc.
10414 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
10415 gfortran patch.
10416 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
10417 Move to future.exp.
10418 * lib/gdb.exp: Always load future.exp.
10419
10420 2011-06-28 Yao Qi <yao@codesourcery.com>
10421
10422 * gdb.cp/exception.cc: Don't include iostream.
10423 (bar): Remove print statement.
10424 (catcher): New.
10425 (main): Remove print statements. Call function catcher.
10426 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
10427 Set breakpoint on catcher, and check the value of parameter.
10428
10429 2011-06-23 Yao Qi <yao@codesourcery.com>
10430
10431 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
10432 breakpoint 1.2 is disabled. KFAIL for uclinux.
10433
10434 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10435
10436 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
10437 mi_gdb_test.
10438
10439 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10440
10441 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
10442
10443 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10444
10445 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
10446
10447 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10448
10449 * gdb.mi/mi2-basics.exp: Fix races. Honour the
10450 `test_exec_and_symbol_mi_operatons' return value.
10451 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10452 gdb_test_multiple.
10453 (test_exec_and_symbol_mi_operatons): Likewise.
10454 (test_path_specification): Likewise.
10455
10456 2011-06-23 Yao Qi <yao@codesourcery.com>
10457
10458 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
10459 supported.
10460 * lib/gdb.exp (support_displaced_stepping): New.
10461
10462 2011-06-23 Yao Qi <yao@codesourcery.com>
10463
10464 * gdb.threads/execl.exp: Skip on remote target.
10465
10466 2011-06-21 Marek Polacek <mpolacek@redhat.com>
10467
10468 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
10469 mi_gdb_test.
10470
10471 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10472
10473 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
10474
10475 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10476
10477 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
10478 mi_gdb_test.
10479
10480 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10481
10482 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
10483
10484 2011-06-14 Yao Qi <yao@codesourcery.com>
10485
10486 gdb/testsuite/
10487 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
10488
10489 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10490
10491 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
10492
10493 2011-06-10 Tom Tromey <tromey@redhat.com>
10494
10495 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
10496 Add tests for pointer-to-member-function.
10497 * gdb.cp/temargs.cc (S::somefunc): New function.
10498 (K2): New class.
10499 (main): Instantiate K2; call method.
10500
10501 2011-06-08 Joel Brobecker <brobecker@adacore.com>
10502
10503 * gdb.python/py-inferior.c (f2): Make str an array rather
10504 than a pointer.
10505 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
10506
10507 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 * gdb.base/async-shell.c: New file.
10510 * gdb.base/async-shell.exp: New file.
10511
10512 2011-06-06 Pedro Alves <pedro@codesourcery.com>
10513
10514 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
10515
10516 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
10517
10518 From Stephen Kitt <steve@sk2.org>
10519 * gdb.base/help.exp: Adjust following some spelling corrections
10520 in GDB.
10521
10522 2011-06-01 Yao Qi <yao@codesourcery.com>
10523
10524 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
10525
10526 2010-05-31 Keith Seitz <keiths@redhat.com>
10527
10528 PR c++/12750
10529 * gdb.cp/static-method.cc: New file.
10530 * gdb.cp/static-method.exp: New file.
10531
10532 2010-05-31 Keith Seitz <keiths@redhat.com>
10533
10534 PR symtab/12704
10535 * gdb.cp/anon-ns.cc: New file.
10536 * gdb.cp/anon-ns.exp: New file.
10537
10538 2011-05-31 Pedro Alves <pedro@codesourcery.com>
10539
10540 * gdb.arch/i386-dr3-watch.c: New file.
10541 * gdb.arch/i386-dr3-watch.exp: New file.
10542
10543 2011-05-30 Yao Qi <yao@codesourcery.com>
10544
10545 * gdb.base/callfuncs.c (t_structs_fc): New.
10546 (t_structs_dc, t_structs_ldc): New.
10547 (t_double_many_args):
10548 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
10549 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
10550 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
10551 * gdb.base/callfuncs.exp: Call new functions.
10552
10553 2011-05-30 Yao Qi <yao@codesourcery.com>
10554
10555 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
10556 Call rerun_and_prepare for each test to isolate effects.
10557
10558 2011-05-30 Yao Qi <yao@codesourcery.com>
10559
10560 * gdb.base/varargs.c (find_max_float_real): New.
10561 (find_max_double_real, find_max_long_double_real): New.
10562 * gdb.base/varargs.exp: Call these new added functions.
10563 * lib/gdb.exp (setup_kfail_for_target): New.
10564
10565 2011-05-30 Yao Qi <yao@codesourcery.com>
10566
10567 * gdb.base/funcargs.c (callca, callcb, callcc): New.
10568 (callcd, callce, callcf, callc1a, callc1b): New.
10569 (callc2a, callc2b): New.
10570 * gdb.base/funcargs.exp (complex_args): New.
10571 (complex_integral_args, complex_float_integral_args): New.
10572 * lib/gdb.exp (support_complex_tests): New. Determine
10573 whether to run test cases on _Complex types.
10574
10575 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10576
10577 * gdb.threads/leader-exit.c: New file.
10578 * gdb.threads/leader-exit.exp: New file.
10579
10580 2011-05-27 Marek Polacek <mpolacek@redhat.com>
10581
10582 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
10583
10584 2011-05-27 Marek Polacek <mpolacek@redhat.com>
10585
10586 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
10587 remove the `supported' variable.
10588 * gdb.mi/mi-nonstop.exp: Likewise.
10589 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10590 * gdb.mi/mi-nsintrall.exp: Likewise.
10591 * gdb.mi/mi-nsmoribund.exp: Likewise.
10592 * gdb.mi/mi-nsthrexec.exp: Likewise.
10593
10594 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10595
10596 * gdb.reverse/finish-reverse-bkpt.exp: New test.
10597
10598 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10599
10600 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
10601
10602 2011-05-24 Keith Seitz <keiths@redhat.com>
10603
10604 PR breakpoint/12803
10605 * gdb.cp/cmpd-minsyms.cc (a): New method.
10606 (b): New method.
10607 (c): New method.
10608 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
10609
10610 2011-05-24 Pedro Alves <pedro@codesourcery.com>
10611
10612 * gdb.base/commands.exp (watchpoint_command_test): Check that the
10613 watchpoint's command list didn't execute when the watchpoint went
10614 out of scope.
10615
10616 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
10617
10618 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10619 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
10620 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
10621 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10622 * gdb.arch/i386-permbkpt.exp: Likewise.
10623 * gdb.arch/i386-prologue.exp: Likewise.
10624 * gdb.arch/i386-size-overlap.exp: Likewise.
10625 * gdb.arch/i386-size.exp: Likewise.
10626 * gdb.arch/i386-unwind.exp: Likewise.
10627 * gdb.reverse/i386-precsave.exp: Likewise.
10628 * gdb.reverse/i386-reverse.exp: Likewise.
10629 * gdb.reverse/i386-sse-reverse.exp: Likewise.
10630 * gdb.reverse/i387-env-reverse.exp: Likewise.
10631 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10632
10633 2011-05-24 Pedro Alves <pedro@codesourcery.com>
10634
10635 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10636 file doesn't error, using MI.
10637
10638 2011-05-23 Tom Tromey <tromey@redhat.com>
10639
10640 * gdb.base/charset.exp (string_display): Add tests to assign to
10641 arrays.
10642 * gdb.base/charset.c (short_array, int_array, long_array): New.
10643
10644 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10645
10646 Cope with async mode.
10647
10648 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10649 into gdb_test + mi_expect_stop.
10650
10651 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10652
10653 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10654 (callme): Remove printf call.
10655
10656 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
10657
10658 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10659 quote pattern to avoid problems with Cygwin/mingw expect versions.
10660 * gdb.base/default.exp (show convenience): Use double
10661 quote pattern for regular expressions.
10662
10663 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10664
10665 Fix -readnow for -gdwarf-4 unused type units.
10666 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10667 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10668
10669 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10670
10671 * gdb.base/kill-after-signal.c: New file.
10672 * gdb.base/kill-after-signal.exp: New file.
10673
10674 2011-05-16 Pedro Alves <pedro@codesourcery.com>
10675
10676 * gdb.ada/start.exp: Call untested with the correct test filename.
10677 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10678 test filename. Make the test's binary unique.
10679 * gdb.arch/i386-signal.exp: Call untested with the correct test
10680 filename.
10681 * gdb.arch/i386-size-overlap.exp: Ditto.
10682 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10683 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10684 * gdb.cp/call-c.exp: Ditto.
10685 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10686 filename. Make the test's binary unique.
10687 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10688 * gdb.python/py-mi.exp: Ditto.
10689 * gdb.python/Makefile.in (EXECUTABLES): Update.
10690 * gdb.reverse/i386-precsave.exp: Ditto.
10691 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10692 test filename.
10693 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10694 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10695 unique.
10696 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10697 test filename.
10698 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10699 * gdb.trace/tfile.exp: Ditto.
10700
10701 2011-05-14 Yao Qi <yao@codesourcery.com>
10702
10703 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10704 type.
10705
10706 2011-05-13 Doug Evans <dje@google.com>
10707
10708 * gdb.python/py-objfile-script.exp: New file.
10709 * gdb.python/py-objfile-script.c: New file.
10710 * gdb.python/py-objfile-script-gdb.py: New file.
10711 * testsuite/gdb.python/py-section-script.exp: Test
10712 "info auto-load-scripts".
10713
10714 2011-05-13 Tom Tromey <tromey@redhat.com>
10715
10716 * gdb.dwarf2/clztest.exp: New file.
10717 * gdb.dwarf2/clztest.c: New file.
10718 * gdb.dwarf2/clztest.S: New file.
10719
10720 2011-05-13 Doug Evans <dje@google.com>
10721
10722 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10723 String16 tests.
10724
10725 2011-05-13 Tom Tromey <tromey@redhat.com>
10726
10727 * lib/gdb.exp (is_x86_like_target): New proc.
10728 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10729 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10730 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10731 -nostdlib to compiler.
10732 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10733 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10734 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10735 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10736 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10737
10738 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10739
10740 * gdb.python/py-function.exp: Test setting a value from a function
10741 which executes a command.
10742
10743 2011-05-12 Tom Tromey <tromey@redhat.com>
10744
10745 * gdb.dwarf2/typeddwarf.S: New file.
10746 * gdb.dwarf2/typeddwarf.c: New file.
10747 * gdb.dwarf2/typeddwarf.exp: New file.
10748
10749 2011-05-12 Marek Polacek <mpolacek@redhat.com>
10750
10751 * gdb.mi/mi-basics.exp: Fix races. Honour the
10752 `test_exec_and_symbol_mi_operatons' return value.
10753 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10754 gdb_test_multiple.
10755 (test_exec_and_symbol_mi_operatons): Likewise.
10756 (test_path_specification): Likewise.
10757
10758 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10759
10760 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10761 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10762 Replace `file copy' and `file rename' by `file mtime'. Twice.
10763
10764 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10765
10766 * gdb.base/readline-ask.c: New file.
10767 * gdb.base/readline-ask.exp: New file.
10768 * gdb.base/readline-ask.inputrc: New file.
10769
10770 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10771
10772 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10773 to avoid race condition.
10774 * gdb.cell/coremaker.c: Use small stack size.
10775 * gdb.cell/ea-standalone.exp: Use file name without path as
10776 argument to c_to.
10777 * gdb.cell/fork.exp: Allow other output when continuing to end.
10778
10779 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10780
10781 * gdb.threads/corethreads.c: New file.
10782 * gdb.threads/corethreads.exp: New file.
10783
10784 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10785
10786 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10787 Try to compile the test using -Wl,-z,norelro first.
10788 (load_core): New variable libthread_db_seen, initialize it.
10789 (zeroed-threads cannot be listed): Protect it by XFAIL on
10790 !$libthread_db_seen.
10791
10792 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10793
10794 PR 12573
10795 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10796 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10797 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10798
10799 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10800
10801 * gdb.cp/psymtab-parameter.cc: New file.
10802 * gdb.cp/psymtab-parameter.exp: New file.
10803
10804 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10805
10806 Fix a race.
10807 * gdb.cp/static-print-quit.exp (print c): Split to ...
10808 (print c - <return>, print c - q <return>, print c - to quit):
10809 ... these. Make the testfile untested on gdb-7.1.
10810
10811 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
10812
10813 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10814 gdb_rename_execfile, gdb_touch_execfile): New.
10815 * gdb.base/reread.exp: Use new procs to handle multiple
10816 exec files.
10817
10818 2011-05-05 Yao Qi <yao@codesourcery.com>
10819
10820 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10821 (test_adr_32bit, test_pop_pc): New.
10822 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10823 (test_adr_32bit, test_pop_pc): New.
10824
10825 2011-05-04 Joseph Myers <joseph@codesourcery.com>
10826
10827 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10828 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10829 targets.
10830 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10831 handle targets.
10832
10833 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 * gdb.base/completion.exp (complete help info wat): Rename to ...
10836 (complete 'help info wat'): ... here.
10837 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10838 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10839
10840 2011-05-04 Pedro Alves <pedro@codesourcery.com>
10841
10842 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10843 gdb_test and explicit $gdb_prompt/timeout matches.
10844
10845 2011-05-04 Yao Qi <yao@codesourcery.com>
10846
10847 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10848 and __thumb2__.
10849
10850 2011-05-03 Marek Polacek <mpolacek@redhat.com>
10851
10852 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10853 in place of `gdb_test "delete breakpoints"'. This eliminates two
10854 testcases.
10855
10856 2011-05-02 Pedro Alves <pedro@codesourcery.com>
10857
10858 PR testsuite/12649
10859 Fix races.
10860
10861 * gdb.base/completion.exp: Remove all sleep calls. Remove
10862 unnecessary regexs. Don't explicitly expect anything after the
10863 prompt. Eat the prompt if necessary.
10864
10865 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10866
10867 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10868 accept to show the caller line again as well as the line after.
10869
10870 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10871
10872 PR mi/12531
10873
10874 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10875 compile target.
10876 * gdb.python/py-prettyprint.exp: Add C++ object for
10877 CPLUS_FAKE_CHILD test.
10878
10879 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10880
10881 * gdb.base/signest.exp: New file.
10882 * gdb.base/signest.c: Likewise.
10883
10884 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10885
10886 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10887 thread and breakpoint notifications.
10888
10889 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 * gdb.base/fortran-sym-case.c: New file.
10892 * gdb.base/fortran-sym-case.exp: New file.
10893 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10894 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10895 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10896
10897 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10898
10899 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10900 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10901 false #1', `if true else false #2' and `if true else false #3'.
10902
10903 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10904
10905 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10906 while delivering signal.
10907
10908 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10909
10910 MI breakpoint notifications.
10911
10912 * testsuite/gdb.mi/mi-cli.exp: Adust.
10913 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10914 * testsuite/gdb.mi/mi-watch.exp: Adust.
10915 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10916 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10917 notifications.
10918
10919 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10920
10921 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10922 * gdb.base/gdbindex-stabs.c: New file.
10923 * gdb.base/gdbindex-stabs.exp: New file.
10924
10925 2011-04-25 Yao Qi <yao@codesourcery.com>
10926
10927 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10928 with /*...*/.
10929 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10930
10931 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10932
10933 * gdb.python/py-value.exp (test_objfiles): Name the first test
10934 `py-value in file.filename'.
10935
10936 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10937
10938 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10939 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10940 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10941 !gdbserver_reconnect_p..
10942 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10943
10944 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10945
10946 * gdb.cp/cpcompletion.exp (complete class methods)
10947 (complete class methods beginning with F): Move them above runto. New
10948 comment about the runto delimiter.
10949
10950 2011-04-20 Pedro Alves <pedro@codesourcery.com>
10951
10952 * gdb.base/maint.exp: Test that "maint print registers" works
10953 without a running program.
10954
10955 2011-04-20 Marek Polacek <mpolacek@redhat.com>
10956
10957 * gdb.base/setshow.exp: Fix racy tests.
10958 ($old_gdb_prompt): New variable.
10959
10960 2011-04-19 Tom Tromey <tromey@redhat.com>
10961
10962 * gdb.mi/mi-nsmoribund.exp:
10963 * gdb.hp/gdb.objdbg/objdbg01.exp:
10964 * gdb.base/structs.exp (test_struct_returns):
10965 * gdb.base/call-sc.exp (test_scalar_returns):
10966 * gdb.base/bigcore.exp: Remove duplicate words.
10967
10968 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10969
10970 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10971 * gdb.base/break-interp.exp (test_attach): New comment.
10972
10973 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10974
10975 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10976 (clear __stack_user.next, clear stack_used.next)
10977 (save a zeroed-threads corefile): New test.
10978 Call core_load for $core0file.
10979 (zeroed-threads cannot be listed): New test.
10980
10981 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10982
10983 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10984 filename.
10985 ($srcfile): Preserve the original value.
10986 ($testfile): Match it the .exp filename.
10987 ($corefile): New variable. Substitute it around.
10988 Use clean_restart.
10989 ($prev_timeout): Remove.
10990 (load_core): Move core loading into this proc.
10991 Fix restore of $timeout if load_core fails.
10992
10993 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10994
10995 * gdb.base/eu-strip-infcall.c: New file.
10996 * gdb.base/eu-strip-infcall.exp: New file.
10997
10998 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10999
11000 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
11001 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
11002
11003 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11004
11005 Fix Python access to inlined frames.
11006 * gdb.python/py-frame-inline.c: New file.
11007 * gdb.python/py-frame-inline.exp: New file.
11008
11009 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
11010
11011 * gdb.base/gdb1090.exp: Change breakpoint location to read the
11012 content of 's24' correctly (avoiding "optimized out").
11013 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
11014
11015 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11016
11017 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
11018
11019 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
11020
11021 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
11022 expect a colon in watch -location output.
11023
11024 2011-04-13 Marek Polacek <mpolacek@redhat.com>
11025
11026 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
11027 New testcase `expect response to define backtrace'. Also remove
11028 redundant `default' block.
11029
11030 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11031
11032 * gdb.python/py-prettyprint.c (struct hint_error): New.
11033 (main): New variable hint_error.
11034 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
11035 "print hint_error".
11036 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
11037 (register_pretty_printers): Register it.
11038
11039 2011-04-04 Tom Tromey <tromey@redhat.com>
11040
11041 * gdb.cp/maint.exp (test_help): Update.
11042 (test_namespace): Likewise.
11043
11044 2011-04-01 Joel Brobecker <brobecker@adacore.com>
11045
11046 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
11047 * gdb.ada/arrayptr.exp: Add new tests.
11048
11049 2011-04-01 Joel Brobecker <brobecker@adacore.com>
11050
11051 * gdb.ada/mi_catch_ex: New testcase.
11052
11053 2011-04-01 Pedro Alves <pedro@codesourcery.com>
11054
11055 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
11056 base::overload(void) method without specifying "const".
11057
11058 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
11059
11060 * gdb.arch/thumb-singlestep.S: New file.
11061 * gdb.arch/thumb-singlestep.exp: Likewise.
11062
11063 2011-03-31 Tom Tromey <tromey@redhat.com>
11064
11065 * gdb.python/py-prettyprint.py (exception_flag): New global.
11066 (NoStringContainerPrinter._iterator.next): Check it.
11067 * gdb.python/py-prettyprint.c (main): New variable nstype2.
11068 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
11069
11070 2011-03-29 Tom Tromey <tromey@redhat.com>
11071
11072 * gdb.cp/anon-struct.cc: New file.
11073 * gdb.cp/anon-struct.exp: New file.
11074
11075 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11076
11077 Test STT_GNU_IFUNC support.
11078 * gdb.base/gnu-ifunc-lib.c: New file.
11079 * gdb.base/gnu-ifunc.c: New file.
11080 * gdb.base/gnu-ifunc.exp: New file.
11081
11082 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11083
11084 Support a ring of related breakpoints.
11085 * gdb.base/watchpoint-delete.c: New file.
11086 * gdb.base/watchpoint-delete.exp: New file.
11087
11088 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11089
11090 * gdb.ada/arrayparam.exp (print first after function call): Use
11091 explicit package name. Add a comment
11092 (print lasta after function call): Rename ...
11093 (print last after function call): ... it and use explicit package
11094 name.
11095 (print length after function call): Use explicit package name.
11096 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
11097 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
11098 (multiple matches for symbol i): Rename ...
11099 (multiple matches for symbol integervar): ... it.
11100 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
11101 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
11102
11103 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
11104
11105 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
11106 environment variable to make grep output more predictable. Move
11107 all the environment setup into gdb_init so it's done once per test
11108 case rather than each time we start gdb.
11109
11110 2011-03-24 Tom Tromey <tromey@redhat.com>
11111
11112 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
11113 test.
11114
11115 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11116
11117 * gdb.dwarf2/dw2-entry-value-main.c: New file.
11118 * gdb.dwarf2/dw2-entry-value.S: New file.
11119 * gdb.dwarf2/dw2-entry-value.exp: New file.
11120
11121 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
11122
11123 PR python/12183
11124
11125 * gdb.python/py-function.exp: Add GdbError tests.
11126
11127 2011-03-18 Pedro Alves <pedro@codesourcery.com>
11128
11129 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
11130 (reglocal_test_func, statlocal_test_func): New functions.
11131 (globals_test_func): Call new functions.
11132 * gdb.trace/unavailable.exp (gdb_collect_args_test)
11133 (gdb_collect_locals_test): New procedure.
11134 (gdb_trace_collection_test): Call new procedures.
11135
11136 2011-03-18 Pedro Alves <pedro@codesourcery.com>
11137
11138 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
11139 (test_register, test_register_unavailable): New procedures.
11140 (gdb_unavailable_registers_test): New procedure.
11141 (gdb_trace_collection_test): Call it.
11142
11143 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
11144
11145 PR python/12149
11146
11147 * gdb.python/python.exp: Add gdb.write tests.
11148
11149 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
11150
11151 * gdb.python/Makefile.in: Add py-objfile.
11152 * gdb.python/py-objfile.exp: New file.
11153 * gdb.python/py-objfile.c: New file.
11154 * gdb.python/py-block.exp: Add is_valid tests.
11155 * gdb.python/py-inferior.exp: Ditto.
11156 * gdb.python/py-infthread.exp: Ditto.
11157 * gdb.python/py-symbol.exp: Ditto.
11158 * gdb.python/py-symtab.exp: Ditto.
11159
11160 2011-03-16 Keith Seitz <keiths@redhat.com>
11161
11162 PR c++/12273
11163 * gdb.cp/cmpd-minsyms.exp: New test.
11164 * gdb.cp/cmpd-minsyms.cc: New file.
11165
11166 PR c++/11734
11167 * gdb.cp/ovsrch.exp: New test.
11168 * gdb.cp/ovsrch.h: New file.
11169 * gdb.cp/ovsrch1.cc: New file.
11170 * gdb.cp/ovsrch2.cc: New file.
11171 * gdb.cp/ovsrch3.cc: New file.
11172 * gdb.cp/ovsrch4.cc: New file.
11173
11174 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
11175
11176 PR gdb/12528
11177 * gdb.base/Makefile.in: Adjust EXECUTABLES.
11178 * gdb.base/break-on-linker-gcd-function.exp: New test.
11179 * gdb.base/break-on-linker-gcd-function.cc: New file.
11180
11181 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
11182
11183 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
11184
11185 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
11186
11187 * lib/gdb.exp (gdb_unload): Add another termination case.
11188
11189 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11190
11191 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
11192 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
11193 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
11194 Provide a stub byte there.
11195 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
11196 DW_AT_entry_pc.
11197 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
11198
11199 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
11200
11201 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
11202 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
11203 "generic ABI, auto".
11204 (altivec_abi_tests): Accept vectors returned by reference.
11205
11206 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
11207
11208 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
11209
11210 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
11211
11212 * gdb.python/py-section-script.exp: Skip test if no Python support.
11213
11214 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
11215
11216 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
11217
11218 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
11219
11220 * gdb.python/py-parameter.exp: Update tests to the new Python
11221 parameter API. Add "no documentation" test. Add deprecated API
11222 backward compatibility test.
11223
11224 2011-03-09 Tom Tromey <tromey@redhat.com>
11225
11226 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
11227 gdb_continue_to_end.
11228
11229 2011-03-09 Mark Kettenis <kettenis@gnu.org>
11230
11231 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
11232 tabs.
11233
11234 2011-03-09 Tom Tromey <tromey@redhat.com>
11235
11236 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
11237 parentheses.
11238 (gdb_continue_to_end): Add "allow_extra" parameter. Use
11239 $command.
11240 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
11241 argument to gdb_continue_to_end.
11242 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
11243 argument to gdb_continue_to_end.
11244 * gdb.cp/annota3.exp: Fix regex.
11245 * gdb.cp/annota2.exp: Fix regex.
11246 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
11247 gdb_continue_to_end.
11248 * gdb.base/call-signal-resume.exp: Revert earlier patch.
11249 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
11250 gdb_continue_to_end.
11251
11252 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11253
11254 * gdb.server/ext-run.exp
11255 (load new file without any gdbserver inferior): New test.
11256
11257 2011-03-07 Tom Tromey <tromey@redhat.com>
11258
11259 * Makefile.in (TAGS): Rewrite.
11260
11261 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11262
11263 * gdb.trace/report.exp (12.1: trace report #1): New match for the
11264 initial commands echo. New match for `Found trace'. Anchor all the
11265 other matches. Anchor and match for `No trace frame found' the final
11266 match.
11267
11268 2011-03-07 Tom Tromey <tromey@redhat.com>
11269
11270 * Makefile.in (TAGS): New target.
11271
11272 2011-03-07 Tom Tromey <tromey@redhat.com>
11273
11274 * lib/opencl.exp (skip_opencl_tests): Update for exit message
11275 change.
11276 * lib/mi-support.exp (mi_gdb_test): Update for exit message
11277 change.
11278 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
11279 exit message change.
11280 (skip_altivec_tests): Update for exit message change.
11281 (skip_vsx_tests): Likewise.
11282 (gdb_continue_to_end): Likewise. Add 'command' argument.
11283 * lib/cell.exp (skip_cell_tests): Update for exit message change.
11284 * gdb.threads/tls.exp: Update for exit message change.
11285 * gdb.threads/thread-unwindonsignal.exp: Use
11286 gdb_continue_to_end.
11287 * gdb.threads/step.exp (step_it): Update for exit message change.
11288 (continue_all): Likewise.
11289 * gdb.threads/print-threads.exp (test_all_threads): Update for
11290 exit message change.
11291 * gdb.threads/interrupted-hand-call.exp: Use
11292 gdb_continue_to_end.
11293 * gdb.threads/execl.exp: Use gdb_continue_to_end.
11294 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
11295 gdb_continue_to_end.
11296 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
11297 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
11298 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
11299 * gdb.cp/method.exp: Update for exit message change.
11300 * gdb.cp/mb-templates.exp: Update for exit message change.
11301 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
11302 * gdb.cp/annota3.exp: Update for exit message change.
11303 * gdb.cp/annota2.exp: Update for exit message change.
11304 * gdb.cell/fork.exp: Use gdb_continue_to_end.
11305 * gdb.base/term.exp: Update for exit message change.
11306 * gdb.base/step-test.exp (test_i): Update for exit message change.
11307 * gdb.base/sigstep.exp (advance): Update for exit message change.
11308 (advancei): Likewise.
11309 * gdb.base/siginfo.exp: Update for exit message change.
11310 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
11311 * gdb.base/reread.exp: Use gdb_continue_to_end.
11312 * gdb.base/langs.exp: Use gdb_continue_to_end.
11313 * gdb.base/interrupt.exp: Update for exit message change.
11314 * gdb.base/gdb1555.exp: Update for exit message change.
11315 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
11316 * gdb.base/ending-run.exp: Update for exit message change.
11317 * gdb.base/chng-syms.exp: Update for exit message change.
11318 * gdb.base/checkpoint.exp: Update for exit message change.
11319 * gdb.base/catch-syscall.exp (check_for_program_end): Use
11320 gdb_continue_to_end.
11321 (test_catch_syscall_with_wrong_args): Likewise.
11322 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
11323 * gdb.base/break-interp.exp (test_ld): Update for exit message
11324 change.
11325 * gdb.base/bang.exp: Update for exit message change.
11326 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
11327 (do_call_attach_tests): Likewise.
11328 * gdb.base/a2-run.exp: Update for exit message change.
11329 * gdb.arch/ppc-dfp.exp: Update for exit message change.
11330 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
11331 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
11332
11333 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11334
11335 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
11336
11337 2011-03-03 Tom Tromey <tromey@redhat.com>
11338
11339 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
11340 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
11341 * gdb.hp/gdb.aCC/configure.ac: Remove.
11342 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
11343 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
11344 * gdb.hp/gdb.base-hp/configure.ac: Remove.
11345 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
11346 * gdb.hp/gdb.compat/configure (Makefile): Remove.
11347 * gdb.hp/gdb.compat/configure.ac: Remove.
11348 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
11349 * gdb.hp/gdb.defects/configure (Makefile): Remove.
11350 * gdb.hp/gdb.defects/configure.ac: Remove.
11351 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
11352 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
11353 * gdb.hp/gdb.objdbg/configure.ac: Remove.
11354 * gdb.hp/configure.ac: Remove.
11355 * gdb.hp/configure: Remove.
11356 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
11357 substitution.
11358 (Makefile): Remove rule.
11359 * gdb.cell/configure.ac: Remove.
11360 * gdb.cell/configure: Remove.
11361 * gdb.stabs/Makefile.in (Makefile): Remove.
11362 (distclean): Don't remove config.status or config.log.
11363 * gdb.stabs/configure (Makefile): Remove.
11364 * gdb.stabs/configure.ac: Remove.
11365 * configure: Rebuild.
11366 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
11367 Remove stabs- and cell-specific logic. Test for existence of
11368 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
11369 subdirectories, gdb.cell, and and gdb.stabs.
11370 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
11371
11372 2011-03-03 Joel Brobecker <brobecker@adacore.com>
11373
11374 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
11375 end of buffer.
11376
11377 2011-03-02 Joel Brobecker <brobecker@adacore.com>
11378
11379 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
11380 gdb_test when running a test where we expected no output back.
11381
11382 2011-02-28 Michael Snyder <msnyder@vmware.com>
11383
11384 * gdb.cp/overload.cc: Change initializer value to integer.
11385
11386 2011-02-27 Michael Snyder <msnyder@vmware.com>
11387
11388 * gdb.multi/base.exp: Add test for remove-inferiors.
11389
11390 2011-02-26 Joel Brobecker <brobecker@adacore.com>
11391
11392 * gdb.python/py-frame.exp: Simplify the initialization phase
11393 using prepare_for_testing.
11394
11395 2011-02-25 Michael Snyder <msnyder@vmware.com>
11396
11397 * gdb.multi/base.exp: Add tests for info inferiors with args.
11398
11399 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11400
11401 * gdb.dwarf2/dw2-ranges.S: Rename to ...
11402 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
11403 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
11404 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
11405 asmfile3. Comment the STABS (#3) file compilation. Compile
11406 everything through assembler. Provide KFAIL for symtab/12497.
11407 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
11408 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
11409 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
11410 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
11411
11412 2011-02-24 Michael Snyder <msnyder@vmware.com>
11413
11414 * gdb.base/break.exp: Add tests for delete breakpoints using
11415 convenience variables and value history references.
11416
11417 2011-02-24 Michael Snyder <msnyder@vmware.com>
11418
11419 * gdb.base/break.exp: Remove debugging 'printf' accidentally
11420 left behind in previous check-in.
11421
11422 2011-02-23 Michael Snyder <msnyder@vmware.com>
11423
11424 * gdb.base/break.exp: Add tests for "info break" with arguments.
11425 * gdb.trace/infotrace.exp: Update patterns for error and help.
11426 * gdb.base/completion.exp: Update pattern.
11427 * gdb.base/ena-dis-br.exp: Update pattern.
11428 * gdb.base/help.exp: Update patterns.
11429
11430 2011-02-23 Michael Snyder <msnyder@vmware.com>
11431
11432 * gdb.base/memattr.exp: New test.
11433 * gdb.base/memattr.c: Test load for memattr.exp.
11434
11435 2011-02-22 Doug Evans <dje@google.com>
11436
11437 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
11438
11439 2011-02-22 Michael Snyder <msnyder@vmware.com>
11440
11441 * Makefile.in: Make more clean.
11442 * gdb.ada/Makefile.in: Ditto.
11443 * gdb.arch/Makefile.in: Ditto.
11444 * gdb.asm/Makefile.in: Ditto.
11445 * gdb.base/Makefile.in: Ditto.
11446 * gdb.cp/Makefile.in: Ditto.
11447 * gdb.dwarf2/Makefile.in: Ditto.
11448 * gdb.java/Makefile.in: Ditto.
11449 * gdb.mi/Makefile.in: Ditto.
11450 * gdb.modula2/Makefile.in: Ditto.
11451 * gdb.python/Makefile.in: Ditto.
11452 * gdb.server/Makefile.in: Ditto.
11453 * gdb.stabs/Makefile.in: Ditto.
11454 * gdb.threads/Makefile.in: Ditto.
11455 * gdb.trace/Makefile.in: Ditto.
11456
11457 2011-02-22 Michael Snyder <msnyder@vmware.com>
11458
11459 * gdb.threads/thread-find.exp: Add tests for bad input to
11460 info threads.
11461
11462 2011-02-22 Joel Brobecker <brobecker@adacore.com>
11463
11464 * gdb.python/py-breakpoint.exp: Fix the expected output of
11465 one of the "maint info breakpoints" tests to accept the output
11466 generated on platforms that do not have hardware watchpoints.
11467
11468 2011-02-22 Joel Brobecker <brobecker@adacore.com>
11469
11470 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
11471 clean_restart. Be a little stricter in the expected output
11472 for one of the tests. Fix a typo in one of the comments.
11473
11474 2011-02-22 Joel Brobecker <brobecker@adacore.com>
11475
11476 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
11477 Delete variable binfile, no longer use. Add or modify test
11478 comments to make them unique.
11479
11480 2011-02-21 Michael Snyder <msnyder@vmware.com>
11481
11482 * Makefile.in: Update for make clean.
11483 * gdb.ada/Makefile.in: Ditto.
11484 * gdb.arch/Makefile.in: Ditto.
11485 * gdb.asm/Makefile.in: Ditto.
11486 * gdb.base/Makefile.in: Ditto.
11487 * gdb.cp/Makefile.in: Ditto.
11488 * gdb.dwarf2/Makefile.in: Ditto.
11489 * gdb.java/Makefile.in: Ditto.
11490 * gdb.mi/Makefile.in: Ditto.
11491 * gdb.modula2/Makefile.in: Ditto.
11492 * gdb.python/Makefile.in: Ditto.
11493 * gdb.server/Makefile.in: Ditto.
11494 * gdb.stabs/Makefile.in: Ditto.
11495 * gdb.threads/Makefile.in: Ditto.
11496 * gdb.trace/Makefile.in: Ditto.
11497
11498 2011-02-21 Michael Snyder <msnyder@vmware.com>
11499
11500 * gdb.threads/thread-find.exp: Update patterns for changes in
11501 output of "info threads" command.
11502
11503 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11504 Ulrich Weigand <uweigand@de.ibm.com>
11505
11506 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
11507 (skip_hw_watchpoint_tests): Likewise.
11508 (skip_hw_watchpoint_multi_tests): Likewise.
11509
11510 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
11511
11512 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
11513 (skip_hw_watchpoint_tests): Likewise.
11514 (skip_hw_watchpoint_multi_tests): Likewise.
11515 (skip_hw_watchpoint_access_tests): Likewise.
11516
11517 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
11518 * gdb.base/pr11022.exp: Likewise.
11519 * gdb.base/watch-read.exp: Likewise.
11520 * gdb.base/watch_thread_num.exp: Likewise.
11521 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11522 * gdb.base/watchpoint-hw.exp: Likewise.
11523 * gdb.base/watchpoint.exp: Likewise.
11524 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
11525 * gdb.threads/watchthreads-reorder.exp: Likewise.
11526 * gdb.threads/watchthreads.exp: Likewise.
11527 * gdb.threads/watchthreads2.exp: Likewise.
11528
11529 2011-02-21 Joel Brobecker <brobecker@adacore.com>
11530
11531 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
11532 the debugger is unable to find the array bounds.
11533
11534 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11535
11536 * gdb.cp/typedef-operator.exp: New file.
11537 * gdb.cp/typedef-operator.cc: New file.
11538
11539 2011-02-17 Michael Snyder <msnyder@vmware.com>
11540
11541 * gdb.threads/thread-find.exp: Fix regular expressions.
11542
11543 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11544
11545 * gdb.ada/packed_array: Expand testcase to test printing of
11546 unconstrained packed array.
11547
11548 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11549
11550 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
11551
11552 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11553
11554 * gdb.trace/collection.c (globalarr3): New global.
11555 (main): Initialize it before collecting, and and clear it
11556 afterwards.
11557 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11558 collecting with '{type} addr', where the addr expression is not an
11559 rvalue.
11560
11561 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
11562
11563 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
11564 a bool variable. Expect correct OpenCL names for vector types. Use the
11565 uc3 variable name instead of referring to the uchar3 built-in type.
11566 Escape the asterisk at the half pointer test.
11567
11568 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11569
11570 * gdb.trace/collection.c (globalarr2): New global.
11571 (main): Initialize it before collecting, and and clear it
11572 afterwards.
11573 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11574 collecting overlapping memory ranges.
11575
11576 2011-02-15 Michael Snyder <msnyder@vmware.com>
11577
11578 * gdb.base/default.exp: Add tests for thread commands.
11579 * gdb.base/help.exp: Add tests for thread commands.
11580 * gdb.threads/thread-find.exp: New test for thread find command.
11581
11582 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
11583
11584 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
11585
11586 2011-02-15 Yao Qi <yao@codesourcery.com>
11587
11588 PR tdep/12352
11589 * gdb.arch/arm-disp-step.S : New test for str instruction.
11590 * gdb.arch/arm-disp-step.exp : Likewise.
11591
11592 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
11593
11594 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
11595 "vector_register2_vr" test strings. Test the extended floating
11596 point registers (F32~F63).
11597 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
11598 IBM XL C compiler. Make the test program use a register provided
11599 by the compiler for the lxvd2x instruction.
11600
11601 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11602
11603 * gdb.trace/unavailable.cc (class Base, class Middle, class
11604 Derived): New types.
11605 (derived_unavail, derived_partial, derived_whole): New globals.
11606 (virtual_partial): New global.
11607 (virtualp): Point at virtual_partial.
11608 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
11609 related to unavailable vptr.
11610
11611 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11612
11613 * gdb.trace/unavailable.cc (a, b, c): New globals.
11614 (main): Set and clear them.
11615 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
11616 `a' and `c', and check that `b' isn't collected, although `a' and
11617 `c' are.
11618
11619 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11620
11621 * gdb.trace/unavailable.cc (struct Virtual): New.
11622 (virtualp): New global pointer.
11623 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
11624 printing a pointer to an object whose type has a vtable, with
11625 print object on.
11626
11627 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11628
11629 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11630 value repeat handles unavailableness.
11631
11632 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11633
11634 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11635 tests for building arrays from unavailable values, subscripting
11636 non-memory rvalue unvailable arrays, and accessing fields or
11637 baseclasses of non-lazy unavailable values,
11638 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11639 struct types.
11640 (g_smallstruct, g_smallstruct_b): New globals.
11641
11642 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11643
11644 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11645
11646 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11647
11648 Fix const/volatile qualifiers of C++ types, PR c++/12328.
11649 * gdb.cp/overload-const.exp: New file.
11650 * gdb.cp/overload-const.cc: New file.
11651
11652 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11653
11654 * gdb.opencl/callfuncs.cl: New file.
11655 * gdb.opencl/callfuncs.exp: New test.
11656 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11657
11658 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11659
11660 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11661 when computing result.
11662 * gdb.arch/altivec-abi.exp: Update expected results.
11663
11664 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11665
11666 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11667 * gdb.base/jit.exp: Likewise.
11668 * gdb.base/pie-execl.exp: Likewise.
11669 * gdb.base/solib-nodir.exp: Likewise.
11670 * gdb.base/solib-overlap.exp: Likewise.
11671
11672 2011-02-07 Pedro Alves <pedro@codesourcery.com>
11673
11674 * gdb.trace/collection.c (global_pieces): New.
11675 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11676 New procedure.
11677 (gdb_trace_collection_test): Call it.
11678
11679 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11680
11681 * gdb.python/py-evthreads.c: New file.
11682 * gdb.python/py-evthreads.exp: New file.
11683 * gdb.python/py-events.py: New file.
11684 * gdb.python/py-events.exp: New file.
11685 * gdb.python/py-events.c: New file.
11686
11687 2011-02-04 David Daney <ddaney@caviumnetworks.com>
11688
11689 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11690
11691 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
11692
11693 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11694 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11695 boundary between two compilation units.
11696
11697 2011-02-02 Pedro Alves <pedro@codesourcery.com>
11698
11699 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11700 (Virtual): New structs.
11701 (virtual_o, virtual_middle_b): New globals.
11702 * gdb.cp/virtbase.exp: New tests.
11703
11704 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11705
11706 * gdb.base/jit.exp: New file.
11707 * gdb.base/jit-main.c: New file.
11708 * gdb.base/jit-solib.c: New file.
11709
11710 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11711
11712 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11713 proceed to initial kernel entry point.
11714 * gdb.opencl/datatypes.exp: Likewise.
11715 * gdb.opencl/operators.exp: Likewise.
11716 * gdb.opencl/vec_comps.exp: Likewise.
11717
11718 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11719
11720 * gdb.cp/nsnested.cc: New.
11721 * gdb.cp/nsnested.exp: New.
11722 * gdb.cp/nsnoimports.exp: New.
11723 * gdb.cp/nsnoimports.cc: New.
11724
11725 2011-01-31 Joel Brobecker <brobecker@adacore.com>
11726
11727 * gdb.base/interact.exp: Add extra tests that verify that
11728 the value of the interactive-mode setting does not change
11729 after the script is sourced.
11730
11731 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11732
11733 * gdb.cp/noparam.exp: New file.
11734 * gdb.cp/noparam.cc: New file.
11735
11736 2011-01-28 Pedro Alves <pedro@codesourcery.com>
11737
11738 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11739 there's no stack or registers.
11740
11741 2011-01-26 Tom Tromey <tromey@redhat.com>
11742
11743 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11744 space before string output. Add test for "set print pretty off"
11745 case.
11746
11747 2011-01-25 Pedro Alves <pedro@codesourcery.com>
11748
11749 * gdb.base/frame-args.exp: Adjust.
11750 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11751 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11752 * gdb.dwarf2/pieces.exp: Adjust.
11753 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11754 * gdb.opt/inline-locals.exp: Adjust.
11755 * gdb.threads/fork-child-threads.exp: Adjust.
11756
11757 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
11758
11759 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11760 OpenCL kernel function. Add a comment as marker. Add address space
11761 qualifiers for the remaining program scope variables.
11762 * gdb.opencl/datatypes.cl: Likewise.
11763 * gdb.opencl/operators.cl: Likewise.
11764 * gdb.opencl/vec_comps.cl: Likewise.
11765 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11766 Add breakpoint at the marker comment.
11767 * gdb.opencl/datatypes.exp: Likewise.
11768 * gdb.opencl/operators.exp: Likewise.
11769 * gdb.opencl/vec_comps.exp: Likewise.
11770
11771 2011-01-24 Pedro Alves <pedro@codesourcery.com>
11772
11773 * gdb.base/printcmds.c (some_struct): New struct and instance.
11774 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11775 procedure.
11776 <global scope>: Call it.
11777
11778 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
11779
11780 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11781 argument to the gdb_compile_opencl_hostapp call.
11782
11783 2011-01-19 Yao Qi <yao@codesourcery.com>
11784
11785 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11786 positve list.
11787
11788 2011-01-19 Yao Qi <yao@codesourcery.com>
11789
11790 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11791 canonical form.
11792 Remove "xscale-*-*"
11793 * gdb.xml/tdesc-regs.exp: Likewise.
11794 * gdb.python/py-section-script.exp: Replace ARM target triplet
11795 with canonical form.
11796 Match arm*-*-symbianelf*.
11797 * gdb.base/dup-sect.exp: Likewise.
11798 * lib/dwarf.exp: New.
11799 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11800 dwarf2_support.
11801 * gdb.dwarf2/dup-psym.exp: Likewise.
11802 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11803 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11804 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11805 * gdb.dwarf2/dw2-basic.exp: Likewise.
11806 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11807 * gdb.dwarf2/dw2-const.exp: Likewise.
11808 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11809 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11810 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11811 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11812 * gdb.dwarf2/dw2-filename.exp: Likewise.
11813 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11814 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11815 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11816 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11817 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11818 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11819 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11820 * gdb.dwarf2/dw2-producer.exp: Likewise.
11821 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11822 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11823 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11824 * gdb.dwarf2/dw2-strp.exp: Likewise.
11825 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11826 * gdb.dwarf2/implptr.exp: Likewise.
11827 * gdb.dwarf2/mac-fileno.exp: Likewise.
11828 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11829 * gdb.dwarf2/pieces.exp: Likewise.
11830 * gdb.dwarf2/pr11465.exp: Likewise.
11831 * gdb.dwarf2/valop.exp: Likewise.
11832 * gdb.dwarf2/watch-notconst.exp: Likewise.
11833 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11834
11835 2011-01-19 Tom Tromey <tromey@redhat.com>
11836
11837 * gdb.python/py-infthread.exp: Add thread tests.
11838
11839 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11840
11841 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11842
11843 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11844
11845 * gdb.ada/widewide: New testcase.
11846
11847 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11848
11849 * gdb.base/interact.exp: New testcase.
11850
11851 2011-01-12 Tom Tromey <tromey@redhat.com>
11852
11853 * gdb.mi/gdb2549.exp: Update for error message changes.
11854 * gdb.mi/mi-cli.exp: Likewise.
11855 * gdb.mi/mi-disassemble.exp: Likewise.
11856 * gdb.mi/mi-pthreads.exp: Likewise.
11857 * gdb.mi/mi-regs.exp: Likewise.
11858 * gdb.mi/mi-stack.exp: Likewise.
11859 * gdb.mi/mi-var-block.exp: Likewise.
11860 * gdb.mi/mi-var-cmd.exp: Likewise.
11861 * gdb.mi/mi2-cli.exp: Likewise.
11862 * gdb.mi/mi2-disassemble.exp: Likewise.
11863 * gdb.mi/mi2-pthreads.exp: Likewise.
11864 * gdb.mi/mi2-regs.exp: Likewise.
11865 * gdb.mi/mi2-stack.exp: Likewise.
11866 * gdb.mi/mi2-var-block.exp: Likewise.
11867 * gdb.mi/mi2-var-cmd.exp: Likewise.
11868
11869 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11870 Jan Kratochvil <jan.kratochvil@redhat.com>
11871
11872 PR fortran/11104 and DWARF unbound arrays detection.
11873 * gdb.fortran/multi-dim.exp: New file.
11874 * gdb.fortran/multi-dim.f90: New file.
11875
11876 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11877
11878 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11879 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11880 add new tests for opcode dumping.
11881
11882 2011-01-11 Tom Tromey <tromey@redhat.com>
11883
11884 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11885
11886 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11887
11888 Convert hardware watchpoints to use breakpoint_ops.
11889 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11890 type is not supported.
11891 * gdb.base/foll-fork.exp: Likewise.
11892 * gdb.base/foll-vfork.exp: Likewise.
11893
11894 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11895
11896 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11897 Use load_lib gdb-python.exp.
11898 * gdb.python/python.exp: Ditto.
11899 * gdb.python/py-function.exp: Ditto.
11900
11901 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11902
11903 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11904
11905 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11906
11907 * configure: Regenerate.
11908
11909 2011-01-06 Tom Tromey <tromey@redhat.com>
11910
11911 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11912
11913 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11914
11915 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11916 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11917 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11918 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11919 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11920 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11921 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11922 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11923 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11924 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11925 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11926 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11927 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11928 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11929 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11930 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11931 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11932 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11933 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11934 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11935 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11936 gdb.ada/uninitialized_vars.exp,
11937 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11938 Simplify by using clean_restart.
11939
11940 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11941
11942 Add marker to be used as anchor for inserting breakpoints.
11943 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11944 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11945 Likewise.
11946
11947 Remove uses of gdb_start_cmd.
11948 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11949 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11950
11951 Do not run testcase if testing with GDBserver.
11952 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11953 if testing with GDBserver.
11954
11955 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11956
11957 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11958 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11959 copyright header.
11960
11961 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11962
11963 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11964 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11965 testsuite/gdb.fortran/complex.f,
11966 testsuite/gdb.fortran/derived-type.f90,
11967 testsuite/gdb.fortran/library-module-lib.f90,
11968 testsuite/gdb.fortran/library-module-main.f90,
11969 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11970 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11971 Copyright year update.
11972
11973 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11974
11975 * gdb.base/langs1.f: Add copyright header.
11976
11977 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11978
11979 * gdb.base/morestack.exp: New file.
11980 * gdb.base/morestack.c: New file.
11981
11982 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11983
11984 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11985
11986 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11987
11988 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11989 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11990
11991 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11992
11993 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11994
11995 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11996
11997 * gdb.threads/tls.exp: Fix typo.
11998
11999 * gdb.threads/thread-specific.exp (get_thread_list): Update.
12000 * gdb.threads/execl.exp: Update.
12001
12002 2010-12-23 Yao Qi <yao@codesourcery.com>
12003
12004 * gdb.arch/arm-disp-step.exp: New.
12005 * gdb.arch/arm-disp-step.S: New.
12006
12007 2010-12-21 Tom Tromey <tromey@redhat.com>
12008
12009 * gdb.threads/execl.exp: Update.
12010 * gdb.threads/linux-dp.exp: Update.
12011 * gdb.threads/manythreads.exp: Update.
12012 * gdb.threads/tls.exp: Update.
12013
12014 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12015
12016 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
12017 (NextOverThrowDerivates) <resumebpt>: New.
12018 (resumebpt_test): New.
12019 (main): Call resumebpt_test.
12020 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
12021
12022 2010-12-12 Stan Shebs <stan@codesourcery.com>
12023
12024 * gdb.trace/tsv.exp: Test print command on trace state variables.
12025
12026 2010-12-09 Tom Tromey <tromey@redhat.com>
12027
12028 * gdb.base/interp.exp: Add regression test.
12029
12030 2010-12-09 Tom Tromey <tromey@redhat.com>
12031
12032 * gdb.java/jnpe.java: New file.
12033 * gdb.java/jnpe.exp: New file.
12034 * gdb.cp/nextoverthrow.exp: New file.
12035 * gdb.cp/nextoverthrow.cc: New file.
12036
12037 2010-12-07 Doug Evans <dje@google.com>
12038
12039 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
12040 of data-directory.
12041 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
12042 updated.
12043 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
12044
12045 2010-11-29 Michael Snyder <msnyder@vmware.com>
12046
12047 * gdb.base/callfuncs.exp: Test for skip_float_tests.
12048 * gdb.base/call-sc.exp: Ditto.
12049 * gdb.base/finish.exp: Ditto.
12050 * gdb.base/return.exp: Ditto.
12051 * gdb.base/return2.exp: Ditto.
12052
12053 2010-11-30 Doug Evans <dje@google.com>
12054
12055 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
12056 (gdb_expect_list): Fix spelling errors in comments.
12057 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
12058 send_gdb/gdb_expect_list where applicable.
12059 * gdb.base/call-ar-st.exp: Ditto.
12060 * gdb.base/funcargs.exp: Ditto.
12061 * gdb.base/gcore.exp: Ditto.
12062 * gdb.base/page.exp: Ditto.
12063 * gdb.base/sigaltstack.exp: Ditto.
12064 * gdb.base/siginfo.exp: Ditto.
12065 * gdb.base/sigstep.exp: Ditto.
12066 * gdb.base/trace-commands.exp: Ditto.
12067
12068 2010-11-29 Doug Evans <dje@google.com>
12069
12070 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
12071 printer-name;subprinter-name.
12072
12073 2010-11-29 Tom Tromey <tromey@redhat.com>
12074
12075 * gdb.dwarf2/implptr.exp: New file.
12076 * gdb.dwarf2/implptr.c: New file.
12077 * gdb.dwarf2/implptr.S: New file.
12078
12079 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
12080
12081 PR python/12199
12082
12083 * gdb.python/py-breakpoint.exp: Test the delete method.
12084
12085 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12086
12087 Fix step_resume_breakpoint unsaved during an infcall.
12088 * gdb.base/step-resume-infcall.exp: New file.
12089 * gdb.base/step-resume-infcall.c: New file.
12090
12091 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
12092
12093 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
12094
12095 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
12096
12097 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
12098 on ppc64's symbols; "finish" and "return" commands must accept to
12099 show the caller line again as well as the line after.
12100 * gdb.asm/powerpc64.inc: New file.
12101
12102 2010-11-23 Doug Evans <dje@google.com>
12103
12104 * lib/gdb.exp (gdb_test_sequence): New function.
12105 (gdb_expect_list): Add verbose -log call for each pattern.
12106 * gdb.base/signals.exp (test_handle_all_print): Call it.
12107 Reduce timeout increment from 6 minutes to 1 minute.
12108 * gdb.server/ext-run.exp: Call it.
12109
12110 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
12111
12112 PR python/12212
12113
12114 * gdb.python/python.exp: Check that selected_thread raises an
12115 error when no inferior is loaded.
12116
12117 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12118
12119 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
12120 * gdb.dwarf2/dw2-stack-boundary.S: New file.
12121
12122 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12123
12124 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
12125 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
12126
12127 2010-11-18 Doug Evans <dje@google.com>
12128
12129 * gdb.server/ext-run.exp: Fix intermittent failures.
12130
12131 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
12132
12133 * gdb.stabs/gdb11479.exp: Use runto_main.
12134
12135 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
12136
12137 * gdb.base/break-entry.exp: Skip if using a stub.
12138
12139 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
12140
12141 * gdb.python/py-inferior.exp: Pack values in target endianness.
12142
12143 2010-11-12 Tom Tromey <tromey@redhat.com>
12144
12145 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
12146 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
12147 MemoryError.
12148 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
12149 type.
12150 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
12151 MemoryError.
12152 (test_subscript_regression): Update exception type.
12153
12154 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
12155
12156 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
12157 breakpoint tests.
12158
12159 2010-11-09 Pedro Alves <pedro@codesourcery.com>
12160
12161 * gdb.base/watchpoint.exp: Test "watch -location" with an
12162 innacessible location.
12163
12164 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
12165 Luis Machado <luisgpm@br.ibm.com>
12166
12167 * gdb.base/maint.exp: Expect "." prefix.
12168 * gdb.base/nodebug.exp: Expect "." Likewise.
12169 * gdb.base/sepsymtab.exp: Expect "." Likewise.
12170 * gdb.base/watchpoint-cond-gone.exp: Likewise.
12171 * gdb.base/watchpoint.exp: Expect a software watch to be created for
12172 POWER server processors.
12173
12174 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
12175 Luis Machado <luisgpm@br.ibm.com>
12176
12177 * gdb.base/break-entry.exp: convert entry point for
12178 ppc64 and expect leading `.' on ppc64's symbols
12179
12180 2010-11-05 Doug Evans <dje@google.com>
12181
12182 * gdb.base/help.exp: Update expected output.
12183 * gdb.python/py-param.exp: Delete, contents moved to ...
12184 * gdb.python/py-parameter.exp: ... here. New file.
12185 Add test for gdb.parameter ("directories").
12186
12187 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
12188
12189 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
12190 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
12191 * configure: Regenerate.
12192 * gdb.opencl/Makefile.in: New File.
12193 * gdb.opencl/datatypes.exp: Likewise.
12194 * gdb.opencl/datatypes.cl: Likewise.
12195 * gdb.opencl/operators.exp: Likewise.
12196 * gdb.opencl/operators.cl: Likewise.
12197 * gdb.opencl/vec_comps.exp: Likewise.
12198 * gdb.opencl/vec_comps.cl: Likewise.
12199 * gdb.opencl/convs_casts.exp: Likewise.
12200 * gdb.opencl/convs_casts.cl: Likewise.
12201 * lib/opencl.exp: Likewise.
12202 * lib/opencl_hostapp.c: Likewise.
12203 * lib/opencl_kernel.cl: Likewise.
12204 * lib/cl_util.c: Likewise.
12205 * lib/cl_util.c: Likewise.
12206 * gdb.base/default.exp (set language): Add "opencl" to the list of
12207 languages.
12208
12209 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
12210
12211 * gdb.cp/overload.exp: Added test for inheritance overload.
12212 * gdb.cp/overload.cc: Ditto.
12213 * gdb.cp/oranking.exp: Removed releveant kfails.
12214
12215 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12216 Joel Brobecker <brobecker@adacore.com>
12217
12218 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
12219 check test_compiler_info.
12220
12221 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
12222
12223 * gdb.base/gnu_vector.exp: Adjust expect messages.
12224
12225 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
12226
12227 * gdb.base/gnu_vector.exp: Add unary operator tests.
12228
12229 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
12230
12231 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
12232
12233 2010-11-02 Doug Evans <dje@google.com>
12234
12235 * gdb.python/py-pp-maint.c: New file.
12236 * gdb.python/py-pp-maint.exp: New file.
12237 * gdb.python/py-pp-maint.py: New file.
12238
12239 2010-11-02 Tom Tromey <tromey@redhat.com>
12240
12241 * gdb.base/default.exp: Remove "scheme" from language list.
12242
12243 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12244
12245 Revert:
12246 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12247 * gdb.threads/sigstep-threads.exp: New file.
12248 * gdb.threads/sigstep-threads.c: New file.
12249
12250 2010-10-20 Michael Snyder <msnyder@vmware.com>
12251
12252 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
12253
12254 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
12255
12256 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
12257 Skip test completely if gdb,no_hardware_watchpoints.
12258
12259 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
12260
12261 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
12262 strict, but do not check for any particular function name within libc.
12263
12264 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
12265
12266 * gdb.cp/smartp.exp: New test.
12267 * gdb.cp/smartp.cc : New test.
12268
12269 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
12270
12271 * gdb.cp/converts.exp: Test pointer to bool conversion.
12272 Test pointer to long conversion.
12273 * gdb.cp/oranking.exp: Removed relevant kfail.
12274
12275 2010-10-18 Tom Tromey <tromey@redhat.com>
12276
12277 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
12278 argument to lazy_string.
12279 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
12280 (pp_ls.to_string): Use it.
12281 * gdb.python/py-prettyprint.c (main): Move declarations to top.
12282 Add "estring2" local.
12283
12284 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12285
12286 Fix s390x compatibility.
12287 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
12288 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
12289
12290 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12291
12292 * gdb.threads/sigstep-threads.exp: New file.
12293 * gdb.threads/sigstep-threads.c: New file.
12294
12295 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 * gdb.base/pie-execl.exp: New file.
12298 * gdb.base/pie-execl.c: New file.
12299
12300 2010-10-13 Doug Evans <dje@google.com>
12301 Jan Kratochvil <jan.kratochvil@redhat.com>
12302
12303 PR exp/12117
12304 * gdb.cp/ptype-cv-cp.cc: New file.
12305 * gdb.cp/ptype-cv-cp.exp: New file.
12306
12307 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
12308
12309 * gdb.cp/converts.cc: New test program.
12310 * gdb.cp/converts.exp: New test.
12311 * gdb.cp/overload.exp: Added test for void* vs int*.
12312 * gdb.cp/overload.exp: Ditto.
12313 * gdb.cp/oranking.exp: Removed related kfail.
12314
12315 2010-10-13 Doug Evans <dje@google.com>
12316
12317 * lib/gdb-python.exp (gdb_check_python_config): New function.
12318 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
12319 * gdb.python/lib-types.cc: New file.
12320 * gdb.python/lib-types.exp: New file.
12321
12322 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12323
12324 * gdb.python/py-error.exp: New file.
12325 * gdb.python/py-error.py: New file.
12326
12327 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12328
12329 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
12330 gdb_test_multiple.
12331
12332 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12333
12334 * gdb.base/break-interp.exp: Use ldlags for linking flags.
12335 * gdb.base/prelink.exp: Likewise.
12336 * gdb.base/solib-nodir.exp: Likewise.
12337 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
12338 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
12339 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
12340
12341 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
12342
12343 * break-interp.exp (test_ld): Use two separate gdb_expect statements
12344 for the "info files" test to avoid timeouts on slow machines.
12345
12346 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12347
12348 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
12349 (main): Make openlib dummy call.
12350
12351 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12352
12353 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
12354 * break-interp.exp (reach): Move the core body ...
12355 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
12356 (test_ld): Provide always real argument, even to the linker. Replace
12357 dl_main by _dl_debug_state.
12358
12359 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12360
12361 Fix results of prelinked PIEs on ppc*.
12362 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
12363 Accept also DISPLACEMENT "PRESENT".
12364 (main): Replace "ZERO" displacements by "PRESENT".
12365
12366 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
12367
12368 * gdb.cp/oranking.exp: New test.
12369 * gdb.cp/oranking.cc: New test program.
12370
12371 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
12372
12373 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
12374 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
12375
12376 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
12377
12378 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
12379 lush, lynx) New constant.
12380 * gdb.base/constvars.exp: Test const array types.
12381 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
12382
12383 2010-10-06 Doug Evans <dje@google.com>
12384
12385 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
12386 of syscall staging area.
12387
12388 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
12389
12390 * gdb.base/gnu_vector.c: Add variable c4.
12391 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
12392 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12393
12394 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
12395
12396 * gdb.arch/altivec-abi.exp: Fix a typo.
12397
12398 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
12399
12400 * lib/mi-support.exp (thread_selected_re): Correct pattern used
12401 to match a thread ID.
12402
12403 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12404
12405 Fix s390x testcase compatibility.
12406 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
12407
12408 2010-10-01 Doug Evans <dje@google.com>
12409
12410 * lib/gdb-python.exp: New file.
12411 * gdb.python/py-block.exp: Use it.
12412 * gdb.python/py-breakpoint.exp: Ditto.
12413 * gdb.python/py-frame.exp: Ditto.
12414 * gdb.python/py-inferior.exp: Ditto.
12415 * gdb.python/py-param.exp: Ditto.
12416 * gdb.python/py-prettyprint.exp: Ditto.
12417 * gdb.python/py-shared.exp: Ditto.
12418 * gdb.python/py-symbol.exp: Ditto.
12419 * gdb.python/py-symtab.exp: Ditto.
12420 * gdb.python/py-type.exp: Ditto.
12421 * gdb.python/py-value.exp: Ditto.
12422 * gdb.python/python.exp: Ditto.
12423
12424 2010-09-30 Tom Tromey <tromey@redhat.com>
12425
12426 * gdb.base/anon.exp: New file.
12427 * gdb.base/anon.c: New file.
12428
12429 2010-09-30 Tom Tromey <tromey@redhat.com>
12430
12431 * gdb.base/completion.exp: Test completion through anonymous
12432 union.
12433 * gdb.base/break1.c (struct some_struct): Add anonymous union.
12434
12435 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12436
12437 Fix printing parameters of inlined functions.
12438 * gdb.dwarf2/dw2-inline-param.exp: New file.
12439 * gdb.dwarf2/dw2-inline-param-main.c: New file.
12440 * gdb.dwarf2/dw2-inline-param.S: New file.
12441
12442 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12443
12444 PR corefiles/12071.
12445 * gdb.base/corefile.exp (quit with a process, no question: load core)
12446 (quit with a core file): New tests.
12447
12448 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12449
12450 Fix GDB crash on inferior calls with self-referencing classes.
12451 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
12452 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
12453 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
12454
12455 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12456
12457 Fix lost siginfo_t for inferior calls.
12458 * gdb.base/siginfo-infcall.exp: New file.
12459 * gdb.base/siginfo-infcall.c: New file.
12460
12461 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12462
12463 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
12464
12465 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12466
12467 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
12468 New test.
12469 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
12470
12471 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12472
12473 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
12474 type of our const type.
12475
12476 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
12477
12478 * gdb.cp/pr12028.cc: New.
12479 * gdb.cp/pr12028.exp: New.
12480
12481 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12482
12483 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
12484
12485 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
12486 Jan Kratochvil <jan.kratochvil@redhat.com>
12487
12488 PR mi/11407
12489 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
12490 * gdb.mi/dw2-ref-missing-frame-main.c New File.
12491 * gdb.mi/dw2-ref-missing-frame.S New File.
12492 * gdb.mi/dw2-ref-missing-frame.exp New File.
12493
12494 2010-09-14 Tom Tromey <tromey@redhat.com>
12495
12496 PR symtab/8399:
12497 * gdb.threads/tls.exp: Remove kfail. Update expected output.
12498
12499 2010-09-14 Tom Tromey <tromey@redhat.com>
12500
12501 PR exp/11803:
12502 * gdb.threads/tls.exp: Use C++.
12503 (check_thread_local): Use K::another_thread_local.
12504 * gdb.threads/tls.c (class K): New.
12505 (another_thread_local): Now a member of K.
12506 (spin): Update. No longer K&R C.
12507
12508 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
12509
12510 * gdb.cp/koenig.cc: created class for testing member lookup.
12511 * gdb.cp/koenig.exp: Added test for member lookup.
12512
12513 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12514
12515 Fix false FAILs on sourcetree topdir directory containing "kill".
12516 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
12517 source line matching regexp.
12518
12519 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12520
12521 * gdb.python/python.exp (set height 0, collect help from uiout)
12522 (verify help to uiout): New tests.
12523
12524 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12525
12526 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
12527 is_lp64_target to check 64bit target.
12528
12529 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12530
12531 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
12532 (test_ld) <powerpc64-*>: New.
12533
12534 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12535
12536 * gdb.cp/templates.exp (test_template_args): Allow "struct".
12537
12538 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12539
12540 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
12541 (FunctionArg::method): New function.
12542 (empty, arg): New variables.
12543 (main): Call arg.method.
12544 * gdb.cp/templates.exp (test_template_args): New function.
12545 (do_tests): Call it.
12546
12547 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12548
12549 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
12550 of "next" to proceed over pthread_exit call.
12551
12552 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12553
12554 * gdb.base/maint.exp: Avoid wildcards against potentially very long
12555 "maint print statistics" output to prevent expect timeouts.
12556
12557 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12558
12559 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
12560 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12561 (test_float_rejected): ... here.
12562 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
12563 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12564 (test_float_rejected): ... here.
12565 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
12566 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12567 (test_float_rejected): ... here.
12568 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
12569 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12570 (test_float_rejected): ... here.
12571
12572 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
12573
12574 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
12575 before disabling hardware watchpoints.
12576 (test_inaccessible_watchpoint): Check that hardware watchpoints
12577 are used. Test for watchpoints on a constant address.
12578
12579 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12580
12581 * gdb.base/ui-redirect.exp: New file.
12582
12583 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12584 Joel Brobecker <brobecker@adacore.com>
12585
12586 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
12587
12588 2010-08-31 Doug Evans <dje@google.com>
12589
12590 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
12591
12592 2010-08-30 Tom Tromey <tromey@redhat.com>
12593
12594 PR python/11792:
12595 * gdb.python/py-value.exp (test_subscript_regression): Add
12596 dynamic_type test.
12597
12598 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
12599
12600 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
12601 instead of running to main. Do not test the main function.
12602 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
12603 Add new main.
12604
12605 2010-08-26 Pedro Alves <pedro@codesourcery.com>
12606
12607 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
12608 one test.
12609
12610 2010-08-24 Doug Evans <dje@google.com>
12611
12612 PR symtab/11942
12613 * gdb.dwarf2/dw4-sig-types.cc: New file.
12614 * gdb.dwarf2/dw4-sig-types.h: New file.
12615 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
12616 * gdb.dwarf2/dw4-sig-types.exp: New file.
12617
12618 2010-08-23 Tom Tromey <tromey@redhat.com>
12619
12620 PR python/11145:
12621 * gdb.python/py-value.c (Base, Derived): New types.
12622 (base): New global.
12623 * gdb.python/py-value.exp (test_subscript_regression): Add
12624 dynamic_cast test.
12625
12626 2010-08-23 Tom Tromey <tromey@redhat.com>
12627
12628 PR python/10676:
12629 * gdb.python/py-type.exp (test_fields): Add tests for type
12630 equality.
12631
12632 2010-08-23 Tom Tromey <tromey@redhat.com>
12633
12634 PR python/11915:
12635 * gdb.python/py-type.exp (test_fields): Add tests for array.
12636
12637 2010-08-23 Keith Seitz <keiths@redhat.com>
12638
12639 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12640 have any children. Create a new abbrev for it.
12641 Add missing terminal sequence to .debug_abbrev.
12642
12643 2010-08-20 Keith Seitz <keiths@redhat.com>
12644
12645 PR symtab/11465:
12646 * gdb.dwarf2/pr11465.exp: New test.
12647 * gdb.dwarf2/pr11465.S: New file.
12648 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12649 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12650
12651 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
12652
12653 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12654 registers. Update data sets with the new v2_double element in the
12655 VSX register union. Add vector_register3_vr data set for the AltiVec
12656 registers. Use gdb_test_no_output instead of send_gdb.
12657
12658 2010-08-19 Pedro Alves <pedro@codesourcery.com>
12659
12660 * gdb.python/py-shared.exp: New file, factored out from
12661 python.exp.
12662 * gdb.python/py-shared.c: New file.
12663 * gdb.python/py-shared-sl.c: New file.
12664 * gdb.python/python-1.c: New file.
12665 * gdb.python/python-sl.c: Delete.
12666 * gdb.python/python.c: Mention python-1.c.
12667 * gdb.python/python.exp: Move shared library tests to
12668 py-shared.exp.
12669 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12670 (MISCELLANEOUS): New.
12671 (clean mostlyclean): Also remove $MISCELLANEOUS.
12672
12673 2010-08-19 Doug Evans <dje@google.com>
12674
12675 PR exp/11926
12676 * gdb.base/printcmds.exp (test_float_accepted): New function.
12677 Move existing float tests there. Add tests for floats with suffixes.
12678 (test_float_rejected): New function.
12679 * gdb.java/jv-print.exp (test_float_accepted): New function.
12680 (test_float_rejected): New function.
12681 * gdb.objc/print.exp: New file.
12682 * gdb.pascal/print.exp: New file.
12683 * lib/objc.exp: New file.
12684
12685 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12686
12687 * gdb.base/default.exp (info set): Avoid full buffer error and force
12688 reading up to final gdb prompt.
12689 (show): Likewise.
12690
12691 2010-08-18 Tom Tromey <tromey@redhat.com>
12692
12693 PR symtab/11919:
12694 * gdb.base/completion.exp: Add test.
12695
12696 2010-08-18 Doug Evans <dje@google.com>
12697
12698 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12699 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12700 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12701 Simplify, early exit if runto_main fails.
12702 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12703 (set_lang_fortran): Moved to lib/fortran.exp.
12704 * gdb.fortran/types.exp: load_lib fortran.exp.
12705 (set_lang_fortran): Moved to lib/fortran.exp.
12706 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12707 * gdb.java/jprint.exp (set_lang_java): Ditto.
12708 * gdb.java/jv-exp.exp: load_lib java.exp.
12709 If set_lang_java fails, issue a warning instead of failure to be
12710 consistent with other set_lang_foo uses.
12711 (set_lang_java): Moved to lib/java.exp.
12712 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12713 If set_lang_java fails, issue a warning instead of failure to be
12714 consistent with other set_lang_foo uses.
12715 * gdb.pascal/types.exp: load_lib pascal.exp.
12716 (set_lang_pascal): Moved to lib/pascal.exp.
12717 * lib/fortran.exp: New file.
12718 * lib/java.exp (set_lang_java): New function.
12719 * lib/pascal.exp (set_lang_pascal): New function.
12720
12721 2010-08-18 Yao Qi <yao@codesourcery.com
12722
12723 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12724 func_nofb_start and func_loopfb_start, so that address of functions
12725 is equal to these labels on Thumb.
12726
12727 2010-08-18 Yao Qi <yao@codesourcery.com>
12728
12729 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12730 to reflect latest c source file.
12731
12732 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12733
12734 * gdb.cp/infcall-dlopen.exp: New file.
12735 * gdb.cp/infcall-dlopen.cc: New file.
12736 * gdb.cp/infcall-dlopen-lib.cc: New file.
12737
12738 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12739 Pedro Alves <pedro@codesourcery.com>
12740
12741 PR breakpoints/11371
12742
12743 * gdb.base/watch-cond-infcall.exp: New file.
12744 * gdb.base/watch-cond-infcall.c: New file.
12745
12746 2010-08-16 Tom Tromey <tromey@redhat.com>
12747
12748 * gdb.base/help.exp: Update.
12749 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12750 watchpoint.
12751 (test_watch_location): New proc.
12752 (test_watchpoint_in_big_blob): Delete watchpoint.
12753 * gdb.base/watchpoint.c (func5): New function.
12754 (main): Call it.
12755
12756 2010-08-16 Doug Evans <dje@google.com>
12757
12758 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12759
12760 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12761
12762 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12763 tests.
12764
12765 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
12766
12767 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12768 * gdb.base/gnu_vector.c: New File.
12769 * gdb.base/gnu_vector.exp: Likewise.
12770
12771 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12772
12773 * gdb.python/python.c: New File.
12774 * gdb.python/python-sl.c: New File.
12775 * gdb.python/python.exp: Test solib_address and decode_line
12776 * functions.
12777
12778 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12779
12780 * gdb.python/python.exp (show height, set height 10)
12781 (verify pagination beforehand, verify pagination beforehand: q)
12782 (gdb.execute does not page, verify pagination afterwards)
12783 (verify pagination afterwards: q): New.
12784
12785 2010-08-02 Doug Evans <dje@google.com>
12786
12787 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12788 because of an older gcc, change test2
12789 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12790 to unsupported.
12791
12792 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
12793
12794 * gdb.base/break-always.exp: Do not expect full paths to file
12795 names.
12796 * gdb.base/commands.exp: Likewise.
12797
12798 2010-07-30 Doug Evans <dje@google.com>
12799
12800 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12801 xfail them when run with older gccs.
12802
12803 * lib/gdb.exp (build_executable): Forward "c++" option to
12804 get_compiler_info.
12805
12806 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12807 "python print ttype.template_argument(1)" and
12808 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12809 if using gcc 4.4 or earlier.
12810
12811 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12812 attach-to-debugger handling.
12813
12814 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12815
12816 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12817 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12818 (main): Use copyreloc.
12819 * gdb.base/prelink.exp (split debug of executable)
12820 (.dynbss vs. .bss address shift): New tests.
12821
12822 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12823
12824 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12825 in gdb_test_multiple.
12826
12827 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12828
12829 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12830 environment.
12831
12832 2010-07-28 Tom Tromey <tromey@redhat.com>
12833
12834 PR python/11060:
12835 * gdb.python/py-type.c (Temargs): New template.
12836 (temvar): New variable.
12837 * gdb.python/py-type.exp (test_template): New proc.
12838
12839 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12840
12841 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12842 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12843
12844 2010-07-28 Tom Tromey <tromey@redhat.com>
12845
12846 PR c++/9946:
12847 * gdb.cp/temargs.exp: New file.
12848 * gdb.cp/temargs.cc: New file.
12849
12850 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12851
12852 * gdb.base/help.exp (help disassemble): Update the content.
12853
12854 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12855
12856 * gdb.threads/ia64-sigill.exp: New file.
12857 * gdb.threads/ia64-sigill.c: New file.
12858
12859 2010-07-27 Tom Tromey <tromey@redhat.com>
12860
12861 * gdb.opt/inline-cmds.c (ATTR): New define.
12862 (func1): Use it.
12863 (func2): Likewise.
12864 (func3): Likewise.
12865 (outer_inline1): Likewise.
12866 (outer_inline2): Likewise.
12867 * gdb.opt/inline-bt.c (ATTR): New define.
12868 (func1): Use it.
12869 (func2): Likewise.
12870 * gdb.opt/inline-locals.c (ATTR): New define.
12871 (func1): Use it.
12872 (func2): Likewise.
12873
12874 2010-07-27 Tom Tromey <tromey@redhat.com>
12875
12876 * gdb.stabs/gdb11479.c (hack): New function.
12877 (test): Use it.
12878 (test2): Use it.
12879 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12880 (int32_search_buf, int64_search_buf): No longer static.
12881 (x): Remove.
12882 * gdb.base/relocate.c (hack): New function.
12883
12884 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12885
12886 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12887 * gdb.python/py-value.c (func1): New function.
12888 (func2): Likewise.
12889
12890 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
12891
12892 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12893 as not to clash with .data section.
12894
12895 2010-07-26 Jerome Guitton <guitton@adacore.com>
12896
12897 * gdb.base/code_elim.exp: New file.
12898 * gdb.base/code_elim1.c: New file.
12899 * gdb.base/code_elim2.c: New file.
12900
12901 2010-07-21 Pedro Alves <pedro@codesourcery.com>
12902
12903 PR symtab/11827
12904
12905 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12906 (some_volatile_enum): New variable.
12907 * gdb.base/printcmds.exp (test_print_enums): New.
12908 <top level>: Call it.
12909
12910 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12911
12912 * gdb.cp/fpointer.cc: New test.
12913 * gdb.cp/fpointer.exp: New test.
12914
12915 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12916
12917 * gdb.base/solib-nodir.exp: New file.
12918 * lib/gdb.exp (runto): New case for a GDB internal error.
12919
12920 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12921 Ulrich Weigand <uweigand@de.ibm.com>
12922 Tom Tromey <tromey@redhat.com>
12923
12924 * gdb.base/charset-malloc.c: New file.
12925 * gdb.base/charset.c (malloc_stub): New prototype.
12926 (main): Call it instead of malloc itself.
12927 * gdb.base/charset.exp: Use only prepare_for_testing.
12928 (binfile): Remove the variable.
12929
12930 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12931
12932 Make core files the process_stratum.
12933 * gdb.base/corefile.exp (run: load core again)
12934 (run: sanity check we see the core file, run: with core)
12935 (run: core file is cleared, attach: load core again)
12936 (attach: sanity check we see the core file, attach: with core)
12937 (attach: core file is cleared): New tests.
12938 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12939
12940 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
12941
12942 * gdb.arch/altivec-abi.exp: New tests.
12943
12944 2010-07-13 Tom Tromey <tromey@redhat.com>
12945
12946 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12947 (main): Use it.
12948 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12949
12950 2010-07-13 Tom Tromey <tromey@redhat.com>
12951
12952 * gdb.base/label.exp: New file.
12953 * gdb.base/label.c: New file.
12954
12955 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12956 H.J. Lu <hongjiu.lu@intel.com>
12957
12958 * lib/gdb.exp (is_ilp32_target): New.
12959 (is_lp64_target): Likewise.
12960
12961 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12962 target.
12963 * gdb.arch/amd64-disp-step.exp: Likewise.
12964 * gdb.arch/amd64-dword.exp: Likewise.
12965 * gdb.arch/amd64-i386-address.exp: Likewise.
12966 * gdb.arch/amd64-word.exp: Likewise.
12967
12968 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12969 target.
12970 * gdb.arch/i386-bp_permanent.exp: Likewise.
12971 * gdb.arch/i386-byte.exp: Likewise.
12972 * gdb.arch/i386-disp-step.exp: Likewise.
12973 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12974 * gdb.arch/i386-prologue.exp: Likewise.
12975 * gdb.arch/i386-size-overlap.exp: Likewise.
12976 * gdb.arch/i386-size.exp: Likewise.
12977 * gdb.arch/i386-sse.exp: Likewise.
12978 * gdb.arch/i386-unwind.exp: Likewise.
12979 * gdb.arch/i386-word.exp: Likewise.
12980
12981 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12982 test only when building 64-bit executables. Do not hard-code
12983 -m64 option.
12984
12985 2010-07-07 Doug Evans <dje@google.com>
12986
12987 * lib/gdb.exp (gdb_test_list_exact): New function.
12988 * gdb.base/default.exp (show convenience): Call it, add tests for
12989 $_sdata = void, $_thread = 0.
12990
12991 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12992 Joel Brobecker <brobecker@adacore.com>
12993
12994 Fix re-run of PIE executable, PR shlibs/11776.
12995 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12996 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12997 and re-"run" of the inferior.
12998
12999 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
13000 Joel Brobecker <brobecker@adacore.com>
13001
13002 Cope with missing /usr/sbin/prelink.
13003 * lib/prelink-support.exp (prelink_no):
13004 <result == 1 && $output is "no such file or directory">: New.
13005 (prelink_yes): Likewise. Return on failed prelink_no.
13006
13007 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
13008 Joel Brobecker <brobecker@adacore.com>
13009
13010 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
13011 build_executable by build_executable_own_libs. Replace "prelink -R"
13012 execution by a call of prelink_yes. Comment why "prelink -r" needs no
13013 change.
13014 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
13015 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
13016 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
13017 Replace build_executable by build_executable_own_libs's function
13018 build_executable_own_libs.
13019 (prelinkNO): Create new stub to call prelink_no.
13020 (prelinkYES): Create new stub to call prelink_yes.
13021 (test_attach): Rename calls of copy to file_copy.
13022 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
13023 (copy): Move to ...
13024 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
13025 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
13026 * gdb.base/prelink.exp: Disable testcase also for is_remote and
13027 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
13028 special flags by gdb_compile_shlib. Replace second gdb_compile by
13029 build_executable_own_libs. Replace "prelink -R" execution by a call of
13030 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
13031 a second call of prelink_yes. Replace restart commands by
13032 clean_restart.
13033 (prelink): Rename to ...
13034 (seen displacement message): ... this test. Extend its expectation
13035 strictness.
13036
13037 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
13038
13039 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
13040 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
13041 displacement message exactly once.
13042
13043 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
13044 Joel Brobecker <brobecker@adacore.com>
13045
13046 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
13047 its restore after the <$relink_args != ""> loop. new comment.
13048
13049 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
13050 Joel Brobecker <brobecker@adacore.com>
13051
13052 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
13053 code for it. New variable relink_args.
13054 (prelinkYES): Call prelinkNO.
13055 (test_attach): Accept new parameter relink_args. Re-prelink the binary
13056 in such case. Move the core code to ...
13057 (test_attach_gdb): ... a new function. Send GDB command "file".
13058 Extend expected "Attaching to " string.
13059
13060 2010-07-02 Tom Tromey <tromey@redhat.com>
13061
13062 * gdb.base/bitops.exp: Remove extraneous "pass".
13063
13064 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
13065
13066 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
13067
13068 2010-07-01 Pedro Alves <pedro@codesourcery.com>
13069
13070 * gdb.base/help.exp: Adjust expected output.
13071
13072 2010-07-01 Pedro Alves <pedro@codesourcery.com>
13073
13074 * gdb.base/help.exp: Adjust expected output.
13075
13076 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13077
13078 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
13079 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
13080 c++/11702.
13081
13082 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13083 Doug Evans <dje@google.com>
13084
13085 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
13086 add .dynamic entry'.
13087
13088 2010-06-29 Doug Evans <dje@google.com>
13089
13090 Test PR c++/11702.
13091 * gdb.cp/m-static.exp: Add testcase.
13092 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
13093
13094 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
13095 Tom Tromey <tromey@redhat.com>
13096 Thiago Jung Bauermann <bauerman@br.ibm.com>
13097
13098 * gdb.python/py-inferior.c: New File.
13099 * gdb.python/py-infthread.c: New File.
13100 * gdb.python/py-inferior.exp: New File.
13101 * gdb.python/py-infthread.exp: New File.
13102
13103 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13104
13105 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
13106 (ptype ::C::OtherFileClass typedefs): New.
13107 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
13108 (C::OtherFileClass::cOtherFileClassVar2): New.
13109 (C::OtherFileClass::cOtherFileClassVar_use): Use also
13110 cOtherFileClassVar2.
13111 (C::cOtherFileType2, C::cOtherFileVar2): New.
13112 (C::cOtherFileVar_use): use also cOtherFileVar2.
13113 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
13114
13115 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13116
13117 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
13118 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
13119 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
13120 (print ::C::cOtherFileVar)
13121 (whatis C::OtherFileClass::cOtherFileClassType)
13122 (whatis ::C::OtherFileClass::cOtherFileClassType)
13123 (print C::OtherFileClass::cOtherFileClassVar)
13124 (print ::cOtherFileClassVar)
13125 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
13126 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
13127 trailing content.
13128 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
13129 (C::OtherFileClass::cOtherFileClassVar)
13130 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
13131 (C::cOtherFileVar, C::cOtherFileVar_use): New.
13132
13133 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13134
13135 Test PR c++/11703 and PR gdb/1448.
13136 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
13137 gdb/1448.
13138
13139 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13140
13141 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
13142 (main) <rtti_data>: New.
13143 * gdb.cp/virtbase.exp (print rtti_data): New.
13144
13145 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13146 Joel Brobecker <brobecker@adacore.com>
13147
13148 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
13149
13150 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13151
13152 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
13153
13154 2010-06-28 Doug Evans <dje@google.com>
13155
13156 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
13157
13158 2010-06-27 Doug Evans <dje@google.com>
13159
13160 * gdb.cp/m-static.exp: Update expected test output.
13161
13162 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
13163
13164 * gdb.gdb/selftest.exp: Adjust expected message for
13165 capturing start-up runtime.
13166
13167 2010-06-25 Tom Tromey <tromey@redhat.com>
13168
13169 PR python/10808:
13170 * gdb.python/python.exp: Add new tests.
13171
13172 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
13173
13174 * gdb.cp/operator.cc: Created an import loop.
13175 * gdb.cp/operator.exp: Added testcase for import loop.
13176
13177 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13178
13179 Test PR python/11407.
13180 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
13181 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
13182 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
13183 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
13184 executable_nofb and executable_fb. New variables srcsfile, objsfile,
13185 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
13186 binfile. Call gdb_compile with clean_restart twice.
13187 (func_nofb print, func_nofb backtrace, func_loopfb print)
13188 (func_loopfb backtrace): New.
13189
13190 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13191
13192 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
13193 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
13194 by a hand made one.
13195 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
13196 i?86 requirement. Remove variables srcfile and binfile. New variable
13197 sources, executable_nofb and executable_fb. Call prepare_for_testing.
13198
13199 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13200
13201 * gdb.cell/dwarfaddr.exp: New file.
13202 * gdb.cell/dwarfaddr.S: New file.
13203
13204 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13205
13206 Test PR 9436.
13207 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
13208
13209 2010-06-24 Hui Zhu <teawater@gmail.com>
13210
13211 * gdb.base/eval.exp: New file.
13212
13213 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13214
13215 * gdb.cell/fork.exp: New file.
13216 * gdb.cell/fork.c: Likewise.
13217 * gdb.cell/fork-spu.c: Likewise.
13218
13219 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
13220
13221 * lib/gdb.exp (banned_variables_traced): New global variable.
13222 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
13223 (gdb_init): Use `trace add variable' instead of obsolete
13224 `trace variable'.
13225
13226 2010-06-21 Doug Evans <dje@google.com>
13227
13228 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
13229
13230 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13231
13232 * gdb.arch/spu-ls.exp: New file.
13233 * gdb.arch/spu-ls.c: Likewise.
13234
13235 2010-06-18 Stan Shebs <stan@codesourcery.com>
13236
13237 * gdb.threads/thread-specific.exp: Add tests of $_thread.
13238
13239 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13240
13241 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
13242 * gdb.base/watch-cond.exp: Likewise.
13243 * gdb.python/py-breakpoint.exp: Likewise.
13244
13245 2010-06-18 Pedro Alves <pedro@codesourcery.com>
13246
13247 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
13248 clean_restart, make sure every test has a distinct message, and
13249 that messages don't include the executable' full path.
13250
13251 2010-06-17 Doug Evans <dje@google.com>
13252
13253 * gdb.arch/i386-size.exp: Updated expected output for
13254 DISASSEMBLY_OMIT_FNAME.
13255
13256 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13257 Sergio Durigan Junior <sergiodj@redhat.com>
13258
13259 * gdb.base/watch-notconst.c: New file.
13260 * gdb.base/watch-notconst.S: New file.
13261 * gdb.base/watch-notconst2.c: New file.
13262 * gdb.base/watch-notconst2.S: New file.
13263 * gdb.base/watch-notconst.exp: New file.
13264 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
13265 (func4): Add operations on `global_ptr_ptr'.
13266 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
13267 routine to test watchpoints created with a constant expression.
13268 (test_inaccessible_watchpoint): Include tests for watchpoints
13269 created with a constant expression.
13270
13271 2010-06-14 Kevin Buettner <kevinb@redhat.com>
13272
13273 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
13274 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
13275 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
13276 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
13277 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
13278 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
13279 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
13280 of `_start'.
13281
13282 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13283
13284 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
13285 not supported on the target.
13286 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13287 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13288 * gdb.mi/mi-nsintrall.exp: Likewise.
13289 * gdb.mi/mi-nsmoribund.exp: Likewise.
13290 * gdb.mi/mi-nsthrexec.exp: Likewise.
13291
13292 2010-06-11 Stan Shebs <stan@codesourcery.com>
13293
13294 * gdb.base/permissions.exp: New file.
13295
13296 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13297
13298 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
13299 does not support ELF executable class.
13300
13301 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13302
13303 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
13304
13305 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13306
13307 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
13308 (runto): Catch "The target does not support running in non-stop mode.".
13309
13310 2010-06-11 Michael Snyder <msnyder@vmware.com>
13311
13312 * gdb.base/setshow.exp (set language asm): Don't use
13313 gdb_test_no_output, fails on some targets.
13314
13315 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13316
13317 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
13318 * gdb.cp/pr9167.exp: Likewise.
13319
13320 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13321
13322 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
13323
13324 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13325
13326 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
13327
13328 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13329
13330 * gdb.base/charset.c (main): Make sure malloc gets linked in.
13331
13332 2010-06-11 Tom Tromey <tromey@redhat.com>
13333
13334 PR gdb/9977, PR exp/11636::
13335 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
13336 (pieces_test_f6): Update expected output.
13337
13338 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13339
13340 * gdb.base/moribund-step.exp: New.
13341
13342 2010-06-08 Michael Snyder <msnyder@vmware.com>
13343
13344 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
13345 * gdb.ada/boolean_expr.exp:
13346 * gdb.ada/frame_args.exp: Ditto.
13347 * gdb.ada/lang_switch.exp: Ditto.
13348 * gdb.ada/ptype_arith_binop.exp: Ditto.
13349 * gdb.ada/ref_param.exp: Ditto.
13350 * gdb.ada/type_coercion.exp:Ditto.
13351
13352 * gdb.asm/asm-source.exp: Ditto.
13353
13354 * gdb.base/attach.exp: Ditto.
13355 * gdb.base/bitfields2.exp: Ditto.
13356 * gdb.base/call-signal-resume.exp: Ditto.
13357 * gdb.base/callfuncs.exp: Ditto.
13358 * gdb.base/commands.exp: Ditto.
13359 * gdb.base/dbx.exp: Ditto.
13360 * gdb.base/default.exp: Ditto.
13361 * gdb.base/dump.exp: Ditto.
13362 * gdb.base/exprs.exp: Ditto.
13363 * gdb.base/freebpcmd.exp: Ditto.
13364 * gdb.base/interrupt.exp: Ditto.
13365 * gdb.base/list.exp: Ditto.
13366 * gdb.base/long_long.exp: Ditto.
13367 * gdb.base/maint.exp: Ditto.
13368 * gdb.base/ptype.exp: Ditto.
13369 * gdb.base/return.exp: Ditto.
13370 * gdb.base/setshow.exp: Ditto.
13371 * gdb.base/sigbpt.exp: Ditto.
13372 * gdb.base/sigrepeat.exp: Ditto.
13373
13374 * gdb.cp/classes.exp: Ditto.
13375
13376 * gdb.dwarf2/dw2-restore.exp: Ditto.
13377
13378 * gdb.gdb/selftest.exp: Ditto.
13379
13380 * gdb.multi/base.exp: Ditto.
13381 * gdb.multi/bkpt-multi-exec.exp: Ditto.
13382
13383 * gdb.python/py-block.exp: Ditto.
13384 * gdb.python/py-prettyprint.exp: Ditto.
13385 * gdb.python/py-template.exp: Ditto.
13386
13387 * gdb.server/ext-attach.exp: Ditto.
13388 * gdb.server/ext-run.exp: Ditto.
13389 * gdb.server/server-mon.exp: Ditto.
13390
13391 * gdb.threads/fork-thread-pending.exp: Ditto.
13392 * gdb.threads/hand-call-in-threads.exp: Ditto.
13393 * gdb.threads/interrupted-hand-call.exp: Ditto.
13394 * gdb.threads/linux-dp.exp: Ditto.
13395 * gdb.threads/manythreads.exp: Ditto.
13396 * gdb.threads/print-threads.exp: Ditto.
13397 * gdb.threads/pthreads.exp: Ditto.
13398 * gdb.threads/schedlock.exp: Ditto.
13399 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13400 * gdb.threads/threadapply.exp: Ditto.
13401
13402 2010-06-08 Michael Snyder <msnyder@vmware.com>
13403
13404 * gdb.ada/exec_changed.exp:
13405 Use ".*" instead of "" as wildcard regexp.
13406
13407 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
13408 * gdb.base/call-ar-st.exp: Ditto.
13409 * gdb.base/checkpoint.exp: Ditto.
13410 * gdb.base/default.exp: Ditto.
13411 * gdb.base/dump.exp: Ditto.
13412 * gdb.base/ending-run.exp: Ditto.
13413 * gdb.base/fileio.exp: Ditto.
13414 * gdb.base/miscexprs.exp: Ditto.
13415 * gdb.base/pointers.exp: Ditto.
13416 * gdb.base/readline.exp: Ditto.
13417 * gdb.base/reread.exp: Ditto.
13418 * gdb.base/restore.exp: Ditto.
13419 * gdb.base/shlib-call.exp: Ditto.
13420 * gdb.base/valgrind-db-attach.exp: Ditto.
13421 * gdb.base/volatile.exp: Ditto.
13422 * gdb.base/watchpoints.exp: Ditto.
13423
13424 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
13425
13426 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
13427 * gdb.python/py-value.exp: Ditto.
13428
13429 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
13430 * gdb.trace/circ.exp: Ditto.
13431 * gdb.trace/collection.exp: Ditto.
13432 * gdb.trace/packetlen.exp: Ditto.
13433 * gdb.trace/passc-dyn.exp: Ditto.
13434 * gdb.trace/report.exp: Ditto.
13435 * gdb.trace/tfile.exp: Ditto.
13436 * gdb.trace/tfind.exp: Ditto.
13437 * gdb.trace/while-dyn.exp: Ditto.
13438
13439 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13440
13441 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
13442
13443 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13444
13445 Test PR 10640.
13446 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
13447
13448 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
13449
13450 * gdb.cp/koenig.exp: Test for ADL operators.
13451 * gdb.cp/koenig.cc: Added ADL operators.
13452 * gdb.cp/operator.exp: New test.
13453 * gdb.cp/operator.cc: New test.
13454
13455 2010-06-04 Michael Snyder <msnyder@vmware.com>
13456
13457 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
13458 * gdb.base/pending.exp: Ditto.
13459
13460 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
13461
13462 2010-06-04 Doug Evans <dje@google.com>
13463
13464 * gdb.python/py-prettyprint.exp: Add new test for enabled and
13465 disabled printers.
13466 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
13467 (enable_lookup_function): New function.
13468
13469 2010-06-04 Tom Tromey <tromey@redhat.com>
13470
13471 * gdb.python/py-value.exp (test_value_hash): Don't test equality
13472 of hash and id.
13473
13474 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13475
13476 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
13477 newline.
13478 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
13479 (empty verbose non-noisy clear, empty verbose noisy clear)
13480 (empty non-verbose noisy clear): Likewise.
13481
13482 2010-06-03 Michael Snyder <msnyder@vmware.com>
13483
13484 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
13485 * gdb.base/display.exp: Ditto.
13486 * gdb.base/find.exp: Ditto.
13487 * gdb.base/ifelse.exp: Ditto.
13488 * gdb.base/multi-forks.exp: Ditto.
13489 * gdb.base/recurse.exp: Ditto.
13490 * gdb.base/setshow.exp: Ditto.
13491 * gdb.base/value-double-free.exp: Ditto.
13492 * gdb.base/watch-vfork.exp: Ditto.
13493 * gdb.base/watch_thread_num.exp: Ditto.
13494 * gdb.base/watchpoint-solib.exp: Ditto.
13495 * gdb.base/watchpoint.exp: Ditto.
13496 * gdb.base/watchpoints.exp: Ditto.
13497
13498 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
13499 * gdb.cp/overload.exp: Ditto.
13500 * gdb.cp/virtfunc.exp: Ditto.
13501
13502 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
13503
13504 * gdb.reverse/watch-precsave.exp:
13505 Replace gdb_test with gdb_test_no_output.
13506
13507 * gdb.threads/attach-into-signal.exp:
13508 Replace gdb_test with gdb_test_no_output.
13509 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13510 * gdb.threads/watchthreads.exp: Ditto.
13511 * gdb.threads/watchthreads2.exp: Ditto.
13512
13513 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
13514 * gdb.trace/tfind.exp: Ditto.
13515
13516 2010-06-03 Joel Brobecker <brobecker@adacore.com>
13517
13518 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
13519 successful test if message is the empty string.
13520
13521 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13522
13523 * gdb.fortran/module.exp (stopped language detection): New test.
13524
13525 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13526
13527 Support DW_TAG_module as separate namespaces.
13528 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
13529 gdb.fortran/library-module-lib.f90: New.
13530 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
13531 (print i): Remove.
13532 (continue to breakpoint: i-is-1, print var_i value 1)
13533 (continue to breakpoint: i-is-2, print var_i value 2)
13534 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
13535 (print var_d, print var_i value 14, ptype modmany, complete `modm)
13536 (complete `modmany, complete `modmany`, complete `modmany`var)
13537 (show language, setting breakpoint at module): New tests.
13538 * gdb.fortran/module.f90 (module mod): Remove.
13539 (module mod1, module mod2, module modmany, subroutine sub1)
13540 (subroutine sub2, program module): New.
13541
13542 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13543
13544 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
13545 (print value of rUC, print value of rI, print value of UI): ... here.
13546 * gdb.cp/anon-union.exp (pass): Rename to ...
13547 (print z 2): ... here.
13548
13549 2010-06-02 Michael Snyder <msnyder@vmware.com>
13550
13551 * gdb.trace/actions.exp: Use gdb_test_no_output.
13552 * gdb.trace/circ.exp: Ditto.
13553 * gdb.trace/packetlen.exp: Ditto.
13554 * gdb.trace/save-trace.exp: Ditto.
13555 * gdb.trace/tracecmd.exp: Ditto.
13556 * gdb.trace/tsv.exp: Ditto.
13557
13558 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
13559 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
13560 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13561 * gdb.threads/manythreads.exp: Ditto.
13562 * gdb.threads/print-threads.exp: Ditto.
13563 * gdb.threads/pthreads.exp: Ditto.
13564 * gdb.threads/schedlock.exp: Ditto.
13565 * gdb.threads/staticthreads.exp: Ditto.
13566 * gdb.threads/thread-specific.exp: Ditto.
13567 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13568 * gdb.threads/threadapply.exp: Ditto.
13569 * gdb.threads/watchthreads.exp: Ditto.
13570 * gdb.threads/watchthreads2.exp: Ditto.
13571
13572 * gdb.python/py-block.exp: Use gdb_test_no_output.
13573 * gdb.python/py-prettyprint.exp: Ditto.
13574 * gdb.python/py-template.exp: Ditto.
13575 * gdb.python/py-value.exp: Ditto.
13576
13577 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
13578 * gdb.reverse/watch-reverse.exp: Ditto.
13579
13580 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
13581 * gdb.server/ext-run.exp: Ditto.
13582
13583 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
13584 * gdb.dwarf2/dw2-compressed.exp: Ditto.
13585 * gdb.dwarf2/dw2-intercu.exp: Ditto.
13586 * gdb.dwarf2/dw2-intermix.exp: Ditto.
13587 * gdb.dwarf2/dw2-producer.exp: Ditto.
13588 * gdb.dwarf2/mac-fileno.exp: Ditto.
13589
13590 * gdb.gdb/observer.exp: Use gdb_test_no_output.
13591 * gdb.gdb/selftest.exp: Ditto.
13592
13593 * gdb.multi/base.exp: Use gdb_test_no_output.
13594
13595 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
13596
13597 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13598
13599 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
13600
13601 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
13602
13603 * gdb.cp/class2.exp: Use gdb_test_no_output.
13604 * gdb.cp/classes.exp: Ditto.
13605 * gdb.cp/extern-c.exp: Ditto.
13606 * gdb.cp/inherit.exp: Ditto.
13607 * gdb.cp/maint.exp: Ditto.
13608 * gdb.cp/mb-inline.exp: Ditto.
13609 * gdb.cp/mb-templates.exp: Ditto.
13610 * gdb.cp/method2.exp: Ditto.
13611 * gdb.cp/misc.exp: Ditto.
13612 * gdb.cp/ovldbreak.exp: Ditto.
13613 * gdb.cp/punctuator.exp: Ditto.
13614 * gdb.cp/templates.exp: Ditto.
13615 * gdb.cp/virtbase.exp: Ditto.
13616
13617 * gdb.threads/attach-stopped.exp:
13618 Replace uses of send_gdb / gdb_expect.
13619 * gdb.threads/attachstop-mt.exp:
13620 Replace uses of send_gdb / gdb_expect.
13621 * gdb.threads/gcore-thread.exp:
13622 Replace uses of send_gdb / gdb_expect.
13623 * gdb.threads/hand-call-in-threads.exp:
13624 Replace uses of send_gdb / gdb_expect.
13625 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
13626 * gdb.threads/print-threads.exp:
13627 Replace uses of send_gdb / gdb_expect.
13628 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13629 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13630 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13631
13632 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13633 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13634 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13635 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13636 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13637 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13638 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13639 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13640 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13641 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13642 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13643
13644 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13645
13646 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13647
13648 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13649
13650 * gdb.cp/koenig.exp: Added new test case.
13651 * gdb.cp/koenig.cc: Ditto.
13652
13653 2010-06-01 Michael Snyder <msnyder@vmware.com>
13654
13655 * gdb.base/arithmet.exp: Use gdb_test_no_output.
13656 * gdb.base/arrayidx.exp: Ditto.
13657 * gdb.base/attach.exp: Ditto.
13658 * gdb.base/auxv.exp: Ditto.
13659 * gdb.base/bigcre.exp: Ditto.
13660 * gdb.base/break-always.exp: Ditto.
13661 * gdb.base/break-interp.exp: Ditto.
13662 * gdb.base/break.exp: Ditto.
13663 * gdb.base/breakpoint-shadow.exp: Ditto.
13664 * gdb.base/call-ar-st.exp: Ditto.
13665 * gdb.base/call-sc.exp: Ditto.
13666 * gdb.base/call-signal-resume.exp: Ditto.
13667 * gdb.base/callfuncs.exp: Ditto.
13668 * gdb.base/catch-syscall.exp: Ditto.
13669 * gdb.base/charset.exp: Ditto.
13670 * gdb.base/code-expr.exp: Ditto.
13671 * gdb.base/commands.exp: Ditto.
13672 * gdb.base/cond-expr.exp: Ditto.
13673 * gdb.base/condbreak.exp: Ditto.
13674 * gdb.base/cursal.exp: Ditto.
13675 * gdb.base/cvexpr.exp: Ditto.
13676 * gdb.base/default.exp: Ditto.
13677 * gdb.base/del.exp: Ditto.
13678 * gdb.base/detach.exp: Ditto.
13679 * gdb.base/display.exp: Ditto.
13680 * gdb.base/ena-dis-br.exp: Ditto.
13681 * gdb.base/eval-skip.exp: Ditto.
13682 * gdb.base/foll-fork.exp: Ditto.
13683 * gdb.base/foll-vfork.exp: Ditto.
13684 * gdb.base/frame-args.exp: Ditto.
13685 * gdb.base/funcargs.exp: Ditto.
13686 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13687 * gdb.base/gdbvars.exp: Ditto.
13688 * gdb.base/help.exp: Ditto.
13689 * gdb.base/ifelse.exp: Ditto.
13690 * gdb.base/included.exp: Ditto.
13691 * gdb.base/list.exp: Ditto.
13692 * gdb.base/macscp.exp: Ditto.
13693 * gdb.base/maint.exp: Ditto.
13694 * gdb.base/multi-fork.exp: Ditto.
13695 * gdb.base/overlays.exp: Ditto.
13696 * gdb.base/page.exp: Ditto.
13697 * gdb.base/pending.exp: Ditto.
13698 * gdb.base/pointers.exp: Ditto.
13699 * gdb.base/pr11022.exp: Ditto.
13700 * gdb.base/prelink.exp: Ditto.
13701 * gdb.base/printcmds.exp: Ditto.
13702 * gdb.base/psymtab.exp: Ditto.
13703 * gdb.base/randomize.exp: Ditto.
13704 * gdb.base/relational.exp: Ditto.
13705 * gdb.base/relocate.exp: Ditto.
13706 * gdb.base/remote.exp: Ditto.
13707 * gdb.base/sepdebug.exp: Ditto.
13708 * gdb.base/set-lang-auto.exp: Ditto.
13709 * gdb.base/setshow.exp: Ditto.
13710 * gdb.base/setvar.exp: Ditto.
13711 * gdb.base/signals.exp: Ditto.
13712 * gdb.base/signull.exp: Ditto.
13713 * gdb.base/sigstep.exp: Ditto.
13714 * gdb.base/sizeof.exp: Ditto.
13715 * gdb.base/solib-disc.exp: Ditto.
13716 * gdb.base/store.exp: Ditto.
13717 * gdb.base/structs.exp: Ditto.
13718 * gdb.base/structs2.exp: Ditto.
13719 * gdb.base/subst.exp: Ditto.
13720 * gdb.base/term.exp: Ditto.
13721 * gdb.base/trace-commands.exp: Ditto.
13722 * gdb.base/unwindonsignal.exp: Ditto.
13723 * gdb.base/valgrind-db-attach.exp: Ditto.
13724 * gdb.base/varargs.exp: Ditto.
13725 * gdb.base/watch-cond.exp: Ditto.
13726 * gdb.base/watch_thread_num.exp: Ditto.
13727 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13728 * gdb.base/watchpoint.exp: Ditto.
13729 * gdb.base/whatis-exp.exp: Ditto.
13730
13731 2010-06-01 Michael Snyder <msnyder@vmware.com>
13732
13733 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13734 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13735 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13736 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13737 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13738 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13739 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13740 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13741 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13742 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13743 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13744 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13745 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13746 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13747 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13748
13749 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13750
13751 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13752 trailing newline.
13753 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13754 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13755 (p *args): ... here and remove excessive trailing newline.
13756
13757 2010-05-31 Joel Brobecker <brobecker@adacore.com>
13758
13759 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13760
13761 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13762
13763 Accept the new Linux kernel "t (tracing stop)" string.
13764 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13765 Update comment.
13766 (state_wait) <T (tracing stop)>: New.
13767 (main): Update the state_wait expect string.
13768
13769 2010-05-28 Pedro Alves <pedro@codesourcery.com>
13770
13771 * limits.c, limits.exp: Delete files.
13772 * Makefile.in (clean mostlyclean): Adjust.
13773 * tracecmd.exp: Adjust.
13774
13775 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13776
13777 * gdb.base/tui-layout.exp: New.
13778
13779 2010-05-28 Michael Snyder <msnyder@vmware.com>
13780
13781 * gdb.reverse/break-precsave.exp:
13782 Replace uses of send_gdb / gdb_expect.
13783 * gdb.reverse/break-reverse.exp:
13784 Replace uses of send_gdb / gdb_expect.
13785 * gdb.reverse/consecutive-precsave.exp:
13786 Replace uses of send_gdb / gdb_expect.
13787 * gdb.reverse/consecutive-reverse.exp:
13788 Replace uses of send_gdb / gdb_expect.
13789 * gdb.reverse/finish-precsave.exp:
13790 Replace uses of send_gdb / gdb_expect.
13791 * gdb.reverse/finish-reverse.exp:
13792 Replace uses of send_gdb / gdb_expect.
13793 * gdb.reverse/i386-precsave.exp:
13794 Replace uses of send_gdb / gdb_expect.
13795 * gdb.reverse/i386-reverse.exp:
13796 Replace uses of send_gdb / gdb_expect.
13797 * gdb.reverse/i386-sse-reverse.exp:
13798 Replace uses of send_gdb / gdb_expect.
13799 * gdb.reverse/i387-env-reverse.exp:
13800 Replace uses of send_gdb / gdb_expect.
13801 * gdb.reverse/i387-stack-reverse.exp:
13802 Replace uses of send_gdb / gdb_expect.
13803 * gdb.reverse/machinestate-precsave.exp:
13804 Replace uses of send_gdb / gdb_expect.
13805 * gdb.reverse/machinestate.exp:
13806 Replace uses of send_gdb / gdb_expect.
13807 * gdb.reverse/sigall-precsave.exp:
13808 Replace uses of send_gdb / gdb_expect.
13809 * gdb.reverse/sigall-reverse.exp:
13810 Replace uses of send_gdb / gdb_expect.
13811 * gdb.reverse/solib-precsave.exp:
13812 Replace uses of send_gdb / gdb_expect.
13813 * gdb.reverse/solib-reverse.exp:
13814 Replace uses of send_gdb / gdb_expect.
13815 * gdb.reverse/step-precsave.exp:
13816 Replace uses of send_gdb / gdb_expect.
13817 * gdb.reverse/step-reverse.exp:
13818 Replace uses of send_gdb / gdb_expect.
13819 * gdb.reverse/until-precsave.exp:
13820 Replace uses of send_gdb / gdb_expect.
13821 * gdb.reverse/until-reverse.exp:
13822 Replace uses of send_gdb / gdb_expect.
13823 * gdb.reverse/watch-precsave.exp:
13824 Replace uses of send_gdb / gdb_expect.
13825 * gdb.reverse/watch-reverse.exp:
13826 Replace uses of send_gdb / gdb_expect.
13827
13828 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13829
13830 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13831 excessive newline.
13832
13833 2010-05-27 Michael Snyder <msnyder@vmware.com>
13834
13835 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13836 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13837 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13838 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13839 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13840 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13841 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13842 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13843 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13844 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13845 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13846 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13847 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13848 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13849 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13850 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13851 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13852 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13853 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13854
13855 2010-05-26 Michael Snyder <msnyder@vmware.com>
13856
13857 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13858 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13859
13860 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13861 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13862 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13863
13864 * gdb.reverse/consecutive-reverse.exp:
13865 Replace uses of send_gdb / gdb_expect.
13866 * gdb.reverse/consecutive-precsave.exp:
13867 Replace uses of send_gdb / gdb_expect.
13868
13869 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13870 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13871 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13872 * gdb.mi/mi-ns-stale-regcache.exp:
13873 Replace uses of send_gdb / gdb_expect.
13874 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13875 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13876 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13877 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13878 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13879 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13880 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13881 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13882 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13883
13884 2010-05-26 Michael Snyder <msnyder@vmware.com>
13885
13886 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13887
13888 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13889
13890 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13891 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13892 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13893 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13894 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13895 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13896 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13897 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13898 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13899
13900 2010-05-25 Tom Tromey <tromey@redhat.com>
13901
13902 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13903
13904 2010-05-25 Tom Tromey <tromey@redhat.com>
13905
13906 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13907 argument order.
13908 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13909 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13910 order.
13911 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13912 order.
13913 * gdb.base/call-sc.exp (setup_kfails): Remove.
13914 (setup_compiler_kfails): Remove.
13915 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13916 argument order.
13917 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13918 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13919 (advancei): Fix setup_kfail argument order.
13920 * gdb.base/radix.exp: Fix setup_kfail argument order.
13921 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13922 order.
13923 * gdb.base/structs.exp (setup_kfails): Remove.
13924 (setup_compiler_kfails): Fix setup_kfail argument order.
13925 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13926 order.
13927 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13928 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13929 setup_kfail argument order.
13930 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13931
13932 2010-05-25 Tom Tromey <tromey@redhat.com>
13933
13934 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13935
13936 2010-05-25 Michael Snyder <msnyder@vmware.com>
13937
13938 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13939 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13940 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13941 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13942 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13943 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13944 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13945 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13946 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13947 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13948 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13949 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13950 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13951 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13952 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13953 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13954 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13955 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13956 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13957 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13958 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13959 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13960 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13961 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13962 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13963 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13964 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13965 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13966 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13967 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13968 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13969 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13970 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13971 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13972 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13973 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13974 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13975 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13976 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13977 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13978 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13979 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13980 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13981 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13982 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13983 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13984 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13985 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13986
13987 2010-05-25 Doug Evans <dje@google.com>
13988
13989 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13990 gdb.string_to_argv.
13991
13992 2010-05-21 Tom Tromey <tromey@redhat.com>
13993
13994 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13995 Call it.
13996 * gdb.dwarf2/pieces.S: Update.
13997 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13998
13999 2010-05-21 Tom Tromey <tromey@redhat.com>
14000
14001 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
14002 Call it.
14003 * gdb.dwarf2/pieces.c (struct C): New.
14004 (f6): New function.
14005 * gdb.dwarf2/pieces.S: Replace.
14006
14007 2010-05-21 Tom Tromey <tromey@redhat.com>
14008
14009 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
14010 Call it.
14011
14012 2010-05-21 Tom Tromey <tromey@redhat.com>
14013
14014 * gdb.dwarf2.pieces.exp: New file.
14015 * gdb.dwarf2.pieces.S: New file.
14016 * gdb.dwarf2.pieces.c: New file.
14017
14018 2010-05-20 Pedro Alves <pedro@codesourcery.com>
14019 Joel Brobecker <brobecker@adacore.com>
14020
14021 * lib/gdb.exp (gdb_test_no_output): New function.
14022 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
14023 when testing commands that should produce no output.
14024
14025 2010-05-17 Joel Brobecker <brobecker@adacore.com>
14026
14027 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
14028 parameter that we want to watch being a constant.
14029
14030 2010-05-17 Joel Brobecker <brobecker@adacore.com>
14031
14032 * gdb.ada/cond_lang: New testcase.
14033
14034 2010-05-17 Joel Brobecker <brobecker@adacore.com>
14035
14036 * lib/gdb.exp (banned_variables): New variable/constant.
14037 (gdb_init): Add write trace on variables listed in banned_variables.
14038 (gdb_finish): Remove write traces on variables listed in
14039 banned_variables.
14040
14041 2010-05-17 Joel Brobecker <brobecker@adacore.com>
14042
14043 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
14044 * gdb.cp/koenig.exp: Likewise.
14045
14046 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
14047
14048 PR python/11482
14049
14050 * gdb.python/py-value.exp (test_value_hash): New function.
14051
14052 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
14053
14054 PR exp/11530.
14055 * gdb.base/gdb11530.c: New file.
14056 * gdb.base/gdb11530.exp: New file.
14057
14058 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14059
14060 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
14061 * gdb.dwarf2/dw2-modula2-self-type.S: New.
14062
14063 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
14064
14065 * gdb.cp/koenig.exp: New test.
14066 * gdb.cp/koenig.cc: New test program.
14067
14068 2010-05-05 Joel Brobecker <brobecker@adacore.com>
14069
14070 Remove the use of prms_id and bug_id throughout the testsuite.
14071
14072 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
14073
14074 PR exp/11349.
14075 * testsuite/gdb.cp/ref-types.exp: Add test to examine
14076 use a reference local variable.
14077
14078 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14079
14080 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
14081 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
14082 variable different_dir. Move debugfile into a full directory pathname
14083 under DIFFERENT_DIR.
14084 * lib/gdb.exp (separate_debug_filename): Remove.
14085 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
14086 variable debug_dir and mkdir of it. Update function comments.
14087
14088 2010-04-29 Pedro Alves <pedro@codesourcery.com>
14089
14090 PR gdb/11557
14091
14092 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
14093 files.
14094
14095 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
14096
14097 * gdb.python/py-param.exp: New File.
14098
14099 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
14100
14101 * gdb.base/default.exp: Fix "set language" test.
14102
14103 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
14104
14105 PR breakpoints/11531.
14106 * gdb.base/gdb11531.c: New file.
14107 * gdb.base/gdb11531.exp: New file.
14108
14109 2010-04-26 Tom Tromey <tromey@redhat.com>
14110
14111 * gdb.base/completion.exp: Add tests for completion and deprecated
14112 commands.
14113
14114 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14115
14116 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
14117 (print /x char_array): Escape curly brackets.
14118
14119 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14120
14121 Fix deadlock on looped list of loaded shared objects.
14122 * gdb.base/solib-corrupted.exp: New.
14123
14124 2010-04-23 Doug Evans <dje@google.com>
14125
14126 * gdb.python/py-section-script.c: New file.
14127 * gdb.python/py-section-script.exp: New file.
14128 * gdb.python/py-section-script.py: New file.
14129
14130 2010-04-20 Chris Moller <cmoller@redhat.com>
14131
14132 PR 10179
14133
14134 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
14135 * gdb.base/pr10179-a.c:
14136 * gdb.base/pr10179-b.c:
14137 * gdb.base/pr10179.exp: New files.
14138
14139 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14140
14141 Fix crashes on dangling display expressions.
14142 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
14143 is SEP.
14144 (lib_flags): Remove the "debug" keyword.
14145 (libsepdebug): New variable for iterating new loop.
14146 (save_pf_prefix): New variable wrapping the loop.
14147 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
14148 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
14149
14150 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
14151
14152 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
14153
14154 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
14155
14156 PR stabs/11479.
14157 * gdb.stabs/gdb11479.exp: New file.
14158 * gdb.stabs/gdb11479.c: New file.
14159
14160 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
14161
14162 * gdb.base/charset.c (Strin16, String32): New variables.
14163 * gdb.base/charset.exp (gdb_test): Test correct display
14164 of 16 or 32 bit strings.
14165
14166 2010-04-21 Chris Moller <cmoller@redhat.com>
14167
14168 PR 9167
14169 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
14170 * gdb.cp/pr9167.cc: New file.
14171 * gdb.cp/pr9167.exp: New file.
14172
14173
14174 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
14175
14176 PR pascal/11492.
14177 * gdb.pascal/gdb11492.pas: New file.
14178 * gdb.pascal/gdb11492.exp: New file.
14179
14180 2010-04-20 Joel Brobecker <brobecker@adacore.com>
14181
14182 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
14183
14184 2010-04-20 Joel Brobecker <brobecker@adacore.com>
14185
14186 * gdb.ada/dyn_loc: New testcase.
14187
14188 2010-04-20 Chris Moller <cmoller@redhat.com>
14189
14190 PR 10867
14191
14192 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
14193 * gdb.cp/pr10687.cc: New file.
14194 * gdb.cp/pr10687.exp: New file.
14195
14196
14197 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14198 Sergio Durigan Junior <sergiodj@redhat.com>
14199
14200 * gdb.fortran/logical.exp: New testcase.
14201 * gdb.fortran/logical.f90: New file.
14202
14203 2010-04-19 Doug Evans <dje@google.com>
14204
14205 * gdb.base/help.exp (help source): Update expected output.
14206
14207 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14208
14209 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
14210 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
14211 gdb_exit and return.
14212 (executable): New variable.
14213 (binfile): Use it.
14214
14215 2010-04-19 Pedro Alves <pedro@codesourcery.com>
14216
14217 PR breakpoints/8554.
14218
14219 * gdb.trace/save-trace.exp: Adjust.
14220
14221 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
14222
14223 PR corefiles/11511
14224 * gdb.arch/system-gcore.exp: New.
14225 * gdb.arch/gcore.c: Likewise.
14226
14227 2010-04-15 Doug Evans <dje@google.com>
14228
14229 * gdb.python/py-progspace.c: New file.
14230 * gdb.python/py-progspace.exp: New file.
14231
14232 * gdb.base/source.exp: Add tests for "source -s".
14233
14234 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
14235
14236 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
14237 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
14238 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
14239 * gdb.python/py-mi.exp: New test for to_string returning None.
14240
14241 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
14242
14243 * gdb.python/py-breakpoint.c: Make result global.
14244
14245 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14246
14247 Fix non-GNU make compatibility.
14248 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
14249
14250 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
14251
14252 * gdb.python/py-breakpoint.exp: New File.
14253 * gdb.python/py-breakpoint.C: Ditto.
14254
14255 2010-04-08 Stan Shebs <stan@codesourcery.com>
14256
14257 * gdb.trace/actions.exp: Clear default-collect.
14258 * gdb.trace/save-trace.exp: Clear default-collect.
14259
14260 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
14261
14262 * gdb.python/py-value: Add null string variable.
14263 (test_lazy_string): Test zero length, NULL address lazy
14264 strings.
14265
14266 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
14267
14268 * gdb.arch/i386-avx.c: New.
14269 * gdb.arch/i386-avx.exp: Likewise.
14270
14271 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
14272
14273 2010-04-06 Doug Evans <dje@google.com>
14274
14275 * gdb.base/source-test.gdb: New file.
14276 * gdb.base/source.exp: Test source -v.
14277
14278 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14279
14280 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
14281
14282 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
14283
14284 * gdb.stabs/aout.sed: Convert all backslash to double backslash
14285 within one line, unless it is followed by a double quote.
14286 * gdb.stabs/hppa.sed: Idem.
14287 * gdb.stabs/weird.def: Add char and String constants
14288 * gdb.stabs/weird.exp: Check for correct parsing of
14289 char and string constants.
14290 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
14291 in .stabs to .stabx substitution.
14292
14293 2010-04-05 Stan Shebs <stan@codesourcery.com>
14294
14295 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
14296 constant global.
14297 * gdb.trace/tfile.exp: Try to print them.
14298
14299 2010-04-04 Stan Shebs <stan@codesourcery.com>
14300
14301 * gdb.base/completion.exp: Update for new "info watchpoints".
14302 * gdb.base/default.exp: Ditto.
14303 * gdb.base/help.exp: Ditto.
14304 * gdb.base/watchpoint.exp: Ditto.
14305 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
14306
14307 2010-04-04 Stan Shebs <stan@codesourcery.com>
14308
14309 * gdb.trace/tfile.exp: Sharpen tfind test.
14310
14311 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14312
14313 * gdb.base/break-entry.exp: New.
14314
14315 2010-04-02 Hui Zhu <teawater@gmail.com>
14316 Michael Snyder <msnyder@vmware.com>
14317
14318 * gdb.reverse/i386-sse-reverse.exp: New file.
14319 * gdb.reverse/i386-sse-reverse.c: New file.
14320
14321 2010-04-02 Pedro Alves <pedro@codesourcery.com>
14322
14323 * gdb.trace/tfind.exp: Adjust expected disassembly output.
14324
14325 2010-04-01 Stan Shebs <stan@codesourcery.com>
14326
14327 * gdb.trace/actions.exp: Tweak expected output.
14328 * gdb.trace/while-stepping.exp: Tweak expected output.
14329
14330 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
14331
14332 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
14333
14334 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14335
14336 * gdb.base/commands.exp: Adjust.
14337 * gdb.cp/extern-c.exp: Adjust.
14338
14339 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14340
14341 * gdb.trace/collection.c (local_test_func): Define a local struct,
14342 and instanciate it.
14343
14344 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14345
14346 * gdb.trace/collection.exp (gdb_collect_args_test)
14347 (gdb_collect_argarray_test): XFAIL the tests that assume the
14348 argarray argument's elements are collected.
14349
14350 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
14351
14352 * gdb.dwarf2/dw2-bad-parameter-type.exp,
14353 gdb.dwarf2/dw2-bad-parameter-type.S: New.
14354
14355 2010-03-31 Stan Shebs <stan@codesourcery.com>
14356
14357 * gdb.trace/save-trace.exp: Test save/restore of default-collect
14358 and tracepoint conditionals.
14359 (gdb_verify_tracepoints): Delete unused return.
14360
14361 2010-03-26 Keith Seitz <keiths@redhat.com>
14362
14363 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
14364 appear in the output before main.
14365 Remove KFAIL for gdb/2215 aka bz 9320.
14366
14367 2010-03-30 Doug Evans <dje@google.com>
14368
14369 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
14370 by dejagnu.
14371 * gdb.arch/amd64-dword.exp: Ditto.
14372
14373 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
14374 match.
14375 (break printf): Ditto.
14376
14377 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
14378
14379 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
14380 gcc < 4.4.
14381 * gdb.cp/shadow.exp: Ditto.
14382
14383 2010-03-29 Pedro Alves <pedro@codesourcery.com>
14384
14385 * gdb.trace/collection.exp (run_trace_experiment): Make sure
14386 "tstart" is silent.
14387
14388 2010-03-29 Pedro Alves <pedro@codesourcery.com>
14389
14390 * gdb.trace/collection.exp (executable): New.
14391 (binfile): Use it.
14392 (fpreg, spreg, pcreg): New.
14393 (test_register): Use gdb_test_multiple. Pass /x to print.
14394 (prepare_for_trace_test): New.
14395 (run_trace_experiment): Use "continue", not gdb_run_cmd.
14396 (gdb_collect_args_test, gdb_collect_argstruct_test)
14397 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
14398 prepare_for_trace_test.
14399 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
14400 fpreg, spreg and pcreg.
14401 (gdb_collect_expression_test, gdb_collect_globals_test): Use
14402 prepare_for_trace_test.
14403 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
14404 try to detect tracing support here. Don't set breakpoints at
14405 `begin' or `end' here.
14406 <global scope>: Use clean_restart. Run to main before checking
14407 for tracing support. Check for for tracing support here.
14408
14409 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14410
14411 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
14412 " as $displacement" to "seen displacement message".
14413
14414 2010-03-28 Pedro Alves <pedro@codesourcery.com>
14415
14416 * gdb.trace/while-dyn.exp (executable): New variable.
14417 (binfile): Use it.
14418 (test_while_stepping): New function. Move most tests here. Call
14419 it once for each of the while-stepping, stepping and ws aliases.
14420
14421 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14422
14423 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
14424 that do not provide the tagless_struct type name at all.
14425 (test_print_anon_union): Do not check value of uninitialized
14426 union member. Do not use cp_test_ptype_class, so we can accept
14427 "long" as well as "long int".
14428
14429 2010-03-26 Pedro Alves <pedro@codesourcery.com>
14430
14431 * gdb.trace/tfile.c (tohex, bin2hex): New.
14432 (write_error_trace_file): Hexify error description.
14433
14434 2010-03-25 Stan Shebs <stan@codesourcery.com>
14435
14436 * gdb.trace/tfile.c: Generate an additional trace file, improve
14437 portability.
14438 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
14439 files in a better way.
14440
14441 2010-03-25 Keith Seitz <keiths@redhat.com>
14442
14443 * gdb.java/jprint.exp: XFAIL printing of static class members
14444 because of GCC debuginfo problem.
14445
14446 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14447
14448 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
14449
14450 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14451
14452 * gdb.base/completion.exp: Allow long instead of long int.
14453 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
14454 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
14455 variable p.
14456 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
14457 * gdb.base/pointers.exp: Allow long instead of long int.
14458 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
14459 * gdb.base/step-line.exp: Allow a directory before the source file name.
14460
14461 2010-03-24 Tom Tromey <tromey@redhat.com>
14462
14463 PR breakpoints/9352:
14464 * gdb.base/default.exp: Update.
14465 * gdb.base/commands.exp: Update.
14466 * gdb.cp/extern-c.exp: Test setting commands on multiple
14467 breakpoints at once.
14468
14469 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14470
14471 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
14472 if gdb,nosignals.
14473 * gdb.base/watchpoints.c: Do not include unnecessary headers.
14474 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
14475 exited".
14476
14477 2010-03-24 Stan Shebs <stan@codesourcery.com>
14478
14479 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
14480
14481 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14482
14483 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
14484 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
14485 argument. Handle "short" and "long".
14486 (Top level): Pass overprototyped output for old_fptr and xptr.
14487
14488 2010-03-23 Pedro Alves <pedro@codesourcery.com>
14489
14490 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
14491 format strings and add casts to avoid compiler warnings.
14492
14493 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
14494
14495 * lib/trace-support.exp (gdb_trace_setactions):
14496 Don't expect whitespace after ">" prompt.
14497 * gdb.trace/actions.exp: Adjust for output changes.
14498 * gdb.trace/while-stepping.exp: Likewise.
14499
14500 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14501
14502 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
14503 and r157645).
14504
14505 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14506
14507 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
14508 New.
14509
14510 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
14511
14512 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
14513 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
14514
14515 2010-03-19 Stan Shebs <stan@codesourcery.com>
14516
14517 * gdb.trace/ax.exp: New file.
14518
14519 2010-03-19 Doug Evans <dje@google.com>
14520
14521 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
14522 output from gcc.
14523
14524 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
14525 named /usr/sbin/prelink<foo>.
14526
14527 2010-03-18 Stan Shebs <stan@codesourcery.com>
14528
14529 * gdb.trace/circ.exp: Test circular-trace-buffer.
14530 * gdb.trace/tfile.exp: Update tstatus test.
14531
14532 2010-03-18 Joel Brobecker <brobecker@adacore.com>
14533
14534 * gdb.dwarf2/dw2-anonymous-func.S: New file.
14535 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
14536
14537 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14538
14539 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
14540
14541 2010-03-18 Pedro Alves <pedro@codesourcery.com>
14542
14543 * gdb.base/default.exp: Adjust the expected output of the finish
14544 and until commands when the inferior is not being run.
14545
14546 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
14547
14548 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
14549 * gdb.cp/nsusing.exp: Ditto.
14550
14551 2010-03-15 Tom Tromey <tromey@redhat.com>
14552
14553 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
14554 * gdb.cp/userdef.cc (operator==): New function.
14555 (main): New locals mem1, mem2.
14556
14557 2010-03-15 Jie Zhang <jie@codesourcery.com>
14558
14559 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
14560 Declare and use new loadtimeout variable.
14561
14562 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
14563
14564 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
14565 Use gdb_load later.
14566
14567 2010-03-14 Pedro Alves <pedro@codesourcery.com>
14568
14569 * gdb.base/solib-disc.c (main): Make format of fprintf a string
14570 literal. Add missing endlines to prints to stderr.
14571
14572 2010-03-12 Tom Tromey <tromey@redhat.com>
14573
14574 PR c++/9708:
14575 * gdb.cp/m-static.exp: Add regression test.
14576 * gdb.cp/m-static.cc (method): New method.
14577 (main): Call it.
14578
14579 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
14580
14581 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
14582 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
14583
14584 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14585
14586 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
14587
14588 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14589
14590 * lib/gdb.exp (skip_stl_tests): New.
14591 (gdb_compile): Symbian needs -ldl.
14592 (shlib_target_file): New.
14593 (shlib_symbol_file): New.
14594 (gdb_load_shlibs): Use shlib_target_file.
14595 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
14596 * gdb.cp/exception.exp: Use skip_stl_tests.
14597 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
14598 * gdb.cp/try_catch.exp: Use skip_stl_tests.
14599 * gdb.cp/mb-templates.exp: Ditto.
14600 * gdb.base/commands.exp: Relax regexes.
14601 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
14602 shlib_target_file and shlib_symbol_file.
14603 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
14604 sections.
14605 * gdb.base/ending-run.exp: Accept E32Main for symbian.
14606 * gdb.base/solib-disc.exp: Use
14607 shlib_target_file and shlib_symbol_file.
14608 * gdb.base/unload.exp: Don't skip on symbian. Use
14609 shlib_target_file and shlib_symbol_file.
14610 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
14611
14612 2010-03-12 Pedro Alves <pedro@codesourcery.com>
14613
14614 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
14615 * gdb.trace/report.exp: Adjust for x86 and x86_64.
14616 Issue a tfind end before looking for a tracepoint frame.
14617 * gdb.trace/tfind.exp: Adjust tstatus output.
14618 Adjust disassembly output.
14619 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
14620
14621 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14622
14623 * gdb.base/break-interp.exp: Create new displacement parameter value
14624 for the test_ld calls.
14625 (reach): New parameter displacement, verify its content. New push of
14626 pf_prefix "reach-$func:". Import global expect_out.
14627 (test_core): New parameter displacement, verify its content. New push
14628 of pf_prefix "core:". New command "set verbose on". Import global
14629 expect_out.
14630 (test_attach): New parameter displacement, verify its content. New
14631 push of pf_prefix "attach:". New command "set verbose on". Import
14632 global expect_out.
14633 (test_ld): New parameter displacement, pass it to the reach, test_core
14634 and test_attach calls and verify its content in the "ld.so exit" test.
14635 * gdb.base/prelink.exp: Remove gdb_exit and final return.
14636 (prelink): Update expected text, use gdb_test.
14637
14638 2010-03-10 Doug Evans <dje@google.com>
14639
14640 * gdb.base/checkpoint.exp: Fix comment.
14641 Lengthen timeout while doing >600 checkpoints test.
14642 Rename duplicate "kill all one" test to keep test names unique.
14643
14644 2010-03-10 Pedro Alves <pedro@codesourcery.com>
14645
14646 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14647
14648 2010-03-08 Keith Seitz <keiths@redhat.com>
14649
14650 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14651 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14652 (dm_type_long): New function.
14653 (dm_type_unsigned_short): New function.
14654 (dm_type_unsigned_long): New function.
14655 (myint): New typedef.
14656 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14657 long, unsigned shor and long, operator char*, and typedef.
14658 (test_lookup_operator_functions): Add operator char* test.
14659 (test_paddr_operator_functions): Likewise.
14660 (test_paddr_overloaded_functions): Use probe values for
14661 short, long, and unsigned short and long.
14662 (test_paddr_hairy_functions): If the demangler probe detected
14663 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14664 demangler.
14665 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14666 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14667 and "print null_pmf".
14668 Add test "ptype a.*pmf".
14669 * gdb.cp/overload.exp: Allow optional "int" to appear with
14670 "short" and "long".
14671 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14672 long expect value for men_overload1arg.
14673 Allow "int" to appear with "short" and "long".
14674 When testing "info break", add argument for main (void).
14675 Also allow "int" to appear with "short" and "long".
14676 Ditto with "unsigned" and "long long".
14677 * gdb.java/jmain.exp: Do not enclose methods names in single
14678 quotes.
14679 * gdb.java/jmisc.exp: Likewise.
14680 * gdb.java/jprint.exp: Likewise.
14681 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14682
14683 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14684 * gdb.cp/exception.exp (backtrace after first throw)
14685 (backtrace after second throw): Allow a namespace before __cxa_throw.
14686 (backtrace after first catch, backtrace after second catch): Allow
14687 a namespace before __cxa_begin_catch.
14688
14689 * gdb.cp/cpexprs.exp: New file.
14690 * gdb.cp/cpexprs.cc: New file.
14691
14692 From Daniel Jacobowitz <dan@codesourcery.com>
14693 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14694 to use string_to_regexp.
14695 (ctor, dtor): New functions. Use them to match constructor
14696 and destructor function types.
14697 (Top level): Use runto_main.
14698
14699 2010-03-05 Tom Tromey <tromey@redhat.com>
14700
14701 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14702 gdb.target_charset.
14703 (pp_ns.to_string): Likewise.
14704
14705 2010-03-04 Keith Seitz <keiths@redhat.com>
14706
14707 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14708 can be quoted. Test that both the filename and function/line
14709 portions can be quoted at the same time.
14710
14711 2010-03-04 Pedro Alves <pedro@codesourcery.com>
14712
14713 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14714
14715 2010-03-03 Doug Evans <dje@google.com>
14716
14717 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14718 libc contains libpthread.
14719
14720 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14721 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14722 of gdb_compile. Add another pattern to match android backtrace.
14723
14724 2010-03-03 Tom Tromey <tromey@redhat.com>
14725
14726 PR gdb/11345:
14727 * gdb.base/printcmds.exp (test_printf): Add test.
14728
14729 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14730
14731 * gdb.arch/amd64-byte.exp: New.
14732 * gdb.arch/amd64-dword.exp: Likewise.
14733 * gdb.arch/amd64-pseudo.c: Likewise.
14734 * gdb.arch/amd64-word.exp: Likewise.
14735 * gdb.arch/i386-byte.exp: Likewise.
14736 * gdb.arch/i386-pseudo.c: Likewise.
14737 * gdb.arch/i386-word.exp: Likewise.
14738
14739 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14740
14741 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14742 types. Add structreg, bitfields, and flags registers.
14743 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14744 registers.
14745
14746 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14747
14748 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14749 (load_description): Set architecture if defined.
14750
14751 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14752
14753 * gdb.python/py-frame.exp: Add read_var block tests.
14754 * gdb.python/py-frame.c (block): New function.
14755
14756 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14757 Daniel Jacobowitz <dan@codesourcery.com>
14758
14759 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14760
14761 2010-02-25 David S. Miller <davem@davemloft.net>
14762
14763 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14764 fix logic for setting all_syscalls_numbers.
14765
14766 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14767
14768 * Makefile.in: Add py-block and py-symbol.
14769 * gdb.python/py-symbol.exp: New File.
14770 * gdb.python/py-symtab.exp: New File.
14771 * gdb.python/py-block.exp: New File.
14772 * gdb.python/py-symbol.c: New File.
14773 * gdb.python/py-block.c: New File.
14774
14775 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14776
14777 PR python/11314
14778 * lib/gdb.exp (skip_python_tests): New function.
14779 * gdb.python/py-cmd.exp: Use skip_python_tests.
14780 * gdb.python/py-frame.exp: Likewise.
14781 * gdb.python/py-function.exp: Likewise.
14782 * gdb.python/py-prettyprint.exp: Likewise.
14783 * gdb.python/py-template.exp: Likewise.
14784 * gdb.python/py-type.exp: Likewise.
14785 * gdb.python/py-value.exp: Likewise.
14786
14787 2010-02-22 Pedro Alves <pedro@codesourcery.com>
14788
14789 PR9605
14790
14791 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14792
14793 2010-02-19 Tom Tromey <tromey@redhat.com>
14794
14795 PR c++/8693, PR c++/9496:
14796 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14797 regression tests.
14798
14799 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14800
14801 Fix compatibility with m68k as.
14802 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14803 Use only /* comments */.
14804
14805 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14806
14807 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14808 * configure: Regenerate.
14809
14810 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14811
14812 * gdb.python/py-type.exp: Check for Python support.
14813
14814 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14815
14816 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14817 `regsub' syntax available.
14818
14819 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14820
14821 * gdb.base/shmain.c (main): Remove printf call.
14822 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14823 * gdb.base/unload.c (main): Make format of fprintf a string
14824 literal. Add missing endlines to prints to stderr.
14825 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14826
14827 2010-02-17 Tom Tromey <tromey@redhat.com>
14828
14829 * gdb.java/jprint.java (jprint.props): New field.
14830 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14831
14832 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14833
14834 * gdb.base/charset.exp: Don't assume new `regsub' syntax
14835 available.
14836
14837 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14838
14839 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14840 creation to support remote host testing.
14841
14842 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14843
14844 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14845 Recognize "command not found".
14846
14847 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14848
14849 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14850 single-stepping.
14851
14852 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14853
14854 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14855 if arguments are not supported.
14856
14857 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14858
14859 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14860 be const or non-const.
14861
14862 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14863
14864 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14865 mi_send_resuming_command to send -exec-continue.
14866
14867 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14868
14869 * gdb.base/list.exp (test_list_filename_and_function): Add test
14870 with single quotes.
14871 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14872 matching.
14873 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14874 Add KFAIL'd tests for PR gdb/11289.
14875
14876 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14877
14878 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14879
14880 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14881
14882 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14883 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14884 a temporary directory.
14885
14886 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14887
14888 * gdb.base/charset.exp: Use a single regular expression to match
14889 show host-charset and show target-charset output.
14890
14891 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14892
14893 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14894 "Illegal process-id" expect string more exact.
14895 (attach to digits-starting nonsense is prohibited): New.
14896
14897 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14898
14899 * gdb.base/prelink.exp (set verbose on): New.
14900
14901 2010-02-12 Tomas Holmberg <th@virtutech.com>
14902
14903 * mi-reverse.exp: New file. Test for reverse option to the
14904 following MI commands: exec-continue, exec-finish, exec-next,
14905 exec-step, exec-next-instruction, exec-step-instruction.
14906
14907 2010-02-09 Joel Brobecker <brobecker@adacore.com>
14908
14909 * gdb.ada/ptype_tagged_param: New testcase.
14910
14911 2010-02-08 Tom Tromey <tromey@redhat.com>
14912
14913 PR c++/8017:
14914 * gdb.cp/overload.exp: Add tests.
14915 * gdb.cp/overload.cc (struct K): New.
14916 (namespace N): New.
14917 (main): Call new functions.
14918 (K::staticoverload): Define.
14919
14920 2010-02-08 Chris Moller <moller@mollerware.com>
14921
14922 PR gdb/10728
14923 * gdb.cp/pr10728-x.h: New file.
14924 * gdb.cp/pr10728-x.cc: New file.
14925 * gdb.cp/pr10728-y.cc: New file.
14926 * gdb.cp/pr10728.exp: New file.
14927 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14928
14929 2010-02-08 Chris Moller <moller@mollerware.com>
14930
14931 PR gdb/9067
14932 * gdb.cp/pr9067.exp: New
14933 * gdb.cp/pr9067.cc: New
14934 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14935
14936 2010-02-08 Joel Brobecker <brobecker@adacore.com>
14937
14938 * lib/gdb.exp (gdb_test_timeout): New global variable.
14939 Set it to timeout if not already set.
14940 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14941
14942 2010-02-05 Doug Evans <dje@google.com>
14943
14944 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14945 user.
14946
14947 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14948
14949 PR c++/7935:
14950 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14951
14952 2010-02-04 Tom Tromey <tromey@redhat.com>
14953
14954 * gdb.cp/virtbase.exp: Make test case names unique.
14955
14956 2010-02-02 Tom Tromey <tromey@redhat.com>
14957
14958 * gdb.cp/virtbase.exp: Add regression tests.
14959 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14960 (main): Instantiate RHC.
14961
14962 2010-02-02 Tom Tromey <tromey@redhat.com>
14963
14964 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14965 type-printing change.
14966
14967 2010-02-02 Tom Tromey <tromey@redhat.com>
14968
14969 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14970 * gdb.cp/virtbase.cc: New file.
14971 * gdb.cp/virtbase.exp: New file.
14972 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14973
14974 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14975
14976 PR libc/11214:
14977 * gdb.threads/current-lwp-dead.c: Include features.h.
14978 (HAS_NOMMU): New.
14979 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14980
14981 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14982
14983 * gdb.base/symbol-without-target_section.exp,
14984 gdb.base/symbol-without-target_section.c: New.
14985
14986 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14987
14988 * gdb.base/bigcore.exp: Reset increased timeout.
14989 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14990
14991 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14992
14993 * gdb.base/gcore.exp (capture_command_output): Use
14994 gdb_test_multiple.
14995
14996 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14997
14998 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14999 * gdb.arch/thumb2-it.exp (test_it_break): New function.
15000 (Top level): Call it.
15001
15002 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
15003
15004 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
15005
15006 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
15007
15008 * gdb.base/call-strs.exp, gdb.base/default.exp,
15009 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
15010 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
15011 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
15012 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
15013 gdb.base/watchpoint-solib.exp: Save and restore timeout.
15014 * gdb.base/ending-run.exp: Correct restore of timeout.
15015 * gdb.base/page.exp: Remove unnecessary timeout setting.
15016
15017 2010-01-29 Joel Brobecker <brobecker@adacore.com>
15018
15019 * gdb.ada/rec_return: New testcase.
15020
15021 2010-01-29 Joel Brobecker <brobecker@adacore.com>
15022
15023 * gdb.ada/call_pn: New testcase.
15024
15025 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
15026
15027 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
15028 (Top level): Use it to resume.
15029 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
15030 the Thumb mode displaced stepping error as unsupported.
15031
15032 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
15033
15034 * gdb.cp/nsusing.exp: Added more tests.
15035 * gdb.cp/nsrecurs.exp: Ditto.
15036 * gdb.cp/nsusing.cc: Added test functions.
15037 * gdb.cp/nsrecurs.cc: Ditto.
15038
15039 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15040
15041 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
15042 absolute directory pathnames in gdb.sum file.
15043
15044 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
15045
15046 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
15047 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
15048
15049 2010-01-26 Tom Tromey <tromey@redhat.com>
15050
15051 PR exp/7643:
15052 * gdb.base/printcmds.exp (test_print_string_constants): Remove
15053 setup_kfail.
15054
15055 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
15056
15057 * gdb.cp/nsrecurs.exp: New test.
15058 * gdb.cp/nsrecurs.cc: New test program.
15059 * gdb.cp/nsstress.exp: New test.
15060 * gdb.cp/nsstress.cc: New test program.
15061 * gdb.cp/nsdecl.exp: New test.
15062 * gdb.cp/nsdecl.cc: New test program.
15063
15064 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
15065
15066 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
15067 imported into file scope.
15068 Marked test as xfail.
15069 * gdb.cp/namespace-using.cc (marker5): New function.
15070 * gdb.cp/shadow.exp: New test.
15071 * gdb.cp/shadow.cc: New test program.
15072 * gdb.cp/nsimport.exp: New test.
15073 * gdb.cp/nsimport.cc: New test program.
15074
15075 2010-01-25 Tom Tromey <tromey@redhat.com>
15076
15077 PR gdb/11049:
15078 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
15079 with "set print null-stop on".
15080
15081 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15082
15083 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
15084 Adjust it for DISASSEMBLY_OMIT_FNAME.
15085
15086 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15087
15088 PR symtab/11199:
15089 * gdb.dwarf2/member-ptr-forwardref.exp,
15090 gdb.dwarf2/member-ptr-forwardref.S: New.
15091
15092 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15093
15094 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
15095 (thread1_func): Protect thread1_tid with thread1_tid_cond by
15096 thread1_tid_mutex. Remove gdbstop_mutex handling.
15097 (thread2_func): Protect thread2_tid with thread2_tid_cond by
15098 thread2_tid_mutex. Remove gdbstop_mutex handling.
15099 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
15100 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
15101 pthread_cond_wait conditionalizations by while loops.
15102
15103 2010-01-20 Tom Tromey <tromey@redhat.com>
15104
15105 PR backtrace/10770:
15106 * gdb.dwarf2/pr10770.exp: New file.
15107 * gdb.dwarf2/pr10770.c: New file.
15108 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
15109
15110 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
15111
15112 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
15113 that target was removed, and the test always runs native anyway.
15114
15115 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15116
15117 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
15118 gdb.base/watchpoint-cond-gone-stripped.c: New.
15119
15120 2010-01-19 Tom Tromey <tromey@redhat.com>
15121
15122 PR c++/8000:
15123 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
15124 existing tests.
15125 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
15126 (main): Use AAA::SomeEnum.
15127
15128 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15129
15130 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
15131 (test_ignore_count): Declare line_callme_body global.
15132 (run to breakpoint with ignore count): Use line_callme_body.
15133 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
15134 (set line_main_hello, set line_main_return): Reindent.
15135 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
15136 New.
15137 (continue to callee4): Use line_callee4_body.
15138 (check *stopped from CLI command): Use line_callee4_next.
15139 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
15140 (set line_main_hello, set line_main_return): Reindent.
15141 (set line_callee4_head, set line_callee4_body): New.
15142 (continue to callee4): Use line_callee4_body.
15143
15144 2010-01-18 Tom Tromey <tromey@redhat.com>
15145
15146 PR c++/9680:
15147 * gdb.cp/casts.cc: Add new classes and variables.
15148 * gdb.cp/casts.exp: Test new operators.
15149
15150 2010-01-18 Tom Tromey <tromey@redhat.com>
15151 Thiago Jung Bauermann <bauerman@br.ibm.com>
15152
15153 * gdb.python/source2.py: New file.
15154 * gdb.python/source1: New file.
15155 * gdb.python/python.exp: Test "source" command.
15156
15157 2010-01-15 Stan Shebs <stan@codesourcery.com>
15158
15159 * gdb.trace/tfile.c: New file.
15160 * gdb.trace/tfile.exp: New file.
15161
15162 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15163
15164 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
15165
15166 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15167
15168 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
15169
15170 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15171
15172 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
15173 (libfunc): New parameter action. Implement also selectable "sleep".
15174 * gdb.base/break-interp-main.c: Include assert.h.
15175 (libfunc): New parameter action.
15176 (main): New parameters argc and argv. Assert argc. Pass argv.
15177 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
15178 (test_attach): New proc.
15179 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
15180 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
15181
15182 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15183
15184 * gdb.base/break-interp.exp (test_core): New proc.
15185 (test_ld): Call it.
15186
15187 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15188
15189 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
15190 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
15191 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
15192 and gdb_compile_shlib. Use new -Wl compiler options.
15193 (dl bt, main bt): New tests.
15194
15195 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15196
15197 Support PIEs with no symfile_objfile.
15198 * gdb.base/break-interp.exp: New argument at the test_ld calls.
15199 (test_ld): New parameter trynosym.
15200 (test_ld <$trynosym>): New block.
15201
15202 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15203
15204 * gdb.base/break-interp.exp: New file.
15205
15206 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
15207
15208 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
15209 * gdb.python/py-prettyprint.py (pp_ls): New printer.
15210 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
15211 test.
15212 * gdb.python/py-prettyprint.c: Define lazystring test structure.
15213 * gdb.python/py-mi.exp: Add lazy string test.
15214
15215 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
15216
15217 * lib/mi-support.exp (mi_check_thread_states): Handle
15218 core number in thread listing.
15219
15220 2010-01-12 Joel Brobecker <brobecker@adacore.com>
15221
15222 * gdb.base/maint.exp: Adjust the expected output for the
15223 "maint print type" test. Use gdb_test_multiple instead of
15224 gdb_sent/gdb_expect.
15225
15226 2010-01-11 Doug Evans <dje@google.com>
15227
15228 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
15229 from gdbserver_download. All callers updated.
15230
15231 * gdb.server/ext-run.exp: "info os processes" requires xml support.
15232
15233 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15234
15235 Implement binary numbers parsing.
15236 * gdb.base/printcmds.exp (test_integer_literals_accepted)
15237 (test_integer_literals_rejected): New binary tests.
15238
15239 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15240
15241 * gdb.cell/configure: Regenerate.
15242
15243 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15244
15245 * gdb.base/corefile.exp: Move the core finding block out and call it as
15246 core_find, new variable $corefile, replace corefile by $corefile and
15247 [file tail $corefile] for usage vs. test names resp.
15248 * lib/gdb.exp (core_find): Move it as a new function here. New
15249 parameter binfile and deletefiles. New variable $destcore. Pre-delete
15250 $destcore. Return "" on error.
15251
15252 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15253
15254 Workaround PR binutils/10802.
15255 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
15256 (twice).
15257
15258 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
15259
15260 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
15261
15262 2010-01-08 Joel Brobecker <brobecker@adacore.com>
15263
15264 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
15265 call, to avoid interruption.
15266
15267 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15268
15269 * gdb.stabs/weird.def (args93): New.
15270
15271 2010-01-07 Doug Evans <dje@google.com>
15272
15273 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
15274
15275 2010-01-07 Tom Tromey <tromey@redhat.com>
15276
15277 * gdb.base/source.exp: Use correct line number.
15278
15279 2010-01-05 Stan Shebs <stan@codesourcery.com>
15280
15281 * gdb.trace/tracecmd.exp: Test ftrace.
15282
15283 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15284
15285 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
15286
15287 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15288
15289 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
15290 "uint_for_mi_testing".
15291
15292 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15293
15294 Test indented comment in file being sourced.
15295 * gdb.base/commands.exp: Test indented comment in file being sourced.
15296
15297 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15298
15299 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
15300 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
15301 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
15302 notice.
15303
15304 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15305
15306 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
15307 notice.
15308
15309 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15310
15311 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
15312 missing $after_stopped and comma (,) expectation.
15313
15314 2009-12-31 Stan Shebs <stan@codesourcery.com>
15315
15316 * gdb.trace/actions.exp: Test teval action.
15317
15318 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15319
15320 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
15321 (top level): Call test_watchpoint_in_big_blob.
15322 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
15323 watchpoints.
15324 (func3): Write to buf.
15325
15326 2009-12-29 Stan Shebs <stan@codesourcery.com>
15327
15328 * gdb.trace/actions.exp: Test default-collect.
15329
15330 2009-12-28 Stan Shebs <stan@codesourcery.com>
15331
15332 * gdb.trace/tsv.exp: New file.
15333 * gdb.base/completion.exp: Update ambiguous info output.
15334
15335 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
15336
15337 * gdb.base/find.c (main): Reference search buffers.
15338 * gdb.base/included.c (main): Reference integer.
15339 * gdb.base/ptype.c (charfoo): Declare.
15340 (intfoo): Call charfoo.
15341 * gdb.base/scope0.c (useitp): New function.
15342 (usestatics): Use useitp.
15343 (useit): Add a type for val.
15344 * gdb.base/scope1.c (useit1): Take a pointer argument.
15345 (usestatics1): Update calls to useit1.
15346 * gdb.cp/call-c.cc: Declare foo.
15347 (main): Call foo.
15348 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
15349 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
15350 (main): Call C::ensureRefs and ensureOtherRefs.
15351 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
15352 variables.
15353 (ensureOtherRefs): New function.
15354 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
15355 * gdb.cp/templates.cc (main): Call t5i.value.
15356
15357 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15358
15359 Fix compatibility with G++-4.5.
15360 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
15361 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
15362 (uncaught return): Remove.
15363
15364 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15365 Phil Muldoon <pmuldoon@redhat.com>
15366
15367 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
15368 (bp_location13, bp_location14, bp_location17, bp_location18)
15369 (marker3_proto, marker4_proto): New variables.
15370 (breakpoint info): Update output.
15371 (run until breakpoint at marker3, run until breakpoint at marker4): New
15372 tests.
15373
15374 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15375
15376 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
15377 Replace the printf call of Y by provided "y-set-1" label. New block
15378 for the second shared library.
15379 * gdb.base/unload.exp: Compile also the second library, call
15380 gdb_load_shlibs also for it. Use now gdb_breakpoint.
15381 (single pending breakpoint info): Rename to ...
15382 (pending breakpoint info before run): ... this extended test.
15383 (libfile2, libname2, libsrcfile2, libsrc2)
15384 (lib_sl2): New variables.
15385 (exec_opts): Set also SHLIB_NAME2.
15386 (pending breakpoint info on first run at shrfunc1)
15387 (pending breakpoint info on second run at shrfunc1)
15388 (pending breakpoint info on second run at shrfunc2)
15389 (print y from libfile, print y from libfile2): New tests.
15390 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
15391 * gdb.base/unloadshr2.c: New.
15392
15393 2009-12-22 Hui Zhu <teawater@gmail.com>
15394
15395 * gdb.reverse/sigall-reverse.exp: Adjust.
15396
15397 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
15398
15399 PR gdb/10884
15400
15401 * gdb.mi/var-cmd.c (do_bitfield_tests): New
15402 (main): Call do_bitfield_tests.
15403 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
15404
15405 2009-12-20 Joel Brobecker <brobecker@adacore.com>
15406
15407 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
15408 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
15409 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
15410 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
15411 gdb.modula2/unbounded1.c: Update copyright header.
15412
15413 2009-12-10 Chris Moller <moller@mollerware.com>
15414
15415 PR gdb/9399
15416 * gdb.cp/virtfunc2.exp: New tests
15417 * gdb.cp/virtfunc2.cc: New tests
15418 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
15419
15420 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
15421
15422 * gdb.reverse/i387-env-reverse.c: New file.
15423 * gdb.reverse/i387-env-reverse.exp: New file.
15424 * gdb.reverse/i387-stack-reverse.c: New file.
15425 * gdb.reverse/i387-stack-reverse.exp: New file.
15426
15427 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
15428
15429 * gdb.python/py-type.exp (test_range): New test.
15430
15431 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
15432
15433 PR python/10805
15434
15435 * gdb.python/py-type.exp: New file.
15436 * gdb.python/py-type.c: New file.
15437 * Makefile.in: Add py-type.
15438
15439 2009-12-03 Tom Tromey <tromey@redhat.com>
15440
15441 * gdb.python/py-value.exp (test_parse_and_eval): New
15442 function.
15443
15444 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15445
15446 PR gdb/11022
15447
15448 * gdb.base/pr11022.exp: New test.
15449 * gdb.base/pr11022.c: New test.
15450
15451 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15452
15453 Fix spurious false FAILs.
15454 * gdb.base/structs.c (chartest): New.
15455 (main): Fill-in chartest.
15456 * gdb.base/structs.exp (anychar_re, first): New.
15457 (start_structs_test): Import global anychar_re and first.
15458 New gdb_test call "set print elements 300; ${testfile}"
15459 (start_structs_test <$first>): New block.
15460 (any): Import global anychar_re. New variable ac. Use ${ac}.
15461
15462 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15463
15464 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
15465
15466 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15467
15468 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
15469 Force $srcfile file.
15470 * gdb.base/foll-fork.c (callee): Comment out the printf call.
15471
15472 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15473
15474 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
15475 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
15476 * gdb.threads/watchthreads-reorder.exp: Likewise.
15477
15478 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
15479
15480 PR gdb/8704
15481
15482 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
15483 "if", and "thread". Correct matching in the previous test.
15484
15485 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
15486
15487 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
15488
15489 2009-11-23 Michael Snyder <msnyder@vmware.com>
15490
15491 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
15492 * gdb.reverse-watch-precsave.exp: Ditto.
15493
15494 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
15495
15496 * gdb.asm/asm-source.exp: Adjust.
15497 * gdb.base/help.exp: Adjust.
15498
15499 2009-11-22 Pedro Alves <pedro@codesourcery.com>
15500
15501 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
15502 (do_syscall_tests_without_xml): Set data-directory to
15503 /the/path/to/nowhere.
15504
15505 2009-11-21 Pedro Alves <pedro@codesourcery.com>
15506
15507 * gdb.threads/local-watch-wrong-thread.c,
15508 gdb.threads/local-watch-wrong-thread.exp: New files.
15509
15510 2009-11-21 Pedro Alves <pedro@codesourcery.com>
15511
15512 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
15513 assume new `regsub' syntax available.
15514
15515 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15516
15517 * gdb.base/watchpoint-hw-hit-once.exp,
15518 gdb.base/watchpoint-hw-hit-once.c: New.
15519
15520 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15521
15522 * gdb.threads/watchthreads-reorder.exp,
15523 gdb.threads/watchthreads-reorder.c: New.
15524
15525 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
15526
15527 * gdb.xml/tdesc-regs.exp: Use for m68k.
15528
15529 2009-11-15 Pedro Alves <pedro@codesourcery.com>
15530
15531 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
15532
15533 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15534
15535 * lib/gdb.exp (current_target_name): New procedure.
15536 (gdb_wrapper_target): New variable.
15537 (gdb_wrapper_init): Set gdb_wrapper_target.
15538 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
15539 wrapper.
15540
15541 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15542
15543 * gdb.base/remote.exp: Delete the slowest load test.
15544 Do not load with fixed packet sizes.
15545
15546 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15547
15548 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
15549
15550 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15551
15552 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
15553 srcfile when setting a breakpoint.
15554
15555 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
15556
15557 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
15558 macros.
15559
15560 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15561
15562 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
15563 to be in memory.
15564 * gdb.base/display.c (force_mem): New.
15565 (do_loops): Use it. Add breakpoint comments.
15566 (do_vars): Add a breakpoint comment.
15567 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
15568 line numbers.
15569
15570 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
15571
15572 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
15573 instead of a bare "run".
15574
15575 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15576
15577 * gdb.python/py-prettyprint.exp: Adjust.
15578
15579 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15580
15581 * lib/cell.exp (skip_cell_tests): Clean up test files before
15582 returning.
15583
15584 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15585
15586 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
15587 and the breakpoint menu. Do not call perror if a prompt is seen.
15588 Consume the following GDB prompt.
15589 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
15590 * gdb.cp/namespace.exp: Use gdb_test.
15591 * gdb.cp/templates.exp: Use gdb_test.
15592 (test_template_breakpoints): Use gdb_test_multiple.
15593
15594 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15595
15596 * gdb.base/break1.c (struct some_struct, values): Move earlier.
15597 (marker4): Reference values.
15598
15599 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15600
15601 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
15602 is missing.
15603
15604 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15605
15606 * gdb.base/break.c (need_malloc): New.
15607 * gdb.base/constvars.c (main): Reference crass and crisp.
15608 * gdb.base/gdb1821.c (main): Reference bar.
15609 * gdb.cp/gdb1355.cc (main): Reference s1.
15610 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
15611 (main): Call them.
15612 * gdb.cp/hang2.cc (dummy2): Define.
15613 * gdb.cp/hang3.cc (dummy3): Define.
15614 * gdb.cp/m-data.cc (main): Reference shadow.
15615
15616 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15617 Nathan Froyd <froydnj@codesourcery.com>
15618
15619 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
15620 remote host.
15621
15622 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
15623
15624 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
15625 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
15626 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15627 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15628 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15629 * gdb.dwarf2/dw2-producer.exp: Likewise.
15630 * gdb.dwarf2/mac-fileno.exp: Likewise.
15631 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15632 py-prettyprint.py to the remote host.
15633 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15634
15635 2009-11-11 Keith Seitz <keiths@redhat.com>
15636
15637 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15638 use it instead of "Foo".
15639 * gdb.cp/classes.exp (do_tests): Add a test to access
15640 a method through a typedef'd class name.
15641
15642 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
15643
15644 * gdb.base/long_long.exp: Permit leading zeros on floating-point
15645 exponents.
15646 * gdb.base/pointers.exp: Likewise.
15647 * gdb.cp/ref-types.exp: Likewise.
15648
15649 2009-11-11 Keith Seitz <keiths@redhat.com>
15650
15651 * gdb.cp/cplusfuncs.cc (class foo): Add operators
15652 new[] and delete[].
15653 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15654 "void".
15655 (probe_demangler): Remove all single-quoting of
15656 method and variable names.
15657 (info_func_regexp): Remove the word "void" from any
15658 occurrence of "(void)".
15659 (print_addr_2): Remove all single-quoting of
15660 method names.
15661 (print_addr_2_kfail): Likewise.
15662 (print_addr): Single-quote C function names before
15663 passing to print_addr_2.
15664 (test_paddr_operator_functions): Remove single-quoting
15665 for method names.
15666 Add tests for operator new[] and operator delete[].
15667
15668 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15669
15670 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15671
15672 2009-11-09 Keith Seitz <keiths@redhat.com>
15673
15674 * gdb.cp/overload.exp: Add tests for resolving overloaded
15675 methods in expression parsing/evaluation.
15676
15677 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15678
15679 * lib/gdb.exp (default_gdb_version): Use --version instead of
15680 --command.
15681
15682 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15683
15684 * lib/gdb.exp (gdb_compile_test): New.
15685 (skip_ada_tests, skip_java_tests): New.
15686 (gdb_compile): Use gdb_compile_test for f77.
15687 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15688 * lib/java.exp (compile_java_from_source): Remove runtests check,
15689 use gdb_compile_test to record result.
15690 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15691 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15692 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15693 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15694 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15695 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15696 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15697 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15698 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15699 adjust gdb_compile invocations.
15700
15701 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15702
15703 * Makefile.in (abs_builddir): New.
15704 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15705 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15706 `$(abs_builddir)/site.exp'.
15707
15708 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15709
15710 * config/m68k-emc.exp, lib/emc-support.exp,
15711 gdb.trace/gdb_c_test.c: Delete.
15712 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15713 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15714 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15715 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15716 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15717 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15718 casing for m68k-*-elf.
15719
15720 2009-11-03 Pedro Alves <pedro@codesourcery.com>
15721
15722 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15723 * gdb.arch/i386-prologue.exp: Likewise.
15724 * gdb.arch/i386-unwind.exp: Likewise.
15725
15726 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15727
15728 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15729
15730 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15731
15732 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15733
15734 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15735
15736 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15737
15738 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15739
15740 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15741
15742 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15743
15744 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15745 * gdb.base/sepdebug2.c: New file.
15746
15747 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15748
15749 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15750 the modified warnings for catch syscall. Verify if GDB was compiled
15751 with support for lib expat, and choose which tests to run depending
15752 on this.
15753
15754 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15755
15756 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15757 that composite commands are parsed OK. And also test
15758 that breakpoint commands do work.
15759
15760 2009-10-23 Michael Snyder <msnyder@vmware.com>
15761
15762 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15763 to allow for new disassembly style.
15764
15765 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15766
15767 * gdb.asm/asm-source.exp: Adjust.
15768
15769 2009-10-22 Michael Snyder <msnyder@vmware.com>
15770
15771 * gdb.reverse/break-precsave.exp: New test.
15772 * gdb.reverse/consecutive-precsave.exp: Ditto.
15773 * gdb.reverse/finish-precsave.exp: Ditto.
15774 * gdb.reverse/i386-precsave.exp: Ditto.
15775 * gdb.reverse/machinestate-precsave.exp: Ditto.
15776 * gdb.reverse/sigall-precsave.exp: Ditto.
15777 * gdb.reverse/solilb-precsave.exp: Ditto.
15778 * gdb.reverse/step-precsave.exp: Ditto.
15779 * gdb.reverse/until-precsave.exp: Ditto.
15780 * gdb.reverse/watch-precsave.exp: Ditto.
15781
15782 2009-10-22 Michael Snyder <msnyder@vmware.com>
15783
15784 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15785 for gdb_expect. Adjust one test's expect strings for the new
15786 format of disassemble.
15787 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15788 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15789 gdb_test_multiple.
15790 * gdb.reverse/step-reverse.exp: Delete 'return'.
15791 * gdb.reverse/until-reverse.exp: Delete blank lines.
15792 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15793
15794 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15795
15796 * gdb.base/consecutive.exp: Adjust.
15797 * gdb.base/display.exp: Likewise.
15798 * gdb.base/pc-fp.exp: Likewise.
15799 * gdb.base/sigbpt.exp: Likewise.
15800
15801 2009-10-19 Michael Snyder <msnyder@vmware.com>
15802
15803 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15804 * gdb.reverse/finish-reverse.c: Ditto.
15805 * gdb.reverse/sigall-reverse.c: Ditto.
15806 * gdb.reverse/solib-reverse.c: Ditto.
15807 * gdb.reverse/step-reverse.c: Ditto.
15808 * gdb.reverse/watch-reverse.c: Ditto.
15809
15810 2009-10-19 Pedro Alves <pedro@codesourcery.com>
15811 Stan Shebs <stan@codesourcery.com>
15812
15813 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15814 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15815 "Executing new program".
15816 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15817 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15818 left listed after having been killed.
15819 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15820 * gdb.base/maint.exp: Adjust test.
15821
15822 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15823 * gdb.multi/Makefile.in: New.
15824 * gdb.multi/base.exp: New.
15825 * gdb.multi/goodbye.c: New.
15826 * gdb.multi/hangout.c: New.
15827 * gdb.multi/hello.c: New.
15828 * gdb.multi/bkpt-multi-exec.c: New.
15829 * gdb.multi/bkpt-multi-exec.exp: New.
15830 * gdb.multi/crashme.c: New.
15831
15832 2009-10-13 Tristan Gingold <gingold@adacore.com>
15833
15834 * gdb.base/sepdebug.exp: Check debug info are found.
15835
15836 2009-10-08 Pedro Alves <pedro@codesourcery.com>
15837
15838 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15839 bits.
15840
15841 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15842
15843 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15844
15845 2009-10-07 Joel Brobecker <brobecker@adacore.com>
15846
15847 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15848 of the comments.
15849
15850 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15851
15852 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15853 * gdb.base/annota3.exp: Idem.
15854 * gdb.base/maint.exp: Idem.
15855
15856 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15857
15858 * lib/gdb.exp (default_gdb_init): Set current value of match_max
15859 to default.
15860
15861 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15862
15863 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15864 mingw and cygwin targets.
15865
15866 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15867 Pedro Alves <pedro@codesourcery.com>
15868
15869 * lib/gdb.exp (gdb_compile): Avoid adding
15870 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15871
15872 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15873
15874 * gdb.base/shr1.c: Use %p in format string.
15875 * gdb.base/unload.c: Avoid warning in fprintf.
15876 * gdb.base/watchpoint-solib.c: Idem.
15877
15878 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15879
15880 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15881 long type.
15882 (test_unlink): Correct printf string.
15883 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15884 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15885
15886 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15887
15888 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15889 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15890 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15891
15892 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15893
15894 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15895 * gdb.objc/nondebug.exp: Likewise.
15896
15897 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15898
15899 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15900 target_info setting.
15901
15902 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15903 that detect new threads during "info threads".
15904
15905 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15906
15907 * gdb.threads/manythreads.c (main): Increase thread stack size
15908 to 2*PTHREAD_STACK_MIN.
15909 * gdb.threads/multi-create.c (main): Likewise.
15910 (create_function): Likewise.
15911
15912 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15913
15914 * gdb.base/dump.exp: Pass difference of pointer types instead
15915 of integer types as offset to restore in intarr3.srec case.
15916
15917 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15918
15919 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15920
15921 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15922
15923 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15924
15925 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
15926
15927 New test for two watchpoints, with disabling of
15928 the first inserted.
15929 * testsuite/gdb.base/watchpoints.c: New file.
15930 * testsuite/gdb.base/watchpoints.exp: New file.
15931
15932 2009-09-25 Tom Tromey <tromey@redhat.com>
15933
15934 * gdb.base/charset.exp: Test utf-16 strings with Python.
15935
15936 2009-09-25 Tom Tromey <tromey@redhat.com>
15937
15938 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15939 UCS-4.
15940 * gdb.base/charset.c (utf_32_string): Rename.
15941 (init_utf32): Rename.
15942 (main): Update.
15943
15944 2009-09-22 Tom Tromey <tromey@redhat.com>
15945
15946 * gdb.python/py-function.exp: Add regression tests.
15947
15948 2009-09-21 Keith Seitz <keiths@redhat.com>
15949
15950 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15951 with invalid operator.
15952
15953 2009-09-21 Keith Seitz <keiths@redhat.com>
15954
15955 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15956 and destructor using typedef name of class.
15957 * gdb.cp/classes.cc (class Base1): Add a destructor.
15958 (base1): New typedef.
15959 (use_methods): Instanitate an object of type base1.
15960 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15961 (do_tests): Call test_template_typedef.
15962 * gdb.cp/templates.cc (Baz::~Baz): New method.
15963 (intBazOne): New typedef.
15964 (main): Instantiate intBazOne.
15965
15966 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15967
15968 PR python/10633
15969
15970 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15971 Function.
15972 (run_lang_tests): Add print elements test.
15973
15974 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15975
15976 * gdb.python/py-value.exp (test_subscript_regression): New
15977 function. Test for invalid subscripts.
15978 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15979 (ptr_ref): New function.
15980
15981 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15982
15983 * gdb.base/default.exp: Fix "show convenience".
15984
15985 2009-09-15 Tom Tromey <tromey@redhat.com>
15986
15987 * lib/mi-support.exp (mi_create_varobj): Update.
15988 (mi_create_floating_varobj): Likewise.
15989 (mi_create_dynamic_varobj): New proc.
15990 (mi_varobj_update): Update.
15991 (mi_varobj_update_with_type_change): Likewise.
15992 (mi_varobj_update_kv_helper): New proc.
15993 (mi_varobj_update_dynamic_helper): Rewrite.
15994 (mi_varobj_update_dynamic): New proc.
15995 (mi_list_varobj_children): Update.
15996 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15997 * gdb.python/python-prettyprint.py (pp_outer): New class.
15998 (pp_nullstr): Likewise.
15999 (lookup_function): Register new printers.
16000 * gdb.python/python-prettyprint.c (struct substruct): New type.
16001 (struct outerstruct): Likewise.
16002 (substruct_test): New function.
16003 (struct nullstr): New type.
16004 (string_1, string_2): New globals.
16005 (main): Add new tests.
16006 * gdb.python/python-mi.exp: Added regression tests.
16007 * gdb.mi/mi2-var-display.exp: Update.
16008 * gdb.mi/mi2-var-cmd.exp: Update.
16009 * gdb.mi/mi2-var-child.exp: Update.
16010 * gdb.mi/mi2-var-block.exp: Update.
16011 * gdb.mi/mi-var-invalidate.exp: Update.
16012 * gdb.mi/mi-var-display.exp: Update.
16013 * gdb.mi/mi-var-cmd.exp: Update.
16014 * gdb.mi/mi-var-child.exp: Update.
16015 * gdb.mi/mi-var-block.exp: Update.
16016 * gdb.mi/mi-break.exp: Update.
16017 * gdb.mi/gdb701.exp: Update.
16018
16019 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
16020
16021 * Makefile.in: Inclusion of catch-syscall object.
16022 * gdb.base/catch-syscall.c: New file.
16023 * gdb.base/catch-syscall.exp: New file.
16024
16025 2009-09-12 Michael Snyder <msnyder@vmware.com>
16026
16027 * gdb.reverse/step-reverse.exp: Explicitly check for targets
16028 that can support reverse debuggnig.
16029
16030 2009-09-11 Tom Tromey <tromey@redhat.com>
16031
16032 * gdb.dwarf2/valop.S: New file.
16033 * gdb.dwarf2/valop.exp: New file.
16034
16035 2009-09-11 Mark Kettenis <kettenis@gnu.org>
16036
16037 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
16038
16039 2009-09-10 Doug Evans <dje@google.com>
16040
16041 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
16042 Add $gdb_prompt to second breakpoint regexp.
16043
16044 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
16045
16046 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
16047 names, add missing ones.
16048 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
16049 * gdb.python/py-frame.c: Rename from python-frame.c.
16050 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
16051 testfile name.
16052 * gdb.python/py-function.exp: Rename from python-function.exp.
16053 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
16054 testfile name.
16055 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
16056 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
16057 Adjust testfile name.
16058 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
16059 * gdb.python/py-template.cc: Rename from python-template.cc.
16060 * gdb.python/py-template.exp: Rename from python-template.exp.
16061 Adjust testfile name.
16062 * gdb.python/py-value.c: Rename from python-value.c.
16063 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
16064 testfile name.
16065
16066 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16067
16068 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
16069 $bpt2address.
16070 (Second breakpoint address is valid on ia64)
16071 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
16072
16073 2009-09-03 Joseph Myers <joseph@codesourcery.com>
16074
16075 * gdb.base/ending-run.exp: Restrict regular expression matching
16076 line number to require closing brace following.
16077
16078 2009-09-03 Doug Evans <dje@google.com>
16079
16080 * gdb.base/store.exp (check_set): Fix typo in expected value message.
16081
16082 2009-09-02 Tom Tromey <tromey@redhat.com>
16083
16084 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
16085
16086 2009-09-02 Tom Tromey <tromey@redhat.com>
16087
16088 * gdb.dwarf2/callframecfa.exp: New file.
16089 * gdb.dwarf2/callframecfa.S: New file.
16090
16091 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16092
16093 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
16094 gdb.base/solib-overlap-main.c: New.
16095
16096 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
16097
16098 PR gdb/10565
16099
16100 * gdb.base/bitfields.c (struct container, container): New.
16101 (main): Initialize it and call break5.
16102 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
16103
16104 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16105
16106 Support constant DW_AT_data_member_location by GCC PR debug/40659.
16107 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
16108
16109 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16110
16111 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
16112
16113 2009-08-26 Michael Snyder <msnyder@vmware.com>
16114
16115 * gdb.base/i386-reverse.c: New file.
16116 * gdb.base/i386-reverse.exp: New file.
16117 * gdb.base/Makefile.in: Add new files to be removed.
16118
16119 2009-08-26 Joseph Myers <joseph@codesourcery.com>
16120
16121 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
16122 environment-pwd for remote host.
16123 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
16124
16125 2009-08-24 Keith Seitz <keiths@redhat.com>
16126
16127 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
16128 Add two new C++ completer tests which limit the output to a
16129 given class.
16130
16131 2009-08-24 Michael Snyder <msnyder@vmware.com>
16132
16133 * gdb.base/del.exp: Fix typo in comment.
16134 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
16135
16136 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16137
16138 * configure: Regenerate.
16139 * gdb.hp/configure: Likewise.
16140 * gdb.hp/gdb.aCC/configure: Likewise.
16141 * gdb.hp/gdb.base-hp/configure: Likewise.
16142 * gdb.hp/gdb.compat/configure: Likewise.
16143 * gdb.hp/gdb.defects/configure: Likewise.
16144 * gdb.hp/gdb.objdbg/configure: Likewise.
16145 * gdb.stabs/configure: Likewise.
16146
16147 2009-08-19 Doug Evans <dje@google.com>
16148
16149 * gdb.base/gdbvars.c: New file.
16150 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
16151
16152 2009-08-14 Pedro Alves <pedro@codesourcery.com>
16153
16154 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16155 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
16156
16157 2009-08-13 Pedro Alves <pedro@codesourcery.com>
16158
16159 * gdb.base/default.exp: Adjust "set language test": it's now an
16160 enum command. Larger help string moved to "help set language".
16161 * gdb.base/help.exp: Adjust "help set language" expected output,
16162 now lists all known languages.
16163
16164 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
16165
16166 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
16167 all frame arguments.
16168 * gdb.arch/altivec-regs.exp: Likewise.
16169
16170 2009-08-07 Tom Tromey <tromey@redhat.com>
16171
16172 * gdb.base/setshow.exp: Add tests for changes to set language, set
16173 check range, and set check type.
16174
16175 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
16176
16177 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
16178 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
16179 Call it.
16180
16181 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16182
16183 * configure.ac: Run gdb.cell tests when appropriate.
16184 * configure: Regenerate.
16185 * lib/cell.exp: New file.
16186 * gdb.cell: New directory.
16187 * gdb.cell/configure.ac: New file.
16188 * gdb.cell/configure: New file.
16189 * gdb.cell/Makefile.in: New file.
16190 * gdb.cell/arch.exp: New file.
16191 * gdb.cell/break.c: New file.
16192 * gdb.cell/break.exp: New file.
16193 * gdb.cell/break-spu.c: New file.
16194 * gdb.cell/bt.c: New file.
16195 * gdb.cell/bt2-spu.c: New file.
16196 * gdb.cell/bt-spu.c: New file.
16197 * gdb.cell/bt.exp: New file.
16198 * gdb.cell/coremaker.c: New file.
16199 * gdb.cell/coremaker-spu.c: New file.
16200 * gdb.cell/core.exp: New file.
16201 * gdb.cell/gcore.exp: New file.
16202 * gdb.cell/data.c: New file.
16203 * gdb.cell/data.exp: New file.
16204 * gdb.cell/data-spu.c: New file.
16205 * gdb.cell/ea-cache.exp: New file.
16206 * gdb.cell/ea-cache.c: New file.
16207 * gdb.cell/ea-cache-spu.c: New file.
16208 * gdb.cell/ea-standalone.c: New file.
16209 * gdb.cell/ea-standalone.exp: New file.
16210 * gdb.cell/ea-test.c: New file.
16211 * gdb.cell/ea-test.exp: New file.
16212 * gdb.cell/f-regs.exp: New file.
16213 * gdb.cell/mem-access.c: New file.
16214 * gdb.cell/mem-access.exp: New file.
16215 * gdb.cell/mem-access-spu.c: New file.
16216 * gdb.cell/ptype.exp: New file.
16217 * gdb.cell/registers.exp: New file.
16218 * gdb.cell/size.c: New file.
16219 * gdb.cell/sizeof.exp: New file.
16220 * gdb.cell/size-spu.c: New file.
16221 * gdb.cell/solib.exp: New file.
16222 * gdb.cell/solib-symbol.exp: New file.
16223
16224 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16225
16226 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
16227
16228 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
16229
16230 * gdb.base/float.exp: Handle VFP registers.
16231
16232 2009-07-14 Michael Snyder <msnyder@vmware.com>
16233
16234 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
16235 to bring gdb to the beginning of the calling line.
16236
16237 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
16238 confusing the i386 epilogue unwinder.
16239
16240 2009-07-14 Stan Shebs <stan@codesourcery.com>
16241
16242 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
16243
16244 2009-07-14 Michael Snyder <msnyder@vmware.com>
16245
16246 * gdb.reverse/step-reverse.exp (stepi into function call):
16247 Call instruction may not be first instruction in the line.
16248 (reverse stepi from a function call): Used wrong line number.
16249
16250 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16251
16252 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
16253
16254 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16255
16256 Fix gdb.base/macscp.exp when using custom inputrc.
16257 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
16258 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
16259 env(TERM) set.
16260 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
16261 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
16262
16263 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16264
16265 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
16266 * gdb.base/annota1.exp (thread_test): Import global $testfile.
16267 Change the compilation target to match the testcase name.
16268 * gdb.base/sect-cmd.exp: Change the compilation target to match the
16269 testcase name.
16270 * a2-run.exp: Use for setup prepare_for_testing. Change the
16271 compilation target to match the testcase name.
16272 * gdb.base/commands.exp: Likewise.
16273 * gdb.base/finish.exp: Likewise.
16274 * gdb.base/float.exp: Likewise.
16275 * gdb.base/info-target.exp: Likewise.
16276 * gdb.base/relational.exp: Likewise.
16277 * gdb.base/term.exp: Likewise.
16278 * gdb.base/until.exp: Likewise.
16279 * gdb.base/volatile.exp: Likewise.
16280 * gdb.base/whatis-exp.exp: Likewise.
16281
16282 2009-07-11 Hui Zhu <teawater@gmail.com>
16283
16284 * gdb.base/help.exp (disassemble): Update expected help text.
16285
16286 2009-07-09 Tom Tromey <tromey@redhat.com>
16287
16288 * lib/gdb.exp: Handle TRANSCRIPT.
16289 (remote_spawn, remote_close, send_gdb): New procs.
16290
16291 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
16292
16293 * gdb.python/python-prettyprint.c: Add counted null string
16294 structure.
16295 * gdb.python/python-prettyprint.exp: Print null string. Test for
16296 embedded nulls.
16297 * gdb.python/python-prettyprint.py (pp_ns): New Function.
16298 * gdb.python/python-value.exp (test_value_in_inferior): Add
16299 variable length string fetch tests.
16300 * gdb.python/python-value.c (main): Add strings for string fetch tests.
16301
16302 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16303
16304 * gdb.base/dump.exp (inaccessible memory is reported): New test.
16305
16306 2009-07-07 Tom Tromey <tromey@redhat.com>
16307
16308 * gdb.base/call-rt-st.exp: Update for change to escape output.
16309 * gdb.base/callfuncs.exp: Likewise.
16310 * gdb.base/charset.exp: Likewise.
16311 * gdb.base/constvars.exp: Likewise.
16312 * gdb.base/long_long.exp: Likewise.
16313 * gdb.base/pointers.exp: Likewise.
16314 * gdb.base/printcmds.exp: Likewise.
16315 * gdb.base/setvar.exp: Likewise.
16316 * gdb.base/store.exp: Likewise.
16317 * gdb.cp/ref-types.exp: Likewise.
16318 * gdb.mi/mi-var-child.exp: Likewise.
16319 * gdb.mi/mi-var-display.exp: Likewise.
16320 * gdb.mi/mi2-var-display.exp: Likewise.
16321 * gdb.base/charset.exp: Test octal escape sequence length.
16322 Update for change to escape output.
16323
16324 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16325
16326 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
16327
16328 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
16329
16330 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
16331
16332 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16333
16334 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
16335 gdbserver increasing $portnum if "Can't bind address" has been seen.
16336
16337 2009-07-05 Pedro Alves <pedro@codesourcery.com>
16338
16339 * gdb.base/ending-run.exp: Add "step out of main" pattern for
16340 mingw32ce.
16341
16342 2009-07-05 Pedro Alves <pedro@codesourcery.com>
16343
16344 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
16345 VFP format.
16346
16347 2009-07-02 Pedro Alves <pedro@codesourcery.com>
16348
16349 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
16350 linux. Adjust to use "inferior", "info inferiors", "detach
16351 inferior" and "kill inferior" instead of "restart", "info fork",
16352 "detach fork" and "delete fork".
16353 * gdb.base/ending-run.exp: Spell out "info".
16354 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
16355 the "kill" command.
16356
16357 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16358
16359 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
16360 change to prefix TLS offset in hex with 0x.
16361
16362 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16363
16364 * gdb.base/default.exp: Update test case for "x" changes.
16365
16366 2009-07-01 Tristan Gingold <gingold@adacore.com>
16367
16368 * gdb.base/bigcore.exp: Make darwin untested.
16369
16370 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16371
16372 * gdb.base/completion.exp (directory completion): Create the directory.
16373 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
16374 escapeuniquesub.
16375 (directory completion 2): Expect now ${escapeuniquesub}.
16376 (Glob remaining of directory test): Remove one excessive newline.
16377 Expect the real output.
16378
16379 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16380
16381 Fix `make check//%' target after `make check' has been ran.
16382 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
16383 a mkdir call.
16384 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
16385 (%/.dir): Remove.
16386
16387 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16388
16389 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
16390 the expected result record.
16391
16392 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16393
16394 Remove racy FAILs relying just on the timeouts.
16395 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
16396 (annotation_level 2): Remove racy FAILs.
16397
16398 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
16399
16400 gdb/10275
16401 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
16402
16403 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
16404
16405 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
16406
16407 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
16408
16409 * gdb.mi/mi-stack.exp: Testing symbolic options
16410 to -stack-list-locals and -stack-list-arguments.
16411
16412 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16413
16414 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
16415
16416 2009-06-29 Tom Tromey <tromey@redhat.com>
16417
16418 * dg-extract-results.sh: New file.
16419 * Makefile.in (FORCE_PARALLEL): New variable.
16420 (CHECK_TARGET): New conditional variable.
16421 (check): Use CHECK_TARGET.
16422 (DO_RUNTEST): New variable.
16423 (check-single): New target.
16424 (TEST_DIRS): New variable.
16425 (TEST_TARGETS): Likewise.
16426 (check-parallel): New target.
16427 (check-gdb.%): New pattern.
16428 (BASE1_FILES): New variable.
16429 (BASE2_FILES): Likewise.
16430 (check-gdb.base%): New pattern.
16431 (%/.dir): New pattern.
16432 * configure: Rebuild.
16433 * aclocal.m4 (AM_CONDITIONAL): New defun.
16434 * configure.ac: Check whether user is using GNU make.
16435 (GMAKE): New conditional.
16436
16437 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
16438
16439 * gdb.cp/namespace-nested-import.cc: New test.
16440 * gdb.cp/namespace-nested-import.exp: New test.
16441
16442 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
16443
16444 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
16445 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
16446 * gdb.opt/Makefile.in (EXECUTABLES): Update.
16447 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
16448 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
16449 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
16450 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
16451 gdb.opt/inline-markers.c: New files.
16452 * lib/gdb.exp (skip_inline_frame_tests): New function.
16453 (skip_inline_var_tests): New function.
16454
16455 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
16456
16457 * gdb.cp/exception.exp: Don't require $hex before inner frame in
16458 backtrace.
16459
16460 2009-06-27 Michael Snyder <msnyder@vmware.com>
16461
16462 * gdb.reverse: New directory.
16463 * gdb.reverse/break-reverse.c: New test.
16464 * gdb.reverse/break-reverse.exp: New test.
16465 * gdb.reverse/consecutive-reverse.c: New test.
16466 * gdb.reverse/consecutive-reverse.exp: New test.
16467 * gdb.reverse/finish-reverse.c: New test.
16468 * gdb.reverse/finish-reverse.exp: New test.
16469 * gdb.reverse/machinestate.c: New test.
16470 * gdb.reverse/ms1.c: New test.
16471 * gdb.reverse/machinestate.exp: New test.
16472 * gdb.reverse/Makefile.in: New file.
16473 * gdb.reverse/shr2.c: New test.
16474 * gdb.reverse/solib-reverse.c: New test.
16475 * gdb.reverse/solib-reverse.exp: New test.
16476 * gdb.reverse/step-reverse.c: New test.
16477 * gdb.reverse/step-reverse.exp: New test.
16478 * gdb.reverse/until-reverse.c: New test.
16479 * gdb.reverse/ur1.c: New test.
16480 * gdb.reverse/until-reverse.exp: New test.
16481 * gdb.reverse/watch-reverse.c: New test.
16482 * gdb.reverse/watch-reverse.exp: New test.
16483 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
16484 * configure: Regenerate.
16485
16486 2009-06-26 Doug Evans <dje@google.com>
16487
16488 * gdb.base/psymtab.exp: Turn off pending breakpoints.
16489
16490 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
16491
16492 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
16493 windows problem for 'file delete $binfile'.
16494
16495 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
16496
16497 * gdb.cp/namespace-using.exp: New test.
16498 * gdb.cp/namespace-using.cc: New test.
16499
16500 2009-05-20 Joel Brobecker <brobecker@adacore.com>
16501
16502 * gdb.ada/variant_record_packed_array: New testcase.
16503
16504 2009-06-23 Tom Tromey <tromey@redhat.com>
16505
16506 * gdb.base/charset.exp (test_combination): Regression test.
16507 * gdb.base/charset.c (my_wchar_t): New typedef.
16508 (myvar): New global.
16509 (main): Set myvar.
16510
16511 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
16512
16513 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
16514 target.
16515
16516 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16517
16518 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
16519
16520 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16521
16522 * gdb.mi/gdb680.exp: Update test for error message.
16523
16524 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16525
16526 * gdb.base/annota1.exp: Allow multiple occurrences of the
16527 frames-invalid annotation.
16528 * gdb.cp/annota2.exp: Likewise.
16529
16530 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
16531
16532 * gdb.cp/gdb2495.cc: New file.
16533 * gdb.cp/gdb2495.exp: New file.
16534
16535 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16536
16537 Report error on GDB crash during runto.
16538 * lib/gdb.exp (runto <eof>): New.
16539
16540 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
16541
16542 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
16543 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
16544 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
16545 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
16546 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
16547 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
16548 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
16549 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
16550 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
16551 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
16552 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
16553 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
16554 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16555 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
16556 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
16557 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
16558 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
16559 gdb.server/server-mon.exp, gdb.server/server-run.exp,
16560 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16561 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16562 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
16563 gdb.trace/passcount.exp, gdb.trace/report.exp,
16564 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
16565 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
16566 gdb.trace/while-stepping.exp: Use a unique name for the compiled
16567 executable.
16568
16569 2009-06-07 Pedro Alves <pedro@codesourcery.com>
16570
16571 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
16572 defined before referencing it.
16573
16574 2009-06-03 Doug Evans <dje@google.com>
16575
16576 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
16577 * gdb.arch/i386-see.c: Ditto.
16578
16579 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
16580
16581 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
16582 (check_macro): Return 1 if undefined.
16583 If first test fails, check if macro debug information is available,
16584 and report unsupported test if no macro information is found.
16585
16586 2009-05-29 Doug Evans <dje@google.com>
16587
16588 * gdb.threads/hand-call-in-threads.exp: New.
16589 * gdb.threads/hand-call-in-threads.c: New.
16590
16591 2009-05-29 Michael Snyder <msnyder@vmware.com>
16592
16593 * gdb.base/break-always.exp: Change "1" to "on".
16594 Add confirmation check.
16595
16596 2009-05-28 Pedro Alves <pedro@codesourcery.com>
16597
16598 * gdb.threads/threxit-hop-specific.c: New.
16599 * gdb.threads/threxit-hop-specific.exp: New.
16600 * gdb.threads/thread-execl.c: New.
16601 * gdb.threads/thread-execl.exp: New.
16602
16603 2009-05-27 Tom Tromey <tromey@redhat.com>
16604 Thiago Jung Bauermann <bauerman@br.ibm.com>
16605
16606 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
16607 (mi_child_regexp): Likewise.
16608 (mi_list_varobj_children_range): Likewise.
16609 (mi_get_features): Likewise.
16610 (mi_list_varobj_children): Rewrite.
16611 * gdb.python/python-mi.exp: New file.
16612
16613 2009-05-27 Tom Tromey <tromey@redhat.com>
16614 Thiago Jung Bauermann <bauerman@br.ibm.com>
16615 Phil Muldoon <pmuldoon@redhat.com>
16616 Paul Pluzhnikov <ppluzhnikov@google.com>
16617
16618 * gdb.python/python-prettyprint.exp: New file.
16619 * gdb.python/python-prettyprint.c: New file.
16620 * gdb.python/python-prettyprint.py: New file.
16621 * gdb.base/display.exp: print/r is now valid.
16622
16623 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
16624 Tom Tromey <tromey@redhat.com>
16625 Pedro Alves <pedro@codesourcery.com>
16626 Paul Pluzhnikov <ppluzhnikov@google.com>
16627
16628 * gdb.python/python-template.exp: New file.
16629 * gdb.python/python-template.cc: New file.
16630 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16631 tests.
16632 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16633 Call it.
16634 (test_value_after_death): New proc.
16635 * gdb.python/python-value.c (PTR): New typedef.
16636 (main): New variable 'x'.
16637
16638 2009-05-27 Tom Tromey <tromey@redhat.com>
16639
16640 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16641 tests.
16642 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16643 Call it.
16644
16645 2009-05-27 Pedro Alves <pedro@codesourcery.com>
16646
16647 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16648
16649 2009-05-24 Pedro Alves <pedro@codesourcery.com>
16650
16651 * gdb.threads/fork-thread-pending.c: New.
16652 * gdb.threads/fork-thread-pending.exp: New.
16653
16654 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16655
16656 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16657 * gdb.dwarf2/dw2-strp.S (a_string2): New.
16658
16659 2009-05-18 Jon Beniston <jon@beniston.com>
16660
16661 * gdb.asm/asm-source.exp: Add lm32 target.
16662
16663 2009-05-17 Pedro Alves <pedro@codesourcery.com>
16664
16665 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16666 `gdb_get_line_number'. Call `callee' in both parent and child.
16667 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16668 `gdb_get_line_number' instead of hardcoding line numbers.
16669 (catch_fork_unpatch_child): New procedure to test detaching
16670 breakpoints from child fork.
16671 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16672 hardcoding line numbers.
16673 (do_fork_tests): Run `catch_fork_unpatch_child'.
16674
16675 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16676
16677 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16678 of structure type enters or leaves the scope, it
16679 is reported by -var-update.
16680
16681 2009-05-11 Doug Evans <dje@sebabeach.org>
16682
16683 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16684 * gdb.threads/pending-step.c (main): Fix off-by-one error.
16685 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16686
16687 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16688
16689 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16690
16691 2009-04-30 Doug Evans <dje@google.com>
16692
16693 * gdb.threads/watchthreads2.exp: New testcase.
16694 * gdb.threads/watchthreads2.c: New testcase.
16695
16696 2009-04-29 Doug Evans <dje@google.com>
16697
16698 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16699 * gdb.cp/mb-ctor.cc: Ditto.
16700 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16701 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16702 * gdb.cp/mb-inline1.cc: Call it.
16703 * gdb.cp/mb-inline2.cc: Ditto.
16704 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16705 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16706
16707 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16708
16709 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16710 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16711 Replace all uses of `decimal' by `nonzero'.
16712 (info macro FROM_COMMANDLINE): New test.
16713
16714 2009-04-27 Tom Tromey <tromey@redhat.com>
16715
16716 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16717
16718 2009-04-27 Doug Evans <dje@google.com>
16719
16720 * gdb.threads/watchthreads.c (main): Initialize args before starting
16721 the threads. Plus formatting cleanup.
16722 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16723 biased scheduling of one thread.
16724
16725 2009-04-27 Jerome Guitton <guitton@adacore.com>
16726
16727 * gdb.cp/templates.cc (GetMax): New template.
16728 (main): Declare two instances of GetMax.
16729 * gdb.cp/templates.exp: Add new test.
16730
16731 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16732
16733 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16734
16735 2009-04-22 Joseph Myers <joseph@codesourcery.com>
16736
16737 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16738
16739 2009-04-15 Tom Tromey <tromey@redhat.com>
16740
16741 * gdb.base/charset.exp: Add regression test.
16742
16743 2009-04-14 Joel Brobecker <brobecker@adacore.com>
16744
16745 * gdb.base/exe-lock.exp: New testcase.
16746
16747 2009-04-13 Tom Tromey <tromey@redhat.com>
16748
16749 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16750 operator on Frame.
16751
16752 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16753
16754 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16755 * gdb.server/ext-attach.exp: Likewise.
16756
16757 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16758
16759 Eliminate some sleep usage.
16760
16761 * gdb.mi/basics.c (do_nothing): New.
16762 (main): Use do_nothing instead of printf, so that
16763 not to introduce race condition between output of
16764 inferiour and output of gdb. Do not use sleep as it
16765 is not generally available on embedded targets.
16766
16767 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16768
16769 * gdb.server/ext-attach.exp: Expect an optional process id after
16770 "Detached from remote process".
16771
16772 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16773
16774 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16775 gdb.dwarf2/dw2-unresolved.exp: New.
16776
16777 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16778
16779 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16780 mi_run_to_main.
16781
16782 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16783
16784 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16785 mi_run_to_main. Skip thread exit test on remote targets.
16786 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16787 mi_run_to_main.
16788 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16789 mi_run_to_main.
16790 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16791 when expecting ^connected. Detect when the target doesn't support
16792 non-stop mode.
16793 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16794 supported. Return -1 on error, 0 on success.
16795 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16796 (mi_runto): Return mi_runto_helper's result explicitly.
16797
16798 2009-04-01 Pedro Alves <pedro@codesourcery.com>
16799
16800 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16801
16802 2009-04-01 Tom Tromey <tromey@redhat.com>
16803
16804 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16805 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16806 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16807 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16808
16809 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16810 Jan Kratochvil <jan.kratochvil@redhat.com>
16811
16812 PR gdb/931
16813 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16814 output.
16815 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16816 for gdb/931.
16817 * dw2-strp.S (DW_AT_language): Change to C++.
16818 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16819
16820 2009-03-31 Joel Brobecker <brobecker@adacore.com>
16821
16822 * gdb.ada/tasks: New testcase.
16823
16824 2009-03-30 Stan Shebs <stan@codesourcery.com>
16825
16826 * gdb.trace/actions.exp: Update to match new info trace format.
16827 * gdb.trace/deltrace.exp: Ditto.
16828 * gdb.trace/infotrace.exp: Ditto.
16829 * gdb.trace/passcount.exp: Ditto.
16830 * gdb.trace/save-trace.exp: Ditto.
16831 * gdb.trace/while-stepping.exp: Ditto.
16832 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16833
16834 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16835
16836 * gdb.python/python-frame.c: New file.
16837 * gdb.python/python-frame.exp: New file.
16838
16839 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16840
16841 * gdb.python/python-value.exp: Add tests for the address
16842 attribute.
16843
16844 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16845
16846 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16847
16848 2009-03-26 Doug Evans <dje@google.com>
16849
16850 * gdb.mi/mi-nonstop-exit.exp: New file.
16851 * gdb.mi/non-stop-exit.c: New file.
16852
16853 2009-03-26 Tom Tromey <tromey@redhat.com>
16854
16855 Update for change to prologue skipping:
16856 * gdb.mi/mi2-simplerun.exp: Update.
16857 * gdb.mi/mi2-break.exp: Update.
16858 * gdb.mi/mi-simplerun.exp: Update.
16859 * gdb.mi/mi-break.exp: Update.
16860 * gdb.base/ending-run.exp: Update.
16861
16862 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16863
16864 * gdb.python/python-value.exp (test_value_in_inferior): Test
16865 gdb.Value.is_optimized_out attribute.
16866
16867 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16868
16869 * gdb.dwarf2/dw2-noloc-main.c: New file.
16870 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16871 (.text): Remove.
16872 (.data): New.
16873 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16874 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16875 (DW_TAG_subprogram func_cu1, noloc): Remove.
16876 (main): New.
16877 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16878 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16879 (file_symbols): New procedure.
16880
16881 2009-03-25 Tom Tromey <tromey@redhat.com>
16882
16883 * gdb.base/charset.exp (valid_target_charset): New proc.
16884 Use it to skip tests on invalid charsets.
16885
16886 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16887
16888 * gdb.base/completion.exp: Add a test for directory completion.
16889
16890 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16891
16892 Fix a racy FAIL.
16893 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16894 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16895
16896 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16897
16898 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16899 * gdb.python/python-function.exp: Add test for function returning
16900 a GDB value.
16901
16902 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16903
16904 * gdb.python/python-function.exp: New file.
16905
16906 2009-03-20 Tom Tromey <tromey@redhat.com>
16907
16908 * gdb.base/store.exp: Update for change to escape output.
16909 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16910 to escape output.
16911 * gdb.base/pointers.exp: Update for change to escape output.
16912 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16913 to escape output.
16914 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16915 escape output.
16916 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16917 to escape output.
16918 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16919 escape output.
16920 * gdb.base/setvar.exp: Update for change to escape output.
16921 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16922 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16923 to escape output.
16924 (test_print_string_constants): Likewise.
16925 * gdb.base/charset.exp (valid_host_charset): Check size of
16926 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16927 cases. Handle "auto"-related output.
16928 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16929 (uvar, Uvar): New globals.
16930
16931 2009-03-19 Jerome Guitton <guitton@adacore.com>
16932
16933 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16934 deltas.
16935 * gdb.ada/fixed_points.exp: Ditto.
16936
16937 2009-03-18 Pedro Alves <pedro@codesourcery.com>
16938
16939 * return-nodebug.c: Don't include stdio.h.
16940 (init): Delete.
16941 (func): Delete definition and provide extern declaration.
16942 (t): New.
16943 (main): Don't call printf. Call func and store its result in t.
16944 * return-nodebug1.c: New.
16945 * return-nodebug.exp: Don't expect stdio output. Instead, print
16946 the global variable t. Drop printf formatters and cast types from
16947 foreach loop. Don't use prepare_for_testing. Compile
16948 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16949 define FORMAT or CAST.
16950
16951 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16952
16953 * gdb.base/solib-display.exp: Disable test for remote targers.
16954
16955 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16956
16957 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16958
16959 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16960
16961 Fix a racy FAIL.
16962 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16963 code from `follow parent, print pids'.
16964 (`follow child, print pids', `follow parent, print pids'): Call it.
16965 Replace `gdb_test "break..."' by gdb_breakpoint.
16966
16967 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16968
16969 * gdb.mi/mi-cli.exp: Adjust for output difference in
16970 sync and async modes.
16971
16972 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16973
16974 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16975 that was checked in by mistake. Remove loading of ada.exp, since
16976 this is not necessary in this case.
16977
16978 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16979
16980 * gdb.ada/ptype_arith_binop.exp: New testcase.
16981
16982 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16983
16984 * gdb.ada/mod_from_name: New testcase.
16985
16986 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16987
16988 * gdb.ada/tick_last_segv: New testcase.
16989
16990 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16991
16992 * gdb.mi/mi-cli.exp: Remove debug print.
16993
16994 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16995
16996 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16997 include the token in ^running and frame info in *stopped.
16998
16999 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17000
17001 * solib-display.exp: New file.
17002 * solib-display-main.c: New file.
17003 * solib-display-lib.c: New file.
17004
17005 2009-03-05 Pedro Alves <pedro@codesourcery.com>
17006
17007 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
17008
17009 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17010
17011 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
17012 (list_and_check_macro): Use more specific test name.
17013 (next to definition): Make the test names unique.
17014
17015 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
17016
17017 * gdb.pascal/floats.exp: Accept approximate results everywhere.
17018
17019 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
17020
17021 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
17022 notifications.
17023 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
17024 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
17025 * lib/mi-support.exp (library_loaded_re): New.
17026 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
17027
17028 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
17029
17030 * gdb.gdb/observer.exp: Use test_notification observer, not
17031 normal_stop, everywhere.
17032 (test_normal_stop_notifications): Rename to...
17033 (test_notifications): ...this.
17034 (test_observer_normal_stop): Rename to...
17035 (test_observer): ...this.
17036
17037 2009-02-16 Doug Evans <dje@google.com>
17038
17039 * gdb.arch/amd64-disp-step.S (test_int3): New test.
17040 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
17041 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
17042 (test_prefixed_syscall,test_int3): New tests.
17043 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
17044 (test_prefixed_syscall,test_int3): New tests.
17045
17046 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
17047
17048 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
17049 (mi_expect_interrupt): Likewise.
17050 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
17051 response.
17052
17053 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
17054
17055 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
17056 * gdb.base/pc-fp.exp (get_valueofx): Remove.
17057 Replace calls to get_valueofx by get_hexadecimal_valueof.
17058
17059 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
17060
17061 * lib/gdb.exp (get_valueof): Accept anything as a return value.
17062 (get_integer_valueof): New procedure.
17063 (get_sizeof): Use new get_integer_value_of.
17064 * gdb.base/sizeof.exp: Replace all uses of get_valueof
17065 by get_integer_valueof.
17066
17067 2009-02-13 Tom Tromey <tromey@redhat.com>
17068
17069 * gdb.base/remote.exp (get_sizeof): Remove.
17070 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
17071 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
17072 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
17073 * lib/gdb.exp (get_valueof): Move from long_long.exp.
17074 (get_sizeof): Likewise.
17075
17076 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17077
17078 PR fortran/9806
17079 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
17080
17081 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17082
17083 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
17084
17085 2009-02-06 Pedro Alves <pedro@codesourcery.com>
17086
17087 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
17088
17089 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17090
17091 * gdb.python/python-cmd.exp: New file.
17092
17093 2009-02-06 Tristan Gingold <gingold@adacore.com>
17094
17095 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
17096
17097 2009-02-05 Tristan Gingold <gingold@adacore.com>
17098
17099 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
17100 pointer is dereferenced and use this signal name in regexp.
17101 * gdb.base/signull.exp: Ditto.
17102 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
17103 * gdb.base/signull.c (main): Ditto.
17104
17105 2009-02-04 Tom Tromey <tromey@redhat.com>
17106 Thiago Jung Bauermann <bauerman@br.ibm.com>
17107
17108 * gdb.python/python-value.exp: Use `gdb.history' instead of
17109 `gdb.value_from_history'.
17110 (test_value_numeric_ops): Add test for conversion of enum constant.
17111 * gdb.python/python-value.c (enum e): New type.
17112 (evalue): New global.
17113 (main): Use argv.
17114
17115 2009-02-04 Jerome Guitton <guitton@adacore.com>
17116
17117 * gdb.ada/uninitialized_vars: New test program.
17118 * gdb.ada/uninitialized_vars.exp: New testcase.
17119
17120 2009-02-02 Tom Tromey <tromey@redhat.com>
17121
17122 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
17123 * gdb.cp/pr2489.cc: Rename...
17124 * gdb.cp/pr9594.cc: ... to this.
17125
17126 2009-02-02 Tom Tromey <tromey@redhat.com>
17127
17128 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
17129 * gdb.cp/pr2489.cc: New file.
17130 * gdb.cp/cpcompletion.exp: New file.
17131
17132 2009-02-02 Tom Tromey <tromey@redhat.com>
17133
17134 PR exp/9059:
17135 * gdb.cp/call-c.exp: Add regression test.
17136 * gdb.cp/call-c.cc (FooHandle): New typedef.
17137 (main): New variable 'handle'.
17138
17139 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
17140
17141 * lib/mi-support.exp (et_mi_thread_list)
17142 (check_mi_and_console_threads): Adjust for current thread in
17143 -thread-list-ids output.
17144
17145 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
17146
17147 * gdb.mi/mi-break.exp (test_disabled_creation): New.
17148 Call it.
17149
17150 2009-01-28 Doug Evans <dje@google.com>
17151
17152 * gdb.arch/amd64-disp-step.S: New file.
17153 * gdb.arch/amd64-disp-step.exp: New file.
17154 * gdb.arch/i386-disp-step.S: New file.
17155 * gdb.arch/i386-disp-step.exp: New file.
17156
17157 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
17158
17159 * gdb.base/find.exp: Set newline variable
17160 using quotes instead of braces to fix cygwin failures.
17161
17162 2009-01-23 Pedro Alves <pedro@codesourcery.com>
17163
17164 * gdb.base/radix.exp: Add tests to ensure that that set
17165 input-radix 0 and set output-radix 0 are really rejected.
17166
17167 2009-01-23 Pedro Alves <pedro@codesourcery.com>
17168
17169 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
17170 copyright years.
17171
17172 2009-01-23 Pedro Alves <pedro@codesourcery.com>
17173
17174 PR gdb/9664:
17175 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
17176
17177 2009-01-22 Pedro Alves <pedro@codesourcery.com>
17178
17179 PR c++/9631:
17180 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
17181
17182 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
17183
17184 * gdb.server/file-transfer.exp: Use EXEEXT variable for
17185 binfile definition to fix Windows OS failure.
17186
17187 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17188
17189 PR gdb/9346
17190 * gdb.base/interrupt.c (sigint_handler): New.
17191 (main): Install a SIGINT handler if SIGNALS is defined. Exit
17192 on error.
17193 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
17194 Test "signal SIGINT".
17195
17196 2009-01-19 Doug Evans <dje@google.com>
17197
17198 * gdb.base/break.exp: Update expected gdb output.
17199 * gdb.base/sepdebug.exp: Ditto.
17200 * gdb.mi/mi-syn-frame.exp: Ditto.
17201 * gdb.mi/mi2-syn-frame.exp: Ditto.
17202 * gdb.base/call-signal-resume.exp: New file.
17203 * gdb.base/call-signals.c: New file.
17204 * gdb.base/unwindonsignal.exp: New file.
17205 * gdb.base/unwindonsignal.c: New file.
17206 * gdb.threads/interrupted-hand-call.exp: New file.
17207 * gdb.threads/interrupted-hand-call.c: New file.
17208 * gdb.threads/thread-unwindonsignal.exp: New file.
17209
17210 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
17211
17212 * gdb.base/define.exp: Test defining and hooking prefix commands.
17213 * gdb.python/python.exp: Update test for "show user" output.
17214
17215 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17216
17217 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
17218 now the output exactly, using less wildcards. Expect also the output
17219 of gfortran-4.3. Update for the f-valprint.c modification from
17220 2008-04-22.
17221 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
17222 Remove gdb_test test names where matching the command.
17223
17224 2009-01-01 Pedro Alves <pedro@codesourcery.com>
17225
17226 PR breakpoints/9681:
17227 * gdb.base/watchpoint.exp: Add regression test.
17228
17229 2008-12-31 Pedro Alves <pedro@codesourcery.com>
17230
17231 * gdb.threads/attach-into-signal.exp: Don't use
17232 gdb_suppress_entire_file.
17233 * gdb.threads/attach-stopped.exp: Ditto.
17234 * gdb.threads/attachstop-mt.exp: Ditto.
17235
17236 2008-12-31 Pedro Alves <pedro@codesourcery.com>
17237
17238 PR gdb/8812:
17239 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
17240
17241 2008-12-29 Pedro Alves <pedro@codesourcery.com>
17242
17243 PR gdb/7536:
17244 * gdb.base/radix.exp: Add tests to ensure invalid input radices
17245 and unsupported output radices are really rejected.
17246
17247 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17248
17249 * gdb.cp/punctuator.exp: Backslash the '$' signs.
17250
17251 2008-12-22 Tom Tromey <tromey@redhat.com>
17252
17253 * gdb.cp/punctuator.exp: New file.
17254
17255 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17256
17257 * gdb.base/completion.exp (Completing non-existing component): New test.
17258
17259 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17260
17261 Fix for PR gdb/8648.
17262 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
17263 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
17264 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
17265 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
17266
17267 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17268
17269 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
17270
17271 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
17272
17273 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
17274 compiler actually generate code at the expected line number.
17275
17276 2008-12-15 Jie Zhang <jie.zhang@analog.com>
17277
17278 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
17279
17280 2008-12-12 Tom Tromey <tromey@redhat.com>
17281
17282 * gdb.base/commands.exp (redefine_hook_test): New proc.
17283 Call it.
17284
17285 2008-12-11 Tom Tromey <tromey@redhat.com>
17286
17287 * gdb.base/macscp.exp: New regression test.
17288
17289 2008-12-11 Tom Tromey <tromey@redhat.com>
17290
17291 * gdb.base/macscp.exp: Print "address.addr".
17292 * gdb.base/macscp1.c (struct outer): New struct.
17293 (address): New global.
17294
17295 2008-12-09 Tom Tromey <tromey@redhat.com>
17296
17297 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
17298 Call it.
17299
17300 2008-12-04 Doug Evans <dje@google.com>
17301
17302 * gdb.server/ext-run.exp: Relax regexp for init program.
17303
17304 2008-12-03 Tristan Gingold <gingold@adacore.com>
17305
17306 * gdb.base/macscp.exp: Generate an object file during compilation
17307 to work around Darwin dsymutil limitations.
17308
17309 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17310
17311 Test resolving external references to TLS variables.
17312 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
17313 FILE2_THREAD_LOCAL.
17314 (testfile2, srcfile2): New variables.
17315 * gdb.threads/tls.c (file2_thread_local)
17316 (function_referencing_file2_thread_local): New.
17317 * gdb.threads/tls2.c: New file.
17318
17319 2008-11-28 Joel Brobecker <brobecker@adacore.com>
17320
17321 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
17322 rather than integer, as integer might not be big enough when
17323 on 64bit targets.
17324
17325 2008-11-27 Jerome Guitton <guitton@adacore.com>
17326
17327 * gdb.cp/formatted-ref.exp: Add equality test.
17328 * gdb.ada/formatted_ref.exp: Ditto.
17329
17330 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17331
17332 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
17333 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
17334
17335 2008-11-20 Andreas Schwab <schwab@suse.de>
17336
17337 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
17338 matching syscall entry point.
17339 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17340 (tcatch_vfork_then_child_follow): Likewise. Finish through
17341 vfork even if we stopped at the syscall trampoline.
17342
17343 2008-11-20 Doug Evans <dje@google.com>
17344
17345 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
17346
17347 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
17348
17349 * gdb.arch/ppc-dfp.exp: New file.
17350 * gdb.arch/ppc-dfp.c: New file.
17351
17352 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
17353
17354 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
17355
17356 2008-11-17 Doug Evans <dje@google.com>
17357
17358 * gdb.mi/mi-syn-frame.exp: Update expected output.
17359 * gdb.mi/mi2-syn-frame.exp: Update expected output.
17360
17361 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17362
17363 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
17364 "thread N" results in =thread-selected.
17365 * lib/mi-support (mi_run_cmd, mi_expect_stop)
17366 (mi_send_resuming_command_raw): Be prepared for
17367 =thread-selected.
17368
17369 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17370
17371 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
17372 * lib/mi-support.exp: Likewise.
17373
17374 2008-11-16 Joel Brobecker <brobecker@adacore.com>
17375
17376 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
17377 commands from the expected output for "help catch".
17378
17379 2008-11-15 Joel Brobecker <brobecker@adacore.com>
17380
17381 * gdb.ada/int_deref.exp: New testcase.
17382
17383 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
17384
17385 * gdb.mi/gdb2549.exp: New file.
17386
17387 2008-11-11 Doug Evans <dje@google.com>
17388
17389 * gdb.base/callexit.exp: New file.
17390 * gdb.base/callexit.c: New file.
17391
17392 2008-11-10 Doug Evans <dje@google.com>
17393
17394 * lib/gdb.exp (GDBFLAGS): Move -nx ...
17395 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
17396 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
17397 (default_gdb_start,default_gdb_exit): Ditto.
17398 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
17399 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
17400 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
17401 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
17402 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
17403 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
17404
17405 2008-11-03 Andreas Schwab <schwab@suse.de>
17406
17407 * gdb.base/hashline2.exp: Fix typo.
17408 * gdb.base/hashline3.exp: Likewise.
17409
17410 2008-10-30 Tom Tromey <tromey@redhat.com>
17411
17412 * gdb.base/pointers.exp: Add test.
17413 * gdb.base/pointers.c (k, S): New typedefs.
17414 (instance): New global.
17415
17416 2008-10-30 Andreas Schwab <schwab@suse.de>
17417
17418 * gdb.base/args.exp: Add tests for newlines.
17419
17420 2008-10-30 Joel Brobecker <brobecker@adacore.com>
17421
17422 gdb.base/foll-exec.exp: Update the expected output of a couple
17423 of "info breakpoints" tests.
17424
17425 2008-10-28 Tom Tromey <tromey@redhat.com>
17426
17427 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
17428
17429 2008-10-24 Pedro Alves <pedro@codesourcery.com>
17430
17431 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
17432 gdb_start_cmd.
17433 Use runto_main before any test that requires execution.
17434
17435 2008-10-23 Pedro Alves <pedro@codesourcery.com>
17436
17437 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
17438 instead of SIGINT.
17439
17440 2008-10-22 Joel Brobecker <brobecker@adacore.com>
17441
17442 * gdb.base/completion.exp: Update expected output following
17443 the addition of the "info tasks" command.
17444
17445 2008-10-22 Tom Tromey <tromey@redhat.com>
17446
17447 * gdb.base/exprs.exp (test_expr): Add test for string
17448 concatenation.
17449
17450 2008-10-19 Pedro Alves <pedro@codesourcery.com>
17451
17452 * configure.ac: Output gdb.python/Makefile.
17453 * configure: Regenerate.
17454 * gdb.python/Makefile.in: New.
17455
17456 2008-10-16 Joel Brobecker <brobecker@adacore.com>
17457
17458 * gdb.base/foll-fork.exp: Adjust the expected output to match
17459 the new description for fork/vfork catchpoints in the "info
17460 breakpoints" output.
17461
17462 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
17463
17464 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
17465
17466 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17467
17468 * gdb.python/python-value.c: New file.
17469 * gdb.python/python-value.exp: New file.
17470
17471 2008-10-15 Pedro Alves <pedro@codesourcery.com>
17472
17473 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
17474
17475 2008-10-15 Denis Pilat <denis.pilat@st.com>
17476
17477 * gdb.cp/mb-ctor.exp: Fix a typo.
17478
17479 2008-10-09 Tom Tromey <tromey@redhat.com>
17480
17481 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
17482 'fprintf' and 'stderr'.
17483
17484 2008-10-07 Joel Brobecker <brobecker@adacore.com>
17485
17486 * gdb.ada/ref_tick_size.exp: New testcase.
17487
17488 2008-10-06 Doug Evans <dje@google.com>
17489
17490 * gdb.dwarf2/dw2-cu-size.exp: New file.
17491 * gdb.dwarf2/dw2-cu-size.S: New file.
17492
17493 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
17494 .Ltype_int for clarity.
17495
17496 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
17497
17498 PR gdb/2384:
17499 * gdb.cp/gdb2384.exp: Extended to test more cases.
17500 * gdb.cp/gdb2384.cc: Likewise.
17501 * gdb.cp/gdb2384-base.h: Likewise.
17502 * gdb.cp/gdb2384-base.cc: Likewise.
17503
17504 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17505
17506 * gdb.base/maint.exp (maint print type): Remove printing
17507 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
17508
17509 2008-09-30 Tom Tromey <tromey@redhat.com>
17510
17511 * gdb.base/macscp.exp: Add completion tests.
17512 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
17513 (TWENTY_THREE): Likewise.
17514 (FORTY_EIGHT): Likewise.
17515
17516 2008-09-30 Tom Tromey <tromey@redhat.com>
17517
17518 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
17519 everywhere.
17520 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
17521
17522 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
17523
17524 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
17525 testcase is derived from. Fix racy dependency on an expected PID
17526 number. No longer support the testcase on Linux kernel 2.4.x.
17527
17528 2008-09-27 Tom Tromey <tromey@redhat.com>
17529
17530 * gdb.base/macscp.exp: Add tests for stringification, splicing,
17531 and varargs.
17532
17533 2008-09-22 Pedro Alves <pedro@codesourcery.com>
17534
17535 * lib/mi-support.exp (mi_expect_interrupt): New.
17536 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
17537 from gdb.mi/mi-nonstop.exp.
17538 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
17539 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
17540 lib/mi-support.exp.
17541 Use mi_check_thread_states throughout. Avoid ".*" and do not
17542 require an anchor after -exec-run.
17543
17544 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
17545
17546 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
17547 stop is pending. Avoid ".*" when two stops are pending.
17548 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
17549 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
17550 newlines in fullnames.
17551 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
17552 (mi_expect_stop): Update comments. Only anchor in sync mode.
17553 Do not match newlines.
17554 (mi_send_resuming_command_raw): Always return status.
17555 (mi_get_stop_line): Do not match more than one line by accident.
17556 Only anchor in sync mode.
17557 (mi_run_inline_test): If -exec-next fails, give up.
17558
17559 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17560
17561 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
17562 on SPU.
17563
17564 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17565
17566 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
17567
17568 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17569
17570 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
17571 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
17572 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
17573 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
17574 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
17575 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
17576 gdb.ada/interface.exp, gdb.ada/null_array.exp,
17577 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
17578 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
17579 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
17580 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
17581 Include the "= " sequence in the expected output of print tests.
17582
17583 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17584
17585 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
17586 description for boolean types.
17587
17588 2008-09-09 Pedro Alves <pedro@codesourcery.com>
17589
17590 * gdb.base/hook-stop-continue.c: New.
17591 * gdb.base/hook-stop-continue.exp: New.
17592
17593 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17594
17595 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
17596
17597 2008-09-08 Jerome Guitton <guitton@adacore.com>
17598
17599 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
17600 (stack_check_probe_2, stack_check_probe_loop_1)
17601 (stack_check_probe_loop_2): New functions.
17602 (main): Add call to these new functions.
17603 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
17604 functions, check that the breakpoint is inserted at the appropriate
17605 location.
17606 (insert_breakpoint): Slightly refine this procedure so that it can
17607 be called several times in the test.
17608
17609 2008-09-08 Jerome Guitton <guitton@adacore.com>
17610
17611 * gdb.base/stack-checking.c: New file.
17612 * gdb.base/stack-checking.exp: New file.
17613
17614 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17615
17616 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
17617 * gdb.arch/altivec-regs.exp: Likewise.
17618 * gdb.arch/vsx-regs.exp: Likewise.
17619
17620 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17621
17622 * gdb.arch/ppc-fp.exp: New file.
17623 * gdb.arch/ppc-fp.c: New file.
17624
17625 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17626
17627 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
17628 lest gcc-4.3.1 optimizes the whole thing away.
17629
17630 2008-09-04 Michael Snyder <msnyder@vmware.com>
17631
17632 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17633 as "at" (for non-debug functions such as _start).
17634
17635 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17636
17637 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17638 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
17639 software watchpoints.
17640 * gdb.base/watch_thread_num.exp: Likewise.
17641
17642 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17643
17644 * gdb.arch/i386-bp_permanent.exp: New test.
17645
17646 2008-08-24 Tom Tromey <tromey@redhat.com>
17647
17648 * gdb.base/maint.exp: Update "maint print type".
17649
17650 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
17651
17652 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17653 support. Adjust the order of "*running" notifications.
17654 * gdb.mi/non-stop.c: Don't cast from int to void* and
17655 back.
17656
17657 2008-08-20 Mark Kettenis <kettenis@gnu.org>
17658
17659 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17660 expect to find it in the "info frame" output.
17661
17662 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17663
17664 * gdb.base/interp.exp: Always consume both prompts.
17665
17666 2008-08-20 Pedro Alves <pedro@codesourcery.com>
17667
17668 * gdb.base/pending.exp: Test pending breakpoints without symbols
17669 loaded.
17670
17671 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17672
17673 * lib/mi-support.exp (mi_expect_stop): Produce
17674 more details on failures.
17675 * gdb.mi/mi-nonstop.exp: New.
17676 * gdb.mi/non-stop.c: New.
17677
17678 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17679
17680 * gdb.mi/mi-async.exp: Use 'set target-async'.
17681 * lib/mi-support.exp: Use 'set/show target-async'.
17682
17683 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17684
17685 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17686
17687 2008-08-17 Tom Tromey <tromey@redhat.com>
17688
17689 * gdb.base/help.exp (help catch): Rewrite.
17690
17691 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17692
17693 * gdb.base/define.exp: Test indented command documentation.
17694 * gdb.python/python.exp: Test indented multi-line command.
17695
17696 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
17697
17698 * testsuite/gdb.arch/vsx-regs.c: New source file.
17699 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17700 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17701
17702 2008-08-14 Tom Tromey <tromey@redhat.com>
17703
17704 * gdb.base/macscp.exp: Add regression test for "macro define" or
17705 "macro undef" with no arguments.
17706
17707 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17708
17709 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17710
17711 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17712
17713 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17714
17715 2008-08-06 Tom Tromey <tromey@redhat.com>
17716
17717 * gdb.python/python.exp: New file.
17718
17719 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17720
17721 Fix for PR gdb/1543.
17722 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17723 $LOCATION.
17724 (location): New variable.
17725 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17726 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17727 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17728 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17729 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17730 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17731 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17732 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17733 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17734 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17735 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17736 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17737 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17738 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17739 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17740 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17741 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17742 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17743 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17744 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17745 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17746 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17747 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17748 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17749 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17750 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17751 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17752 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17753 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17754 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17755 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17756 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17757 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17758 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17759 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17760 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17761 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17762 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17763 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17764 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17765 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17766 gdb.base/type-opaque.exp, gdb.base/until.exp,
17767 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17768 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17769 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17770 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17771 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17772 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17773 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17774 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17775 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17776 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17777 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17778 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17779 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17780 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17781 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17782 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17783 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17784 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17785 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17786 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17787 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17788 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17789 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17790 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17791 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17792 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17793 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17794 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17795 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17796 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17797 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17798 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17799 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17800 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17801 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17802 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17803 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17804 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17805 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17806 to bug-gdb@prep.ai.mit.edu .
17807
17808 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17809
17810 * lib/mi-support.exp (mi_load_shlibs): New.
17811 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17812
17813 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17814
17815 * lib/mi-support.exp (get_mi_thread_list)
17816 (check_mi_and_console_threads): New, moved from ...
17817 * gdb.mi/mi-pthread.exp: ...here.
17818 * gdb.mi/gdb669.exp (get_mi_thread_list)
17819 (check_mi_and_console_threads): Delete.
17820 * gdb.mi/mi2-pthread.exp: Likewise.
17821
17822 2008-07-28 Tom Tromey <tromey@redhat.com>
17823
17824 * Makefile.in (just-check): Remove. Move body to...
17825 (check): ... here.
17826
17827 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17828
17829 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17830 Add a test for duplicated SIGINTs.
17831
17832 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17833
17834 * gdb.threads/schedlock.exp (get_args): Update to work for any
17835 value of NUM.
17836 (Top level): Report the number of threads that did not resume.
17837
17838 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17839
17840 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17841
17842 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17843
17844 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17845 non-MI prompt.
17846
17847 2008-07-26 Tom Tromey <tromey@redhat.com>
17848
17849 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17850 (function_struct, function_struct_ptr): New globals.
17851 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17852 function pointer in a struct.
17853
17854 2008-07-26 Tom Tromey <tromey@redhat.com>
17855
17856 * gdb.base/macscp.exp: Add test for macro lexing bug.
17857
17858 2008-07-18 Tom Tromey <tromey@redhat.com>
17859
17860 * gdb.base/macscp.exp: Add macro tests.
17861
17862 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17863
17864 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17865
17866 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17867
17868 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17869
17870 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17871
17872 * gdb.cp/class2.exp: fix for failure on spu-elf
17873
17874 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17875
17876 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17877
17878 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17879
17880 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17881
17882 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17883
17884 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17885
17886 2008-07-11 Kevin Buettner <kevinb@redhat.com>
17887
17888 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17889 of regexp to account for changes made to GDB in the printing of
17890 byte vectors.
17891
17892 2008-07-11 Tom Tromey <tromey@redhat.com>
17893
17894 * gdb.base/completion.exp: Add 'help' completion test.
17895
17896 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17897
17898 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17899
17900 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17901
17902 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17903
17904 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17905
17906 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17907
17908 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17909
17910 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17911
17912 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17913
17914 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17915
17916 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17917
17918 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17919 previous commit. Add a comment.
17920
17921 2008-06-28 Pedro Alves <pedro@codesourcery.com>
17922
17923 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17924
17925 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17926
17927 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17928
17929 2008-06-27 Pedro Alves <pedro@codesourcery.com>
17930
17931 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17932 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17933 compiling an executable, link in an object that forces unbuffered
17934 output.
17935 * lib/set_unbuffered_mode.c: New file.
17936
17937 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17938
17939 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17940
17941 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17942
17943 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17944 mi_expect_stop.
17945 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17946 Demand that *running is output.
17947 (detect_async): Perform checking every time.
17948 (mi_send_resuming_command): Extract everything into...
17949 (mi_send_resuming_command_raw): ...this.
17950 (mi_expect_stop): Don't accept any output before *stopped.
17951
17952 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17953
17954 Robustify mi-simplerun.
17955 * gdb.mi/basics.c (main): Add a call to sleep.
17956 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17957 * gdb.mi/mi2-cli.exp: Likewise.
17958 * gdb.mi/mi-break.exp: Likewise.
17959
17960 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
17961
17962 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17963
17964 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17965
17966 * gdb.mi/mi-console.exp: Adjust.
17967 * gdb.mi/mi-syn-frame.exp: Adjust.
17968 * gdb.mi/mi2-console.exp: Adjust.
17969 * gdb.mi/mi2-syn-frame.exp: Adjust.
17970 * lib/mi-support.exp (mi_run_cmd): Adjust.
17971 (mi_send_resuming_command): Adjust.
17972
17973 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17974
17975 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17976 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17977 testing of stopped.
17978 * gdb.mi/mi2-syn-frame.exp: Likewise.
17979 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17980 (async, detect_async): New.
17981 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17982 depending on if we're running in sync or async mode.
17983
17984 2008-06-09 Tom Tromey <tromey@redhat.com>
17985
17986 * gdb.base/completion.exp: New tests for field name completion
17987 with spaces, and field name completion with '->'.
17988
17989 2008-06-06 Tom Tromey <tromey@redhat.com>
17990
17991 * gdb.base/break1.c (struct some_struct): New struct.
17992 (values): New global.
17993 * gdb.base/completion.exp: Add field name completion test.
17994
17995 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17996
17997 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17998 to pointer.
17999 * gdb.cp/call-c.cc: Likewise.
18000
18001 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
18002
18003 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
18004 annotation.
18005
18006 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
18007 Pedro Alves <pedro@codesourcery.com>
18008
18009 * gdb.threads/execl.c, gdb.threads/execl1.c,
18010 gdb.threads/execl.exp: New tests.
18011
18012 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
18013 Daniel Jacobowitz <dan@codesourcery.com>
18014
18015 * gdb.cp/exception.exp: Activate test, make it work with pending
18016 catchpoints.
18017
18018 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
18019
18020 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
18021
18022 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
18023
18024 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
18025 now printed.
18026 * gdb.mi/mi2-var-cmd.exp: Likewise.
18027
18028 2008-05-27 Andreas Schwab <schwab@suse.de>
18029
18030 * gdb.base/frame-args.exp: Handle arguments that are optimized
18031 out.
18032
18033 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
18034
18035 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
18036 quiet for ppc32 and group options into a single variable.
18037
18038 2008-05-23 Joel Brobecker <brobecker@adacore.com>
18039
18040 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
18041 of zero-size elements.
18042 * gdb.ada/null_array.exp: Test printing this new array.
18043
18044 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18045
18046 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
18047
18048 2008-05-21 Joel Brobecker <brobecker@adacore.com>
18049
18050 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
18051 of the "finish" command.
18052
18053 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
18054
18055 * gdb.base/annota1.exp: Test for new annotation.
18056
18057 2008-05-16 Pedro Alves <pedro@codesourcery.com>
18058
18059 * gdb.base/fixsection.exp: New file.
18060 * gdb.base/fixsection0.c: New file.
18061 * gdb.base/fixsection1.c: New file.
18062
18063 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18064
18065 * gdb.base/annota1.exp: Accept printf@... in place of printf.
18066 * gdb.base/annota3.exp: Likewise.
18067
18068 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
18069
18070 * gdb.base/watch_thread_num.exp: Don't run tests that require
18071 watchpoints if the target doesn't support them.
18072
18073 2008-05-12 Doug Evans <dje@google.com>
18074
18075 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
18076
18077 2008-05-09 Joel Brobecker <brobecker@adacore.com>
18078
18079 * gdb.ada/assign_1.exp: New testcase.
18080
18081 2008-05-09 Doug Evans <dje@google.com>
18082
18083 * gdb.base/find.exp: New file.
18084 * gdb.base/find.c: New file.
18085
18086 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
18087
18088 * gdb.base/commands.exp (watchpoint_command_test): Handle
18089 gdb,no_hardware_watchpoints.
18090 * gdb.base/float.exp: Allow ARM targets without floating point.
18091 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
18092
18093 2008-05-06 Jerome Guitton <guitton@adacore.com>
18094 Joel Brobecker <brobecker@adacore.com>
18095
18096 * gdb.ada/lang_switch: New test program.
18097 * gdb.ada/lang_switch.exp: New testcase.
18098
18099 2008-05-05 Doug Evans <dje@google.com>
18100
18101 * gdb.base/help.exp (disassemble): Update expected help text.
18102
18103 2008-05-04 Pedro Alves <pedro@codesourcery.com>
18104
18105 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
18106
18107 2008-05-04 Pedro Alves <pedro@codesourcery.com>
18108
18109 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
18110 different times.
18111
18112 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18113
18114 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
18115 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
18116 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
18117 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
18118
18119 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
18120
18121 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
18122 notification to appear.
18123
18124 2008-05-04 Daniel Jacobowitz <dan@debian.org>
18125
18126 * gdb.base/fullname.c: New file.
18127 * gdb.base/fullname.exp: New file.
18128 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
18129
18130 2008-05-03 Pedro Alves <pedro@codesourcery.com>
18131
18132 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
18133 expressions with macros.
18134
18135 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18136
18137 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
18138
18139 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
18140
18141 * gdb.base/completion.exp: Handle lack of other symbols beginning
18142 with "a".
18143
18144 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
18145
18146 2008-05-02 Jim Blandy <jimb@codesourcery.com>
18147
18148 * gdb.asm/asmsrc1.s: Add scratch space.
18149
18150 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18151 Daniel Jacobowitz <dan@codesourcery.com>
18152
18153 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
18154 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
18155 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
18156
18157 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
18158
18159 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
18160
18161 2008-05-01 Joel Brobecker <brobecker@adacore.com>
18162
18163 * gdb.base/info-target.exp: New testcase.
18164
18165 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
18166
18167 * gdb.cp/hang.exp: Use .cc instead of .C.
18168 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
18169 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
18170
18171 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
18172
18173 * gdb.base/gdb1250.exp: Remove perror.
18174 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
18175
18176 2008-04-30 Pedro Alves <pedro@codesourcery.com>
18177
18178 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
18179 .2byte.
18180
18181 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
18182
18183 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
18184 (maybe_kfail): New.
18185
18186 2008-04-25 Pedro Alves <pedro@codesourcery.com>
18187
18188 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
18189
18190 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
18191
18192 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
18193 * gdb.mi/mi2-syn-frame.exp: Likewise.
18194 * lib/mi-support.exp: Likewise.
18195
18196 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
18197
18198 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
18199 to specify regexp for the location to stop at.
18200 * gdb.base/break-always.c: New.
18201 * gdb.base/break-always.exp: New.
18202
18203 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
18204
18205 * lib/mi-support.exp (mi_runto_helper): Adjust
18206 for the original-location field.
18207 (mi_create_breakpoint, mi_list_breakpoints): New.
18208 * gdb.mi/mi-break.exp: Adjust.
18209 * gdb.mi/mi2-break.exp: Adjust.
18210 * gdb.mi/mi-pending.exp: Adjust.
18211 * gdb.mi/mi-simplerun.exp: Adjust.
18212 * gdb.mi/mi2-simplerun.exp: Adjust.
18213 * gdb.mi/mi-syn-frame.exp: Adjust.
18214 * gdb.mi/mi2-syn-frame.exp: Adjust.
18215 * gdb.mi/mi-until.exp: Adjust.
18216 * gdb.mi/mi2-until.exp: Adjust.
18217 * gdb.mi/mi-var-display.exp: Adjust.
18218 * gdb.mi/mi2-var-display.exp: Adjust.
18219 * gdb.mi/mi-watch.exp: Adjust.
18220 * gdb.mi/mi2-watch.exp: Adjust.
18221
18222 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
18223
18224 * aclocal.m4: Add override.m4.
18225 * configure: Regenerate.
18226
18227 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
18228
18229 * gdb.mi/var-cmd.c (do_at_tests): Verify that
18230 '-var-update --all-values' reports new value even the type
18231 of a variable object has changed.
18232
18233 2008-04-18 Craig Silverstein <csilvers@google.com>
18234
18235 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
18236 files.
18237
18238 2008-04-18 Joel Brobecker <brobecker@adacore.com>
18239
18240 * gdb.ada/atomic_enum: New test program.
18241 * gdb.ada/atomic_enum.exp: New testcase.
18242
18243 2008-04-17 Doug Evans <dje@google.com>
18244
18245 * gdb.opt/Makefile.in: Fix whitespace.
18246
18247 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
18248
18249 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
18250
18251 2008-04-17 Doug Evans <dje@google.com>
18252
18253 * gdb.base/hashline1.exp: New testcase.
18254 * gdb.base/hashline2.exp: New testcase.
18255 * gdb.base/hashline2.exp: New testcase.
18256
18257 2008-04-17 Pedro Alves <pedro@codesourcery.com>
18258
18259 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
18260
18261 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
18262
18263 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
18264 temporary breakpoint to match "Temporary breakpoint".
18265 * gdb.base/break.exp (delete_breakpoints): Likewise.
18266 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
18267 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
18268 * gdb.base/display.exp: Likewise.
18269 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
18270 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
18271 * gdb.base/restore.exp (restore_tests): Likewise.
18272 * gdb.base/sepdebug.exp: Likewise.
18273 * gdb.base/watchpoint.exp: Likewise.
18274 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
18275 * gdb.mi/mi-pending.exp: Likewise.
18276 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
18277 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
18278 * gdb.mi/mi-var-cmd.exp: Likewise.
18279 * gdb.mi/mi-var-display.exp: Likewise.
18280 * gdb.mi/mi2-cli.exp: Likewise.
18281 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
18282 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
18283 * gdb.mi/mi2-var-display.exp: Likewise.
18284 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
18285 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
18286 new "disp" field.
18287 (mi_expect_stop): Move after_reason argument to be really after
18288 reason. This is to support fix for PR2424.
18289
18290 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18291
18292 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
18293
18294 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
18295
18296 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
18297 field. Add more floating varobj tests.
18298 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
18299 field.
18300 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
18301 (main): Call do_at_tests.
18302 * lib/mi-support.exp (mi_create_floating_varobj)
18303 (mi_varobj_update_with_type_change): New.
18304
18305 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
18306
18307 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
18308 option of -var-evaluate-expression.
18309 * gdb.mi/mi2-var-display.exp: Likewise.
18310
18311 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
18312
18313 Introduce test setup helpers.
18314 * lib/gdb.exp (build_executable, clean_restart)
18315 (prepare_for_testing): New.
18316 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
18317 * gdb.base/return.exp: Likewise.
18318 * gdb.base/ending-run.exp: Likewise.
18319
18320 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
18321
18322 * gdb.mi/mi-async.exp: New test for asynchronous Machine
18323 Interface (MI) responses.
18324
18325 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
18326
18327 * gdb.cp/breakpoint.cc: New code to test conditions involving
18328 member variables.
18329 * gdb.cp/breakpoint.exp: Test condition involving member
18330 variables.
18331
18332 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
18333
18334 * lib/mi-support.exp (mi_expect_stop): New.
18335 (mi_run_cmd): Change the
18336 token. Use mi_send_resuming_command, use
18337 mi_expect_stop.
18338 (mi_execute_to_helper): Rename to mi_execute_to.
18339 (mi_send_resuming_command): Add more error patterns.
18340 (mi_wait_for_stop): Renamed to...
18341 (mi_get_stop_line): ...this.
18342 (mi_run_inline_test): Adjust.
18343
18344 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
18345 * gdb.mi/mi-console.exp: Likewise.
18346 * gdb.mi/mi-pending.exp: Likewise.
18347 * gdb.mi/mi-simplerun.exp: Likewise.
18348 * gdb.mi/mi-stack.exp: Likewise.
18349 * gdb.mi/mi-stepi.exp: Likewise.
18350 * gdb.mi/mi-syn-frame.exp: Add comment.
18351 * gdb.mi/mi-until.exp: Likewise.
18352 * gdb.mi/mi-var-display.exp: Likewise.
18353 * gdb.mi/mi-watch.exp: Likewise.
18354 * gdb.mi/mi2-cli.exp: Likewise.
18355 * gdb.mi/mi2-console.exp: Likewise.
18356 * gdb.mi/mi2-simplerun.exp: Likewise.
18357 * gdb.mi/mi2-stack.exp: Likewise.
18358 * gdb.mi/mi2-stepi.exp: Likewise.
18359 * gdb.mi/mi2-until.exp: Likewise.
18360 * gdb.mi/mi2-var-display.exp: Likewise.
18361 * gdb.mi/mi2-watch.exp: Likewise.
18362
18363 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18364
18365 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
18366
18367 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
18368
18369 2008-04-04 Pedro Alves <pedro@codesourcery.com>
18370
18371 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
18372 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
18373 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
18374 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
18375 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
18376 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
18377 expect an mi error duplicated in stderr.
18378
18379 2008-04-03 Joel Brobecker <brobecker@adacore.com>
18380
18381 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
18382 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
18383 Add a couple of tests that verify the behavior when the new setting
18384 is set to "cancel" and "all".
18385 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
18386 "ask" before we start the testing.
18387
18388 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
18389
18390 * gdb.cp/casts.cc: Add class reference variables.
18391 * gdb.cp/casts.exp: New test cases for up/down casting references.
18392
18393 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
18394
18395 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
18396 instead of beginning to make an extra test pass.
18397 * gdb.mi/mi2-var-display.exp: Likewise.
18398
18399 2008-03-31 Maciej W. Rozycki <macro@mips.com>
18400
18401 * gdb.base/break.exp: Mark failures as such. Fix formatting.
18402
18403 2008-03-31 Markus Deuling <deuling@de.ibm.com>
18404 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18405
18406 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
18407 value. Add xfail for older kernels.
18408
18409 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
18410
18411 Bring mi-support in line with gdb.exp.
18412 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
18413 (mi_gdb_start): New function.
18414
18415 2008-03-28 Maciej W. Rozycki <macro@mips.com>
18416
18417 * gdb.mi/mi-var-cmd.exp: Fix a typo.
18418
18419 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
18420
18421 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
18422 * gdb.mi/mi2-var-display.exp: Likewise.
18423
18424 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
18425
18426 * lib/mi-support.exp (mi_create_varobj_checked): New.
18427 (mi_list_varobj_children): Allow to check for a
18428 value.
18429 (mi_list_array_varobj_children): New.
18430
18431 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
18432 and mi_list_varobj_children, as opposed to hardcoding
18433 expected strings.
18434 * gdb.mi/gdb701.exp: Likewise.
18435 * gdb.mi/gdb792.exp: Likewise.
18436 * gdb.mi/mi-var-block.exp: Likewise.
18437 * gdb.mi/mi-var-cmd.exp: Likewise.
18438 * gdb.mi/mi-var-invalidate.exp: Likewise.
18439 * gdb.mi/mi2-var-block.exp: Likewise.
18440 * gdb.mi/mi2-var-child.exp: Likewise.
18441 * gdb.mi/mi2-var-cmd.exp: Likewise.
18442 * gdb.mi/mi2-var-display.exp: Likewise.
18443
18444 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18445
18446 Fix random false FAILs on i386.
18447 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
18448
18449 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
18450
18451 PR gdb/544
18452 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
18453
18454 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
18455
18456 PR gdb/544
18457 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
18458
18459 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18460
18461 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
18462 fixed PR gdb/544.
18463
18464 2008-03-21 Pedro Alves <pedro@codesourcery.com>
18465
18466 * gdb.threads/fork-child-threads.exp: Test next over fork.
18467
18468 2008-03-21 Chris Demetriou <cgd@google.com>
18469
18470 * gdb.base/break.exp (rbreak junk): New test for rbreak
18471 "Junk at end of arguments" issue.
18472
18473 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18474
18475 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
18476 *& to work on created array elements.
18477 (Top level): Test print $pc with a file. Test string operations
18478 without a target.
18479 * gdb.base/ptype.exp: Do not expect *& to work on created array
18480 elements.
18481
18482 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18483
18484 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
18485 gdb.threads/staticthreads.exp: Update exit query.
18486
18487 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
18488
18489 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
18490
18491 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
18492
18493 * gdb.base/watchpoint.c (global_ptr, func4): New.
18494 (main): Call func4.
18495 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
18496 (test_inaccessible_watchpoint): New.
18497
18498 2008-02-29 Maciej W. Rozycki <macro@mips.com>
18499
18500 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
18501 select the largest.
18502
18503 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18504
18505 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
18506 frames-invalid annotations.
18507
18508 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
18509
18510 * gdb.base/assign.exp: avoid same output for different tests.
18511
18512 2008-02-27 Doug Evans <dje@google.com>
18513
18514 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
18515 for bug 1738.
18516 (breakpoint_to_handler_entry): Ditto.
18517
18518 2008-02-27 Joel Brobecker <brobecker@adacore.com>
18519
18520 * gdb.base/ending-run.exp: Use the first line of code inside
18521 function body to test breakpoints.
18522 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
18523 location where the breakpoint is inserted when using the line
18524 where a function is declared. Fix typo in the description of
18525 one of the tests.
18526 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
18527
18528 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18529
18530 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
18531 tests.
18532
18533 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18534
18535 * gdb.base/args.exp: avoid same output for tests
18536 with single quotes.
18537
18538 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
18539
18540 * gdb.base/annota1.exp: Adjust for 'info break'
18541 format changes.
18542 * gdb.base/annota3.exp: Likewise.
18543 * gdb.base/break.exp: Likewise.
18544 * gdb.base/condbreak.exp: Likewise.
18545 * gdb.base/pending.exp: Likewise.
18546 * gdb.base/sepdebug.exp: Likewise.
18547 * gdb.base/unload.exp: Likewise.
18548 * gdb.cp/ovldbreak.exp: Likewise.
18549 * gdb.mi/mi-pending.exp: Likewise.
18550
18551 2008-02-07 Doug Evans <dje@google.com>
18552
18553 * gdb.cp/mb-inline.exp: New.
18554 * gdb.cp/mb-inline.h: New.
18555 * gdb.cp/mb-inline1.cc: New.
18556 * gdb.cp/mb-inline2.cc: New.
18557
18558 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
18559
18560 * gdb.pascal/floats.pas: New test program.
18561 * gdb.pascal/floats.exp: New testcase.
18562
18563 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
18564
18565 * gdb.base/callfuncs.c (t_float_many_args): New function.
18566 (t_double_many_args): New function.
18567 * gdb.base/callfuncs.exp: Add tests for exceeding float
18568 and double parameters passed through the stack.
18569
18570 2008-02-05 Joel Brobecker <brobecker@adacore.com>
18571
18572 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
18573 gdb.ada/complete/foo.adb: New files.
18574 * gdb.ada/complete.exp: New testcase.
18575
18576 2008-02-03 Doug Evans <dje@google.com>
18577
18578 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
18579
18580 * gdb.cp/gdb2384.exp: New file.
18581 * gdb.cp/gdb2384.cc: New file.
18582 * gdb.cp/gdb2384-base.h: New file.
18583 * gdb.cp/gdb2384-base.cc: New file.
18584
18585 2008-02-02 Doug Evans <dje@google.com>
18586
18587 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
18588
18589 2007-02-01 Joel Brobecker <brobecker@adacore.com>
18590
18591 * gdb.ada/sym_print_name: New test program.
18592 * gdb.ada/sym_print_name.exp: New testcase.
18593
18594 2007-02-01 Joel Brobecker <brobecker@adacore.com>
18595
18596 * gdb.ada/nested/hello.adb: New file.
18597 * gdb.ada/nested.exp: New testcase.
18598 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18599
18600 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18601
18602 * gdb.mi/basic.c (return_1): New function.
18603 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
18604 don't cause future evaluations of function to report
18605 creation of internal breakpoints.
18606
18607 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18608
18609 * gdb.mi/mi-break.exp (test_error): New.
18610 Call it.
18611
18612 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
18613
18614 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
18615 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
18616
18617 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18618
18619 * gdb.pascal/integers.pas: New test program.
18620 * gdb.pascal/integers.exp: New testcase.
18621
18622 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18623
18624 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18625
18626 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
18627
18628 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18629 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18630
18631 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
18632
18633 * gdb.ada/formatted_ref: New test program.
18634 * gdb.ada/formatted_ref.exp: New testcase.
18635
18636 * gdb.cp/formatted-ref.cc: New file.
18637 * gdb.cp/formatted-ref.exp: New testcase.
18638
18639 2008-01-30 Joel Brobecker <brobecker@adacore.com>
18640
18641 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18642
18643 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
18644
18645 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18646 (test_file_list_exec_source_file): Update to new macro-info field.
18647
18648 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18649
18650 * gdb.ada/exprs: New test program.
18651 * gdb.ada/exprs.exp: New testcase.
18652
18653 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
18654
18655 * dfp-test.c (DELTA, DELTA_B): New definitions.
18656 (double_val1, double_val2, double_val3, double_val4, double_val5,
18657 double_val6, double_val7, double_val8, double_val9, double_val10,
18658 double_val11, double_val12, double_val13, double_val14, dec32_val1,
18659 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18660 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18661 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18662 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18663 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18664 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18665 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18666 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18667 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18668 dec128_val16): New global variables.
18669 (decimal_dec128_align): New function.
18670 (decimal_mixed): Likewise.
18671 (decimal_many_args_dec32): Likewise.
18672 (decimal_many_args_dec64): Likewise.
18673 (decimal_many_args_dec128): Likewise.
18674 (decimal_many_args_mixed): Likewise.
18675 * dfp-test.exp: Add tests calling new inferior functions.
18676
18677 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18678
18679 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18680 gdb.server/ext-run.exp: New files.
18681 * lib/gdbserver-support.exp (gdbserver_download): New.
18682 (gdbserver_start): New. Update gdbserver expected
18683 output.
18684 (gdbserver_spawn): Use them.
18685 (gdbserver_start_extended): New.
18686
18687 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18688
18689 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18690 Run on GNU/Linux.
18691 (do_exec_tests): Check for systems which do not support catchpoints.
18692 Do not match START.
18693 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18694 Run on GNU/Linux. Enable verbose output.
18695 (check_fork_catchpoints): New.
18696 (explicit_fork_child_follow, catch_fork_child_follow)
18697 (tcatch_fork_parent_follow): Update expected messages.
18698 (do_fork_tests): Use check_fork_catchpoints.
18699 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18700 Run on GNU/Linux. Enable verbose output.
18701 (check_vfork_catchpoints): New.
18702 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18703 expected messages.
18704 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18705
18706 2008-01-29 Jim Blandy <jimb@red-bean.com>
18707
18708 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18709 host' errors.
18710 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18711
18712 2008-01-29 Jim Blandy <jimb@red-bean.com>
18713
18714 * gdb.threads/sigthread.c: Use barriers to ensure that
18715 child_thread and child_thread_two are always initialized before we
18716 start to use them.
18717
18718 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18719
18720 * gdb.base/watchpoint-solib.exp: New.
18721 * gdb.base/watchpoint-solib.c: New.
18722 * gdb.base/watchpoint-solib-shr.c: New.
18723
18724 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18725
18726 * gdb.base/gdb1056.exp: Add unsigned integer test.
18727
18728 2008-01-28 Doug Evans <dje@google.com>
18729
18730 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18731
18732 2008-01-27 Jim Blandy <jimb@codesourcery.com>
18733
18734 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18735
18736 * gdb.base/expand-psymtabs.exp: Doc fix.
18737
18738 2008-01-26 Mark Kettenis <kettenis@gnu.org>
18739
18740 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18741
18742 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
18743
18744 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18745 -var-set-format.
18746
18747 2008-01-23 Chris Demetriou <cgd@google.com>
18748
18749 * gdb.threads/thread_events.c: New testcase source file.
18750 * gdb.threads/thread_events.exp: New testcase expect file.
18751
18752 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
18753
18754 * lib/gdb.exp: Add the variable octal.
18755
18756 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18757 -var-set-format.
18758
18759 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18760 Vladimir Prus <vladimir@codesourcery.com>
18761
18762 * gdb.base/float.exp: Allow missing floating point for m68k and
18763 PowerPC.
18764
18765 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18766
18767 * gdb.mi/basics.c: Setup for testing breakpoints
18768 ignore count.
18769 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18770 * gdb.mi/mi-cli.exp: Adjust.
18771 * gdb.mi/mi2-cli.exp: Adjust.
18772
18773 2008-01-17 Pedro Alves <pedro@codesourcery.com>
18774
18775 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18776 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18777 with dummy_ptr's address.
18778 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18779 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18780 all targets.
18781 * gdb.mi/mi2-var-child.exp: Likewise.
18782
18783 2008-01-09 Joel Brobecker <brobecker@adacore.com>
18784
18785 * gdb.ada/null_array: New test program.
18786 * gdb.ada/null_array.exp: New testcase.
18787
18788 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
18789
18790 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18791 with required float modifiers.
18792
18793 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18794
18795 * gdb.ada/funcall_param: New test program.
18796 * gdb.ada/funcall_param.exp: New testcase.
18797
18798 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18799
18800 * gdb.ada/arrayparam: New test program.
18801 * gdb.ada/arrayparam.exp: New testcase.
18802
18803 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18804
18805 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18806 landed. Should also fix random failures in the test following it.
18807
18808 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18809
18810 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18811 for expressions with decimal float values.
18812 (test_dfp_conversions): New function to test casts to and from
18813 decimal float types.
18814 Call test_dfp_conversions.
18815 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18816 elements.
18817 (main): Initialize ds.float4 and ds.double8 elements.
18818 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18819 string to new error message.
18820 (d64_set_tests): Likewise.
18821 (d128_set_tests): Likewise.
18822 Add tests for expressions with decimal float variables. Add tests for
18823 conversions to and from decimal float types.
18824
18825 2008-01-05 Joel Brobecker <brobecker@adacore.com>
18826
18827 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18828 * gdb.ada/packed_tagged.exp: New testcase.
18829
18830 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18831
18832 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18833 gdb.ada/homonym/homonym_main.adb: New files.
18834 * gdb.ada/homonym.exp: New testcase.
18835
18836 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18837
18838 * gdb.ada/packed_array.exp: Add testing of references to
18839 a packed array.
18840
18841 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18842
18843 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18844 New files.
18845 * gdb.ada/type_coercion.exp: New testcase.
18846
18847 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18848
18849 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18850 gdb.ada/tagged/foo.adb: New file.
18851 * gdb.ada/tagged.exp: New testcase.
18852
18853 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18854
18855 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18856 gdb.ada/ptype_field/foo.adb: New files.
18857 * gdb.ada/ptype_field.exp: New testcase.
18858
18859 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18860
18861 * gdb.ada/print_pc.exp: New testcase.
18862
18863 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18864
18865 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18866 gdb.ada/taft_type/p.adb: New files.
18867 * gdb.ada/taft_type.exp: New testcase.
18868
18869 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18870
18871 * gdb.ada/array_bounds/bar.adb: New file.
18872 * gdb.ada/array_bounds.exp: New testcase.
18873
18874 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18875
18876 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18877 gdb.ada/arrayptr/foo.adb: New files.
18878 * gdb.ada/arrayptr.exp: New testcase.
18879
18880 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18881
18882 * gdb.base/set-lang-auto.exp: New testcase.
18883
18884 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18885
18886 * gdb.ada/fun_addr/foo.adb: New file.
18887 * gdb.ada/fun_addr.exp: New testcase.
18888
18889 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18890
18891 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18892 New files
18893
18894 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18895
18896 * array_subscript_addr/p.adb: New file.
18897 * array_subscript_addr.exp: New testcase.
18898
18899 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18900
18901 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18902 New files.
18903 * gdb.ada/str_cmp_ref.exp: New testcase.
18904
18905 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18906
18907 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18908 gdb.ada/fun_in_declare/foo.adb: New files.
18909 * gdb.ada/fun_in_declare.exp: New testcase.
18910
18911 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18912
18913 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18914 gdb.ada/ref_param/pck.ads: New files.
18915 * gdb.ada/ref_param.exp: New testcase.
18916
18917 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18918
18919 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18920 gdb.ada/interface/foo.adb: New files.
18921 * gdb.ada/interface.exp: New testcase.
18922
18923 2007-12-31 Jim Blandy <jimb@codesourcery.com>
18924
18925 * gdb.base/multi-forks.exp: Consume all output from child
18926 processes before proceeding to next test.
18927
18928 2007-12-29 Jim Blandy <jimb@codesourcery.com>
18929
18930 * configure: Regenerated.
18931
18932 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18933
18934 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18935 gdb.ada/fixed_cmp/fixed.adb: New files.
18936 * gdb.ada/fixed_cmp.exp: New testcase.
18937
18938 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18939
18940 * gdb.ada/boolean_expr.exp: New testcase.
18941
18942 2007-12-26 Jim Blandy <jimb@codesourcery.com>
18943
18944 * gdb.base/multi-forks.exp: Doc fix.
18945
18946 2007-12-26 Joel Brobecker <brobecker@adacore.com>
18947
18948 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18949 * gdb.ada/char_param.exp: Do not compile our test program with
18950 -gnata, this is unnecessary.
18951 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18952
18953 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18954
18955 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18956 gdb.ada/print_chars/foo.adb: New files.
18957 * gdb.ada/print_chars.exp: New testcase.
18958
18959 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18960
18961 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18962 gdb.ada/char_param/foo.adb: New files.
18963 * gdb.ada/char_param.exp: New testcase.
18964
18965 2007-12-22 Jim Blandy <jimb@codesourcery.com>
18966
18967 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18968 hard-coding source line numbers into the test.
18969 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18970 gdb_get_line_number to find.
18971
18972 2007-12-22 Joel Brobecker <brobecker@adacore.com>
18973
18974 * gdb.base/ptype.c (highest): New struct type.
18975 (the_highest): New variable of that type.
18976 (main): Add dummy assignment to a field of variable the_highest.
18977 * gdb.base/ptype.exp: Test type printing of our new variable.
18978
18979 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18980
18981 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18982 and record first explicitly generated thread number.
18983 Use that thread number for thread specific watchpoint test.
18984 Add iteration number to repetitive tests.
18985
18986 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18987 Jim Blandy <jimb@codesourcery.com>
18988
18989 * gdb.base/expand-psymtabs.c: New testcase
18990 source file.
18991 * gdb.base/expand-psymtabs.exp: New testcase
18992 expect file.
18993
18994 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
18995
18996 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18997 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18998
18999 2007-12-17 Joel Brobecker <brobecker@adacore.com>
19000
19001 * gdb.ada/frame_args/foo.adb: New file.
19002 * gdb.ada/frame_args/pck.ads: New file.
19003 * gdb.ada/frame_args/pck.adb: New file.
19004 * gdb.ada/frame_args.exp: New testcase.
19005
19006 2007-12-17 Joel Brobecker <brobecker@adacore.com>
19007
19008 * gdb.base/frame-args.c: New file.
19009 * gdb.base/frame-args.exp: New testcase.
19010
19011 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
19012 Joseph Myers <joseph@codesourcery.com>
19013
19014 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
19015
19016 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
19017
19018 * gdb.mi/mi-pending.exp: New.
19019 * gdb.mi/mi-pending.c: New.
19020 * gdb.mi/mi-pendshr.c: New.
19021
19022 2007-12-06 Jim Blandy <jimb@codesourcery.com>
19023
19024 * gdb.base/default.exp: Update expected output for 'info catch'.
19025
19026 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19027
19028 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
19029 must be set to binary.
19030
19031 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
19032
19033 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
19034
19035 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
19036
19037 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
19038 gdb.mi/mi-file-transfer.exp: New.
19039
19040 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19041
19042 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
19043
19044 2007-11-22 Maciej W. Rozycki <macro@mips.com>
19045
19046 * gdb.trace/backtrace.exp: Fix a typo.
19047 * gdb.trace/circ.exp: Likewise.
19048 * gdb.trace/collection.exp: Likewise.
19049 * gdb.trace/limits.exp: Likewise.
19050 * gdb.trace/report.exp: Likewise.
19051 * gdb.trace/tfind.exp: Likewise.
19052 * gdb.trace/while-dyn.exp: Likewise.
19053
19054 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
19055
19056 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
19057 objects of pointers that can't be dereferenced are now
19058 "noneditable".
19059
19060 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19061
19062 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
19063 (target_cpu): Remove.
19064
19065 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
19066
19067 * gdb.base/ending-run.exp: Expect the list of cleared
19068 breakpoint to come in natural order, not the reversed one.
19069
19070 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
19071
19072 * gdb.mi/mi-var-child.c (do_child_deletion): New.
19073 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
19074
19075 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
19076
19077 * gdb.base/printcmds.exp: New function
19078 test_printf_with_dfp.
19079
19080 2007-11-02 Doug Evans <dje@google.com>
19081
19082 * gdb.disasm/t01_mov.s: Remove carriage returns.
19083 * gdb.disasm/t02_mova.s: Ditto.
19084 * gdb.disasm/t03_add.s: Ditto.
19085 * gdb.disasm/t04_sub.s: Ditto.
19086 * gdb.disasm/t05_cmp.s: Ditto.
19087 * gdb.disasm/t06_ari2.s: Ditto.
19088 * gdb.disasm/t07_ari3.s: Ditto.
19089 * gdb.disasm/t08_or.s: Ditto.
19090 * gdb.disasm/t09_xor.s: Ditto.
19091 * gdb.disasm/t10_and.s: Ditto.
19092 * gdb.disasm/t11_logs.s: Ditto.
19093 * gdb.disasm/t12_bit.s: Ditto.
19094 * gdb.disasm/t13_otr.s: Ditto.
19095
19096 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19097
19098 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
19099
19100 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19101
19102 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
19103 provide DFP support.
19104
19105 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
19106
19107 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
19108 Test "set powerpc vector-abi". Skip auto-detection tests for old
19109 toolchains.
19110
19111 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
19112
19113 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
19114 with [string compare].
19115
19116 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
19117
19118 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
19119 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
19120
19121 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
19122
19123 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
19124 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
19125 * gdb.opt/Makefile.in: New makefile.
19126 * Makefile.in: Create new directory "gdb.opt".
19127 * configure.ac: Add "gdb.opt" directory.
19128 * configure: Regenerated.
19129
19130 2007-10-25 Doug Evans <dje@google.com>
19131
19132 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
19133 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
19134
19135 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
19136 Thiago Jung Bauermann <bauerman@br.ibm.com>
19137
19138 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
19139 Floating Point expressions.
19140 * gdb.base/dfp-test.exp: new file adding tests for Decimal
19141 Floating Point variables.
19142 * gdb.base/dfp-test.c: new file containing program with Decimal
19143 Floating variables, used by gdb.base/dfp-test.exp.
19144
19145 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
19146
19147 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
19148
19149 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19150
19151 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
19152 compiling test case with GCC.
19153 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
19154
19155 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19156
19157 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19158 format changes.
19159
19160 2007-10-18 Michael Snyder <msnyder@specifix.com>
19161
19162 * gdb.base/dbx.exp: Add missing "-re " operator.
19163
19164 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
19165
19166 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
19167 * configure.ac: Removed trailing spaces after backslash.
19168 * gdb.modula2: New directory.
19169 * gdb.modula2/Makefile.in: New file.
19170 * gdb.modula2/unbounded-array.exp: New file.
19171 * gdb.modula2/unbounded1.c: New file.
19172
19173 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
19174
19175 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
19176
19177 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
19178
19179 * gdb.base/sigstep.c (main): Add checks for
19180 return values for setitimer call.
19181 Call setitimer again with itimer = ITIMER_REAL
19182 if first call to setitimer fails.
19183
19184 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
19185
19186 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
19187 of $timeout.
19188
19189 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19190
19191 * gdb.server/server-run.exp: Test for dynamic linker symbols.
19192
19193 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
19194
19195 * lib/gdb.exp (gdb_run_cmd): Move comment outside
19196 of gdb_expect call, to avoid interruption.
19197
19198 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
19199
19200 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
19201 (v_unsigned_long_long, v_long_long_array)
19202 (v_signed_long_long_array, v_unsigned_long_long_array)
19203 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
19204 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
19205 [!NO_LONG_LONG]: New.
19206 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
19207 v_long_long_member.
19208
19209 (v_long_long_func, v_signed_long_long_func)
19210 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
19211 (main) [!NO_LONG_LONG]: Initialize long long variants.
19212
19213 * gdb.base/whatis.exp: If board file requests no_long_long, build
19214 test with NO_LONG_LONG defined. Test long long, signed long long,
19215 and unsigned long long variants but only if board file doesn't
19216 disable it.
19217
19218 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
19219 Daniel Jacobowitz <dan@codesourcery.com>
19220
19221 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
19222 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
19223 * configure: Regenerated.
19224 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
19225 gdb.pascal/types.exp, lib/pascal.exp: New files.
19226
19227 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
19228
19229 * gdb.cp/classes.exp (do_tests): Always step to the line after the
19230 call.
19231 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
19232 to return to the call.
19233 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
19234 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
19235 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
19236 * gdb.mi/mi-until.exp (test_until): Likewise.
19237 * gdb.mi/mi2-until.exp (test_until): Likewise.
19238
19239 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
19240
19241 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
19242 two-char array.
19243 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
19244
19245 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
19246
19247 * gdb.threads/watchthreads.c (thread_function): Sleep between
19248 iterations.
19249 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
19250 at once for S/390. Generate matching fails and passes.
19251
19252 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
19253
19254 * gdb.mi/var-cmd.c (do_children_tests): Initialize
19255 the 'struct_declarations' variable to zeros.
19256
19257 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
19258
19259 * gdb.cp/mb-ctor.cc: New.
19260 * gdb.cp/mb-ctor.exp: New.
19261 * gdb.cp/mb-templates.cc: New.
19262 * gdb.cp/mb-templates.exp: New.
19263
19264 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
19265
19266 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
19267
19268 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
19269
19270 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
19271 targets.
19272 * configure: Regenerate.
19273
19274 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
19275
19276 * gdb.base/annota1.exp: Adjust for 'info break'
19277 format changes.
19278 * gdb.base/annota3.exp: Likewise.
19279 * gdb.base/break.exp: Likewise.
19280 * gdb.base/condbreak.exp: Likewise.
19281 * gdb.base/pending.exp: Likewise.
19282 * gdb.base/sepdebug.exp: Likewise.
19283 * gdb.base/unload.exp: Likewise.
19284 * gdb.base/ovldbreak.exp: Likewise.
19285
19286 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
19287
19288 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
19289 messages.
19290 * gdb.base/chng-syms.exp: Likewise.
19291 * gdb.base/unload.exp: Likewise.
19292
19293 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
19294
19295 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
19296
19297 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
19298
19299 * schedlock.c (NUM): Change to 1.
19300 (main): Use args[0] for the main thread.
19301 * schedlock.exp: Only expect two threads. Only issue one pass or fail
19302 regardless of the number of threads.
19303
19304 2007-09-14 Maciej W. Rozycki <macro@mips.com>
19305
19306 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
19307 type down.
19308 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
19309 test.
19310 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
19311 watchpoint type down.
19312 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
19313 test.
19314
19315 2007-09-14 Maciej W. Rozycki <macro@mips.com>
19316
19317 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
19318 Move all the tests here and run them twice, once using software
19319 watchpoints and once using hardware watchpoints.
19320 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
19321
19322 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
19323
19324 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
19325 test.
19326
19327 2007-09-10 Mark Kettenis <kettenis@gnu.org>
19328
19329 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
19330 build-id.
19331
19332 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
19333 know about $ORIGIN. Calculate output dir from $dest instead of
19334 using ${objdir}/{$subdir}.
19335
19336 2007-09-09 Mark Kettenis <kettenis@gnu.org>
19337
19338 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
19339 gcore, before continuing with the test.
19340
19341 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
19342
19343 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
19344 * gdb.mi/mi-watch.exp: Likewise.
19345
19346 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
19347 Jim Blandy <jimb@codesourcery.com>
19348
19349 * gdb.arch/i386-sse.exp: Do not expect character constants.
19350 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
19351 * gdb.base/display.exp: Allow print/s.
19352 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
19353 and unsigned char array changes.
19354
19355 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
19356
19357 * gdb.base/display.exp: Add tests for printf %p.
19358
19359 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
19360
19361 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
19362 the dll name to unicode.
19363
19364 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19365
19366 * gdb.base/default.exp (show version): Update the version text.
19367 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
19368
19369 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
19370
19371 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
19372 New files.
19373
19374 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19375
19376 * lib/gdb.exp (build_id_debug_filename_get): New function.
19377 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
19378 Remove the generate DEBUG file for the future testcase runs.
19379 New testcase for the NT_GNU_BUILD_ID retrieval.
19380 Move the final testing step to ...
19381 (test_different_dir): ... a new function.
19382 New parameter XFAIL to XFAIL all the tests performed.
19383 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
19384 New parameter TYPE to PF_PREFIX all the tests performed.
19385
19386 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
19387
19388 * gdb.mi/mi-var-cp.cc (path_expression): New
19389 function.
19390 * gdb.mi/mi-var-cp.exp: Run path exression tests.
19391
19392 2007-08-27 Markus Deuling <deuling@de.ibm.com>
19393
19394 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
19395 to fit into SPU Local Store memory.
19396
19397 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19398
19399 * gdb.base/default.exp: Adjust the expected output of "info
19400 warranty" after the switch to GPLv3.
19401
19402 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19403
19404 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
19405 to 30000 (from 20000).
19406
19407 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19408
19409 Switch the license of all .exp files to GPLv3.
19410 Switch the license of all .f and .f90 files to GPLv3.
19411 Switch the license of all .s and .S files to GPLv3.
19412
19413 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19414
19415 * configure.ac: Switch license to GPLv3.
19416
19417 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19418
19419 Switch the licensing to GPLv3 for all .ads and .adb files.
19420
19421 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
19422
19423 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
19424 and t_int_double.
19425 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
19426
19427 2007-08-17 Joel Brobecker <brobecker@adacore.com>
19428
19429 * gdb.base/step-line.c: Switch license to GPL version 3, and
19430 update copyright year.
19431 * gdb.base/step-line.inp: Likewise.
19432
19433 2007-08-17 Joel Brobecker <brobecker@adacore.com>
19434
19435 * gdb.base/gdb1555.exp: Make expected output immune to formatting
19436 changes inside gdb1555.c.
19437 * gdb.base/pending.exp: Likewise.
19438
19439 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
19440
19441 * config/default.exp: New file.
19442
19443 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19444
19445 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
19446 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
19447
19448 2007-07-30 Maciej W. Rozycki <macro@mips.com>
19449
19450 * gdb.base/dump.exp: Force the correct endianness for binary
19451 formats not carrying this information.
19452
19453 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19454
19455 * gdb.threads/staticthreads.exp: Match .*sem_post.
19456
19457 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19458
19459 * gdb.base/readline.exp (operate_and_get_next): Match the final
19460 prompt.
19461
19462 2007-07-23 Kevin Buettner <kevinb@redhat.com>
19463
19464 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
19465 to restarting SID.
19466
19467 2007-07-18 Kevin Buettner <kevinb@redhat.com>
19468
19469 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
19470 prior to `gdb_start'.
19471
19472 2007-07-18 Kevin Buettner <kevinb@redhat.com>
19473
19474 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
19475 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
19476 Remove call to gdb_unload.
19477
19478 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
19479 Daniel Jacobowitz <dan@codesourcery.com>
19480
19481 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
19482 for __WIN32__.
19483 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
19484 * gdb.base/unload.exp: Use shared library test routines.
19485
19486 2007-07-03 Markus Deuling <deuling@de.ibm.com>
19487
19488 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
19489 * gdb.base/solib-symbol-lib.c: Likewise.
19490 * gdb.base/solib-symbol-main.c: Likewise.
19491
19492 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
19493
19494 * config/gdbserver.exp (gdb_reconnect): New.
19495 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
19496 gdb.base/solib-disc.exp: New files.
19497 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
19498 remote debugging".
19499 (gdb_compile): Add shlib_load flag.
19500 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
19501 port.
19502 (gdbserver_reconnect): New.
19503
19504 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
19505 Daniel Jacobowitz <dan@codesourcery.com>
19506
19507 * gdb.base/annota3.exp: Test for if construct.
19508
19509 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
19510
19511 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
19512
19513 2007-06-21 Chris Dearman <chris@mips.com>
19514 Maciej W. Rozycki <macro@mips.com>
19515
19516 * gdb.base/display.exp: Allow a newline after display/i.
19517 * gdb.base/pc-fp.exp: Likewise.
19518 * gdb.base/sigbpt.exp: Likewise.
19519
19520 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19521
19522 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
19523 required features to be included.
19524
19525 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19526
19527 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
19528 in info threads output.
19529
19530 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19531 Markus Deuling <deuling@de.ibm.com>
19532
19533 * gdb.arch/spu-info.exp: New testcase.
19534 * gdb.arch/spu-info.c: New file.
19535
19536 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
19537
19538 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
19539 tpcs_offset. Restore lr after the call.
19540 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
19541
19542 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
19543
19544 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
19545 (gdbserver_run): Kill any running gdbserver.
19546 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
19547
19548 2007-05-17 Maciej W. Rozycki <macro@mips.com>
19549
19550 * gdb.base/sigbpt.exp: Preset segv_addr.
19551
19552 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
19553
19554 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
19555 (gdb_compile_shlib): Likewise.
19556 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
19557 (default_gdb_init): Clear cleanfiles.
19558 (gdb_finish): Delete recorded cleanfiles.
19559 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
19560
19561 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
19562 Do not use isnative.
19563 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
19564 gdb.base/so-impl-ld.exp: Likewise.
19565 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
19566 * gdb.base/unload.exp: Likewise. Do not pass empty option to
19567 gdb_compile.
19568
19569 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
19570
19571 * config/unknown.exp: Remove.
19572
19573 2007-05-15 Markus Deuling <deuling@de.ibm.com>
19574
19575 * gdb.base/info-proc.exp: Check is_remote.
19576
19577 2007-05-14 Markus Deuling <deuling@de.ibm.com>
19578
19579 * gdb.base/gcore.exp: Initialize variable core_supported.
19580
19581 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19582
19583 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
19584
19585 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19586
19587 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
19588 * gdb.threads/print-threads.exp (test_all_threads): Allow
19589 negative and hexadecimal thread IDs.
19590
19591 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19592
19593 * gdb.java/jprint.java (public): Avoid invalid call to static
19594 method.
19595
19596 2007-05-14 Denis Pilat <denis.pilat@st.com>
19597
19598 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
19599 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
19600 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19601 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
19602 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
19603
19604 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19605
19606 * gdb.base/overlays.exp: Add support for targets with only code
19607 overlay support, not data overlay. Support spu-*-* target in
19608 this mode.
19609 * gdb.base/ovlymgr.c: Provide stubs for spu target.
19610 * gdb.base/spu.ld: New file.
19611
19612 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
19613
19614 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19615
19616 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
19617
19618 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19619
19620 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19621
19622 * gdb.java/jmain.exp: Handle demangled names with and without method
19623 signatures.
19624
19625 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19626
19627 * gdb.mi/mi-syn-frame.c (main, foo, bar)
19628 (have_a_very_merry_interrupt): Remove calls to puts.
19629 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19630 inferior output.
19631 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
19632 test names.
19633
19634 2007-04-29 Markus Deuling <deuling@de.ibm.com>
19635 Daniel Jacobowitz <dan@codesourcery.com>
19636
19637 * gdb.base/auxv.exp (core_works): Also check is_remote.
19638 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19639
19640 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
19641
19642 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19643 message, not the undefined 'module' variable.
19644 * gdb.base/siginfo.exp: Likewise.
19645 * gdb.base/sigstep.exp: Likewise.
19646 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19647 serialport.
19648 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19649
19650 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
19651
19652 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19653 target sim fails. Return 0 otherwise.
19654 (gdb_load): Return prematurely if gdb_target_sim fails.
19655
19656 2007-04-16 Denis Pilat <denis.pilat@st.com>
19657
19658 * gdb.base/setshow.exp: Reset height after having set it to 100.
19659
19660 2007-04-16 Denis Pilat <denis.pilat@st.com>
19661
19662 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19663
19664 2007-04-16 Denis Pilat <denis.pilat@st.com>
19665
19666 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19667
19668 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19669
19670 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19671 tests. Run the frozen varobjs test.
19672 * gdb.mi/var-cmd.c (do_frozen_tests): New.
19673 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19674
19675 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19676
19677 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19678 gdb.base/type-opaque.exp: New files.
19679
19680 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
19681
19682 * gdb.mi/mi-var-child.c
19683 (do_children_tests): User char[2] instead of
19684 char so that automatic printing of pointers to char
19685 don't give unpredicable result.
19686 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19687 local variables.
19688 * gdb.mi/mi-var-child.exp: Step to right line
19689 of do_children_tests.
19690 * gdb.mi/mi2-var-child.exp: Likewise.
19691 * gdb.mi/mi-var-cmd.exp: Step to right line of
19692 do_locals_tests.
19693 (do_children_tests): User char[2] instead of
19694 char so that automatic printing of pointers to char
19695 don't give unpredicable result.
19696 * gdb.mi/mi2-var-cmd.exp: Likewise.
19697 * lib/mi-support.exp (mi_continue_to_line):
19698 Pass test name to mi_wait_for_stop.
19699
19700 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19701
19702 * gdb.asm/asm-source.exp: Remove d10v case.
19703 * lib/gdb.exp (skip_cplus_tests): Likewise.
19704 * gdb.asm/d10v.inc: Deleted.
19705
19706 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19707
19708 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19709
19710 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19711
19712 * config/netware.exp: Delete file.
19713
19714 2007-03-29 Joel Brobecker <brobecker@adacore.com>
19715
19716 * gdb.dwarf2/dw2-noloc.S: New file.
19717 * gdb.dwarf2/dw2-noloc.exp: New file.
19718
19719 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19720
19721 * gdb.cp/method2.cc: New test.
19722 * gdb.cp/method2.exp: New test.
19723 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19724
19725 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19726
19727 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19728
19729 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19730
19731 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19732
19733 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19734
19735 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19736 (gdb_load): Delete, replace with...
19737 (gdb_reload): ...this.
19738 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19739 * gdb.server/server-mon.exp: Likewise.
19740 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19741 (gdb_start_cmd): New.
19742 (gdb_file_cmd): Save the last loaded file.
19743 (gdb_reload): New.
19744 (gdb_gnu_strip_debug): Use transform.
19745 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19746 support here. Use new $last_loaded_file. Check mtime.
19747 (gdb_target_cmd): Handle ObjC failure case.
19748 (infer_host_exec): Delete.
19749 (gdbserver_load): Rename to...
19750 (gdbserver_run): ...this. Simplify.
19751 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19752 (mi_gdb_load): Move most contents to a new function...
19753 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19754 (mi_run_cmd): Use mi_gdb_target_load.
19755 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19756 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19757 Use gdb_run_cmd.
19758 * gdb.base/charsign.exp: Remove incorrect comment.
19759 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19760 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19761 gdb.base/start.exp: Use gdb_start_cmd.
19762
19763 2007-03-23 Nigel Stephens <nigel@mips.com>
19764 Maciej W. Rozycki <macro@mips.com>
19765
19766 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19767 * gdb.base/signull.exp: Similarly.
19768
19769 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19770
19771 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19772 messages available to test cases (like chng-sym.exp).
19773
19774 2007-03-14 Andreas Schwab <schwab@suse.de>
19775
19776 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19777 format changes.
19778
19779 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19780
19781 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19782 (optimized_1): New.
19783 (main): Call optimized_1.
19784 (gdb2029): Correct typos. Call gdb2029_marker.
19785 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19786 for gdb2029.
19787
19788 2007-03-12 Mark Kettenis <kettenis@gnu.org>
19789
19790 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19791 as tabs. Remove redundant test pattern.
19792
19793 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19794
19795 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19796 for /a format output.
19797
19798 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19799
19800 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19801 collect output incrementally.
19802
19803 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19804
19805 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19806 for -var-create lpcharacter test.
19807 * gdb.mi/mi2-var-cmd.exp: Likewise.
19808
19809 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19810
19811 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19812 pass on targets where address zero is readable.
19813
19814 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19815
19816 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19817 just a single architecture.
19818
19819 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19820
19821 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19822 (fetch_all_registers): New function, uses gdb_test_multiple and
19823 exp_continue to fetch inferior output line-by-line.
19824 Replace all uses of do_get_all_registers by fetch_all_registers.
19825
19826 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19827
19828 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19829 in target_info.
19830
19831 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19832
19833 * gdb.threads/manythreads.exp: Use $message string for
19834 consistancy; add a default (timeout) case.
19835
19836 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19837
19838 * gdb.base/watchpoint.exp: Fix truncated comment.
19839
19840 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19841
19842 * Makefile.in: Remove spurious single-quotes from sed command.
19843
19844 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19845
19846 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19847 func.
19848 * gdb.mi/mi2-var-cmd.exp: Likewise.
19849
19850 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19851
19852 * gdb.dwarf2/dw2-producer.S: New file.
19853 * gdb.dwarf2/dw2-producer.exp: New testcase.
19854
19855 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
19856
19857 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19858 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19859 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19860 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19861 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19862 Revert tests to use mi_gdb_test and include value field in output
19863 of -var-create.
19864
19865 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19866
19867 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19868
19869 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19870
19871 * gdb.base/maint.exp: Remove full paths from test names.
19872 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19873 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19874
19875 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19876
19877 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19878
19879 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19880
19881 * gdb.server/server-mon.exp: New test.
19882
19883 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19884
19885 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19886
19887 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19888
19889 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19890 register capitalization.
19891
19892 2007-02-13 Denis Pilat <denis.pilat@st.com>
19893
19894 * gdb.mi/mi-var-invalidate.exp: New file.
19895
19896 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19897
19898 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19899
19900 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19901
19902 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19903
19904 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19905
19906 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19907 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19908
19909 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
19910
19911 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19912 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19913 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19914 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19915 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19916 * gdb.mi/gdb792.exp, lib/mi-support.exp:
19917 Update tests to include value field in output of -var-create.
19918
19919 2007-02-08 Andreas Schwab <schwab@suse.de>
19920
19921 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19922
19923 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19924
19925 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19926 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19927
19928 2007-02-02 Denis Pilat <denis.pilat@st.com>
19929
19930 * gdb.threads/threadapply.exp: check that frame is not changed by
19931 the thread apply all command.
19932
19933 2007-01-31 Andreas Schwab <schwab@suse.de>
19934
19935 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19936
19937 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19938 in the dwarf sections.
19939 * gdb.dwarf2/mac-fileno.S: Likewise.
19940
19941 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19942 bspstore register on ia64.
19943
19944 2007-01-29 Andreas Schwab <schwab@suse.de>
19945
19946 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19947 "frame-begin" annotation.
19948
19949 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19950 number of "frames-invalid" annotations.
19951
19952 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19953
19954 * gdb.base/commands.exp: Call if_commands_test.
19955 (gdb_test_no_prompt, if_commands_test): New.
19956
19957 2007-01-28 Mark Kettenis <kettenis@gnu.org>
19958
19959 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19960
19961 2007-01-27 Andreas Schwab <schwab@suse.de>
19962
19963 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19964 .short/.int/.quad in the dwarf sections.
19965 * gdb.dwarf2/dw2-intercu.S: Likewise.
19966 * gdb.dwarf2/dw2-intermix.S: Likewise.
19967
19968 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19969
19970 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19971 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19972 array.
19973 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19974 * gdb.base/setvar.exp: Likewise.
19975
19976 2007-01-26 Andreas Schwab <schwab@suse.de>
19977
19978 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19979 test.
19980
19981 * gdb.base/multi-forks.exp ("restart $i"): Also match
19982 __kernel_syscall_via_break.
19983
19984 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19985
19986 * lib/mi-support.exp (mi_delete_varobj): New.
19987 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19988 testcase.
19989 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19990 (main): Call the above.
19991 (reference_update_test, base_in_reference_test)
19992 (reference_to_pointer): Delete the created varobjs.
19993
19994 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19995
19996 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19997 * configure: Regenerated.
19998 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19999 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
20000 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
20001 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
20002 * lib/gdb.exp (gdb_skip_xml_test): New function.
20003
20004 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
20005
20006 * gdb.base/sigrepeat.exp: Correct error message.
20007
20008 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20009 Daniel Jacobowitz <dan@codesourcery.com>
20010
20011 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
20012 gdb.arch/i386-gnu-cfi-asm.S: New files.
20013
20014 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
20015
20016 * lib/gdb.exp: Abort on missing `site.exp'.
20017
20018 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20019 Daniel Jacobowitz <dan@codesourcery.com>
20020
20021 * gdb.base/included.c, gdb.base/included.exp,
20022 gdb.base/included.h: New files.
20023
20024 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20025
20026 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
20027 (maximize_rlimit): Reduce limits on 64-bit systems.
20028
20029 2007-01-19 Mark Kettenis <kettenis@gnu.org>
20030
20031 From Marcus Deuling <deuling@de.ibm.com>:
20032 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
20033 every case.
20034
20035 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
20036
20037 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
20038 (test_path_specification): Use objdir instead of srcdir to always
20039 get an absolute filename.
20040
20041 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
20042
20043 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
20044
20045 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
20046
20047 * gdb.mi/mi-var-cp.cc (reference_update_tests):
20048 Make sure the variable we're using is in scope.
20049 (reference_to_pointer): Likewise.
20050
20051 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
20052
20053 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
20054 has no debug information.
20055
20056 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
20057
20058 * gdb.base/annota1.exp: Remove extra send_gdb.
20059
20060 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
20061
20062 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
20063
20064 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
20065
20066 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
20067
20068 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
20069 Daniel Jacobowitz <dan@codesourcery.com>
20070
20071 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
20072 lcharacter or linteger change. Correct duplicated test name.
20073 * gdb.mi/mi2-var-cmd.exp: Likewise.
20074
20075 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
20076
20077 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
20078
20079 2007-01-05 Joel Brobecker <brobecker@adacore.com>
20080
20081 * gdb.base/nofield.c: New file.
20082 * gdb.base/nofield.exp: New testcase.
20083
20084 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
20085
20086 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
20087
20088 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
20089 test.
20090
20091 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
20092
20093 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
20094
20095 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
20096
20097 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
20098 when continuing.
20099
20100 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
20101
20102 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
20103 Expect ".exe" extension.
20104
20105 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
20106
20107 * gdb.base/charset.exp: Add explicit filename to break.
20108 * gdb.base/dbx.exp: Add explicit filename to breaks.
20109
20110 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
20111
20112 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
20113 * gdb.mi/mi2-file.exp: Likewise.
20114
20115 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
20116
20117 Implement specification of MI tests as comments
20118 in C and C++ sources.
20119 * lib/mi-support.exp (mi_autotest_data): New variable.
20120 (mi_autotest_source): New variable.
20121 (count_newlines, mi_prepare_inline_tests)
20122 (mi_get_inline_test, mi_continue_to_line)
20123 (mi_run_inline_test, mi_tbreak)
20124 (mi_send_resuming_command, mi_wait_for_stop): New functions.
20125 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
20126 Run inline tests.
20127 * gdb.mi/mi-var-cp.cc: Define tests here.
20128
20129 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
20130
20131 Simplify usage of mi_continue_to.
20132 * lib/mi-support.exp (mi_runto_helper): Renamed
20133 from mi_runto, added new parameter 'run_or_continue'.
20134 (mi_runto): Use mi_runto_helper.
20135 (mi_continue_to): Accept just function name as parameter.
20136 Use mi_runto_helper.
20137 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
20138 * gdb.mi/mi2-var-cmd.exp: Likewise.
20139
20140 2006-01-04 Joel Brobecker <brobecker@adacore.com>
20141
20142 Make this testcase a bit more realistic. The current code
20143 is too simplistic, and allows the compiler to optimize out
20144 some of the entities we need for this testcase.
20145 * gdb.ada/null_record/bar.ads (Void_Star): New type.
20146 (Do_Nothing): Add extra parameter.
20147 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
20148 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
20149 by using a variable of type Void_Star.
20150
20151 2006-01-04 Joel Brobecker <brobecker@adacore.com>
20152
20153 * gdb.ada/catch_ex/foo.adb: New file.
20154 * gdb.ada/catch_ex.exp: New testcase.
20155
20156 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
20157
20158 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
20159 pass --image-base to linker.
20160
20161 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
20162 Daniel Jacobowitz <dan@codesourcery.com>
20163
20164 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
20165 secondary prompts.
20166
20167 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
20168
20169 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
20170 output. Test the types of members and member pointers.
20171 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
20172 gdb/2092.
20173 * gdb.cp/member-ptr.exp: Search for a comment instead of a
20174 statement. Enable for GCC. Update expected output for some tests
20175 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
20176 layout.
20177 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
20178 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
20179 (Diamond::vget_base): New.
20180 (main): Add new tests.
20181 * gdb.cp/printmethod.exp: Update expected output for member functions.
20182 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
20183 print pEe->D::vg().
20184
20185 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
20186
20187 * gdb.threads/tls.exp: Allow stops in sem_post.
20188
20189 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
20190
20191 * gdb.base/annota1.exp: Allow .*printf in backtraces.
20192 * gdb.base/annota3.exp: Likewise.
20193 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
20194 again (instead of timing out).
20195 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
20196 GCC bug 26475.
20197 * gdb.java/jmisc.exp: Adjust to work with method signatures including
20198 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
20199 test from jmisc1.exp.
20200 * gdb.java/jmisc1.exp: Delete.
20201 * gdb.java/jprint.exp: Adjust to work with method signatures including
20202 return types.
20203 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
20204 * gdb.threads/linux-dp.exp: Don't be confused by program output.
20205 * lib/java.exp (compile_java_from_source): Pass the correct type
20206 to target_compile.
20207
20208 2006-12-31 Joel Brobecker <brobecker@adacore.com>
20209
20210 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
20211 (stack_align_edx): New function.
20212 (stack_align_eax): New function.
20213 (main): Add calls to stack_align_edx and stack_align_eax.
20214 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
20215 Add testing for the cases where the register used during a stack
20216 realignment is edx. Same for eax.
20217
20218 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
20219
20220 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
20221 and generic PE targets.
20222
20223 2006-12-29 Joel Brobecker <brobecker@adacore.com>
20224
20225 * gdb.ada/array_return.exp: Update copyright date list.
20226
20227 2006-12-27 Joel Brobecker <brobecker@adacore.com>
20228
20229 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
20230 (Create_Small_Float_Vector): New function.
20231 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
20232 function body.
20233 * gdb.ada/array_return/p.adb: Use new type and function from
20234 package Pck.
20235 * gdb.ada/array_return.exp: Add a test verifying that GDB is
20236 able to print the value returned by a function returning an
20237 array of float.
20238
20239 2006-12-20 Joel Brobecker <brobecker@adacore.com>
20240
20241 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
20242 The associated tests should be PASSing.
20243
20244 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
20245
20246 Test for base in references.
20247 * gdb.mi/mi-var-cp.cc: Add test code.
20248 * gdb.mi/mi-var-cp.exp: Test for bases in references.
20249 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
20250 * gdb.mi/mi2-watch.exp: Likewise.
20251 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
20252 (mi_list_varobj_children): New function.
20253
20254 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
20255
20256 * lib/mi-support.exp
20257 (mi_runto): Accept "()" after function name.
20258 (mi_create_varobj): New function.
20259 (mi_varobj_update): New function.
20260 (mi_Check_varobj_value): New function.
20261 * gdb.mi/mi-var-cp.exp: New file.
20262 * gdb.mi/mi-var-cp.cc: New file.
20263
20264 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
20265
20266 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
20267 gdb.base/weaklib2.c: New files.
20268
20269 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
20270
20271 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
20272 info. Adjust test names.
20273
20274 * gdb.base/break.c (main): Move position of malloc.
20275 * gdb.base/break.exp: Revert mistaken checkin.
20276
20277 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
20278
20279 * gdb.mi/mi-var-cmd.exp: Check -var-update after
20280 assignement of arrays and function pointers.
20281 * gdb.mi/var-cmd.c: Add declaration necessary for above
20282 tests.
20283
20284 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
20285
20286 * gdb.base/break.c (main): Call malloc.
20287
20288 * gdb.threads/linux-dp.exp: Read thread table before and after
20289 creating each philosopher and verify it.
20290
20291 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
20292 Paul Brook <paul@codesourcery.com>
20293 Daniel Jacobowitz <dan@codesourcery.com>
20294
20295 * gdb.base/ending-run.exp: Flatten expect script stepping out of
20296 main to remove duplication. Add start function of the form
20297 '_*start[1-9]*'. Add RVDS start function.
20298
20299 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20300
20301 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
20302
20303 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20304
20305 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
20306 * gdb.asm/spu.inc: New file.
20307 * gdb.base/term.exp: Disable if [target_info exists noargs].
20308 * gdb.gdb/complaints.exp: Disable if ![isnative].
20309 * gdb.gdb/selftest.exp: Likewise.
20310 * gdb.gdb/observer.exp: Likewise.
20311 * gdb.gdb/xfullpath.exp: Likewise.
20312 * gdb.base/attach.exp: Disable on SPU target.
20313 * gdb.cp/bs145503.exp: Likewise.
20314 * gdb.cp/exception.exp: Likewise.
20315 * gdb.cp/userdef.exp: Likewise.
20316
20317 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20318
20319 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
20320
20321 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
20322
20323 * gdb.base/completion.exp: Fix completion tests for
20324 'info' and 'info '.
20325 * gdb.base/help.exp (help_test_raw, test_class_help)
20326 (test_prefix_command_help): Move...
20327 * lib/gdb.exp: Here.
20328 * gdb.base/main.exp: Adjust.
20329 * gdb.cp/maint.exp: Adjust.
20330 * gdb.trace/tracecmd.exp: Use test_help_class.
20331
20332 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
20333
20334 * gdb.stabs/weird.exp (print_weird_var): Use
20335 gdb_test_multiple instead of gdb_expect.
20336
20337 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
20338
20339 * gdb.base/help.exp (help_test_raw): New.
20340 (test_class_help): New.
20341 (test_prefix_command_help): New.
20342 Adjust testcases.
20343
20344 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
20345
20346 * gdb.base/constvars.c (main): Write to crass and crips, so that
20347 they are allocated by the compiler.
20348
20349 2006-10-27 Andreas Schwab <schwab@suse.de>
20350
20351 * gdb.base/multi-forks.exp: Use "detach fork" instead of
20352 "detach-fork".
20353
20354 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
20355
20356 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
20357 of patterns.
20358
20359 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
20360
20361 * gdb.base/sepdebug.exp: Remove debug format test.
20362 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
20363 Handle no-symtab.
20364 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
20365
20366 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
20367
20368 * gdb.threads/manythreads.c (thread_function, main): Don't cast
20369 int to pointer or pointer to int.
20370 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
20371
20372 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
20373
20374 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
20375
20376 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
20377
20378 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
20379
20380 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
20381
20382 PR c++/2116
20383 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
20384
20385 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20386
20387 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
20388 the corresponding bug has been fixed in GDB (PR/2018).
20389
20390 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20391
20392 * gdb.base/subst.exp: New testcase.
20393
20394 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20395
20396 * gdb.ada/array_return/pck.ads: Add copyright notice.
20397 * gdb.ada/array_return/pck.adb: Likewise.
20398 * gdb.ada/array_return/p.adb: Likewise.
20399 * gdb.ada/exec_changed/first.adb: Likewise.
20400 * gdb.ada/exec_changed/second.adb: Likewise.
20401
20402 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20403
20404 * gdb.ada/watch_arg/watch.adb: New file.
20405 * gdb.ada/watch_arg.exp: New testcase.
20406
20407 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
20408
20409 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
20410 via string_to_regexp.
20411 * gdb.mi/mi2-basics.exp: Likewise.
20412
20413 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
20414
20415 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
20416 Remove unused / obsolete files.
20417
20418 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
20419
20420 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
20421
20422 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
20423
20424 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
20425 HIGH_FRAME argument to -stack-list-arguments can be larger than
20426 the number of frames.
20427
20428 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
20429
20430 * gdb.base/args.c (main): Add breakpoint marker.
20431 * gdb.base/args.exp: Use args_test for tests. Add new tests which
20432 really test empty arguments.
20433 (args_load): Delete.
20434 (args_test): New.
20435
20436 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
20437
20438 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
20439 check for one file.
20440
20441 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
20442
20443 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
20444 HIGH_FRAME argument to -stack-list-locals can be larger than
20445 the number of frames.
20446
20447 2006-08-18 Fred Fish <fnf@specifix.com>
20448
20449 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
20450 '$' in front of skip_vmx_tests_saved when setting that.
20451
20452 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
20453
20454 * gdb.base/trace-commands.exp: New file.
20455
20456 2006-08-10 Joel Brobecker <brobecker@adacore.com>
20457 Daniel Jacobowitz <dan@codesourcery.com>
20458
20459 * gdb.base/step-bt.exp: Make hexadecimal address optional in
20460 expected output of the backtrace commands.
20461
20462 2006-08-09 Joel Brobecker <brobecker@adacore.com>
20463
20464 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
20465 untested followed by return combination.
20466 * gdb.arch/altivec-regs.exp: Likewise.
20467 * gdb.arch/e500-abi.exp: Likewise.
20468 * gdb.arch/e500-regs.exp: Likewise.
20469 * gdb.arch/gdb1291.exp: Likewise.
20470 * gdb.arch/gdb1431.exp: Likewise.
20471 * gdb.arch/gdb1558.exp: Likewise.
20472 * gdb.arch/i386-prologue.exp: Likewise.
20473 * gdb.arch/i386-unwind.exp: Likewise.
20474 * gdb.asm/asm-source.exp: Likewise.
20475 * gdb.base/a2-run.exp: Likewise.
20476 * gdb.base/advance.exp: Likewise.
20477 * gdb.base/all-bin.exp: Likewise.
20478 * gdb.base/annota1.exp: Likewise.
20479 * gdb.base/annota3.exp: Likewise.
20480 * gdb.base/args.exp: Likewise.
20481 * gdb.base/arithmet.exp: Likewise.
20482 * gdb.base/assign.exp: Likewise.
20483 * gdb.base/async.exp: Likewise.
20484 * gdb.base/attach.exp: Likewise.
20485 * gdb.base/bang.exp: Likewise.
20486 * gdb.base/bigcore.exp: Likewise.
20487 * gdb.base/bitfields.exp: Likewise.
20488 * gdb.base/bitfields2.exp: Likewise.
20489 * gdb.base/break.exp: Likewise.
20490 * gdb.base/call-sc.exp: Likewise.
20491 * gdb.base/call-strs.exp: Likewise.
20492 * gdb.base/callfuncs.exp: Likewise.
20493 * gdb.base/checkpoint.exp: Likewise.
20494 * gdb.base/chng-syms.exp: Likewise.
20495 * gdb.base/code-expr.exp: Likewise.
20496 * gdb.base/commands.exp: Likewise.
20497 * gdb.base/completion.exp: Likewise.
20498 * gdb.base/cond-expr.exp: Likewise.
20499 * gdb.base/condbreak.exp: Likewise.
20500 * gdb.base/consecutive.exp: Likewise.
20501 * gdb.base/constvars.exp: Likewise.
20502 * gdb.base/corefile.exp: Likewise.
20503 * gdb.base/cvexpr.exp: Likewise.
20504 * gdb.base/dbx.exp: Likewise.
20505 * gdb.base/define.exp: Likewise.
20506 * gdb.base/detach.exp: Likewise.
20507 * gdb.base/display.exp: Likewise.
20508 * gdb.base/dump.exp: Likewise.
20509 * gdb.base/ena-dis-br.exp: Likewise.
20510 * gdb.base/ending-run.exp: Likewise.
20511 * gdb.base/environ.exp: Likewise.
20512 * gdb.base/eval-skip.exp: Likewise.
20513 * gdb.base/exprs.exp: Likewise.
20514 * gdb.base/fileio.exp: Likewise.
20515 * gdb.base/finish.exp: Likewise.
20516 * gdb.base/float.exp: Likewise.
20517 * gdb.base/foll-exec.exp: Likewise.
20518 * gdb.base/foll-fork.exp: Likewise.
20519 * gdb.base/foll-vfork.exp: Likewise.
20520 * gdb.base/freebpcmd.exp: Likewise.
20521 * gdb.base/funcargs.exp: Likewise.
20522 * gdb.base/gcore.exp: Likewise.
20523 * gdb.base/gdb1090.exp: Likewise.
20524 * gdb.base/gdb1250.exp: Likewise.
20525 * gdb.base/huge.exp: Likewise.
20526 * gdb.base/info-proc.exp: Likewise.
20527 * gdb.base/interrupt.exp: Likewise.
20528 * gdb.base/jump.exp: Likewise.
20529 * gdb.base/langs.exp: Likewise.
20530 * gdb.base/lineinc.exp: Likewise.
20531 * gdb.base/list.exp: Likewise.
20532 * gdb.base/logical.exp: Likewise.
20533 * gdb.base/long_long.exp: Likewise.
20534 * gdb.base/macscp.exp: Likewise.
20535 * gdb.base/maint.exp: Likewise.
20536 * gdb.base/mips_pro.exp: Likewise.
20537 * gdb.base/miscexprs.exp: Likewise.
20538 * gdb.base/multi-forks.exp: Likewise.
20539 * gdb.base/opaque.exp: Likewise.
20540 * gdb.base/overlays.exp: Likewise.
20541 * gdb.base/pc-fp.exp: Likewise.
20542 * gdb.base/pointers.exp: Likewise.
20543 * gdb.base/printcmds.exp: Likewise.
20544 * gdb.base/psymtab.exp: Likewise.
20545 * gdb.base/ptype.exp: Likewise.
20546 * gdb.base/recurse.exp: Likewise.
20547 * gdb.base/relational.exp: Likewise.
20548 * gdb.base/relocate.exp: Likewise.
20549 * gdb.base/remote.exp: Likewise.
20550 * gdb.base/reread.exp: Likewise.
20551 * gdb.base/restore.exp: Likewise.
20552 * gdb.base/return.exp: Likewise.
20553 * gdb.base/return2.exp: Likewise.
20554 * gdb.base/scope.exp: Likewise.
20555 * gdb.base/sect-cmd.exp: Likewise.
20556 * gdb.base/sep.exp: Likewise.
20557 * gdb.base/sepdebug.exp: Likewise.
20558 * gdb.base/setshow.exp: Likewise.
20559 * gdb.base/setvar.exp: Likewise.
20560 * gdb.base/sigall.exp: Likewise.
20561 * gdb.base/sigbpt.exp: Likewise.
20562 * gdb.base/signals.exp: Likewise.
20563 * gdb.base/signull.exp: Likewise.
20564 * gdb.base/sizeof.exp: Likewise.
20565 * gdb.base/solib.exp: Likewise.
20566 * gdb.base/step-line.exp: Likewise.
20567 * gdb.base/step-test.exp: Likewise.
20568 * gdb.base/structs.exp: Likewise.
20569 * gdb.base/structs2.exp: Likewise.
20570 * gdb.base/term.exp: Likewise.
20571 * gdb.base/twice.exp: Likewise.
20572 * gdb.base/until.exp: Likewise.
20573 * gdb.base/varargs.exp: Likewise.
20574 * gdb.base/volatile.exp: Likewise.
20575 * gdb.base/watchpoint.exp: Likewise.
20576 * gdb.base/whatis-exp.exp: Likewise.
20577 * gdb.base/whatis.exp: Likewise.
20578 * gdb.cp/ambiguous.exp: Likewise.
20579 * gdb.cp/annota2.exp: Likewise.
20580 * gdb.cp/annota3.exp: Likewise.
20581 * gdb.cp/bool.exp: Likewise.
20582 * gdb.cp/breakpoint.exp: Likewise.
20583 * gdb.cp/casts.exp: Likewise.
20584 * gdb.cp/class2.exp: Likewise.
20585 * gdb.cp/classes.exp: Likewise.
20586 * gdb.cp/cplusfuncs.exp: Likewise.
20587 * gdb.cp/ctti.exp: Likewise.
20588 * gdb.cp/derivation.exp: Likewise.
20589 * gdb.cp/exception.exp: Likewise.
20590 * gdb.cp/gdb1355.exp: Likewise.
20591 * gdb.cp/hang.exp: Likewise.
20592 * gdb.cp/inherit.exp: Likewise.
20593 * gdb.cp/local.exp: Likewise.
20594 * gdb.cp/m-data.exp: Likewise.
20595 * gdb.cp/m-static.exp: Likewise.
20596 * gdb.cp/member-ptr.exp: Likewise.
20597 * gdb.cp/method.exp: Likewise.
20598 * gdb.cp/misc.exp: Likewise.
20599 * gdb.cp/namespace.exp: Likewise.
20600 * gdb.cp/overload.exp: Likewise.
20601 * gdb.cp/ovldbreak.exp: Likewise.
20602 * gdb.cp/pr-1023.exp: Likewise.
20603 * gdb.cp/pr-1210.exp: Likewise.
20604 * gdb.cp/pr-574.exp: Likewise.
20605 * gdb.cp/printmethod.exp: Likewise.
20606 * gdb.cp/psmang.exp: Likewise.
20607 * gdb.cp/ref-params.exp: Likewise.
20608 * gdb.cp/ref-types.exp: Likewise.
20609 * gdb.cp/rtti.exp: Likewise.
20610 * gdb.cp/templates.exp: Likewise.
20611 * gdb.cp/try_catch.exp: Likewise.
20612 * gdb.cp/userdef.exp: Likewise.
20613 * gdb.cp/virtfunc.exp: Likewise.
20614 * gdb.disasm/am33.exp: Likewise.
20615 * gdb.disasm/h8300s.exp: Likewise.
20616 * gdb.disasm/mn10300.exp: Likewise.
20617 * gdb.disasm/sh3.exp: Likewise.
20618 * gdb.disasm/t01_mov.exp: Likewise.
20619 * gdb.disasm/t02_mova.exp: Likewise.
20620 * gdb.disasm/t03_add.exp: Likewise.
20621 * gdb.disasm/t04_sub.exp: Likewise.
20622 * gdb.disasm/t05_cmp.exp: Likewise.
20623 * gdb.disasm/t06_ari2.exp: Likewise.
20624 * gdb.disasm/t07_ari3.exp: Likewise.
20625 * gdb.disasm/t08_or.exp: Likewise.
20626 * gdb.disasm/t09_xor.exp: Likewise.
20627 * gdb.disasm/t10_and.exp: Likewise.
20628 * gdb.disasm/t11_logs.exp: Likewise.
20629 * gdb.disasm/t12_bit.exp: Likewise.
20630 * gdb.disasm/t13_otr.exp: Likewise.
20631 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20632 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20633 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20634 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20635 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20636 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20637 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20638 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20639 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20640 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20641 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20642 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20643 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20644 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20645 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20646 * gdb.mi/gdb701.exp: Likewise.
20647 * gdb.mi/gdb792.exp: Likewise.
20648 * gdb.mi/mi-basics.exp: Likewise.
20649 * gdb.mi/mi-break.exp: Likewise.
20650 * gdb.mi/mi-cli.exp: Likewise.
20651 * gdb.mi/mi-console.exp: Likewise.
20652 * gdb.mi/mi-disassemble.exp: Likewise.
20653 * gdb.mi/mi-eval.exp: Likewise.
20654 * gdb.mi/mi-file.exp: Likewise.
20655 * gdb.mi/mi-read-memory.exp: Likewise.
20656 * gdb.mi/mi-regs.exp: Likewise.
20657 * gdb.mi/mi-return.exp: Likewise.
20658 * gdb.mi/mi-simplerun.exp: Likewise.
20659 * gdb.mi/mi-stack.exp: Likewise.
20660 * gdb.mi/mi-stepi.exp: Likewise.
20661 * gdb.mi/mi-syn-frame.exp: Likewise.
20662 * gdb.mi/mi-until.exp: Likewise.
20663 * gdb.mi/mi-var-block.exp: Likewise.
20664 * gdb.mi/mi-var-child.exp: Likewise.
20665 * gdb.mi/mi-var-cmd.exp: Likewise.
20666 * gdb.mi/mi-var-display.exp: Likewise.
20667 * gdb.mi/mi-watch.exp: Likewise.
20668 * gdb.mi/mi2-basics.exp: Likewise.
20669 * gdb.mi/mi2-break.exp: Likewise.
20670 * gdb.mi/mi2-cli.exp: Likewise.
20671 * gdb.mi/mi2-console.exp: Likewise.
20672 * gdb.mi/mi2-disassemble.exp: Likewise.
20673 * gdb.mi/mi2-eval.exp: Likewise.
20674 * gdb.mi/mi2-file.exp: Likewise.
20675 * gdb.mi/mi2-read-memory.exp: Likewise.
20676 * gdb.mi/mi2-regs.exp: Likewise.
20677 * gdb.mi/mi2-return.exp: Likewise.
20678 * gdb.mi/mi2-simplerun.exp: Likewise.
20679 * gdb.mi/mi2-stack.exp: Likewise.
20680 * gdb.mi/mi2-stepi.exp: Likewise.
20681 * gdb.mi/mi2-syn-frame.exp: Likewise.
20682 * gdb.mi/mi2-until.exp: Likewise.
20683 * gdb.mi/mi2-var-block.exp: Likewise.
20684 * gdb.mi/mi2-var-child.exp: Likewise.
20685 * gdb.mi/mi2-var-cmd.exp: Likewise.
20686 * gdb.mi/mi2-var-display.exp: Likewise.
20687 * gdb.mi/mi2-watch.exp: Likewise.
20688 * gdb.stabs/exclfwd.exp: Likewise.
20689 * gdb.stabs/weird.exp: Likewise.
20690 * gdb.threads/gcore-thread.exp: Likewise.
20691 * gdb.trace/actions.exp: Likewise.
20692 * gdb.trace/backtrace.exp: Likewise.
20693 * gdb.trace/circ.exp: Likewise.
20694 * gdb.trace/collection.exp: Likewise.
20695 * gdb.trace/deltrace.exp: Likewise.
20696 * gdb.trace/infotrace.exp: Likewise.
20697 * gdb.trace/limits.exp: Likewise.
20698 * gdb.trace/packetlen.exp: Likewise.
20699 * gdb.trace/passc-dyn.exp: Likewise.
20700 * gdb.trace/passcount.exp: Likewise.
20701 * gdb.trace/report.exp: Likewise.
20702 * gdb.trace/save-trace.exp: Likewise.
20703 * gdb.trace/tfind.exp: Likewise.
20704 * gdb.trace/tracecmd.exp: Likewise.
20705 * gdb.trace/while-dyn.exp: Likewise.
20706 * gdb.trace/while-stepping.exp: Likewise.
20707
20708 2006-08-08 Joel Brobecker <brobecker@adacore.com>
20709
20710 * gdb.base/step-bt.c: New file.
20711 * gdb.base/step-bt.exp: New testcase.
20712
20713 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20714
20715 * config/monitor.exp (gdb_load): Remove support for obsolete
20716 download-write-size.
20717 * gdb.base/remote.exp: Likewise. Update all callers of
20718 gdb_timed_load.
20719
20720 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20721
20722 * cursal.exp: Pass binfile to gdb_load.
20723
20724 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20725
20726 * gdb.base/cursal.exp: Add "" to gdb_load call.
20727
20728 2006-07-29 Mark Kettenis <kettenis@gnu.org>
20729
20730 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20731 NetBSD/ELF targets.
20732
20733 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20734
20735 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20736 operator*.
20737
20738 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20739
20740 * gdb.base/completion.exp: Update for change in "file" behavior.
20741 * gdb.stabs/weird.exp: Likewise.
20742 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20743 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20744
20745 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20746
20747 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20748 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20749
20750 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20751
20752 * gdb.base/default.exp: Update source command error message.
20753 * gdb.base/help.exp: Update 'help source' message.
20754
20755 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20756
20757 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20758 test.
20759
20760 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20761
20762 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20763
20764 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20765
20766 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20767
20768 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20769
20770 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20771
20772 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20773
20774 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20775 *-*-openbsd* from targets for wich we expect ARM FPA floating
20776 point format.
20777
20778 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
20779
20780 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20781
20782 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20783
20784 * gdb.base/annota3.exp: Expect frame-begin annotation.
20785
20786 2006-07-14 Joel Brobecker <brobecker@adacore.com>
20787
20788 * gdb.base/help.exp: Adjust "help unset" test to accept
20789 any list of unset commands.
20790
20791 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20792 Daniel Jacobowitz <dan@codesourcery.com>
20793
20794 * gdb.cp/ref-params.exp: New test.
20795 * gdb.cp/ref-params.cc: New source file.
20796 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20797
20798 2006-07-08 Mark Kettenis <kettenis@gnu.org>
20799
20800 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20801 spaces/tabs in regular expressions since they might not be there.
20802
20803 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20804
20805 * gdb.base/ifelse.exp: New file.
20806
20807 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20808
20809 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20810 line.
20811 * gdb.base/huge.exp: Loop over compilation to find a size that
20812 is acceptable.
20813 * gdb.base/remote.exp: Correct expected strings.
20814 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20815
20816 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20817
20818 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20819
20820 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20821
20822 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20823 native.
20824
20825 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20826
20827 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20828 enable stabs testing.
20829
20830 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20831
20832 * gdb.base/auxv.exp: Intercept undefined command messages before
20833 gdb_test_multiple does.
20834
20835 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20836
20837 * Makefile.in (host_alias): Remove.
20838 (target_alias): Use @target_noncanonical@.
20839 (site.exp): Don't set host_alias.
20840 * aclocal.m4: Remove contents. Include acx.m4.
20841 * configure: Regenerated.
20842 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20843
20844 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20845
20846 * lib/gdb.exp (gdb_load_cmd): New.
20847
20848 * gdb.base/fileio.c: Add system(NULL) test.
20849 * gdb.base/fileio.exp: Check it.
20850
20851 * gdb.base/break.c: Add 10a breakpoint at }
20852 * gdb.base/break.exp: Add test for breakpoint at }
20853 * gdb.cp/anon-union.cc: Add code at end of function.
20854 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20855 * gdb.mi/var-cmd.c: Add code at end of function.
20856 * gdb.mi/mi-var-display.exp: Adjust end of next.
20857 * gdb.mi/mi2-var-display.exp: Likewise.
20858 * gdb.base/fileio.c: Add stop function and insert calls at
20859 stopping places.
20860 * gdb.base/fileio.exp: Breakpoint stop function and remove
20861 explicit line number references.
20862
20863 2006-05-19 Joel Brobecker <brobecker@adacore.com>
20864
20865 * gdb.base/del.exp (test_delete_alias): New function.
20866 Now check that both "del" and "d" work as aliases for "delete".
20867
20868 2006-05-18 Fred Fish <fnf@specifix.com>
20869
20870 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20871 required. Check for spurious output after program exits normally.
20872
20873 2006-05-17 Fred Fish <fnf@specifix.com>
20874
20875 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20876 gdb_load, so it works in the simulator.
20877
20878 2006-05-11 Fred Fish <fnf@specifix.com>
20879
20880 * gdb.base/bang.exp: Ignore unexpected output between the
20881 "program exited normally" and the gdb prompt, as many other
20882 tests do.
20883
20884 2006-05-07 Mark Kettenis <kettenis@gnu.org>
20885
20886 * gdb.base/help.exp: Make "delete checkpoint" part option for
20887 "help d" and "help delete" tests.
20888
20889 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20890
20891 * gdb.mi/mi-basics.exp: Add missing serial number to
20892 expected output in some mi_gdb_test statements.
20893 * gdb.mi/mi2-basics.exp: Likewise.
20894
20895 2006-05-05 Joel Brobecker <brobecker@adacore.com>
20896
20897 * gdb.base/del.c: New file.
20898 * gdb.base/del.exp: New testcase.
20899
20900 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
20901
20902 * gdb.base/break.exp: Do not assume a breakpoint on
20903 main will actually be in $srcfile when optimizing.
20904 * gdb.base/savedregs.exp: Do not require that the dummy
20905 frame location match up to a symbol and source file location.
20906 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20907 will get printed without a mi_cmd_data_list_register_values prefix.
20908 (*-data-list-register-*): Correct regular expressions to expect the new
20909 pseudo d? floating point registers.
20910 * gdb.mi/mi2-regs.exp: Likewise.
20911
20912 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
20913
20914 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20915 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20916 is allocated by the compiler.
20917 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20918 anons, e, anone to force their allocation by the compiler.
20919
20920 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
20921
20922 * gdb.base/help.exp: Update expected text for help d and
20923 help delete.
20924
20925 2006-05-02 Mark Kettenis <kettenis@gnu.org>
20926
20927 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20928 NetBSD/ELF targets.
20929
20930 2006-04-30 Mark Kettenis <kettenis@gnu.org>
20931
20932 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20933 single-step breakpoint fails; make this a KFAIL on
20934 sparc*-*-openbsd*.
20935 * gdb.base/siginfo.exp: Likewise.
20936 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20937
20938 2006-04-26 Michael Snyder <msnyder@redhat.com>
20939
20940 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20941 which may have to consume output from other forks.
20942 Add tests to make sure that "delete fork" succeeded.
20943
20944 2006-04-20 Michael Snyder <msnyder@redhat.com>
20945
20946 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20947 Add support for the Renesas M32C and M16C.
20948
20949 * gdb.asm/asm-source.exp: Add m32c target.
20950 * gdb.asm/m32c.inc: Support for m32c target.
20951
20952 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20953
20954 * gdb.base/commands.exp (recursive_source_test): New test.
20955
20956 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
20957
20958 * gdb.base/float.exp: Add pattern for sparc targets.
20959
20960 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20961
20962 * gdb.base/commands.exp (stray_arg0_test): New test.
20963
20964 2006-03-30 Paul Brook <paul@codesourcery.com>
20965
20966 * gdb.mi/mi-until.exp: kfail broken until command.
20967 * gdb.mi/mi2-until.exp: Ditto.
20968
20969 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
20970
20971 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20972
20973 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
20974
20975 * gdb.base/prelink.exp: Anchor tested-for regular expression
20976 on gdb prompt.
20977
20978 2006-03-07 Paul Brook <paul@codesourcery.com>
20979
20980 * gdb.base/assign.exp: Correct fail message.
20981
20982 2006-03-07 Paul Brook <paul@codesourcery.com>
20983
20984 * lib/compiler.c: Extract armcc version number.
20985 * lib/compiler.cc: Ditto.
20986
20987 2006-03-07 Paul Brook <paul@codesourcery.com>
20988
20989 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20990 additional_flags=-w.
20991 * gdb.arch/altivec-regs.exp: Ditto.
20992 * gdb.arch/e500-abi.exp: Ditto.
20993 * gdb.arch/e500-regs.exp: Ditto.
20994 * gdb.base/all-bin.exp: Ditto.
20995 * gdb.base/annota1.exp: Ditto.
20996 * gdb.base/annota3.exp: Ditto.
20997 * gdb.base/args.exp: Ditto.
20998 * gdb.base/arithmet.exp: Ditto.
20999 * gdb.base/assign.exp: Ditto.
21000 * gdb.base/async.exp: Ditto.
21001 * gdb.base/bang.exp: Ditto.
21002 * gdb.base/break.exp: Ditto.
21003 * gdb.base/call-rt-st.exp: Ditto.
21004 * gdb.base/completion.exp: Ditto.
21005 * gdb.base/cond-expr.exp: Ditto.
21006 * gdb.base/condbreak.exp: Ditto.
21007 * gdb.base/consecutive.exp: Ditto.
21008 * gdb.base/define.exp: Ditto.
21009 * gdb.base/display.exp: Ditto.
21010 * gdb.base/ena-dis-br.exp: Ditto.
21011 * gdb.base/environ.exp: Ditto.
21012 * gdb.base/eval-skip.exp: Ditto.
21013 * gdb.base/info-proc.exp: Ditto.
21014 * gdb.base/jump.exp: Ditto.
21015 * gdb.base/logical.exp: Ditto.
21016 * gdb.base/long_long.exp: Ditto.
21017 * gdb.base/maint.exp: Ditto.
21018 * gdb.base/miscexprs.exp: Ditto.
21019 * gdb.base/pc-fp.exp: Ditto.
21020 * gdb.base/pointers.exp: Ditto.
21021 * gdb.base/relational.exp: Ditto.
21022 * gdb.base/reread.exp: Ditto.
21023 * gdb.base/sect-cmd.exp: Ditto.
21024 * gdb.base/sep.exp: Ditto.
21025 * gdb.base/sepdebug.exp: Ditto.
21026 * gdb.base/until.exp: Ditto.
21027 * gdb.base/whatis-exp.exp: Ditto.
21028 * gdb.cp/annota2.exp: Ditto.
21029 * gdb.cp/annota3.exp: Ditto.
21030 * gdb.trace/actions.exp: Ditto.
21031 * gdb.trace/backtrace.exp: Ditto.
21032 * gdb.trace/circ.exp: Ditto.
21033 * gdb.trace/collection.exp: Ditto.
21034 * gdb.trace/deltrace.exp: Ditto.
21035 * gdb.trace/infotrace.exp: Ditto.
21036 * gdb.trace/limits.exp: Ditto.
21037 * gdb.trace/packetlen.exp: Ditto.
21038 * gdb.trace/passc-dyn.exp: Ditto.
21039 * gdb.trace/passcount.exp: Ditto.
21040 * gdb.trace/report.exp: Ditto.
21041 * gdb.trace/save-trace.exp: Ditto.
21042 * gdb.trace/tfind.exp: Ditto.
21043 * gdb.trace/tracecmd.exp: Ditto.
21044 * gdb.trace/while-dyn.exp: Ditto.
21045 * gdb.trace/while-stepping.exp: Ditto.
21046 * lib/gdb.exp: Ditto.
21047 (gdb_compile): Handle nowarning option.
21048
21049 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
21050
21051 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
21052 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
21053 Rename executable to prelinkt. Don't re-prelink if we didn't
21054 get a core file. Test prelink -u exit status to tell whether
21055 prelinking failed. Use gdb_test_multiple.
21056
21057 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
21058
21059 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
21060 (do_tests): Call it.
21061
21062 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
21063
21064 * gdb.base/prelink.exp: New test.
21065 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
21066
21067 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
21068
21069 * gdb.fortran/derived-type.f90: New file.
21070 * gdb.fortran/derived-type.exp: New testcase.
21071
21072 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
21073
21074 * gdb.base/default.exp: Allow ';' as a directory separator.
21075
21076 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
21077
21078 * gdb.base/help.exp (help add-symbol-file): Update.
21079
21080 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
21081
21082 * gdb.base/help.exp (help load): Update expected results.
21083
21084 2006-02-19 Fred Fish <fnf@specifix.com>
21085
21086 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
21087 specifix hex value as part of results.
21088 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
21089
21090 2006-02-16 Fred Fish <fnf@specifix.com>
21091
21092 * gdb.base/whatis.c: Define variables using typedefs char_addr,
21093 ushort_addr, and slong_addr, so the typedefs are not optimized
21094 away.
21095 * gdb.base/whatis.exp: Add tests using type name for struct type,
21096 union type, enum type, and typedef.
21097
21098 2006-02-13 Mark Kettenis <kettenis@gnu.org>
21099
21100 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
21101
21102 2006-02-13 Jim Blandy <jimb@redhat.com>
21103
21104 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
21105 case where it takes two "next" commands to skip past the init
21106 call.
21107
21108 2006-02-12 Fred Fish <fnf@specifix.com>
21109
21110 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
21111 to handle cases where it takes two "next" commands to skip
21112 past the init call.
21113
21114 2006-02-07 Joel Brobecker <brobecker@adacore.com>
21115
21116 * gdb.ada/array_return.exp: Mark the last test as expected to fail
21117 on hppa32 targets.
21118
21119 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
21120
21121 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
21122 field.
21123
21124 2006-01-29 Mark Kettenis <kettenis@gnu.org>
21125
21126 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
21127
21128 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
21129
21130 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
21131 files.
21132
21133 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
21134
21135 * gdb.cp/maint.exp: Set complaints to a positive value.
21136
21137 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
21138
21139 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
21140 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
21141 function name.
21142
21143 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
21144
21145 * gdb.base/checkpoint.c: Update copyright notice. Include
21146 <stdlib.h>.
21147
21148 2006-01-04 Jim Blandy <jimb@redhat.com>
21149
21150 * gdb.asm/asm-source.exp: Independently provide default values for
21151 asm-flags and debug-flags. Use 'string equal' to do the
21152 comparison, not the implicit expr's '==' operator. Remove
21153 now-unneeded assignments to asm-flags. In h8300 case, place
21154 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
21155
21156 2006-01-04 Michael Snyder <msnyder@redhat.com>
21157
21158 * gdb.base/checkpoint.c: New file.
21159 * gdb.base/checkpoint.exp: New file.
21160 * gdb.base/multi-fork.c: New file.
21161 * gdb.base/multi-fork.exp: New file.
21162 * gdb.base/pi.txt: New file (data for checkpoint.c test).
21163
21164 2006-01-04 Fred Fish <fnf@specifix.com>
21165
21166 * gdb.base/ptype.c (foo): Add typedef.
21167 (intfoo): Add function.
21168 * gdb.base/ptype1.c: New file.
21169 * gdb.base/ptype.exp: Handle compilation and linking with two
21170 source files. Test that proper type for "foo" is found based
21171 on source context rather than first match found in symtabs.
21172
21173 2005-12-28 Mark Kettenis <kettenis@gnu.org>
21174
21175 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
21176 * gdb.asm/openbsd.inc: Indent commands.
21177
21178 2005-12-26 Mark Kettenis <kettenis@gnu.org>
21179
21180 * gdb.base/freebpcmd.exp: Increase timeout.
21181
21182 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
21183
21184 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
21185
21186 * gdb.base/default.exp: Update check for "show version".
21187
21188 2005-12-09 Randolph Chung <tausq@debian.org>
21189
21190 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
21191 * gdb.asm/pa64.inc: New file.
21192
21193 2005-12-09 Randolph Chung <tausq@debian.org>
21194
21195 * gdb.asm/common.inc: Indent commands.
21196 * gdb.asm/asmsrc1.s: Likewise.
21197 * gdb.asm/asmsrc2.s: Likewise.
21198
21199 2005-12-09 Randolph Chung <tausq@debian.org>
21200
21201 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
21202 (get_addr_of_sym): Remove duplicate print.
21203 (gen_core): xfail hppa*-*-hpux*, update expected output.
21204 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
21205 * gdb.arch/pa64-nullify.s: New file.
21206
21207 2005-12-09 Randolph Chung <tausq@debian.org>
21208
21209 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
21210
21211 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
21212
21213 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
21214 code generation for these functions.
21215 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
21216 error message.
21217
21218 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
21219
21220 * gdb.base/help.exp (help b, help br, help bre, help brea)
21221 (help break): Update the expected message.
21222
21223 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
21224
21225 * gdb.asm/m68hc11.inc: Setup the data section.
21226 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
21227 script for this test.
21228 (m6812-*-*): Likewise.
21229
21230 2005-11-09 Randolph Chung <tausq@debian.org>
21231
21232 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
21233
21234 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
21235
21236 * gdb.base/break.exp: Fix a comment typo.
21237
21238 2005-11-03 Jim Blandy <jimb@redhat.com>
21239
21240 Checked in by Elena Zannoni <ezannoni@redhat.com>
21241
21242 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
21243
21244 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
21245
21246 * gdb.arch/gdb1558.c: Include stdio.h.
21247
21248 2005-10-31 Mark Kettenis <kettenis@gnu.org>
21249
21250 * gdb.asm/asm-source.exp: Use -e instead of --entry.
21251
21252 2005-10-31 Mark Kettenis <kettenis@gnu.org>
21253
21254 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
21255
21256 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
21257
21258 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
21259 vscr" tests to better match output.
21260
21261 2005-10-12 Jim Blandy <jimb@redhat.com>
21262
21263 * gdb.base/structs.exp (any): New function.
21264 (test_struct_returns): Don't make any assumptions at all about
21265 what value the function returns when GDB can't set the return
21266 value.
21267
21268 2005-10-09 Joel Brobecker <brobecker@adacore.com>
21269
21270 * gdb.ada/arrayidx/p.adb: New file.
21271 * gdb.ada/arrayidx.exp: New testcase
21272
21273 2005-10-09 Joel Brobecker <brobecker@adacore.com>
21274
21275 * gdb.ada/array_return/pck.ads: New file.
21276 * gdb.ada/array_return/pck.adb: New file.
21277 * gdb.ada/array_return/p.adb: New file.
21278 * gdb.ada/array_return.exp: New testcase.
21279
21280 2005-10-03 Joel Brobecker <brobecker@adacore.com>
21281
21282 * gdb.base/arrayidx.c: New file.
21283 * gdb.base/arrayidx.exp: New testcase.
21284
21285 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
21286
21287 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
21288 frames-invalid and breakpoints-invalid are no longer generated
21289 with level 3 so don't expect them in the output.
21290
21291 2005-09-27 Bob Rossi <bob@brasko.net>
21292
21293 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
21294 from test. Escape the | in mi_gdb_test call.
21295 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
21296 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
21297 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
21298 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
21299 expected regex's in mi_gdb_test calls.
21300 * lib/mi-support.exp: Remove arbitrary .* from tests.
21301 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
21302 Fully anchor GDB/MI expected results in mi_gdb_test.
21303 * lib/gdb.exp (string_to_regexp): Escape the ] character.
21304 * gdb.base/sizeof.exp: Remove escape character. Correct test.
21305
21306 2005-09-26 Paul Brook <paul@codesourcery.com>
21307
21308 * long_long.exp: Exclude eabi targets from arm FPA float format test.
21309
21310 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
21311
21312 * bfp-test.c: New file.
21313 * bfp-test.exp: New testcase.
21314
21315 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
21316
21317 * gdb.fortran/subarray.exp: New testcase to test the evaluation
21318 of subarray and substring variable.
21319 * gdb.fortran/subarray.f: New source file for the test of subarray
21320 and substring variable evaluation.
21321 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
21322 of string constant.
21323
21324 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
21325
21326 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
21327 copyright dates.
21328
21329 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
21330
21331 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
21332 powerpc altivec' test with an almost identical 'info vector' test.
21333
21334 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21335
21336 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
21337 vscr" tests to match output.
21338
21339 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21340
21341 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
21342 output.
21343
21344 2005-09-11 Bob Rossi <bob@brasko.net>
21345
21346 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
21347 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
21348 commands that return an MI output command and an asyncronous MI output
21349 command.
21350 * gdb.mi/mi-console.exp: Ditto.
21351
21352 2005-09-11 Bob Rossi <bob@brasko.net>
21353
21354 * gdb.mi/mi-var-child.c: Include <string.h>.
21355
21356 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
21357
21358 * killed.exp: Correct gdb_expect syntax.
21359
21360 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
21361
21362 * lib/mi-support.exp (mi_gdb_load): Fix typo.
21363
21364 2005-08-02 Bob Rossi <bob@brasko.net>
21365
21366 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
21367 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
21368 Change tests to inferior-tty-set/show.
21369 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
21370 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
21371 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
21372 inferior. Use mi_gdb_test to get GDB and Inferior output.
21373 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
21374 descriptor.
21375 (mi_inferior_tty_name): Add inferior PTY file name.
21376 (mi_gdb_start): Add INFERIOR_PTY parameter.
21377 (mi_gdb_test): Add IPATTERN parameter.
21378
21379 2005-08-02 Bob Rossi <bob@brasko.net>
21380
21381 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
21382 parameter to mi_gdb_test.
21383 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
21384
21385 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
21386
21387 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
21388 struct_declarations.
21389 * gdb.mi/mi-var-child.exp: Step over the initialization of
21390 struct_declarations.
21391
21392 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
21393
21394 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
21395 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
21396 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
21397 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
21398 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
21399 file.
21400
21401 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
21402
21403 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
21404 (do_children_tests): Assign values to the extra elements.
21405
21406 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
21407 them for tests for "-var-update --no-values" and
21408 "-var-update --all-values".
21409 Add test for "-var-list-children --simple-values".
21410
21411 * gdb.mi/basics.c (callee4): Add integer array D[3]...
21412
21413 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
21414 "-stack-list-locals --simple-values" Improve doc strings and
21415 comments.
21416
21417 2005-07-18 Mark Kettenis <kettenis@gnu.org>
21418
21419 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
21420 *-*-openbsd*.
21421 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
21422
21423 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
21424 sigaltsatck'.
21425
21426 2005-07-14 Bob Rossi <bob@brasko.net>
21427
21428 * gdb.base/default.exp (tty): Changed output of command.
21429 * gdb.base/help.exp (help tty): Ditto.
21430
21431 2005-07-12 Mark Kettenis <kettenis@gnu.org>
21432
21433 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
21434
21435 2005-07-10 Mark Kettenis <kettenis@gnu.org>
21436
21437 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
21438 -stack-select-frame without arguments.
21439 (test_stack_frame_listing): Add test for newly implemented command
21440 -stack-info-frame.
21441
21442 2005-07-06 Bob Rossi <bob@brasko.net>
21443
21444 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
21445 command.
21446 (Copyright): Update copyright.
21447
21448 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
21449
21450 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
21451 tests to evaluate exponentiation expression.
21452
21453 2005-06-29 Andreas Schwab <schwab@suse.de>
21454
21455 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
21456 main to avoid warnings.
21457
21458 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
21459
21460 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
21461
21462 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
21463 -stack-select-frame without arguments.
21464 (test_stack_frame_listing): Add test for newly implemented command
21465 -stack-info-frame.
21466
21467 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
21468
21469 * gdb.fortran/array-element.f: New file.
21470 * gdb.fortran/array-element.exp: New testcase.
21471
21472 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
21473
21474 * gdb.base/bigcore.exp: Correct checks for systems which can
21475 not dump a large core file.
21476
21477 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
21478
21479 * gdb.base/relocate.c: Add a copyright notice.
21480 (dummy): Remove.
21481 * gdb.base/relocate.exp: Test printing the values of variables
21482 from a relocatable file.
21483
21484 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
21485
21486 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
21487 excess MI output after an error.
21488
21489 2005-05-29 Joel Brobecker <brobecker@adacore.com>
21490
21491 * gdb.arch/alpha-step.c: New file.
21492 * gdb.arch/alpha-step.exp: New testcase.
21493
21494 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
21495 Dennis Brueni <dennis@slickedit.com>
21496
21497 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
21498 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
21499 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
21500 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
21501 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
21502 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
21503 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
21504
21505 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
21506 Wu Zhou <woodzltc@cn.ibm.com>
21507
21508 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
21509 IBM's xlc compiler.
21510 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
21511 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
21512
21513 2005-05-13 Jim Blandy <jimb@redhat.com>
21514
21515 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
21516 calling gdb_suppress_entire_file.
21517 * gdb.base/charset.exp: Same.
21518 * gdb.base/call-rt-st.exp: Same.
21519
21520 2005-05-05 Bob Rossi <bob_rossi@cox.net>
21521
21522 * lib/gdb.exp (fullname_syntax): Added global regex.
21523 (fullname_syntax_POSIX): Ditto.
21524 (fullname_syntax_UNC): Ditto.
21525 (fullname_syntax_DOS_CASE): Ditto.
21526 (fullname_syntax_DOS): Ditto.
21527 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
21528 fullname_syntax variable to scope and use it.
21529 (test_file_list_exec_source_files): Ditto.
21530 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
21531
21532 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
21533
21534 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
21535
21536 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
21537
21538 * lib/gdb.exp (skip_altivec_tests): New function, based on
21539 check_vmx_hw_available from the GCC testsuite.
21540 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
21541 * lib/gdb.arch/altivec-regs.exp: Likewise.
21542
21543 2005-05-02 Jim Blandy <jimb@redhat.com>
21544
21545 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
21546 calling gdb_suppress_entire_file.
21547
21548 2005-04-30 Randolph Chung <tausq@debian.org>
21549
21550 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
21551 Slightly relax "sem_post" name checking.
21552
21553 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21554
21555 * gdb.base/unload.exp: Use new shared library infrastructure.
21556
21557 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21558
21559 * gdb.base/so-impl-ld.exp: Use new shared library
21560 infrastructure.
21561
21562 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
21563
21564 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
21565 * gdb.asm/h8300.inc: New file.
21566
21567 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21568
21569 * gdb.base/shlib-call.exp: Change to use new shared library
21570 infrastructure.
21571
21572 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21573
21574 * gdb.base/pending.exp: Change to use new shared library
21575 infrastructure.
21576
21577 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21578
21579 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
21580 use test_compiler_info instead of gcc_compiled, and update copyright.
21581
21582 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
21583
21584 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
21585 shared objects being adjusted and update copyright years.
21586
21587 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
21588
21589 * ChangeLog: Correct some 2003-01-13 dates.
21590 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
21591 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
21592 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
21593 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
21594 gdb.trace/tfind.exp: Update copyright years.
21595
21596 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
21597 Daniel Jacobowitz <dan@codesourcery.com>
21598
21599 * lib/gdb.exp (gdb_compile): Handle shlib=.
21600 (gdb_compile_shlib): New function.
21601
21602 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
21603
21604 * lib/gdb.exp (test_compiler_info): Give argument a default value.
21605
21606 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21607
21608 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
21609 gdb.server.
21610 * configure.ac: Likewise.
21611 * configure: Regenerated.
21612 * gdb.gdbserver/Makefile.in: Moved to...
21613 * gdb.server/Makefile.in: ... here.
21614 * gdb.gdbserver/server.c: Moved to...
21615 * gdb.server/server.c: ... here.
21616 * gdb.gdbserver/server-run.exp: Moved to...
21617 * gdb.server/server-run.exp: ... here.
21618
21619 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21620
21621 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
21622 * configure.ac: Create gdb.gdbserver/Makefile.
21623 * configure: Regenerated.
21624 * lib/gdbserver-support.exp: New file, derived from
21625 config/gdbserver.exp.
21626 * config/gdbserver.exp: Use gdbserver-support.exp.
21627 * gdb.gdbserver/Makefile.in: New file.
21628 * gdb.gdbserver/server.c: New file.
21629 * gdb.gdbserver/server-run.exp: New file.
21630
21631 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21632
21633 * lib/gdb.exp (test_compiler_info): Return compiler_info
21634 if no arguments are given.
21635
21636 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
21637
21638 * gdb.arch/altivec-abi.exp: Check for compiler and set
21639 use altivec' flag accordingly.
21640 * gdb.arch/altivec-regs.exp: Likewise.
21641
21642 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21643
21644 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21645
21646 2005-03-27 Andreas Schwab <schwab@suse.de>
21647
21648 * gdb.base/bigcore.c (main): Add missing mode argument in open
21649 call.
21650
21651 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
21652
21653 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21654 downloads.
21655 * config/gdbserver.exp (gdb_load): Likewise.
21656
21657 2005-03-14 Paul Brook <paul@codesourcery.com>
21658
21659 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21660 targets.
21661
21662 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21663
21664 * gdb.dwarf2/dup-psym.S: New file.
21665 * gdb.dwarf2/dup-psym.exp: New testcase.
21666
21667 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21668
21669 * gdb.ada/exec_changed/first.adb: New file.
21670 * gdb.ada/exec_changed/second.adb: New file.
21671 * gdb.ada/exec_changed.exp: New testcase.
21672
21673 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21674
21675 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21676 (A2): New class.
21677 (main): Test operator+.
21678 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21679 breakpoint test.
21680
21681 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21682 * gdb.base/signull.exp: Disable if gdb,nosignals.
21683 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21684 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21685 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21686 * gdb.mi/mi2-console.exp: Likewise.
21687 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21688 continue output at start.
21689 (gdb_collect_locals_test): Robustify regexp.
21690 * gdb.trace/passc-dyn.exp: Fix comment typo.
21691 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21692
21693 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
21694
21695 * gdb.asm/asm-source.exp: Add iq2000 case.
21696 * gdb.asm/iq2000.inc: New file.
21697
21698 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
21699
21700 * gdb.base/command.exp: Change hardcoded value to regular expression.
21701 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21702
21703 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21704
21705 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21706 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21707 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21708 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21709 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21710
21711 2005-03-05 Mark Kettenis <kettenis@gnu.org>
21712
21713 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21714 changes.
21715
21716 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21717
21718 * lib/compiler.c: Add test for IBM's xlc compiler.
21719 * lib/compiler.cc: Likewise.
21720
21721 2004-02-24 Joel Brobecker <brobecker@adacore.com>
21722
21723 * gdb.ada/fixed_points.exp: Create compilation object directory
21724 before running the test.
21725 * gdb.ada/null_record.exp: Likewise.
21726 * gdb.ada/packed_array.exp: Likewise.
21727 * gdb.ada/start.exp: Likewise.
21728
21729 2005-02-15 Joel Brobecker <brobecker@adacore.com>
21730
21731 * gdb.ada/packed_array/pa.adb: New file.
21732 * gdb.ada/packed_array.exp: New testcase.
21733
21734 2005-02-10 Mark Kettenis <kettenis@gnu.org>
21735
21736 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21737 files.
21738
21739 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21740 on *-*-openbsd*. Correctly match whitespace in regukar
21741 expressions.
21742
21743 2005-02-10 Daniel Jacobowitz <dan@debian.org>
21744
21745 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21746 PR exp/1821
21747 * gdb.base/gdb1821.c: New test file.
21748 * gdb.base/gdb1821.exp: New test file.
21749
21750 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21751
21752 * gdb.base/start.c: New file.
21753 * gdb.base/start.exp: New testcase.
21754
21755 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21756
21757 * gdb.ada/start/dummy.adb: New file.
21758 * gdb.ada/start.exp: New testcase.
21759
21760 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
21761
21762 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21763 for printing symbols and statistics.
21764 Add test for using relative pathnames in "maint print msymbols" test.
21765 Mark "maint info sections DATA" XFAIL on Cygwin.
21766 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21767 tests.
21768
21769 2005-02-09 Andreas Schwab <schwab@suse.de>
21770
21771 Committed by Andrew Cagney <cagney@gnu.org>
21772 * gdb.base/remotetimeout.exp: New file.
21773
21774 2005-02-07 Mark Kettenis <kettenis@gnu.org>
21775
21776 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21777
21778 2005-02-03 Joel Brobecker <brobecker@adacore.com>
21779
21780 * gdb.ada/gnat_ada.gpr: New file.
21781 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21782 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21783 * configure.ac: No longer generate gnat_ada.gpr.
21784 * configure: Regenerate.
21785 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21786 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21787 * gdb.ada/null_record/bar.ads: Likewise.
21788 * gdb.ada/null_record/bar.adb: Likewise.
21789 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21790 * gdb.ada/null_record.exp (testdir): New variable.
21791 (testfile): executable is now in testdir subdirectory.
21792 (srcfile): Use full path to the main compilation unit.
21793 * gdb.ada/fixed_points.exp: Same changes as above.
21794
21795 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
21796
21797 * gdb.base/interp.exp: New test.
21798
21799 2005-01-24 Andrew Cagney <cagney@gnu.org>
21800
21801 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21802
21803 2005-01-19 Andrew Cagney <cagney@gnu.org>
21804
21805 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21806 configure.ac not configure.in.
21807
21808 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21809 of powerpc*-*-*.
21810 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21811 * gdb.base/list.exp (test_list_function)
21812 (test_list_filename_and_function): Ditto.
21813 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21814
21815 2005-01-16 Andrew Cagney <cagney@gnu.org>
21816
21817 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21818
21819 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21820
21821 2005-01-14 Andrew Cagney <cagney@gnu.org>
21822
21823 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21824 * gdb.mi/mi2-var-cmd.exp: Ditto.
21825
21826 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
21827
21828 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21829
21830 2005-01-07 Andrew Cagney <cagney@gnu.org>
21831
21832 * configure.ac: Rename configure.in, require autoconf 2.59.
21833 * configure: Re-generate.
21834 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21835 * gdb.stabs/configure: Re-generate.
21836 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21837 * gdb.hp/configure: Re-generate.
21838 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21839 autoconf 2.59.
21840 * gdb.hp/gdb.objdbg/configure: Re-generate.
21841 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21842 autoconf 2.59.
21843 * gdb.hp/gdb.defects/configure: Re-generate.
21844 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21845 autoconf 2.59.
21846 * gdb.hp/gdb.compat/configure: Re-generate.
21847 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21848 autoconf 2.59.
21849 * gdb.hp/gdb.base-hp/configure: Re-generate.
21850 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21851 autoconf 2.59.
21852 * gdb.hp/gdb.aCC/configure: Re-generate.
21853
21854 2004-12-15 Jim Blandy <jimb@redhat.com>
21855
21856 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21857 under NPTL when there is debugging info available for libpthread.
21858
21859 2004-12-13 Jerome Guitton <guitton@gnat.com>
21860
21861 * gdb.ada/fixed_points.c: New file.
21862 * gdb.ada/fixed_points.exp: New file.
21863
21864 2004-12-03 Randolph Chung <tausq@debian.org>
21865
21866 * gdb.arch/pa-nullify.exp: New file.
21867 * gdb.arch/pa-nullify.s: New file.
21868
21869 2004-11-30 Randolph Chung <tausq@debian.org>
21870
21871 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21872 instead of "tbug". Fix regexp to work properly with gdb_test.
21873
21874 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21875
21876 * gdb.base/bitfields2.exp: New test.
21877 * gdb.base/bitfields2.c: New file.
21878
21879 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
21880
21881 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21882
21883 2004-11-16 Randolph Chung <tausq@debian.org>
21884
21885 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21886
21887 2004-11-14 Daniel Jacobowitz <dan@debian.org>
21888
21889 * gdb.threads/threadapply.exp: Correct "macro details" test.
21890
21891 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21892
21893 * gdb.threads/threadapply.exp: New test.
21894 * gdb.threads/threadapply.c: New file.
21895
21896 2004-11-07 Mark Kettenis <kettenis@gnu.org>
21897
21898 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21899 frames.
21900
21901 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
21902
21903 * gdb.base/cursal.exp: New file.
21904 * gdb.base/cursal.c: New file.
21905
21906 2004-11-03 Andrew Cagney <cagney@gnu.org>
21907
21908 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21909
21910 2004-10-30 Mark Kettenis <kettenis@gnu.org>
21911
21912 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21913 NetBSD/ELF targets.
21914
21915 2004-10-29 Joel Brobecker <brobecker@gnat.com>
21916
21917 * gdb.threads/bp_in_thread.c: New file, copied from
21918 pthread_cond_wait.c.
21919 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21920 file, rather than reusing the .c file from another testcase.
21921
21922 2004-10-20 Joel Brobecker <brobecker@gnat.com>
21923
21924 * gdb.ada/null_record.exp: Check where we stopped after
21925 sending the start command, instead of where the associated
21926 temporary breakpoint was inserted.
21927
21928 2004-10-14 Andrew Cagney <cagney@gnu.org>
21929
21930 * gdb.mi/gdb701.c (main): Return 0.
21931
21932 2004-10-13 Daniel Jacobowitz <dan@debian.org>
21933
21934 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21935
21936 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21937
21938 * gdb.threads/schedlock.c: Add comment markers to use to find
21939 line numbers.
21940 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21941 comments.
21942 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21943 breakpoint lines.
21944
21945 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21946
21947 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21948
21949 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21950
21951 * configure.in: Add gdb.dwarf2.
21952 * configure: Regenerated.
21953 * Makefile.in: Add gdb.dwarf2.
21954 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21955 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21956 gdb.dwarf2/file1.txt: New files.
21957
21958 2004-10-11 Orjan Friberg <orjanf@axis.com>
21959
21960 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21961 of "run", since the latter doesn't work with remote targets. Adjust
21962 the breakpoint numbering accordingly.
21963 * gdb.threads/pthread_cond_wait.exp: Ditto.
21964
21965 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21966
21967 * gdb.base/overlays.exp: Update copyright years.
21968
21969 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21970
21971 * gdb.base/overlays.exp: Disable if target is Linux.
21972
21973 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
21974
21975 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21976
21977 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21978
21979 * gdb.asm/asm-source.exp: Add m32r-linux target.
21980 * gdb.asm/m32r-linux.inc: New file.
21981
21982 2004-09-24 Andrew Cagney <cagney@redhat.com>
21983 David Anderson <anderson@redhat.com>
21984
21985 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21986 command fails, assume things will work.
21987 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21988 (_GNU_SOURCE): Define.
21989 (print_unsigned, print_hex): Change parameter to "long long".
21990 (print_byte_count): New function, use to print byte counts.
21991 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21992 O_LARGEFILE.
21993 (main): Compute an upper bound on a corefile in max_core_size.
21994 Limit memory chunk size to max_core_size. Limit total memory
21995 allocated to max_core_size.
21996
21997 2004-09-23 Andrew Cagney <cagney@gnu.org>
21998
21999 * gdb.base/bigcore.exp: Replace the code that creates a corefile
22000 from a separate process with code that creates a corefile by
22001 making the inferior dump core.
22002
22003 2004-09-23 Mark Kettenis <kettenis@gnu.org>
22004
22005 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
22006 block.
22007
22008 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
22009
22010 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
22011 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
22012 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
22013 Likewise.
22014
22015 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
22016
22017 * gdb.java/jprint.exp: New test case for java inferior call.
22018 * gdb.java/jprint.java: Ditto.
22019
22020 2004-09-15 Joel Brobecker <brobecker@gnat.com>
22021
22022 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
22023
22024 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
22025
22026 * gdb.threads/killed.c: Include <stdlib.h>.
22027 * gdb.threads/pthreads.c: Likewise.
22028
22029 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
22030
22031 * gdb.threads/killed.c: Add copyright notice.
22032
22033 2004-09-10 Jason Molenda (jmolenda@apple.com)
22034
22035 * gdb.base/define.exp: Two new tests to verify zero space chars
22036 after 'if' and 'while' commands in a user-defined command is correctly
22037 parsed.
22038
22039 2004-09-08 Andrew Cagney <cagney@gnu.org>
22040
22041 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
22042 delivery test with duplicate at end of file.
22043
22044 2004-09-06 Mark Kettenis <kettenis@jive.nl>
22045
22046 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
22047
22048 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
22049
22050 * config/hppro.exp: Removed.
22051
22052 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
22053
22054 * config/sparclet.exp: Removed.
22055
22056 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
22057
22058 * config/udi.exp: Removed.
22059
22060 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
22061
22062 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
22063 of "exp_continue".
22064 (advancei): Likewise.
22065
22066 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
22067
22068 * gdb.base/unload.exp: Fix so messages aren't duplicated.
22069
22070 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
22071
22072 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
22073 to check for nodebug in executable.
22074 * gdb.gdb/observer.exp (setup_test): Likewise.
22075 * gdb.gdb/selftest.exp (test_with_self): Likewise.
22076 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
22077
22078 2004-09-01 Andrew Cagney <cagney@gnu.org>
22079
22080 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
22081 files.
22082
22083 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
22084
22085 * gdb.base/unload.exp: Fix expected warning message to match
22086 latest format.
22087
22088 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
22089
22090 * gdb.base/call-rt-st.exp: Fix typos.
22091
22092 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
22093
22094 * gdb.threads/thread_check.exp: New testcase.
22095 * gdb.threads/thread_check.c: New testcase.
22096
22097 2004-08-31 Andrew Cagney <cagney@gnu.org>
22098
22099 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
22100 (skip_to_handler_entry): New procedures. Test stepping into a
22101 handler when the breakpoint is at the handler's entry point.
22102
22103 2004-08-30 Andrew Cagney <cagney@gnu.org>
22104
22105 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
22106 gdb/1757.
22107
22108 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
22109
22110 With code from Manoj Iyer <manjo@austin.ibm.com>:
22111 * lib/gdb.exp (gdb_file_cmd): Return more information in the
22112 return value. Add an arm for "no debugging symbols found".
22113 Change a stray "error" to "perror".
22114 (gdb_run_cmd): Adapt to new return value.
22115 * gdb.base/remote.exp: Adapt to new return value.
22116 * gdb.gdb/complaints.exp: Likewise.
22117 * gdb.gdb/observer.exp: Likewise.
22118 * gdb.gdb/selftest.exp: Likewise.
22119 * gdb.gdb/xfullpath.exp: Likewise.
22120
22121 2004-08-27 Joel Brobecker <brobecker@gnat.com>
22122
22123 * gdb.threads/bp_in_thread.exp: New testcase.
22124
22125 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
22126
22127 Fix PR testsuite/1735.
22128 * gdb.threads/schedlock.c (thread_function): Add a cast
22129 to suppress a gcc warning.
22130 * gdb.threads/thread-specific.c (thread_function): Likewise.
22131
22132 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
22133
22134 * gdb.base/unload.c: Include <stdlib.h>.
22135
22136 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
22137
22138 From Paul Gilliam <pgilliam@us.ibm.com>:
22139 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
22140 synchronized after the "return".
22141
22142 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
22143
22144 * gdb.mi/basics.c: Include <stdio.h>.
22145 * gdb.mi/pthreads.c: Include <stdlib.h>.
22146 * gdb.mi/var-cmd.c: Include <stdlib.h>.
22147
22148 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
22149
22150 * gdb.threads/schedlock.c: Add copyright notice.
22151
22152 2004-08-25 Andrew Cagney <cagney@gnu.org>
22153
22154 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
22155 (skip_over_handler, breakpoint_over_hander): New test procedures.
22156 (advance, advancei): Add a proper prefix, do not use
22157 rerun_to_main.
22158 * gdb.base/sigstep.c (main): Change to use an infinite loop.
22159
22160 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
22161
22162 * gdb.mi/basics.c: Add copyright notice.
22163 * gdb.mi/var-cmd.c: Add copyright notice.
22164
22165 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
22166
22167 * lib/gdb.exp: Remove signed_keyword_not_used.
22168 * lib/compiler.c: Likewise.
22169 * lib/compiler.cc: Likewise.
22170
22171 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
22172
22173 * gdb.base/whatis.c: Remove conditional disabling of "signed".
22174 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
22175
22176 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
22177
22178 * gdb.base/whatis.c: Add copyright notice.
22179
22180 2004-08-20 Mark Kettenis <kettenis@gnu.org>
22181
22182 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
22183 it to skip the breakpoints encoded in the inline assembly.
22184
22185 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
22186
22187 * Makefile.in: Add gdb.fortran.
22188
22189 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
22190
22191 * gdb.base/call-sc.exp (test_scalar_returns):
22192 Fix cut-and-paste glitch in "Make fun return now".
22193
22194 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
22195
22196 * configure.in: Add gdb.fortran.
22197 * configure: Regenerate.
22198 * gdb.fortran/Makefile.in: New file.
22199 * lib/gdb.exp (skip_fortran_tests): New procedure.
22200
22201 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
22202
22203 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
22204 reference to bug-gnu@prep.ai.mit.edu.
22205 * gdb.mi/mi-var-child.exp: Likewise.
22206 * gdb.mi/mi-var-cmd.exp: Likewise.
22207 * gdb.mi/mi-var-display.exp: Likewise.
22208 * gdb.mi/mi2-var-block.exp: Likewise.
22209 * gdb.mi/mi2-var-child.exp: Likewise.
22210 * gdb.mi/mi2-var-cmd.exp: Likewise.
22211 * gdb.mi/mi2-var-display.exp: Likewise.
22212
22213 2004-08-15 Mark Kettenis <kettenis@gnu.org>
22214
22215 * gdb.base/unload.c (main): Make local variable msg const.
22216
22217 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
22218
22219 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
22220 to bug-gnu@prep.ai.mit.edu.
22221 * gdb.mi/mi-disassemble.exp: Likewise.
22222 * gdb.mi/mi-eval.exp: Likewise.
22223 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
22224 default line number.
22225 * gdb.mi/mi-return.exp: Likewise.
22226 * gdb.mi/mi-simplerun.exp: Likewise.
22227 * gdb.mi/mi-stack.exp: Likewise.
22228 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
22229 number with explicit range test.
22230 * gdb.mi/mi-watch.exp: Likewise.
22231 * gdb.mi/mi2-break.exp: Likewise.
22232 * gdb.mi/mi2-cli.exp: Likewise.
22233 * gdb.mi/mi2-disassemble.exp: Likewise.
22234 * gdb.mi/mi2-eval.exp: Likewise.
22235 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
22236 default line number.
22237 * gdb.mi/mi2-return.exp: Likewise.
22238 * gdb.mi/mi2-simplerun.exp: Likewise.
22239 * gdb.mi/mi2-stack.exp: Likewise.
22240 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
22241 number with explicit range test.
22242 * gdb.mi/mi2-watch.exp: Likewise.
22243
22244 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
22245
22246 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
22247 * gdb.cp/m-static.exp: Likewise.
22248 * gdb.cp/rtti.exp: Likewise.
22249
22250 2004-08-14 Mark Kettenis <kettenis@gnu.org>
22251
22252 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
22253
22254 2004-08-14 Eli Zaretskii <eliz@gnu.org>
22255
22256 * ChangeLog: Prefix Local Variables with semi-colons and indent
22257 the reference to older ChangeLog files, to fix fontification in
22258 Emacs.
22259
22260 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22261
22262 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
22263 * gdb.mi/mi2-break.exp: Likewise.
22264
22265 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22266
22267 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
22268
22269 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22270
22271 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
22272
22273 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22274
22275 * gdb.cp/classes.exp: Remove unused declarations. Just let
22276 test names default instead of providing special names. Remove
22277 extraneous demangler test.
22278
22279 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
22280
22281 * gdb.base/unload.exp: New test for breakpoints in dynamically
22282 loaded libraries.
22283 * gdb.base/unload.c: Ditto.
22284 * gdb.base/unloadshr.c: Ditto.
22285
22286 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
22287
22288 * gdb.cp/classes.exp (test_ptype_class_objects): Call
22289 cp_test_ptype_class.
22290 (test_enums): Likewise.
22291
22292 2004-08-10 Andrew Cagney <cagney@gnu.org>
22293
22294 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
22295 files.
22296
22297 2004-08-10 Andrew Cagney <cagney@gnu.org>
22298
22299 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
22300 init_malloc call.
22301
22302 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
22303
22304 * ChangeLog: Add copyright notice. The notice is copied
22305 from emacs 21.3 top level ChangeLog.
22306
22307 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22308
22309 * lib/cp-support.exp: New file.
22310 * lib/cp-support.exp (cp_test_type_class): New function.
22311 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
22312 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
22313 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
22314 cp_test_ptype_class.
22315
22316 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22317
22318 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
22319 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
22320 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
22321 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
22322 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
22323 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
22324 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
22325 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
22326 gdb.mi/mi2-watch.exp: Update copyright years.
22327
22328 2004-08-09 Mark Kettenis <kettenis@gnu.org>
22329
22330 * gdb.base/sigaltstack.exp: Provide proper anchoring.
22331
22332 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22333
22334 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
22335 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
22336 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
22337 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
22338 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
22339 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
22340 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
22341 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
22342 gdb.mi/mi-watch.exp: Update copyright years.
22343
22344 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22345
22346 PR gdb/1738
22347 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
22348 from a breakpoint with a pending signal.
22349
22350 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22351
22352 PR gdb/1736
22353 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
22354 * gdb.base/sigaltstack.exp (finish_test): Consume output until
22355 the prompt.
22356 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
22357
22358 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22359
22360 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
22361
22362 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22363
22364 PR gdb/1736
22365 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
22366 for i?86-*-linux*.
22367
22368 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22369
22370 * gdb.arch/i386-prologue.exp: Compile without debug information.
22371
22372 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
22373
22374 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
22375 rather than asking gdb to search.
22376
22377 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22378
22379 * gdb.base/gcore.c: Include <string.h>.
22380
22381 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22382
22383 * gdb.base/gcore.c: Add copyright notice.
22384
22385 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22386
22387 * gdb.base/freebpcmd.c: Include <stdio.h>.
22388 * gdb.base/long_long.c: Include <string.h>.
22389 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
22390 * gdb.base/siginfo.c: Include <string.h>.
22391 * gdb.base/sigstep.c: Include <string.h>.
22392
22393 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22394
22395 * gdb.base/complex.c: Include <stdlib.h>.
22396
22397 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22398
22399 * gdb.base/complex.c: Add copyright notice.
22400
22401 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22402
22403 * gdb.base/charset.c: Include <stdlib.h>.
22404
22405 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22406
22407 * gdb.base/auxv.c: Include <stdlib.h>.
22408
22409 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22410
22411 * gdb.base/auxv.c: Add copyright notice.
22412
22413 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22414
22415 * gdb.base/coremaker.c: Add copyright notice.
22416 * gdb.base/coremaker2.c: Add copyright notice.
22417
22418 2004-08-04 Andrew Cagney <cagney@gnu.org>
22419
22420 * gdb.base/store.exp: Update copyright.
22421 (check_set, up_set, check_struct, up_struct): Add a prefix to test
22422 names, do not import gdb_prompt.
22423
22424 2004-08-01 Andrew Cagney <cagney@gnu.org>
22425
22426 Fix PR testsuite/1729.
22427 * gdb.base/dump.exp: Add test name to callers of capture_value, do
22428 not use capture_value with value 4.
22429 (capture_value): Add optional test name parameter.
22430 (test_reload_saved_value, test_restore_saved_value): Use $msg as
22431 the prefix, pass to capture_value.
22432
22433 2004-08-01 Mark Kettenis <kettenis@gnu.org>
22434
22435 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
22436 * gdb.arch/i386-prologue.c (standard): New prototype and function.
22437 (main): Call new function.
22438
22439 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22440
22441 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
22442
22443 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22444
22445 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
22446
22447 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22448
22449 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
22450 Accept more values of vtbl pointer. Remove some messages
22451 about "obsolete gcc or gdb".
22452
22453 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
22454
22455 * gdb.cp/classes.exp: Accept more varieties of ptype output.
22456
22457 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
22458
22459 * gdb.base/asm-source.exp: Properly convert target board
22460 debug flags from gcc format to binutils format.
22461
22462 2004-07-28 Mark Kettenis <kettenis@gnu.org>
22463
22464 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
22465 gdb1718". PR backtrace/1718 partially fixed.
22466
22467 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
22468
22469 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
22470
22471 2004-07-26 Nick Clifton <nickc@redhat.com>
22472
22473 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
22474 good default value for a specific architecture is available then
22475 set it to that value. Otherwise default to the -gstabs switch.
22476 Remove the -g... switches from the asm-flags variable. Allow the
22477 target board info to override the value if it wants to. Pass the
22478 switch on the assembler command line.
22479
22480 2004-07-23 Mark Kettenis <kettenis@gnu.org>
22481
22482 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
22483 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
22484 (main): Call new function.
22485
22486 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
22487
22488 Test for PR exp/1715.
22489 * gdb.base/radix.exp: Refactor common procedures. Make all
22490 test names unique. Change XFAIL to KFAIL.
22491
22492 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
22493
22494 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
22495 * gdb.ada/gnat_ada.gin: ... to here.
22496 * configure.in: Use gnat_ada.gin.
22497 * configure: Regenerate.
22498
22499 2004-07-20 Andrew Cagney <cagney@gnu.org>
22500
22501 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
22502 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
22503 XFAILs. Clean up test messages and comments. Check backtraces.
22504 Delete re-sync code.
22505
22506 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22507
22508 Fix PR cli/740.
22509 * gdb.base/annota1.exp: Honor gdb,nosignals.
22510 * gdb.base/annota3.exp: Likewise.
22511
22512 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22513
22514 * lib/java.exp: Update copyright notice.
22515
22516 2004-07-19 Andrew Cagney <cagney@gnu.org>
22517
22518 * gdb.base/selftest.exp: Copy file from here ...
22519 * gdb.gdb/selftest.exp: ... to here.
22520
22521 2004-07-16 Andrew Cagney <cagney@redhat.com>
22522
22523 * lib/insight-support.exp: Delete file.
22524 * lib/java.exp (java_init): Fix copyright.
22525
22526 2004-07-16 Andrew Cagney <cagney@gnu.org>
22527
22528 * gdb.base/restore.c: Append "prologue" to comments marking the a
22529 function's prologue.
22530 * gdb.base/restore.exp: Update copyright, re-indent.
22531 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
22532 callerN" prefix where needed. Update patterns that match a
22533 function's prologue.
22534
22535 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
22536
22537 * gdb.base/restore.c: Add copyright notice.
22538
22539 2004-07-16 Andrew Cagney <cagney@gnu.org>
22540
22541 * gdb.base/logical.exp: Update copyright.
22542 (evaluate): New procedure. Use to re-implement tests using
22543 several tables.
22544
22545 2004-07-14 Martin Hunt <hunt@redhat.com>
22546
22547 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
22548 which fixes some problems where init.tcl was not found.
22549
22550 2004-07-13 Andrew Cagney <cagney@gnu.org>
22551
22552 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
22553 (check_sizeof, check_valueof): Do not include the output in the
22554 test name. Use gdb_test.
22555 (get_valueof): Use gdb_test_multiple.
22556
22557 * gdb.base/step-test.exp: Update copyright. Use
22558 gdb_test_multiple. Ensure that test names do not include
22559 architecture dependent output.
22560
22561 * gdb.gdb/observer.exp: Update copyright.
22562 (setup_test): Use gdb_test_multiple.
22563 (attach_first_observer, attach_second_observer)
22564 (attach_third_observer, detach_first_observer)
22565 (detach_second_observer, detach_third_observer)
22566 (reset_counters, check_counters): Make $message a prefix.
22567 (test_normal_stop_notifications): Add "args" parameter - a list of
22568 init functions to be called. Make $message a prefix,
22569 (test_observer_normal_stop): Change the message prefixes so that
22570 they are unique, pass the attach / detach procedures to
22571 test_normal_stop_notifications.
22572
22573 * gdb.base/signull.exp (test_segv): Prefix all tests with
22574 "${name}". Clean up test messages.
22575
22576 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
22577
22578 * gdb.base/ena-dis-br.exp: Update copyright.
22579 (break_at): New function. Replace send_gdb with gdb_test,
22580 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
22581 ignore count, not stopped at bpt", with KFAIL.
22582
22583 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
22584
22585 * gdb.base/attach.exp: Remove cleanupfile handling.
22586
22587 2004-07-12 Andrew Cagney <cagney@gnu.org>
22588
22589 * gdb.base/annota1.exp: Cleanup corefile test name.
22590 * gdb.base/annota3.exp: Ditto.
22591
22592 2004-07-12 Andrew Cagney <cagney@gnu.org>
22593
22594 * gdb.base/signals.exp: Clean up copyright, re-indent.
22595
22596 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
22597 gdb_test and gdb_test_multiple.
22598
22599 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
22600
22601 * gdb.java/jmain.exp: Fix expected line number for main to
22602 break at. Set XFAIL for break at main test since gcj does not
22603 provide line number info for first statement in main.
22604
22605 2004-07-08 Andrew Cagney <cagney@gnu.org>
22606
22607 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
22608
22609 * gdb.base/sigbpt.exp: Make the common part of each test name a
22610 prefix instead of suffix.
22611
22612 2004-07-07 Bob Rossi <bob_rossi@cox.net>
22613
22614 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
22615 test from test_tbreak_creation_and_listing to
22616 test_file_list_exec_source_file
22617 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
22618 Changed name of test from test_tbreak_creation_and_listing to
22619 test_file_list_exec_source_file
22620
22621 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
22622
22623 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
22624 the jmisc() constructor instead of <init>.
22625 * gdb.java/jmisc1.exp: Ditto.
22626
22627 2004-07-07 Andrew Cagney <cagney@gnu.org>
22628
22629 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22630 corrupting the PC.
22631
22632 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22633
22634 * gdb.cp/templates.exp: Accept whitespace change in demangler
22635 output.
22636
22637 2004-07-06 Andrew Cagney <cagney@gnu.org>
22638
22639 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22640
22641 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
22642
22643 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22644 * lib/compiler.cc: Likewise.
22645
22646 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
22647
22648 * lib/compiler.cc: Work around string preprocessing problem
22649 with old hp c++ compiler.
22650 * lib/compiler.c: Likewise.
22651
22652 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22653
22654 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
22655 directives to conditionalize symbol prefixing.
22656 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22657 additional_flags handling. Add underscore prefix for Cygwin.
22658 * gdb.arch/i386-unwind.c: Use preprocessor directives to
22659 conditionalize symbol prefixing.
22660 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22661 additional_flags handling. Add underscore prefix for Cygwin.
22662
22663 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22664
22665 * gdb.base/bigcore.exp: Skip test on Cygwin.
22666
22667 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22668
22669 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22670 formats for "info register". Use gdb_test_multiple. Fix
22671 the "invalid register" test.
22672
22673 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
22674
22675 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22676 PID for Cygwin. Add Cygwin specific strings to check for in some
22677 tests.
22678 (do_attach_tests): Add a test for user interaction when attaching
22679 to a process with no matching symbol table already loaded.
22680
22681 2004-06-26 Andrew Cagney <cagney@gnu.org>
22682
22683 Test PR java/1567 and PR java/1565.
22684 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22685 * gdb.java/jmisc2.exp: Delete file.
22686
22687 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22688
22689 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22690
22691 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
22692
22693 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22694 attach process.
22695
22696 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22697
22698 * gdb.cp/pr-1553.exp: Remove.
22699
22700 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22701
22702 * gdb.cp/pr-1553.cc: Remove.
22703 * gdb.cp/pr-1553.exp: Disable this test.
22704
22705 2004-06-20 Jim Blandy <jimb@redhat.com>
22706
22707 Fix PR testsuite/1680.
22708 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22709 regular expressions.
22710
22711 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22712
22713 Fix PR testsuite/1679.
22714 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22715 Issue an UNSUPPORTED result instead.
22716
22717 2004-06-18 Jim Blandy <jimb@redhat.com>
22718
22719 * gdb.base/charset.exp: Only send a control-C if we see a new
22720 prompt and incomplete command.
22721
22722 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22723
22724 * gdb.cp/pr-574.cc: Add copyright notice.
22725
22726 2004-06-17 Jim Blandy <jimb@redhat.com>
22727
22728 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22729 cases where the regexp has no groups; this grabs random text from
22730 the previous test suite, whatever that was.
22731
22732 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22733
22734 * gdb.cp/printmethod.cc: Add copyright notice.
22735
22736 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22737
22738 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22739
22740 2004-06-16 Andrew Cagney <cagney@gnu.org>
22741
22742 * gdb.base/signull.c: Update copyright. Include <string.h>.
22743 (bowler): Replace data_pointer with data_read
22744 and data_write cases. Add code_descriptor case.
22745 (zero, desc): New array and pointer.
22746 (data, code): Change to simple pointers.
22747 * gdb.base/signull.exp: Fix probe pattern matching a function
22748 descriptor SIGSEGV. Replace data_pointer with data_read and
22749 data_write tests.
22750
22751 2004-06-16 Andrew Cagney <cagney@gnu.org>
22752
22753 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22754
22755 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22756
22757 * gdb.base/long_long.c: Add copyright notice.
22758
22759 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22760
22761 * gdb.base/long_long.exp: Remove reference to
22762 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22763 to gdb_breakpoint and gdb_continue_to_breakpoint.
22764
22765 2004-06-14 Jim Blandy <jimb@redhat.com>
22766
22767 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22768 endian case.
22769
22770 2004-06-14 Andrew Cagney <cagney@gnu.org>
22771
22772 * gdb.base/gcore.exp (capture_command_output): Delete the always
22773 passing tests containing inferior values.
22774 * gdb.base/ending-run.exp: Do not include the breakpoint address
22775 in the test message. Update copyright.
22776 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22777 size in the test name, use gdb_test_multiple. Update copyright.
22778
22779 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22780
22781 * gdb.cp/ref-types.cc: Add copyright notice.
22782
22783 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22784
22785 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22786 hp_aCC_compiler.
22787 * lib/compiler.cc: Likewise.
22788 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22789 'set' commands. Log diagnostics for other lines. Set
22790 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22791
22792 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22793
22794 * gdb.cp/try_catch.cc: Add copyright notice.
22795
22796 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22797
22798 * gdb.cp/userdef.cc: Add copyright notice.
22799
22800 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22801
22802 * gdb.cp/virtfunc.cc: Add copyright notice.
22803
22804 2004-06-11 Randolph Chung <tausq@debian.org>
22805
22806 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22807 problem.
22808
22809 2004-06-10 Andrew Cagney <cagney@gnu.org>
22810
22811 * lib/compiler.cc, lib/compiler.c: Append either
22812 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22813 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22814 instead of gcc-3-3.
22815
22816 2004-06-09 Andrew Cagney <cagney@gnu.org>
22817
22818 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22819 gdb/1455, bug is specific to "long long" and "double".
22820
22821 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22822 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22823 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22824 fixed.
22825
22826 2004-06-09 Andrew Cagney <cagney@gnu.org>
22827
22828 * gdb.base/structs.exp (test_struct_returns): Replace
22829 "return_value_unknown" and "finish_value_unknown" by
22830 "return_value_known" and "finish_value_known". Instead of
22831 "return_value_unknown" iff "finish_value_unknown", check
22832 "return_value_known" implies "finish_value_known".
22833
22834 2004-06-08 Martin Hunt <hunt@redhat.com>
22835
22836 * gdb.base/float.exp: Add pattern for mips targets.
22837
22838 2004-06-08 Randolph Chung <tausq@debian.org>
22839
22840 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22841 message for unknown architectures more clear.
22842
22843 2004-06-08 Joel Brobecker <brobecker@gnat.com>
22844
22845 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22846 start the execution of the program.
22847
22848 2004-06-07 Jim Blandy <jimb@redhat.com>
22849
22850 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22851 * gdb.arch/i386-cpuid.h: New helper file.
22852
22853 2004-06-07 Randolph Chung <tausq@debian.org>
22854
22855 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22856 has started.
22857
22858 2004-06-04 Roland McGrath <roland@redhat.com>
22859
22860 Fix PR gdb/1647.
22861 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22862 differently to be robust to output buffering differences.
22863
22864 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22865
22866 * gdb.threads/pthreads.exp: Update copyright years.
22867 (check_control_c): Change asynchronous 'after' to synchronous.
22868
22869 2004-06-04 Roland McGrath <roland@redhat.com>
22870
22871 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22872 next gdb prompt.
22873
22874 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22875
22876 Fix PR gdb/1636.
22877 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22878 calls to synchronous.
22879
22880 2004-05-26 Jim Blandy <jimb@redhat.com>
22881
22882 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22883
22884 2004-05-24 Randolph Chung <tausq@debian.org>
22885
22886 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22887 * gdb.asm/pa.inc: New file.
22888
22889 2004-05-22 Mark Kettenis <kettenis@gnu.org>
22890
22891 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22892
22893 2004-05-21 Joel Brobecker <brobecker@gnat.com>
22894 Daniel Jacobowitz <drow@mvista.com>
22895
22896 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22897 GDB prompt.
22898
22899 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22900
22901 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22902 setjmp/longjmp. Use sigaction instead of signal.
22903
22904 2004-05-19 J. Brobecker <brobecker@gnat.com>
22905 Michael Snyder <msnyder@redhat.com>
22906
22907 * gdb.threads/pthread_cond_wait.c: New file.
22908 * gdb.threads/pthread_cond_wait.exp: New testcase.
22909
22910 2004-05-13 Andrew Cagney <cagney@redhat.com>
22911
22912 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22913 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22914
22915 2004-05-11 Andrew Cagney <cagney@redhat.com>
22916
22917 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22918 fixed but revealed gdb/1639.
22919
22920 2004-05-10 Andrew Cagney <cagney@redhat.com>
22921
22922 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22923 func1" and "next to 2nd alarm", kernel bug avoided.
22924
22925 2004-05-10 Daniel Jacobowitz <dan@debian.org>
22926
22927 PR external/1568
22928 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22929 XFAIL if it is smaller than bytes_allocated.
22930 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22931 (main): Make chunks_allocated unsigned. Correct comment.
22932
22933 2004-05-07 Joel Brobecker <brobecker@gnat.com>
22934
22935 * gdb.arch/powerpc-aix-prologue.c: New file.
22936 * gdb.arch/powerpc-aix-prologue.exp: New file.
22937
22938 2004-05-07 Jim Blandy <jimb@redhat.com>
22939
22940 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22941 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22942
22943 2004-05-06 Joel Brobecker <brobecker@gnat.com>
22944
22945 * gdb.base/sep.exp: No longer setup_kfail when the program was
22946 built with dwarf2.
22947
22948 2004-05-05 Jim Ingham <jingham@apple.com>
22949
22950 * gdb.base/pending.exp: Make sure pending breakpoints
22951 preserve the ignore count.
22952
22953 2004-04-27 Jerome Guitton <guitton@gnat.com>
22954
22955 * i386-prologue.exp: Add testcase for jump instruction as first
22956 instruction of the real code.
22957 * i386-prologue.c (jump_at_beginning): New function.
22958
22959 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22960
22961 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22962 x86_64-*-*.
22963
22964 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22965
22966 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22967 i*86-*-*.
22968
22969 2004-04-25 Mark Kettenis <kettenis@gnu.org>
22970
22971 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22972 expression that checks the return type.
22973
22974 2004-04-23 Andrew Cagney <cagney@redhat.com>
22975
22976 * gdb.base/call-sc.exp: New test of scalar call/return values.
22977 * gdb.base/call-sc.c: Ditto.
22978
22979 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22980
22981 * gdb.threads/manythreads.c: Reduce thread stack size.
22982
22983 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22984
22985 * gdb.threads/manythreads.c: Add copyright notice.
22986
22987 2004-04-23 Andrew Cagney <cagney@redhat.com>
22988
22989 * gdb.base/siginfo.exp: Better handle step out of signal.
22990 * gdb.base/sigstep.exp: Ditto.
22991
22992 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
22993 Daniel Jacobowitz <drow@mvista.com>
22994
22995 * gdb.threads/manythreads.c: New testcase.
22996 * gdb.threads/manythreads.exp: Ditto.
22997
22998 2004-04-22 Jim Blandy <jimb@redhat.com>
22999
23000 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
23001 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
23002
23003 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
23004
23005 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
23006
23007 2004-04-21 Andrew Cagney <cagney@redhat.com>
23008
23009 * gdb.base/sigstep.c: New file.
23010 * gdb.base/sigstep.exp: New file.
23011
23012 2004-04-16 Joel Brobecker <brobecker@gnat.com>
23013
23014 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
23015 call to observer_notify_normal_stop.
23016
23017 2004-04-15 Andrew Cagney <cagney@redhat.com>
23018
23019 * gdb.base/siginfo.c: New file.
23020 * gdb.base/siginfo.exp: New file.
23021
23022 2004-04-12 J. Brobecker <brobecker@gnat.com>
23023
23024 * gdb.base/sep.exp: Fix typo in comment.
23025
23026 2004-04-12 J. Brobecker <brobecker@gnat.com>
23027
23028 * gdb.base/sep.c: New file.
23029 * gdb.base/sep-proc.c: New file.
23030 * gdb.base/sep.exp: New testcase.
23031
23032 2004-04-09 Mark Kettenis <kettenis@gnu.org>
23033
23034 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
23035 support.
23036
23037 2004-04-05 Andrew Cagney <cagney@redhat.com>
23038
23039 * gdb.base/sigaltstack.c: New file.
23040 * gdb.base/sigaltstack.exp: New file.
23041
23042 2004-04-04 Joel Brobecker <brobecker@gnat.com>
23043
23044 * gdb.base/foll-fork.exp: Update the expected output for
23045 "help set follow-fork-mode", to match a change that was made
23046 to the help of this variable on 2004-01-13.
23047
23048 2004-04-01 Joel Brobecker <brobecker@gnat.com>
23049
23050 * lib/ada.exp: Add copyright notice.
23051 * bar.ads: Likewise.
23052 * bar.adb: Likewise.
23053 * null_record.adb: Likewise.
23054 * null_record.exp: Likewise.
23055 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
23056
23057 2004-04-01 Joel Brobecker <brobecker@gnat.com>
23058
23059 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
23060 * configure: Regenerate.
23061
23062 2004-04-01 Joel Brobecker <brobecker@gnat.com>
23063
23064 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
23065 to build the application. Remove the message printed when in
23066 verbose mode, redundant with the UNSUPPORTED message above.
23067
23068 2004-03-31 Joel Brobecker <brobecker@gnat.com>
23069
23070 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
23071 * gdb.ada (null_record.exp): New testcase.
23072
23073 2004-03-31 Joel Brobecker <brobecker@gnat.com>
23074
23075 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
23076
23077 2004-03-31 Joel Brobecker <brobecker@gnat.com>
23078
23079 * gdb.ada: New subdirectory.
23080 * gdb.ada/Makefile.in: New file.
23081 * gdb.ada/gnat_ada.gpr.in: New file.
23082
23083 2004-03-31 Joel Brobecker <brobecker@gnat.com>
23084
23085 * lib/ada.exp: New file.
23086
23087 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
23088
23089 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
23090 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
23091
23092 2004-03-22 Andrew Cagney <cagney@redhat.com>
23093
23094 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
23095 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
23096 Problem identified by Ulrich Weigand.
23097
23098 2004-03-17 David Carlton <carlton@kealia.com>
23099
23100 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
23101 PR c++/826.
23102
23103 2004-03-16 Roland McGrath <roland@redhat.com>
23104
23105 * gdb.base/auxv.exp: New file.
23106 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
23107
23108 2004-03-12 David Carlton <carlton@kealia.com>
23109
23110 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
23111 * gdb.cp/pr-1553.cc: Ditto.
23112 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
23113 pass branch.
23114
23115 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
23116
23117 * gdb.cp/templates.exp: Accept more template types.
23118
23119 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
23120
23121 From Corinna Vinschen with modifications.
23122 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
23123 local variable obj_with_enum.
23124 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
23125 results with obj_with_enum.
23126
23127 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
23128
23129 * gdb.cp/classes.cc: New file, copied from misc.cc.
23130 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
23131
23132 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
23133
23134 * gdb.cp/misc.cc: Add copyright notice.
23135
23136 2004-03-05 David Carlton <carlton@kealia.com>
23137
23138 * gdb.cp/rtti.exp: Add 'print *obj3' test.
23139 * gdb.cp/rtti.h: Update copyright.
23140 (namespace n2::n3): New.
23141 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
23142 (n2::n3::func3): New.
23143 (main): Call n2::n3::func3.
23144 * gdb.cp/rtti2.cc: Update copyright.
23145 (n2::create3): New.
23146
23147 2004-03-04 Mark Kettenis <kettenis@gnu.org>
23148
23149 * gdb.asm/openbsd.inc: Fix typo.
23150
23151 2004-03-03 Fred Fish <fnf@redhat.com>
23152
23153 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
23154 "val" instead of unused "size". Update copyright year.
23155
23156 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
23157
23158 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
23159 to use unsigned char.
23160 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
23161 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
23162
23163 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
23164
23165 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
23166 line of output.
23167
23168 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
23169
23170 * gdb.base/relocate.c (dummy): Initialize.
23171
23172 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
23173
23174 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
23175 a breakpoint at exit.
23176
23177 2004-02-27 Fred Fish <fnf@redhat.com>
23178
23179 * gdb.base/chng-syms.exp: Add expect condition to match failing
23180 case that isn't a timeout.
23181
23182 2004-02-27 Andrew Cagney <cagney@redhat.com>
23183
23184 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
23185 support.
23186
23187 2004-02-26 Fred Fish <fnf@redhat.com>
23188
23189 * gdb.arch/gdb1431.c: Remove.
23190 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
23191 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
23192 of "until" incorrectly.
23193
23194 2004-02-26 J. Brobecker <brobecker@gnat.com>
23195
23196 * gdb.cp/class2.cc (empty): New class.
23197 (refer): New function.
23198 (main): Declare an object of type empty and use it.
23199 * gdb.cp/class2.exp: Print the value of an object of type empty.
23200
23201 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
23202
23203 * gdb.base/langs.exp: Update query string to match the
23204 new nquery format used for pending breakpoints.
23205
23206 2004-02-26 Andrew Cagney <cagney@redhat.com>
23207
23208 Fix PR i18n/1570.
23209 * gdb.base/charset.c: Update copyright notice.
23210 (main, init_string): Remove the escape character '\e' tests.
23211 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
23212 * gdb.base/charset.exp (valid_host_charset): Ditto.
23213 * gdb.base/setvar.exp: Ditto.
23214
23215 2004-02-24 Andrew Cagney <cagney@redhat.com>
23216
23217 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
23218 mmapped data in core file" PASS and FAIL messages consistent.
23219
23220 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
23221 setting a breakpoint. Work around PR java/1565.
23222
23223 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
23224
23225 * lib/gdb.exp (gdb_breakpoint): Update query string to match
23226 new nquery format.
23227 * gdb.base/pending.exp: Ditto.
23228
23229 2004-02-22 Mark Kettenis <kettenis@gnu.org>
23230
23231 * configure.in: Run stabs tests on *BSD.
23232 * configure: Regenerated.
23233
23234 2004-02-21 Mark Kettenis <kettenis@gnu.org>
23235
23236 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
23237
23238 2004-02-20 Fred Fish <fnf@redhat.com>
23239
23240 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
23241 blank in test for "returns short", for consistency with other
23242 "returns xxx" tests. Update copyright year.
23243
23244 2004-02-19 Fred Fish <fnf@redhat.com>
23245
23246 New testcase for PR breakpoint/1558.
23247 * gdb.arch/gdb1558.exp: New file.
23248 * gdb.arch/gdb1558.c: New file.
23249
23250 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
23251
23252 * gdb.base/nodebug.exp: Fix typo.
23253
23254 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23255
23256 Committed by Jim Blandy <jimb@redhat.com>.
23257
23258 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
23259
23260 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
23261
23262 * gdb.base/float.exp: Support s390*-*-* targets.
23263
23264 2004-02-17 Adam Fedor <fedor@gnu.org>
23265
23266 * gdb.base/gdb1555.exp: New file.
23267 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
23268
23269 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
23270
23271 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
23272
23273 2004-02-16 Fred Fish <fnf@redhat.com>
23274
23275 * gdb.arch/gdb1291.c: Remove
23276 * gdb.arch/gdb1291.s: New test input file.
23277 * gdb.arch/gdb1291.exp: Expand test to check case that should not
23278 fail. Test for correct result, known incorrect result, other
23279 failures and timeouts.
23280
23281 2004-02-16 Andrew Cagney <cagney@redhat.com>
23282
23283 * gdb.base/bigcore.exp: New file.
23284 * gdb.base/bigcore.c: New file.
23285
23286 2004-02-13 Andrew Cagney <cagney@redhat.com>
23287
23288 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
23289 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
23290 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
23291 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
23292 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
23293 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
23294 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
23295 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
23296 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
23297 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
23298
23299 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
23300
23301 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
23302 executed is an alloc instruction.
23303
23304 2004-02-11 David Carlton <carlton@kealia.com>
23305
23306 * gdb.cp/breakpoint.exp: New.
23307 * gdb.cp/breakpoint.cc: New.
23308
23309 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
23310
23311 Partial fix for PR gdb/1543.
23312 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
23313 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
23314 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
23315 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
23316 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
23317 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
23318 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
23319 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
23320 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
23321 to bug-gdb@prep.ai.mit.edu .
23322 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
23323 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
23324 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
23325 Likewise.
23326
23327 2004-02-10 Andrew Cagney <cagney@redhat.com>
23328
23329 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
23330 using gdb_internal_error_resync.
23331
23332 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
23333
23334 * gdb.threads/thread-specific.exp: Stop early if no threads are
23335 found.
23336
23337 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
23338
23339 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
23340
23341 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
23342
23343 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
23344 breakpoints.
23345
23346 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
23347
23348 * config/sim.exp (gdb_load): Handle $arg == "".
23349 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
23350 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
23351
23352 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
23353
23354 * gdb.base/maint.exp: Update test to reflect
23355 obstack changes.
23356
23357 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
23358
23359 * gdb.base/pendshr.c (pendfunc): New function that calls
23360 pendfunc1.
23361 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
23362
23363 2004-02-04 Fred Fish <fnf@redhat.com>
23364
23365 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
23366 function symbols and update copyright years.
23367 * gdb.arch/gdb1291.c: Ditto.
23368
23369 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23370
23371 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
23372
23373 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23374
23375 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
23376
23377 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23378
23379 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
23380
23381 2004-02-02 Fred Fish <fnf@redhat.com>
23382
23383 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
23384 remote targets. Update copyright years.
23385
23386 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
23387
23388 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
23389 support.
23390 * gdb.base/langs.exp: Fix test which attempts to create
23391 breakpoint on non-existent function to handle new pending
23392 support.
23393 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
23394 a breakpoint.
23395 * gdb.base/pending.exp: New test.
23396 * gdb.base/pending.c: New file.
23397 * gdb.base/pendshr.c: Ditto.
23398
23399 2004-02-02 David Carlton <carlton@kealia.com>
23400
23401 * gdb.cp/overload.exp: Add overloadNamespace tests.
23402 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
23403 (overloadNamespace, XXX): New.
23404 (main): Call XXX::marker2.
23405
23406 2004-02-01 Fred Fish <fnf@redhat.com>
23407
23408 * gdb.base/dump.exp: Use runto_main instead of "runto main".
23409 * gdb.base/finish.exp: Ditto.
23410 * gdb.base/gcore.exp: Ditto.
23411 * gdb.base/huge.exp: Ditto.
23412 * gdb.base/info-proc.exp: Ditto.
23413 * gdb.base/return2.exp: Ditto.
23414 * gdb.threads/gcore-thread.exp: Ditto.
23415
23416 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23417
23418 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
23419
23420 2004-02-01 Mark Kettenis <kettenis@gnu.org>
23421
23422 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
23423 that opening the file succeeds on OpenBSD.
23424
23425 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23426
23427 * gdb.threads/thread-specific.c: New file.
23428 * gdb.threads/threads-specific.exp: New test script.
23429 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
23430 to expect_out.
23431
23432 2004-02-01 Mark Kettenis <kettenis@gnu.org>
23433
23434 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
23435 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
23436 only on the "print_small_structs from print_long_arg_list" test.
23437
23438 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23439
23440 * gdb.base/completion.exp: Kill a stray backslash.
23441
23442 From Jim Ingham <jingham@apple.com>:
23443 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
23444 agrees with the result from sending a tab.
23445
23446 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
23447
23448 * gdb.base/chng-syms.exp: Remove stray newline.
23449
23450 2004-01-31 Mark Kettenis <kettenis@gnu.org>
23451
23452 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
23453 *-*-openbsd*.
23454 * gdb.asm/openbsd.inc: New file.
23455
23456 2004-01-30 Mark Kettenis <kettenis@gnu.org>
23457
23458 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
23459 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
23460 *-*solaris2*. Remove commented out default settings for
23461 asm-flags. Replace gdb_compile with target_link.
23462
23463 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
23464
23465 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
23466 for all tests. Remove old hp-ux and cygnus xfail cases.
23467
23468 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
23469
23470 * gdb.base/chng-syms.exp: New file.
23471 * gdb.base/chng-syms.c: New file.
23472
23473 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
23474
23475 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
23476 Provide arms for current output in all my configurations.
23477
23478 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
23479
23480 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
23481 * lib/compiler.cc: Likewise.
23482 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
23483 get the right preprocessor. Eval the output directly. Remove
23484 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
23485 hp_f77_compiler and hp_f90_compiler completely.
23486 (gdb_preprocess): Delete.
23487 (get_compiler): Delete.
23488
23489 2004-01-24 Mark Kettenis <kettenis@gnu.org>
23490
23491 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
23492 <string.h>.
23493
23494 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
23495
23496 * gdb.mi/mi-stack.exp: Update copyright.
23497
23498 2004-01-23 David Carlton <carlton@kealia.com>
23499
23500 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
23501 test for cp_lookup_transparent_type.
23502 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
23503 call them.
23504
23505 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
23506
23507 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
23508 after -var-update.
23509
23510 2004-01-23 David Carlton <carlton@kealia.com>
23511
23512 * gdb.cp/namespace.cc (C::ensureRefs): New.
23513 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
23514
23515 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
23516
23517 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
23518 case "-stack-list-locals 2".
23519 * gdb.mi/mi-var-child.exp: Test for case
23520 "-var-list-children --all-values NAME".
23521
23522 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
23523
23524 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
23525
23526 2004-01-18 Mark Kettenis <kettenis@gnu.org>
23527
23528 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
23529 used with gdb_test_multiple.
23530
23531 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
23532 read at address 0. This fixes PR testsuite/1504.
23533
23534 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
23535
23536 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
23537 Remove downloading, guessing the host executable, the calls to
23538 gdb_file_cmd and gdb_target_cmd, and "load" support.
23539 (infer_host_exec): New function broken out from gdb_load.
23540 (gdb_load): New wrapper for gdbserver_gdb_load.
23541 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
23542 gdb_target_cmd. Use -target-select.
23543 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
23544 Download binaries to the host. Clear last_mi_remote_file when
23545 we load a new binary.
23546 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
23547 call gdbserver_gdb_load and mi_gdb_target_cmd.
23548
23549 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23550
23551 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
23552 type patterns.
23553
23554 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23555
23556 * gdb.cp/templates.exp: Fix typo in test name of
23557 "print Foo<volatile char*>::foo".
23558
23559 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23560
23561 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
23562
23563 2004-01-16 Ben Elliston <bje@wasabisystems.com>
23564
23565 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
23566 (clean mostlyclean): Remove empty rm.
23567
23568 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23569
23570 * gdb.base/setvar.exp: Add copyright years.
23571
23572 2004-01-14 David Carlton <carlton@bactrian.org>
23573
23574 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
23575 PR c++/1511 and update coment.
23576 * gdb.cp/templates.exp: Update patterns to match current output.
23577 If changes involve something other than whitespace, KFAIL
23578 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
23579
23580 2004-01-14 David Carlton <carlton@kealia.com>
23581
23582 * gdb.cp/namespace.exp: Add tests involving classes defined within
23583 namespaces.
23584 * gdb.cp/namespace.cc (C::CClass): New.
23585 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
23586
23587 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
23588
23589 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
23590 what debug info we have. Print a better message if something goes
23591 wrong while producing the separate debug info file.
23592
23593 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23594
23595 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
23596
23597 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23598
23599 * gdb.base/callfuncs.c: Add copyright notice.
23600
23601 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
23602
23603 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
23604 inheritance. PR gdb/1498, PR gcc/13539.
23605
23606 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
23607
23608 * gdb.threads/gcore-thread.exp: Prefix name of binary with
23609 test specific name.
23610 * gdb.mi/gdb669.exp: Ditto.
23611 * gdb.mi/mi-pthreads.exp: Ditto.
23612 * gdb.mi/mi1-pthreads.exp: Ditto.
23613 * gdb.mi/mi2-pthreads.exp: Ditto.
23614
23615 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23616
23617 * gdb.cp/member-ptr.cc: Add copyright notice.
23618
23619 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23620
23621 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
23622 some patterns for recent versions of gcc and hpacc. Delete
23623 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
23624 Delete tests that access a NULL pointer-to-member-data. This
23625 script is still disabled for gcc.
23626
23627 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23628
23629 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
23630 escaped correctly.
23631
23632 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23633
23634 * gdb.base/sepdebug.exp: New file.
23635 * gdb.base/sepdebug.c: New file.
23636 * lib/gdb.exp (separate_debug_filename): New procedure.
23637 (gdb_gnu_strip_debug): New procedure.
23638
23639 2004-01-12 Andrew Cagney <cagney@redhat.com>
23640
23641 * gdb.mi/ChangeLog: Delete file. Renamed to ...
23642 * gdb.mi/ChangeLog-1999-2003: New file.
23643
23644 2004-01-12 Andrew Cagney <cagney@redhat.com>
23645
23646 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
23647 "Renaming a directory to a non-empty directory returns ENOTEMPTY
23648 or EEXIST", treat EBUSY as an XFAIL.
23649
23650 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23651
23652 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23653 hp_cc_compiler.
23654
23655 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23656
23657 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23658 decorations.
23659
23660 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23661
23662 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23663 and "(aCC)" decorations. Remove obsolete doco about old
23664 test results.
23665
23666 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23667
23668 * gdb.cp/exception.exp: Fix typo in doco.
23669
23670 2004-01-09 Mark Kettenis <kettenis@gnu.org>
23671
23672 * gdb.base/gdb1476.exp: Fix typo.
23673
23674 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23675
23676 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23677 file.
23678
23679 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23680
23681 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23682 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23683 Use gdb_compile. Remove restriction on gcc. Add some patterns
23684 for recent version of gdb. Delete second half, which was a copy
23685 of the first half with different build flags. This test is
23686 still disabled because it is still not ready for production.
23687
23688 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23689
23690 * gdb.cp/exception.cc: Add copyright notice.
23691 * gdb.cp/exception.exp: Add a notice that this file is broken
23692 because of line number changes caused by addition of copyright
23693 notice.
23694
23695 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23696
23697 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23698 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23699
23700 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23701
23702 * gdb.cp/classes.exp: Accept gnu abi 2.
23703 * gdb.cp/derivation.exp: Likewise.
23704 * gdb.cp/overload.exp: Likewise.
23705 * gdb.cp/virtfunc.exp: Likewise.
23706
23707 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23708
23709 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23710 semicolon after end of function.
23711
23712 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23713
23714 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23715 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23716 boilerplate code for compiling and running the program under
23717 test. Add some string method tests.
23718
23719 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23720
23721 * gdb.cp/bs15503.cc: Add copyright notice.
23722 * gdb.cp/bs15503.exp: Adjust line number.
23723
23724 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23725
23726 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23727 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23728
23729 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23730
23731 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23732 hp_cc_compiler.
23733
23734 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23735
23736 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23737 * gdb.cp/ctti.exp: Use the marker instead of "next".
23738 With gcc, run further before bailing.
23739
23740 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23741
23742 * gdb.cp/cttiadd.cc: Add copyright notice.
23743 * gdb.cp/cttiadd1.cc: Likewise.
23744 * gdb.cp/cttiadd2.cc: Likewise.
23745 * gdb.cp/cttiadd3.cc: Likewise.
23746
23747 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23748
23749 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23750 Use gdb_test, gdb_test_multiple. Use floating-point values that
23751 have exact representations in IEEE-ish formats.
23752
23753 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23754
23755 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23756 compilers. Delete duplicate call to get_compiler_info.
23757 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23758 * gdb.base/volatile.exp: Likewise.
23759
23760 2004-01-07 Mark Kettenis <kettenis@gnu.org>
23761
23762 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23763 memory at address 0.
23764
23765 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23766
23767 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23768 to test for hp-ux assembler. Fix copyright years.
23769
23770 2004-01-07 Andrew Cagney <cagney@redhat.com>
23771
23772 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23773
23774 2004-01-07 Andrew Cagney <cagney@redhat.com>
23775
23776 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23777 when creating the read-only file. From analysis by Roland McGrath
23778 and Elena Zannoni.
23779
23780 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23781
23782 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23783
23784 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23785
23786 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23787 data pointers.
23788
23789 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23790
23791 * gdb.cp/m-static.exp: Compile one source file at a time.
23792 Delete unused call to get_compiler_info.
23793
23794 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23795
23796 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23797 * gdb.base/call-rt-st.exp: Likewise.
23798 * gdb.base/nodebug.exp: Likewise.
23799 * gdb.base/volatile.exp: Likewise.
23800 * gdb.cp/ref-types.exp: Likewise.
23801 * gdb.cp/templates.exp: Likewise.
23802
23803 2004-01-05 Mark Kettenis <kettenis@gnu.org>
23804
23805 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23806
23807 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23808
23809 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23810 hppa*-hp-hpux*.
23811
23812 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23813
23814 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23815 x86_64-*-*.
23816
23817 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23818 sparc64-*-* and sparc*-solaris2*.
23819
23820 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23821
23822 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23823 return ${tests}" test. The ${tests} already mentions the
23824 filename.
23825
23826 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23827
23828 * gdb.cp/local.exp: Accept gcc abi 2.
23829
23830 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23831
23832 * gdb.cp/templates.exp: Accept gcc abi 2.
23833
23834 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23835
23836 * lib/compiler.cc: Remove supports_template_debugging.
23837 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23838
23839 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23840
23841 * gdb.cp/namespace.exp: Accept gcc abi 2.
23842
23843 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23844
23845 * gdb.cp/method.exp: Accept gcc abi 2.
23846
23847 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23848
23849 * gdb.cp/classes.exp: Generate identical results as old version.
23850 * gdb.cp/derivation.exp: Likewise.
23851 * gdb.cp/overload.exp: Likewise.
23852 * gdb.cp/virtfunc.exp: Likewise.
23853
23854 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23855
23856 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23857 mysterious bug with sourceware version of expect.
23858
23859 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23860
23861 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23862 current versions of gcc, including gcc abi 2. Remove gratuitous
23863 restart of test program. Use gdb_test_multiple and gdb_test for
23864 all tests. Add patterns to xfail missing "const" in "const char *"
23865 and kfail PR gdb/1155.
23866
23867 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23868
23869 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23870 current versions of gcc, including gcc abi 2. Remove gratuitous
23871 restart of test program. Use gdb_test_multiple and gdb_test for
23872 all tests. Add patterns to kfail PR gdb/1498.
23873
23874 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23875
23876 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23877 current versions of gcc, including gcc abi 2. Use "breakpoint"
23878 and "continue" instead of restarting the target program. Use
23879 gdb_test_multiple and gdb_test for all tests.
23880
23881 2004-01-01 Mark Kettenis <kettenis@gnu.org>
23882
23883 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23884 for *-*-solaris2*.
23885
23886 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23887
23888 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23889 current versions of gcc, including gcc abi 2. Use "breakpoint"
23890 and "continue" instead of restarting the target program several
23891 times. Use gdb_test_multiple and gdb_test for all tests.
23892
23893 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23894
23895 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23896 source files.
23897
23898 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23899
23900 * gdb.base/environ.exp: Handle compiling test case from multiple
23901 source files.
23902
23903 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23904
23905 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23906
23907 2003-12-17 Jim Blandy <jimb@redhat.com>
23908
23909 * gdb.base/freebpcmd.c: Add copyright notice.
23910
23911 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23912
23913 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23914
23915 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23916
23917 2003-12-13 Jim Blandy <jimb@redhat.com>
23918
23919 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23920
23921 2003-12-12 Kevin Buettner <kevinb@redhat.com>
23922
23923 * gdb.asm/frv.inc: New file.
23924 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23925
23926 2003-12-09 Fred Fish <fnf@redhat.com>
23927
23928 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23929 functions to break1.c and leave prototypes behind. Add more
23930 "set breakpoint NN here" comments.
23931 * gdb.base/break1.c: New file.
23932
23933 * gdb.base/break.exp: Handle compiling test case from multiple
23934 source files and change source file references as needed.
23935 * gdb.base/completion.exp: Ditto.
23936 * gdb.base/condbreak.exp: Ditto.
23937 * gdb.base/define.exp: Ditto.
23938 * gdb.base/ena-dis-br.exp: Ditto.
23939 * gdb.base/info-proc.exp: Ditto.
23940 * gdb.base/maint.exp: Ditto.
23941 * gdb.base/until.exp: Ditto.
23942
23943 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23944 hardcoded line numbers.
23945 * gdb.base/define.exp: Ditto.
23946 * gdb.base/ena-dis-br.exp: Ditto.
23947 * gdb.base/maint.exp: Ditto.
23948 * gdb.base/until.exp: Ditto.
23949
23950 * gdb.base/completion.exp: Use "break1" for completion tests since
23951 "break" is no longer a unique prefix.
23952
23953 2003-12-06 Andrew Cagney <cagney@redhat.com>
23954
23955 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23956 "return_value_unimplemented". When an unimplemented struct return
23957 architecture, report incorrect values as a KFAIL
23958
23959 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23960
23961 * gdb.cp/rtti.exp: Accept new wording of warning from
23962 cp_lookup_rtti_type.
23963
23964 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23965
23966 Partial fix for PR testsuite/1456.
23967 * gdb.base/scope.exp (test_at_main): Replace references to
23968 gcc_compiled with calls to test_compiler_info.
23969 (test_at_foo): Likewise.
23970 (test_at_bar): Likewise.
23971
23972 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23973
23974 Partial fix for PR testsuite/1456.
23975 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23976 to test_compiler_info.
23977
23978 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23979
23980 * gdb.base/so-impl-ld.exp: Update copyright notice.
23981
23982 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23983
23984 Partial fix for PR testsuite/1456.
23985 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23986 to test_compiler_info.
23987
23988 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23989
23990 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23991 from current versions of gdb. Clean up regular expressions.
23992 Delete redundant timeout case.
23993
23994 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23995
23996 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23997 from current versions of gdb. Clean up regular expressions.
23998 Delete redundant timeout case.
23999
24000 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
24001
24002 Partial fix for PR testsuite/1456.
24003 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
24004 gcc_compiled with call to test_compiler_info.
24005
24006 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
24007
24008 Partial fix for PR testsuite/1456.
24009 * gdb.base/list.exp (test_list_function): Delete unused declaration
24010 of gcc_compiled.
24011
24012 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
24013
24014 Partial fix for PR testsuite/1456.
24015 * gdb.base/complex.exp: Replace reference to gcc_compiled with
24016 call to test_compiler_info.
24017
24018 2003-11-29 Mark Kettenis <kettenis@gnu.org>
24019
24020 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
24021 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
24022 it to create the appropriate note.inc.
24023 * gdb.asm/asmsrc1.s: Include "note.inc".
24024 * gdb.asm/netbsd.inc: New file.
24025 * gdb.asm/empty.inc: New file.
24026
24027 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
24028
24029 Partial fix for PR testsuite/1456.
24030 * gdb.base/constvars.exp: Replace references to gcc_compiled with
24031 calls to test_compiler_info.
24032
24033 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
24034
24035 Partial fix for PR testsuite/1456.
24036 * gdb.base/volatile.exp: Replace references to gcc_compiled with
24037 calls to test_compiler_info.
24038
24039 2003-11-27 Mark Kettenis <kettenis@gnu.org>
24040
24041 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
24042 pattern for the KFAILs.
24043
24044 2003-11-25 Adam Fedor <fedor@gnu.org>
24045
24046 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
24047 * gdb.objc/objcdecode.m: New file.
24048
24049 2003-11-25 Adam Fedor <fedor@gnu.org>
24050
24051 * gdb.objc/nondebug.exp: Test for PR objc/1236.
24052 * gdb.objc/nondebug.m: New file.
24053
24054 2003-11-26 Ben Elliston <bje@wasabisystems.com>
24055
24056 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24057 NetBSD as it does on FreeBSD. Modelled on a similar change by
24058 Mark Kettenis on 2003-05-30.
24059 (link-flags): Set to "--entry _start" regardless of target.
24060 Special linker flags are to be appended to $link-flags.
24061 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
24062
24063 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
24064
24065 * gdb.cp/method.exp: Accept output of new demangler.
24066
24067 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
24068
24069 * gdb/class2.exp: New file.
24070 * gdb/class2.cc: New file.
24071
24072 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
24073
24074 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
24075 of new demangler.
24076
24077 2003-11-23 Mark Kettenis <kettenis@gnu.org>
24078
24079 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
24080 of gdb_test "run".
24081
24082 2003-11-23 Mark Kettenis <kettenis@gnu.org>
24083
24084 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
24085 "continue" into "run".
24086
24087 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
24088
24089 Partial fix for PR testsuite/1456.
24090 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
24091 call to test_compiler_info.
24092 * gdb.cp/ctti.exp: Likewise.
24093 * gdb.cp/derivation.exp: Likewise.
24094 * gdb.cp/member-ptr.exp: Likewise.
24095 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
24096 reference to gcc_compiled.
24097
24098 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
24099
24100 Fix PR testsuite/1463.
24101 * gdb.base/structs.exp (start_structs_test): Call
24102 get_debug_format before using the debug format.
24103
24104 2003-11-22 Andrew Cagney <cagney@redhat.com>
24105
24106 * lib/gdb.exp (gdb_test_multiple): Add simple example.
24107 * gdb.base/structs.exp: Use gdb_test_multiple.
24108
24109 2003-11-20 Andrew Cagney <cagney@redhat.com>
24110
24111 * gdb.base/structs.exp: Handle and recover from internal errors.
24112 Replace "foo${n}" with "foo<n>" in test messages.
24113
24114 * gdb.base/structs.exp: Update copyright. Rewrite.
24115 * gdb.base/structs.c: Update copyright. Rewrite.
24116
24117 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
24118 resync count exceeded.
24119
24120 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
24121 from the internal error.
24122 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
24123 Original from Jim Blandy.
24124 (gdb_test_multiple): Use gdb_internal_error_resync.
24125
24126 2003-11-19 Andrew Cagney <cagney@redhat.com>
24127
24128 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
24129 KFAIL.
24130
24131 2003-11-17 Mark Kettenis <kettenis@gnu.org>
24132
24133 New testcase for PR backtrace/1435.
24134 * gdb.arch/i386-unwind.exp: New file.
24135 * gdb.arch/i386-unwind.c: New file.
24136
24137 2003-11-17 Andrew Cagney <cagney@redhat.com>
24138
24139 * lib/gdb.exp (compiler_info): New global.
24140 (test_compiler_info): New function.
24141 (get_compiler_info): Set compiler_info.
24142 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
24143 "compiler_info" to gcc-<major>-<minor>.
24144
24145 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
24146
24147 * gdb.trace/configure: Remove.
24148
24149 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
24150
24151 * gdb.base/break.c: Add comments to aid finding line numbers for
24152 breakpoints.
24153 * gdb.base/break.exp: Remove all references to explicit line
24154 numbers.
24155
24156 2003-11-11 Nick Clifton <nickc@redhat.com>
24157
24158 * gdb.base/shreloc.exp: Do not run for targets which do not
24159 support shared objects.
24160
24161 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
24162
24163 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
24164 Don't run tests if nofileio flag is given.
24165
24166 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
24167
24168 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
24169 as well as 'Watchpoint'.
24170
24171 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
24172
24173 Reported by Jim Ingham <jingham@apple.com>:
24174 * gdb.base/annota1.exp: Match at least one occurrence of the
24175 signal handler annotation.
24176
24177 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
24178
24179 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
24180 as well as 'Watchpoint'.
24181
24182 2003-11-05 Michael Chastain <mec@shout.net>
24183
24184 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
24185
24186 2003-11-03 Kris Warkentin <kewarken@qnx.com>
24187
24188 * gdb.arch/gdb1291.c: New test file.
24189 * gdb.arch/gdb1291.exp: New test script.
24190 * gdb.arch/gdb1431.c: New test file.
24191 * gdb.arch/gdb1431.exp: New test script.
24192
24193 2003-10-22 Michael Chastain <mec@shout.net>
24194
24195 * gdb.mi/pthreads.c: Add copyright notice.
24196
24197 2003-10-22 Michael Chastain <mec@shout.net>
24198
24199 * gdb.threads/pthreads.c: Add copyright notice.
24200
24201 2003-10-20 Michael Chastain <mec@shout.net>
24202
24203 * gdb.base/gdb1056.exp: New test script.
24204
24205 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
24206
24207 * gdb.threads/killed.exp: Use gdb_run_cmd.
24208
24209 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
24210
24211 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
24212 create a core file.
24213 * gdb.threads/gcore-thread.exp: Likewise.
24214
24215 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
24216
24217 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
24218 type, based on char type.
24219 (struct bit_flags_short_t): New bitfield type, based on short type.
24220 (init_bit_flags_char): New fuction.
24221 (init_bit_flags_short): Ditto.
24222 (print_bit_flags_char): Ditto.
24223 (print_bit_flags_short): Ditto.
24224 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
24225
24226 2003-10-11 Michael Chastain <mec@shout.net>
24227
24228 * gdb.base/call-rt-st.exp: Update copyright year.
24229
24230 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
24231
24232 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
24233 * gdb.disasm/sh3.s: Ditto.
24234
24235 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
24236
24237 * gdb.threads/switch-threads.exp: New test.
24238 * gdb.threads/switch-threads.c: New source file.
24239
24240 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
24241
24242 * gdb.base/ending-run.exp: Add sh specific case.
24243
24244 2003-10-06 Andrew Cagney <cagney@redhat.com>
24245
24246 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
24247 * gdb.disasm/mn10200.exp: Delete obsolete file.
24248
24249 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
24250
24251 * ChangeLog: Correct an entry command.exp -> commands.exp.
24252 * gdb.base/commands.exp (bp_deleted_in_command_test)
24253 (temporary_breakpoint_commands): Check noargs.
24254
24255 2003-09-25 David Carlton <carlton@kealia.com>
24256
24257 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
24258 of some print tests, where appropriate. Add tests for C::D::cd,
24259 E::ce, F::cXfX, G::XgX.
24260 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
24261
24262 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
24263
24264 * lib/java.exp (java_init): Import target_alias before using it.
24265
24266 2003-09-25 David Carlton <carlton@kealia.com>
24267
24268 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
24269
24270 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
24271
24272 * gdb.base/selftest.exp: Accomodate more instruction reordering
24273 weirdness.
24274
24275 2003-09-17 Michael Chastain <mec@shout.net>
24276
24277 * gdb.cp/gdb1355.exp: New file.
24278 * gdb.cp/gdb1355.c: New file.
24279
24280 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
24281
24282 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
24283 * gdb.asm/sh.inc: New file.
24284
24285 2003-09-11 David Carlton <carlton@kealia.com>
24286
24287 * gdb.cp/namespace.exp: Add tests for namespace types.
24288 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
24289 (test_namespace): New.
24290
24291 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
24292
24293 * gdb.base/relocate.exp: Handle new gdb output at startup.
24294 * gdb.stabs/weird.exp: Ditto.
24295
24296 2003-09-08 Michael Chastain <mec@shout.net>
24297
24298 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
24299
24300 2003-09-07 Michael Chastain <mec@shout.net>
24301
24302 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
24303 'parse error'.
24304
24305 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
24306
24307 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
24308
24309 2003-08-30 Michael Chastain <mec@shout.net>
24310
24311 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
24312 * gdb.gdb/observer.exp: Ditto.
24313 * gdb.gdb/xfullpath.exp: Ditto.
24314
24315 2003-08-29 Mark Kettenis <kettenis@gnu.org>
24316
24317 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
24318 *-*-*bsd*.
24319
24320 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
24321
24322 * gdb.base/dump.exp: Skip for ia64.
24323
24324 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
24325
24326 * gdb.asm/asm-source.exp: Add ia64 support.
24327 * gdb.asm/ia64.inc: New file.
24328
24329 2003-08-22 Michael Chastain <mec@shout.net>
24330
24331 * gdb.cp: New directory.
24332 * gdb.cp/*: Copy from gdb.c++/*.
24333 * gdb.c++/*: Remove.
24334 * Makefile.in: Change gdb.c++ to gdb.cp.
24335 * configure.in: Ditto.
24336 * configure: Regnerate.
24337
24338 2003-08-18 Mark Kettenis <kettenis@gnu.org>
24339
24340 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
24341 * gdb.arch/i386-prologue.c (gdb1338): Add function.
24342
24343 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
24344
24345 * mi-var-display.exp (-var-list-children weird): Accept function
24346 pointers with argument types.
24347 * mi1-var-display.exp (-var-list-children weird): Likewise.
24348 * mi2-var-display.exp (-var-list-children weird): Likewise.
24349
24350 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
24351
24352 * gdb.base/annota3.exp: Add missing newline.
24353
24354 2003-08-06 Michael Chastain <mec@shout.net>
24355
24356 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
24357
24358 2003-08-12 Michael Snyder <msnyder@redhat.com>
24359
24360 * gdb.base/float.exp: Add test for SH.
24361
24362 2003-08-10 Mark Kettenis <kettenis@gnu.org>
24363
24364 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
24365
24366 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24367
24368 * gdb.base/completion.exp: Remove reduntant completion test
24369 on filename.
24370
24371 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24372
24373 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
24374 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
24375 gdb.trace/save-trace.exp: Make sure that full pathnames are
24376 escaped correctly.
24377
24378 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24379
24380 * configure.in: Don't generate config.h from config.hin.
24381 * configure: Regenerate.
24382 * config.hin: Remove file.
24383 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
24384 * gdb.threads/pthreads.c: Ditto.
24385
24386 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
24387
24388 From Kei Sakamoto <sakamoto.kei@renesas.com>:
24389 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
24390 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
24391 Replace ld24 with seth/add3.
24392
24393 2003-08-02 Andrew Cagney <cagney@redhat.com>
24394
24395 * gdb.base/annota3.exp: New file.
24396 * gdb.base/annota3.c: New file.
24397 * gdb.c++/annota3.exp: New file.
24398 * gdb.c++/annota3.cc: New file.
24399
24400 2003-07-29 Michael Chastain <mec@shout.net>
24401
24402 * gdb.threads/tls.c (spin): Check errno only if sem_wait
24403 actually failed.
24404 (do_pass): Likewise.
24405 * gdb.threads/tls.exp: Always initialize no_of_threads.
24406
24407 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
24408
24409 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
24410 pattern.
24411 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
24412 * gdb.threads/tls.exp: Recognize one case of the host library not
24413 supporting TLS.
24414
24415 2003-07-27 Andrew Cagney <cagney@redhat.com>
24416
24417 * gdb.base/fileio.exp: Use SH when running commands using
24418 remote_exec.
24419
24420 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
24421
24422 From Kei Sakamoto <sakamoto.kei@renesas.com>:
24423 * gdb.base/relocate.c (dummy): New padding array.
24424
24425 2003-07-22 Michael Snyder <msnyder@redhat.com>
24426
24427 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
24428
24429 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
24430 patterns to be more general, accepting old and new output.
24431 Some output chars (such as '+') also must be quoted.
24432 Some addresses are displayed numerically instead of
24433 symbolically.
24434
24435 2003-07-23 Michael Snyder <msnyder@redhat.com>
24436
24437 * gdb.base/return2.exp: Don't test long-long return.
24438
24439 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
24440 * gdb.disasm/t01_mov.exp: Ditto.
24441 * gdb.disasm/t02_mova.s: Ditto.
24442 * gdb.disasm/t02_mova.exp: Ditto.
24443 * gdb.disasm/t03_add.s: Ditto.
24444 * gdb.disasm/t03_add.exp: Ditto.
24445 * gdb.disasm/t04_sub.s: Ditto.
24446 * gdb.disasm/t04_sub.exp: Ditto.
24447 * gdb.disasm/t05_cmp.s: Ditto.
24448 * gdb.disasm/t05_cmp.exp: Ditto.
24449 * gdb.disasm/t06_ari2.s: Ditto.
24450 * gdb.disasm/t06_ari2.exp: Ditto.
24451 * gdb.disasm/t07_ari3.s: Ditto.
24452 * gdb.disasm/t07_ari3.exp: Ditto.
24453 * gdb.disasm/t08_or.s: Ditto.
24454 * gdb.disasm/t08_or.exp: Ditto.
24455 * gdb.disasm/t09_xor.s: Ditto.
24456 * gdb.disasm/t09_xor.exp: Ditto.
24457 * gdb.disasm/t10_and.s: Ditto.
24458 * gdb.disasm/t10_and.exp: Ditto.
24459 * gdb.disasm/t11_logs.s: Ditto.
24460 * gdb.disasm/t11_logs.exp: Ditto.
24461 * gdb.disasm/t12_bit.s: Ditto.
24462 * gdb.disasm/t12_bit.exp: Ditto.
24463 * gdb.disasm/t13_otr.s: Ditto.
24464 * gdb.disasm/t13_otr.exp: Ditto.
24465
24466 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
24467
24468 * gdb.threads/tls.exp :Add kfail for 'info address' case.
24469
24470 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
24471
24472 * gdb.threads/tls.c : New file.
24473 * gdb.threads/tls.exp : New file.
24474 * gdb.threads/tls-main.c : New file.
24475 * gdb.threads/tls-shared.c : New file.
24476 * gdb.threads/tls-shared.exp : New file.
24477
24478 2003-07-22 Andreas Schwab <schwab@suse.de>
24479
24480 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
24481
24482 2003-07-20 Andreas Schwab <schwab@suse.de>
24483
24484 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
24485 due to insn reordering.
24486
24487 2003-07-15 Andrew Cagney <cagney@redhat.com>
24488
24489 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
24490
24491 2003-07-15 Michael Chastain <mec@shout.net>
24492
24493 * gdb.base/gdb1250.exp: New file.
24494 * gdb.base/gdb1250.c: New file.
24495
24496 2003-07-09 Michal Ludvig <mludvig@suse.cz>
24497
24498 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
24499 expansion of size_t to 'unsigned long', not only to 'unsigned'.
24500
24501 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
24502
24503 * gdb.threads/tls.c: New file.
24504 * gdb.threads/tls.exp: New file.
24505 * gdb.threads/tls-main.c: New file.
24506 * gdb.threads/tls-shared.c: New file.
24507 * gdb.threads/tls-shared.exp: New file.
24508
24509 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
24510
24511 * gdb.base/annota1.exp: Make sure that we properly escape the
24512 full path of the source file. Xfail more permissive patterns,
24513 due to a compiler debug info problem.
24514
24515 2003-07-07 Andreas Schwab <schwab@suse.de>
24516
24517 * gdb.asm/m68k.inc: New file.
24518 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
24519
24520 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
24521 arguments"): Also match negative number.
24522
24523 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
24524
24525 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
24526
24527 * gdb.base/store.c (charest): New typedef.
24528 (add_char): Rename to add_charest, update.
24529 (wack_char): Rename to wack_charest, update types. Return l + r
24530 to keep r live across the call.
24531 (wack_short, wack_int, wack_long, wack_longest, wack_float)
24532 (wack_double, wack_doublest): Return l + r to keep r live across
24533 the call.
24534 * gdb.base/store.exp: Accomodate store.c changes.
24535
24536 2003-06-30 David Carlton <carlton@kealia.com>
24537
24538 * gdb.c++/maint.exp (test_invalid_name): New.
24539 (test_first_component): Add tests for invalid names.
24540
24541 2003-06-29 Michael Chastain <mec@shout.net>
24542
24543 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
24544 output of '<VTT for class>' for virtual base classes.
24545
24546 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24547
24548 * gdb.base/completion.exp: Tab-complete "complet" instead of
24549 "compl".
24550 * gdb.base/complex.exp, gdb.base/complex.c: New files.
24551
24552 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24553
24554 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
24555 * gdb.base/volatile.exp: Likewise.
24556
24557 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24558
24559 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
24560 gdb/1265.
24561
24562 2003-06-28 Michael Chastain <mec@shout.net>
24563 Daniel Jacobowitz <drow@mvista.com>
24564
24565 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
24566 initial line count of 'captured_main' from 26 to 32.
24567 (test_with_self): Allow xmalloc call to be interleaved with the
24568 preceding two lines.
24569
24570 2003-06-24 Joel Brobecker <brobecker@gnat.com>
24571
24572 * gdb.base/bang.exp: New testcase.
24573
24574 2003-06-23 Joel Brobecker <brobecker@gnat.com>
24575
24576 * gdb.base/langs.exp: Add some tests for the "minimal" language
24577 support.
24578
24579 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
24580
24581 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
24582 the testcase.
24583
24584 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
24585
24586 * gdb.base/relocate.exp: Test add-symbol-file with a variable
24587 offset.
24588
24589 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
24590
24591 * gdb.c++/pr-1210.cc: New file.
24592 * gdb.c++/pr-1210.exp: New file.
24593
24594 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
24595
24596 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
24597 000-exec-continue.
24598
24599 2003-06-15 Mark Kettenis <kettenis@gnu.org>
24600
24601 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
24602 on *-*-*bsd* instead of *-*-freebsd*.
24603
24604 2003-06-14 Andrew Cagney <cagney@redhat.com>
24605
24606 * gdb.base/store.exp: Test longest and doublest. Test all
24607 parameters. Weaken return statement match.
24608 * gdb.base/store.c: Add longest and doublest - aka long long and
24609 long double functions. Put all parameters into local register
24610 variables. Use negative values.
24611
24612 2003-06-14 Andrew Cagney <cagney@redhat.com>
24613
24614 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
24615 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
24616 exit status.
24617 * gdb.base/fileio.exp: Disable target when nointerrupts and
24618 noinferiorio, instead of limiting it to remote. Use remote_exec
24619 instead of system.
24620
24621 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
24622
24623 * gdb.base/float.exp: Add ia64 support.
24624
24625 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
24626
24627 * gdb.base/fileio.exp: Run only on remote targets.
24628
24629 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
24630
24631 * gdb.base/fileio.c: New file, testing File-I/O.
24632 * gdb.base/fileio.exp: Ditto.
24633
24634 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
24635
24636 * gdb.base/shreloc.exp: New file, check symbol values obtained from
24637 shared objects after relocation at load time (gdb PR/1132).
24638 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
24639 as above, part of the shared object relocation test.
24640
24641 2003-06-08 Mark Kettenis <kettenis@gnu.org>
24642
24643 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24644 fully filled history list.
24645 * gdb.base/gdb_history: New file.
24646
24647 * gdb.base/signals.exp: XFAIL "continue to func1" on
24648 i*86-*-freebsd*.
24649
24650 * gdb.base/attach.exp: When trying to attach to a nonexistent
24651 process, make it possible to specify the PID based on the target,
24652 and do so for *-*-freebsd*.
24653
24654 2003-06-02 Richard Henderson <rth@redhat.com>
24655
24656 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24657
24658 2003-06-02 Richard Henderson <rth@redhat.com>
24659
24660 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24661
24662 2003-06-02 Richard Henderson <rth@redhat.com>
24663
24664 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24665
24666 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
24667
24668 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24669 of globalvar.
24670
24671 2003-06-01 Mark Kettenis <kettenis@gnu.org>
24672
24673 * gdb.asm/asm-source.exp: Check for memory read errors in
24674 disassembler test on *BSD too.
24675
24676 2003-06-01 Richard Henderson <rth@redhat.com>
24677
24678 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24679 for .frame.
24680 (gdbasm_call): Lose ldgp.
24681 (gdbasm_startup): Add frame information.
24682 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24683
24684 2003-05-31 Mark Kettenis <kettenis@gnu.org>
24685
24686 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24687 i?86-*-*.
24688
24689 2003-05-30 Mark Kettenis <kettenis@gnu.org>
24690
24691 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24692 FreeBSD.
24693
24694 2003-05-29 Richard Henderson <rth@redhat.com>
24695
24696 * gdb.asm/alpha.inc: New file.
24697 * gdb.asm/asm-source.exp: Use it.
24698
24699 2003-05-29 Jim Blandy <jimb@redhat.com>
24700
24701 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24702 'core.PID'.
24703
24704 2003-05-22 Jim Blandy <jimb@redhat.com>
24705
24706 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24707 backtrace.
24708
24709 2003-05-20 David Carlton <carlton@math.stanford.edu>
24710
24711 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24712 this time.
24713
24714 2003-05-19 David Carlton <carlton@bactrian.org>
24715
24716 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24717 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24718
24719 2003-05-19 David Carlton <carlton@bactrian.org>
24720
24721 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24722 namespace tests.
24723 Bump copyright date.
24724 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24725 (main): Call C::D::marker2.
24726 * gdb.c++/namespace1.cc: New file.
24727
24728 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24729
24730 Roland McGrath <roland@redhat.com>
24731 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24732 there is no manager thread.
24733
24734 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24735
24736 * gdb.threads/schedlock.exp: Remove assumption that all threads
24737 will run in a particular small time slice. Also ensure we break
24738 in one of the child threads rather than the main thread.
24739
24740 2003-05-07 Jim Blandy <jimb@redhat.com>
24741
24742 Add support for assembly source testing on the s390x.
24743 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24744 architecture.
24745 * gdb.asm/s390x.inc: New file.
24746
24747 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24748 succession of 'if' statements.
24749
24750 2003-05-05 Andrew Cagney <cagney@redhat.com>
24751
24752 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24753
24754 2003-05-05 Andrew Cagney <cagney@redhat.com>
24755
24756 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24757 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24758
24759 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
24760
24761 * gdb.base/charset.exp: Update based on new behavior of set/show
24762 charset commands.
24763
24764 2003-05-01 Andrew Cagney <cagney@redhat.com>
24765
24766 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24767 variable do not give memory errors.
24768
24769 2003-04-30 Adam Fedor <fedor@gnu.org>
24770
24771 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24772 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24773 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24774 gdb.objc/basicclass.m: : New files
24775
24776 * lib/gdb.exp (gdb_compile_objc): New procedure.
24777
24778 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
24779
24780 * gdb.base/signals.exp: Make backtrace tests more specific.
24781
24782 2003-04-23 David Carlton <carlton@bactrian.org>
24783
24784 * gdb.c++/maint.exp (test_first_component): Add tests for
24785 'operator' in more locations.
24786
24787 2003-04-16 Kevin Buettner <kevinb@redhat.com>
24788
24789 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24790
24791 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
24792
24793 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24794 func marke' instead. Update test name.
24795
24796 2003-04-15 David Carlton <carlton@math.stanford.edu>
24797
24798 * gdb.c++/maint.exp: New file.
24799
24800 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24801
24802 * gdb.threads/schedlock.c: Change type of thread function argument
24803 to long, to avoid warnings on 64-bit platforms.
24804
24805 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24806
24807 * gdb.base/attach.exp: Add new message from ptrace in case of
24808 attaching to nonexistent process.
24809
24810 2003-04-11 Jim Blandy <jimb@redhat.com>
24811
24812 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24813 gdb.c++/userdef.cc: Place comments on the lines to which the
24814 marker function might return.
24815 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24816 gdb.c++/userdef.exp: Look for those comments to check that we've
24817 returned to the right place, instead of checking line numbers.
24818
24819 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
24820
24821 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24822 match on sourcefile name, instead of directory name.
24823
24824 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
24825
24826 * gdb.base/completion.exp: Use string_to_regexp to match the
24827 working directory name.
24828
24829 2003-04-09 Jim Blandy <jimb@redhat.com>
24830
24831 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24832 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24833 after an inferior function call, report the failure, but allow the
24834 test to continue.
24835
24836 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24837
24838 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24839 with -DPROTOTYPES.
24840
24841 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24842
24843 * gdb.base/break.exp: Revert last patch.
24844
24845 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24846
24847 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24848 with -DPROTOTYPES.
24849
24850 2003-04-02 Andrew Cagney <cagney@redhat.com>
24851
24852 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24853 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24854 matching directories by the name breakpoint.
24855 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24856 Make "continue to marker1" consistent.
24857 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24858 message consistent.
24859 * lib/gdb.exp: Put "the program is no longer running", and "the
24860 program exited" in parenthesis.
24861 * lib/mi-support.exp: Ditto.
24862
24863 2003-04-02 Bob Rossi <bob_rossi@cox.net>
24864
24865 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24866
24867 2003-03-29 Andrew Cagney <cagney@redhat.com>
24868
24869 * gdb.base/sizeof.c (main): Print the value of '\377'.
24870 * gdb.base/sizeof.exp: Check the sign of '\377'.
24871
24872 2003-03-27 Michael Chastain <mec@shout.net>
24873
24874 * gdb.base/gdb1090.exp: New file.
24875 * gdb.base/gdb1090.cc: New file.
24876
24877 2003-03-27 J. Brobecker <brobecker@gnat.com>
24878
24879 * gdb.gdb/observer.exp: New regression test.
24880
24881 2003-03-27 Michael Chastain <mec@shout.net>
24882
24883 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24884 * gdb.base/ptype.exp: Likewise.
24885
24886 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
24887
24888 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24889
24890 2003-03-26 Michael Chastain <mec@shout.net>
24891
24892 * gdb.base/ptype.exp: Actually use some typedef'd types.
24893
24894 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24895
24896 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24897 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24898
24899 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24900
24901 * gdb.base/default.exp: Fix regular expression.
24902
24903 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24904
24905 * gdb.base/args.exp: Fix regular expression.
24906
24907 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24908
24909 * gdb.base/help.exp: Allow Win32 child process.
24910
24911 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24912
24913 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24914 when stepping out of main().
24915
24916 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24917
24918 * gdb.base/default.exp: Check for win32 specific message when calling
24919 "run" without executable.
24920
24921 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24922
24923 * gdb.base/args.exp: Expect .exe in output.
24924
24925 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24926
24927 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24928 Cygwin native.
24929
24930 2003-03-17 Andrew Cagney <cagney@redhat.com>
24931
24932 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24933 vector registes.
24934 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24935 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24936
24937 2003-03-17 David Carlton <carlton@math.stanford.edu>
24938
24939 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24940 test, for PR breakpoints/38.
24941 Call test_watchpoint_and_breakpoint.
24942 * gdb.base/watchpoint.c (func3): New function.
24943 (main): Call func3.
24944
24945 2003-03-04 David Carlton <carlton@math.stanford.edu>
24946
24947 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24948 Garply<Garply<char> >:: garply".
24949 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24950 with respect to PR c++/1111; note also PR c++/1113.
24951 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24952 respect to PR c++/1062.
24953 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24954
24955 2003-03-03 David Carlton <carlton@math.stanford.edu>
24956
24957 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24958 with respect to PR c++/57.
24959 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24960 c++/826.
24961 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24962 respect to PR c++/57.
24963
24964 2003-03-03 David Carlton <carlton@math.stanford.edu>
24965
24966 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24967 respect to PR c++/33 into FAILs.
24968
24969 2003-03-03 Michael Chastain <mec@shout.net>
24970
24971 * configure.in: Update copyright years.
24972
24973 2003-03-03 Michael Chastain <mec@shout.net>
24974
24975 * Makefile.in: Update copyright years.
24976
24977 2003-02-28 David Carlton <carlton@math.stanford.edu>
24978
24979 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24980 print class instead of struct and/or superfluous protection
24981 specifiers, as long as the resulting output is equivalent to the
24982 source code.
24983 Delete FIXME from end of messages on tests that don't need
24984 fixing.
24985
24986 2003-02-28 David Carlton <carlton@math.stanford.edu>
24987
24988 * gdb.c++/templates.exp (do_tests): Allow const in the two
24989 Foo<volatile char *>::foo tests.
24990
24991 2003-02-27 Michael Snyder <msnyder@redhat.com>
24992
24993 * gdb.base/restore.c (main): Return zero, so exit code
24994 will be consistant.
24995
24996 2003-02-26 David Carlton <carlton@math.stanford.edu>
24997
24998 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24999 char *>::foo" test with respect to PR c++/33. Create a new test
25000 which is identical to that one except that it doesn't put the
25001 space between the "char" and the "*"; KFAIL it, too.
25002
25003 2003-02-26 David Carlton <carlton@math.stanford.edu>
25004
25005 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
25006 template types into either PASSes or KFAILs (corresponding to PR
25007 c++/57). Tweak indentation. Update copyright.
25008
25009 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
25010
25011 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
25012
25013 2003-02-13 Michael Chastain <mec@shout.net>
25014
25015 * gdb.base/exprs.exp: Remove i960 remnants.
25016 * gdb.base/funcargs.exp: Likewise.
25017 * gdb.base/list.exp: Likewise.
25018 * gdb.base/ptype.exp: Likewise.
25019
25020 2003-02-14 David Carlton <carlton@math.stanford.edu>
25021
25022 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
25023 pEe->D::vg()" from XFAIL to KFAIL.
25024
25025 2003-02-13 Jason Molenda (jmolenda@apple.com)
25026
25027 * gdb.base/maint.exp: Update maint print statistics regexp to include
25028 new entries.
25029
25030 2003-02-13 Michael Chastain <mec@shout.net>
25031
25032 * gdb.c++/inherit.exp: Remove call to get_debug_format.
25033
25034 2003-02-12 Michael Chastain <mec@shout.net>
25035
25036 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
25037 * gdb.c++/inherit.exp: Likewise.
25038 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
25039 * gdb.c++/templates.exp: Likewise.
25040 * gdb.c++/virtfunc.exp: Likewise.
25041
25042 2003-02-06 Jason Molenda (jason-cl@molenda.com)
25043
25044 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
25045 why the code is written that way.
25046
25047 2003-02-05 Michael Chastain <mec@shout.net>
25048
25049 * gdb.base/dump.exp: Add missing copyright line.
25050
25051 2003-02-05 Jason Molenda (jason-cl@molenda.com)
25052
25053 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
25054 at the beginning so the breakpoint doesn't get set on the loop.
25055
25056 2003-02-05 Michael Chastain <mec@shout.net>
25057
25058 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
25059 output for configurations with gcc 2.95.3.
25060
25061 2003-02-05 Keith Seitz <keiths@redhat.com>
25062 Andrew Cagney <ac131313@redhat.com>
25063
25064 * gdb.mi/mi-cli.exp: New file.
25065
25066 2003-02-04 Michael Chastain <mec@shout.net>
25067
25068 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
25069 Call perror and then continue.
25070
25071 2003-02-03 Michael Chastain <mec@shout.net>
25072
25073 * gdb.c++/pr-1023.cc: New file.
25074 * gdb.c++/pr-1023.exp: New file.
25075
25076 2003-02-05 Jim Blandy <jimb@redhat.com>
25077
25078 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
25079 it's local to foobar. Check for it there, and check that it's not
25080 present in main.
25081 * gdb.c++/local.cc (marker2): New function.
25082 (foobar): Call marker1.
25083 (main): Call marker2 instead of marker1.
25084
25085 2003-02-04 Andrew Cagney <ac131313@redhat.com>
25086
25087 * gdb.disasm/mn10200.exp: Obsolete file.
25088 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
25089 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
25090 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
25091
25092 2003-02-04 David Carlton <carlton@math.stanford.edu>
25093
25094 * gdb.c++/overload.exp: Test intToChar(1).
25095 * gdb.c++/overload.cc (intToChar): New.
25096 (main): Call intToChar.
25097
25098 2003-02-03 David Carlton <carlton@math.stanford.edu>
25099
25100 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
25101 'might_kfail' arg.
25102 KFAIL some of the continue_to_bp_overloaded calls, according to
25103 PR c++/1025.
25104
25105 2003-02-01 Michael Chastain <mec@shout.net>
25106
25107 * gdb.base/advance.c (marker1): New marker function.
25108 * gdb.base/advance.exp: When the 'advance' command lands on the
25109 return breakpoint, it can legitimately stop on either the
25110 current line or the next line. Accommodate both outcomes.
25111 * gdb.base/until.exp: Likewise.
25112
25113 2003-02-02 Andrew Cagney <ac131313@redhat.com>
25114
25115 2002-11-10 Jason Molenda (jason-cl@molenda.com):
25116 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
25117 now a list, not a tuple.
25118 * gdb.mi/mi-var-display.exp: Ditto.
25119 * gdb.mi/gdb792.exp: Ditto.
25120
25121 2003-02-01 Andrew Cagney <ac131313@redhat.com>
25122
25123 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
25124 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
25125 stack backtraces.
25126 * gdb.mi/mi-syn-frame.c: Part of same.
25127
25128 2003-02-01 Mark Kettenis <kettenis@gnu.org>
25129
25130 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
25131 gdb.mi/mi1-pthreads.exp: Return instead of calling
25132 gdb_suppress_entire_file.
25133
25134 2003-02-01 Mark Salter <msalter@redhat.com>
25135
25136 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
25137
25138 2003-01-31 Mark Salter <msalter@redhat.com>
25139
25140 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
25141 Support empty arg.
25142
25143 2003-01-30 Michael Chastain <mec@shout.net>
25144
25145 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
25146 This was a workaround for a UTF-8 bug in readline 4.3. The bug
25147 has been fixed in gdb/readline on 2003-01-09.
25148
25149 2003-01-29 Michael Snyder <msnyder@redhat.com>
25150
25151 * gdb.base/maint.exp: Allow for leading underscore in symbol.
25152 * gdb.base/display.exp: Allow for leading underscore in symbol.
25153 * gdb.base/args.exp: Skip if target does not support args passing.
25154
25155 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
25156
25157 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
25158 gdb_test. Accept a list of expect arguments as the third
25159 parameter.
25160 (gdb_test): Use it.
25161
25162 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
25163
25164 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
25165 allow for different test tree configurations. Update some
25166 tescases accordingly.
25167 * gdb.arch/altivec-regs.exp: Ditto.
25168 * gdb.asm/asm-source.exp: Ditto.
25169 * gdb.base/advance.exp: Ditto.
25170 * gdb.base/display.exp: Ditto.
25171 * gdb.base/long_long.exp: Ditto.
25172 * gdb.base/mips_pro.exp: Ditto.
25173 * gdb.base/overlays.exp: Ditto.
25174 * gdb.base/relocate.exp: Ditto.
25175 * gdb.base/setshow.exp: Ditto.
25176 * gdb.base/step-line.exp: Ditto.
25177 * gdb.base/step-test.exp: Ditto.
25178 * gdb.base/until.exp: Ditto.
25179 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
25180
25181 2003-01-17 David Carlton <carlton@math.stanford.edu>
25182
25183 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
25184 corresponding to PR c++/945.
25185 Update copyright.
25186
25187 2003-01-17 David Carlton <carlton@math.stanford.edu>
25188
25189 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
25190 corresponding to PR c++/68.
25191
25192 2003-01-17 David Carlton <carlton@math.stanford.edu>
25193
25194 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
25195 (test_paddr_hairy_functions): Call print_addr_2_kfail for
25196 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
25197
25198 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
25199
25200 * gdb.base/break.exp: Fix change of default location, because of
25201 removal of until tests.
25202 * gdb.base/help.exp: Update test for new 'until' help message.
25203 Add test for help on 'advance'.
25204 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
25205
25206 2003-01-15 Mark Kettenis <kettenis@gnu.org>
25207
25208 * gdb.base/default.exp: Adapt "info float" test for recent changes
25209 to that command. Add test for "info vector".
25210 * gdb.base/float.exp: New file. Add test for "info float" that
25211 resembles the old test in gdb.base/default.exp.
25212
25213 2003-01-15 David Carlton <carlton@math.stanford.edu>
25214
25215 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
25216
25217 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
25218
25219 * gdb.base/break.exp: Move the tests of until command from here...
25220 * gdb.base/until.exp: ... to here. New file. Add other tests.
25221 * gdb.base/advance.c: New file.
25222 * gdb.base/advance.exp: New file.
25223
25224 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
25225
25226 * gdb.base/args.c: New file.
25227 * gdb.base/args.exp: New file.
25228
25229 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
25230
25231 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
25232
25233 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
25234
25235 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
25236
25237 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
25238
25239 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
25240 dates.
25241
25242 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25243
25244 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
25245
25246 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25247
25248 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
25249 (ptype &*"foo").
25250 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
25251
25252 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25253
25254 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
25255 * gdb.mi/mi1-console.exp: Likewise.
25256
25257 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25258
25259 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
25260 * gdb.mi/mi1-console.exp: Likewise.
25261
25262 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25263
25264 * gdb.c++/overload.exp: Remove some fixed XFAILs.
25265
25266 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
25267
25268 * gdb.base/detach.exp: New test.
25269
25270 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
25271
25272 * Makefile.in (ALL_SUBDIRS): New variable.
25273 (subdirs, clean, distclean): Use it.
25274 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
25275 regenerating Makefile, since it is generated from the top level.
25276 * gdb.asm/Makefile.in: Likewise.
25277 * gdb.base/Makefile.in: Likewise.
25278 * gdb.c++/Makefile.in: Likewise.
25279 * gdb.disasm/Makefile.in: Likewise.
25280 * gdb.java/Makefile.in: Likewise.
25281 * gdb.mi/Makefile.in: Likewise.
25282 * gdb.threads/Makefile.in: Likewise.
25283 * gdb.trace/Makefile.in: Likewise.
25284
25285 2003-01-09 David Carlton <carlton@math.stanford.edu>
25286
25287 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
25288 Add copyright year 2003.
25289
25290 2003-01-06 Michael Chastain <mec@shout.net>
25291
25292 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
25293 When selecting a thread, 'line' and 'file' are optional.
25294 * gdb.mi/mi1-pthreads.exp: Likewise.
25295
25296 2003-01-06 Andreas Schwab <schwab@suse.de>
25297
25298 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
25299 failures.
25300
25301 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25302
25303 Fix PR gdb/844
25304 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
25305 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
25306
25307 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
25308 instead of calling gdb_suppress_entire_file.
25309 * gdb.threads/print-threads.exp: Likewise.
25310 * gdb.threads/schedlock.exp: Likewise.
25311
25312 * gdb.threads/killed.exp: Return instead of calling
25313 gdb_suppress_entire_file.
25314 * gdb.threads/linux-dp.exp: Likewise.
25315 * gdb.threads/pthreads.exp: Likewise.
25316
25317 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25318
25319 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
25320 stabs.
25321 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
25322 * gdb.base/whatis.exp: Always allow (void) after function names.
25323
25324 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25325
25326 * gdb.c++/casts.exp: Correct regexp.
25327
25328 2003-01-04 Mark Kettenis <kettenis@gnu.org>
25329
25330 * configure.in: Call AC_CONFIG_HEADER. Don't call
25331 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
25332 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
25333 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
25334 aforementioned directories in the AC_OUPUT call.
25335 * config.hin: New file.
25336 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
25337 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
25338 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
25339 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
25340 pass -I$objdir instead of -I$objdir/$subdir in compilation.
25341 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
25342 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
25343 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
25344 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
25345 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
25346 gdb.threads/configure.in, gdb.threads/configure,
25347 gdb.threads/config.in, gdb.trace/configure.in,
25348 gdb.trace/configure: Removed.
25349
25350 2003-01-03 Michael Chastain <mec@shout.net>
25351
25352 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
25353 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
25354
25355 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
25356
25357 * gdb.base/store.exp: Fix regular expressions.
25358
25359 2002-12-28 Mark Kettenis <kettenis@gnu.org>
25360
25361 * configure.in: Rewrite.
25362 * configure: Regenerated.
25363
25364 2003-01-03 David Carlton <carlton@math.stanford.edu>
25365
25366 * gdb.base/psymtab.exp: New file.
25367 * gdb.base/psymtab1.c: Ditto.
25368 * gdb.base/psymtab2.c: Ditto.
25369
25370 2002-12-23 Adam Fedor <fedor@gnu.org>
25371
25372 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
25373
25374 2002-12-23 David Carlton <carlton@math.stanford.edu>
25375
25376 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
25377 and current_directory initialization.
25378
25379 2002-12-22 Jim Blandy <jimb@redhat.com>
25380
25381 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
25382 rather than as part of the output file name.
25383
25384 * gdb.base/attach.exp: There's no need to copy the test program to
25385 /tmp; that was only ever necessary on HP/UX, and this test is
25386 entirely disabled there anyway.
25387
25388 2002-12-21 Jim Blandy <jimb@redhat.com>
25389
25390 * gdb.c++/psmang.exp: Doc fix.
25391
25392 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
25393 test.
25394
25395 2002-12-20 David Carlton <carlton@math.stanford.edu>
25396
25397 * gdb.c++/annota2.exp: KFAIL annotate-quit.
25398
25399 2002-12-18 Michael Chastain <mec@shout.net>
25400
25401 * gdb.c++/annota2.exp: Add copyright year 2002.
25402
25403 2002-12-17 David Carlton <carlton@math.stanford.edu>
25404
25405 * gdb.c++/try_catch.cc: Add marker comments.
25406 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
25407 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
25408 * gdb.c++/m-static.cc: Ditto.
25409 * gdb.c++/m-static1.cc: Ditto.
25410 * gdb.c++/try_catch.cc: Ditto.
25411
25412 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
25413
25414 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
25415 to see whether we are using the new -environment-directory
25416 command which resets via -r or the old version of the command
25417 which may prompt the user. Part of fix for gdb/741.
25418
25419 2002-12-13 Andrew Cagney <ac131313@redhat.com>
25420
25421 * gdb.fortran/types.exp: Update obsolete comment.
25422 * gdb.fortran/exprs.exp: Ditto.
25423 * lib/gdb.exp: Delete obsolete code.
25424 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
25425 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
25426 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
25427 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
25428 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
25429 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
25430 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
25431 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
25432 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
25433 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
25434 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
25435 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
25436 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
25437 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
25438 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
25439 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
25440 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
25441 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
25442 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
25443 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
25444 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
25445 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
25446 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
25447 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
25448 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
25449 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
25450 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
25451 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
25452 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
25453 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
25454 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
25455 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
25456 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
25457 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
25458 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
25459 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
25460 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
25461
25462 2002-12-11 David Carlton <carlton@math.stanford.edu>
25463
25464 * gdb.c++/m-data.exp: Add test for members that shadow global
25465 variables: see PR gdb/804.
25466 * gdb.c++/m-data.cc: Ditto.
25467
25468 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
25469
25470 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
25471
25472 2002-12-06 David Carlton <carlton@math.stanford.edu>
25473
25474 * gdb.base/store.c: Don't declare functions static.
25475
25476 2002-12-04 Andrew Cagney <ac131313@redhat.com>
25477
25478 * gdb.base/store.exp, gdb.base/store.c: New files.
25479
25480 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25481
25482 * gdb.base/selftest.exp: Update for current gdb.
25483
25484 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25485
25486 * gdb.base/maint.exp: Only dump symbols from one source file
25487 or objfile.
25488
25489 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25490
25491 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
25492 function call.
25493
25494 2002-11-25 Jim Blandy <jimb@redhat.com>
25495
25496 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
25497 function appearing in error message.
25498
25499 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
25500
25501 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
25502
25503 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
25504
25505 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
25506 for mi1 and current mi is in correct format. New mi startup message
25507 should be in mi console format. This is part of fix for PR gdb/604.
25508
25509 2002-09-18 Fernando Nasser <fnasser@redhat.com>
25510
25511 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
25512 which explicitly prints the zero offset as "+0".
25513
25514 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
25515
25516 * gdb.threads/schedlock.c (args): Make unsigned.
25517
25518 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
25519
25520 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
25521 numbers. Allow "foo2|selected stack frame".
25522 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
25523 * gdb.asm/asmsrc2.s: Likewise.
25524 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
25525 comments.
25526 * gdb.asm/mips.inc: New file.
25527
25528 2002-10-18 Adam Fedor <fedor@gnu.org>
25529
25530 * gdb.base/default.exp: Update expected output to include 'ObjC'.
25531 * gdb.base/help.exp: Likewise.
25532
25533 2002-10-17 Kevin Buettner <kevinb@redhat.com>
25534
25535 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
25536 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
25537
25538 2002-10-02 Jim Blandy <jimb@redhat.com>
25539
25540 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
25541
25542 2002-10-01 Andrew Cagney <ac131313@redhat.com>
25543
25544 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
25545 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
25546 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
25547 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
25548 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
25549 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
25550 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
25551
25552 2002-09-29 Andrew Cagney <ac131313@redhat.com>
25553
25554 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
25555 * mi0-disassemble.exp, mi0-eval.exp: Delete.
25556 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
25557 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
25558 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
25559 * mi0-var-block.exp, mi0-var-child.exp: Delete.
25560 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
25561
25562 2002-09-27 Kevin Buettner <kevinb@redhat.com>
25563
25564 * gdb.base/annota1.exp (info break): Make directory components of
25565 path optional since not all compilers emit this debug information.
25566
25567 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
25568 step ends up stepping out of the function instead of stopping on
25569 the epilogue.
25570
25571 2002-09-26 Keith Seitz <keiths@redhat.com>
25572
25573 * lib/insight-support.exp (gdbtk_start): Figure out where
25574 the insight executable is based on where gdb is. Use this
25575 executable to start insight instead of gdb.
25576
25577 2002-09-25 Andrew Cagney <cagney@redhat.com>
25578
25579 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
25580
25581 2002-09-24 Andrew Cagney <ac131313@redhat.com>
25582
25583 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
25584 test_isolated_complaints.
25585 (test_empty_complaint): New function.
25586 (test_empty_complaints): New function. Check no output when no
25587 complaints.
25588
25589 2002-09-19 Jim Blandy <jimb@redhat.com>
25590
25591 * gdb.base/charset.exp, gdb.base/charset.c: New files.
25592
25593 2002-09-19 Andrew Cagney <ac131313@redhat.com>
25594
25595 * gdb.gdb/complaints.exp: New file.
25596
25597 2002-09-18 Andrew Cagney <ac131313@redhat.com>
25598
25599 * gdb.base/maint.exp: Check `help maint internal-warning'.
25600
25601 2002-09-18 David Carlton <carlton@math.stanford.edu>
25602
25603 * gdb.c++/m-static.exp: Remove breakpoints depending on line
25604 numbers, and replace them by a single breakpoint after the
25605 constructors are all finished.
25606 Add test 4.
25607 * gdb.c++/m-static.cc: Add test 4.
25608 * gdb.c++/m-static.h: New file.
25609 * gdb.c++/m-static1.cc: New file.
25610
25611 * gdb.c++/printmethod.exp: New file.
25612 * gdb.c++/printmethod.cc: New file.
25613
25614 * gdb.c++/pr-574.exp: New file.
25615 * gdb.c++/pr-574.cc: New file.
25616
25617 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25618
25619 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
25620 embedded targets which never actually exit.
25621
25622 2002-09-18 Fernando Nasser <fnasser@redhat.com>
25623
25624 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
25625 "don't step after run" as unresolved or unsupported, instead of xfail.
25626
25627 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25628
25629 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25630 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25631 Add newline to expected string in "step out of main (status wrapper)"
25632 case.
25633
25634 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25635
25636 * lib/gdb.exp (rerun_to_main): Allow restarting application.
25637 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25638
25639 2002-09-17 Tom Tromey <tromey@redhat.com>
25640
25641 * gdb.base/printcmds.exp (test_print_string_constants): Expect
25642 \000, not \0, in double-quoted string.
25643
25644 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
25645
25646 * gdb.base/commands.exp: Don't expect a "Program exited normally"
25647 string after running the commands execution on breakpoint tests.
25648
25649 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
25650
25651 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25652
25653 2002-09-12 Joel Brobecker <brobecker@gnat.com>
25654
25655 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25656
25657 2002-09-10 Keith Seitz <keiths@redhat.com>
25658
25659 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25660 runto proc.
25661 (mi_run_to_main): Use mi_runto.
25662 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25663
25664 2002-09-10 Keith Seitz <keiths@redhat.com>
25665
25666 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25667 regexp for stopping at main. Could have multiple event notifications.
25668 Don't assume that main was declared with no parameters.
25669 (mi_next): Use mi_step_to.
25670 (mi_step): Use mi_next_to.
25671
25672 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
25673
25674 * gdb.base/default.exp: Fix expected string in `info float' test.
25675
25676 2002-09-09 Ben Elliston <bje@redhat.com>
25677
25678 * config/mips.exp: Update comments.
25679 * config/mips-idt.exp: Likewise.
25680 * config/nind.exp: Likewise.
25681 * config/slite.exp: Likewise.
25682 * config/sparclet.exp: Likewise.
25683 * config/udi.exp: Likewise.
25684 * config/vx.exp: Likewise.
25685 * config/vxworks29k.exp: Likewise.
25686
25687 2002-09-05 Jim Blandy <jimb@redhat.com>
25688
25689 * gdb.threads/killed.exp: Fix test failure message.
25690
25691 2002-09-04 Keith Seitz <keiths@redhat.com>
25692
25693 * lib/mi-support.exp: Update copyright.
25694 (mi_gdb_test): Increase the priority of the expected pattern
25695 so that it matches gdb_test.
25696
25697 2002-09-03 Keith Seitz <keiths@redhat.com>
25698
25699 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25700 Use integer comparison instead of string comparison for testing
25701 whether binary was built.
25702
25703 2002-09-03 Jim Blandy <jimb@redhat.com>
25704
25705 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25706
25707 2002-08-29 Jim Blandy <jimb@redhat.com>
25708
25709 * gdb.threads/pthreads.exp: Move the portable thread compilation
25710 code into a function in lib/gdb.exp, and call that from here.
25711 * lib/gdb.exp (gdb_compile_pthreads): New function.
25712
25713 2002-08-29 Keith Seitz <keiths@redhat.com>
25714
25715 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25716 expect_out so that callers can get at it.
25717
25718 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
25719
25720 * gdb.threads/print-threads.c: New file.
25721 * gdb.threads/print-threads.exp: New file.
25722 * gdb.threads/schedlock.c: New file.
25723 * gdb.threads/schedlock.exp: New file.
25724
25725 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
25726
25727 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25728 not altivec.c.
25729
25730 2002-08-17 Mark Kettenis <kettenis@gnu.org>
25731
25732 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25733 targets. The problem should be fixed now.
25734
25735 2002-08-15 Mark Kettenis <kettenis@gnu.org>
25736
25737 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25738 2002-07-24 change that removes final dots from error messages.
25739
25740 2002-08-13 Tom Tromey <tromey@redhat.com>
25741
25742 * gdb.base/readline.exp: New file.
25743
25744 2002-08-01 Andrew Cagney <ac131313@redhat.com>
25745
25746 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25747 supress message.
25748
25749 2002-08-01 Andrew Cagney <cagney@redhat.com>
25750
25751 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25752 CHILL_FOR_TARGET and CHILL_LIB.
25753 * configure.in (configdirs): Remove gdb.chill.
25754 * configure: Regenerate.
25755 * lib/gdb.exp: Obsolete references to chill.
25756 * gdb.fortran/types.exp: Ditto.
25757 * gdb.fortran/exprs.exp: Ditto.
25758
25759 2002-07-30 Kevin Buettner <kevinb@redhat.com>
25760
25761 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25762 set Irix-specific compile and link flags.
25763
25764 2002-07-29 Kevin Buettner <kevinb@redhat.com>
25765
25766 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25767 source files. The ``-o'' option doesn't work with the ``-E'' option
25768 when using the Irix compiler.
25769
25770 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
25771
25772 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25773 Improve support for reusing an exec file. Copy exec file
25774 to target, and run gdbserver on the target instead of on the host.
25775
25776 2002-07-18 Jim Blandy <jimb@redhat.com>
25777
25778 * gdb.base/ending-run.exp: Don't expect to see the program end in
25779 some orderly fashion when we're running on a real stand-alone
25780 board.
25781
25782 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25783 targets that don't support interrupts.
25784
25785 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25786
25787 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25788 systems.
25789 Move comments in expect statements to inside the actions, so that they
25790 don't get matched against.
25791
25792 2002-07-10 Mark Kettenis <kettenis@gnu.org>
25793
25794 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25795 function when asleep" test.
25796
25797 2002-07-10 Andrew Cagney <ac131313@redhat.com>
25798
25799 * gdb.base/page.exp: Rewrite to handle problems with very long
25800 `info set' output. Update copyright.
25801
25802 2002-06-26 Andrew Cagney <ac131313@redhat.com>
25803
25804 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25805 gdb.threads-hp.
25806 * gdb.hp/configure: Regenerate.
25807 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25808 * gdb.hp/gdb.threads-hp/configure: Delete file.
25809 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25810
25811 2002-06-22 Andrew Cagney <ac131313@redhat.com>
25812
25813 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25814 setlocale, bindtextdomain and textdomain.
25815
25816 2002-06-11 Jim Blandy <jimb@redhat.com>
25817
25818 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25819 preprocessor macro information is present.
25820
25821 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25822 tests.
25823
25824 2002-06-06 Michael Snyder <msnyder@redhat.com>
25825
25826 * gdb.base/overlays.exp: Record addresses of overlay
25827 functions in TCL variables rather than in GDB variables,
25828 to avoid having GDB convert them to pointers (with loss
25829 of information).
25830
25831 * gdb.base/d10v.ld: Merge in several years worth of
25832 default linker script changes.
25833 * gdb.base/long_long.exp: Add check for sizeof (long double).
25834
25835 2002-06-06 Michal Ludvig <mludvig@suse.cz>
25836
25837 * gdb.asm/asm-source.exp: Add x86-64 target.
25838 * gdb.asm/x86_64.inc: New.
25839
25840 2002-05-30 Michael Chastain <mec@shout.net>
25841
25842 From Benjamin Kosnik <bkoz@redhat.com>:
25843 * gdb.c++/m-static.cc: New file.
25844 * gdb.c++/m-static.exp: New file.
25845
25846 2002-05-28 Michael Snyder <msnyder@redhat.com>
25847
25848 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25849 precision.
25850
25851 2002-05-27 Michael Chastain <mec@shout.net>
25852
25853 From Benjamin Kosnik <bkoz@redhat.com>:
25854 * gdb.c++/m-data.cc: New file.
25855 * gdb.c++/m-data.exp: New file.
25856
25857 2002-05-27 Michael Chastain <mec@shout.net>
25858
25859 From Benjamin Kosnik <bkoz@redhat.com>:
25860 * gdb.c++/try_catch.cc: New file.
25861 * gdb.c++/try_catch.exp: New file.
25862
25863 2002-05-27 Michael Chastain <mec@shout.net>
25864
25865 * gdb.c++/local.exp: Accept more nested types in output.
25866
25867 2002-05-26 Michael Chastain <mec@shout.net>
25868
25869 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25870
25871 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25872
25873 * lib/gdb.exp (gdb_wrapper_init): Just because
25874 gdb_wrapper_file exists, this does not mean that the file
25875 should not be rebuilt. That is what gdb_wrapper_initialized
25876 is for.
25877 (default_gdb_init): Reset gdb_wrapper_initialized.
25878
25879 2002-05-23 Michael Snyder <msnyder@redhat.com>
25880
25881 * gdb.base/all-bin.exp: Revise previous patch by just reducing
25882 the precision of the floating point test results.
25883 * gdb.base/call-rt-st.exp: Ditto.
25884
25885 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25886 * gdb.base/call-rt-st.exp: Ditto.
25887
25888 2002-05-19 Michael Chastain <mec@shout.net>
25889
25890 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25891
25892 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
25893
25894 * configure.in (configdirs): Add gdb.arch.
25895 * configure: Regenerate.
25896
25897 2002-05-17 Jim Blandy <jimb@redhat.com>
25898
25899 * gdb.base/completion.exp: Recognize the more detailed error
25900 messages produced by the macro expander's lexical analyzer.
25901
25902 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25903
25904 * gdb.arch/altivec-abi.c: New file.
25905 * gdb.arch/altivec-abi.exp: New file.
25906 * gdb.arch/altivec-regs.c: New file.
25907 * gdb.arch/altivec-regs.exp: New file.
25908
25909 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
25910
25911 * gdb.base/maint.exp (maint print type): Update for new type
25912 structure.
25913
25914 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25915
25916 * gdb.arch: New directory.
25917 * gdb.arch/configure.in: New file.
25918 * gdb.arch/configure: New file.
25919 * gdb.arch/Makefile.in: New file.
25920
25921 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
25922
25923 * gdb.asm/asm-source.exp: Add v850 as supported target.
25924 * gdb.asm/v850.inc: New file.
25925
25926 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
25927
25928 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25929
25930 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
25931
25932 * gdb.base/break.exp: Check 'break "marker2"'.
25933
25934 2002-05-10 Michael Snyder <msnyder@redhat.com>
25935
25936 * gdb.base/long_long.exp: Fix typo.
25937
25938 2002-05-10 Jim Blandy <jimb@redhat.com>
25939
25940 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25941 a bug.
25942
25943 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25944 Recognize more detailed error message produced by the macro
25945 expander's lexical analyzer.
25946 * lib/gdb.exp (test_print_reject): Same.
25947
25948 2002-05-09 Mark Kettenis <kettenis@gnu.org>
25949
25950 * gdb.c++/method.exp: Fix typo.
25951
25952 2002-05-08 Michael Snyder <msnyder@redhat.com>
25953
25954 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25955 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25956 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25957 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25958 Add iftarget clause for strongarm.
25959
25960 2002-05-06 Michael Snyder <msnyder@redhat.com>
25961
25962 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25963 (gdb_continue_to_end): Accept output from status wrapper.
25964 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25965 Clean up fail messages to match pass messages.
25966
25967 Enable the "needs_status_wrapper" testsuite feature.
25968 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25969 (gdb_compile): Conditionally call gdb_wrapper_init.
25970 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25971 * gdb.c++/method.exp: Recognize output from status wrapper.
25972
25973 2002-05-06 Ben Elliston <bje@redhat.com>
25974 From Graydon Hoare <graydon@redhat.com>
25975
25976 * config/sid.exp: Include support for "rawsid" protocol.
25977
25978 2002-05-03 Jim Blandy <jimb@redhat.com>
25979
25980 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25981 * gdb.c++/hang3.C: New file.
25982
25983 2002-05-04 Andrew Cagney <ac131313@redhat.com>
25984
25985 * gdb.base/default.exp: Remove obsolete code.
25986 * gdb.c++/misc.exp: Ditto. Update copyright.
25987 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25988 * gdb.base/whatis.exp: Ditto. Update copyright.
25989 * gdb.base/scope.exp: Ditto. Update copyright.
25990 * gdb.base/ptype.exp: Ditto. Update copyright.
25991 * gdb.base/printcmds.exp: Ditto. Update copyright.
25992 * gdb.base/opaque.exp: Ditto. Update copyright.
25993 * gdb.base/list.exp: Ditto.
25994 * gdb.base/funcargs.exp: Ditto. Update copyright.
25995 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25996 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25997 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25998 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25999 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
26000 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
26001
26002 2002-05-02 Michael Snyder <msnyder@redhat.com>
26003
26004 * gdb.base/watchpoint.exp: Add xscale target.
26005 * gdb.base/long_long.exp: Add xscale target.
26006 * gdb.base/default.exp: Add xscale target.
26007
26008 2002-05-01 Jim Blandy <jimb@redhat.com>
26009
26010 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
26011 gdb.c++/hang.exp: New test.
26012
26013 2002-05-01 Fred Fish <fnf@redhat.com>
26014
26015 * gdb.base/completion.exp: Handle completions of "./Make" for
26016 more than one completion possibility, as is the case when we
26017 build and test in the source tree.
26018
26019 2002-04-29 Anthony Green <green@redhat.com>
26020
26021 * gdb.java/jmisc1.exp: New file.
26022 * gdb.java/jmisc2.exp: New file.
26023
26024 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
26025
26026 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
26027
26028 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
26029
26030 * gdb.base/help.exp: Change 'help status' to allow for target
26031 dependent output differences.
26032
26033 2002-04-22 Michael Chastain <mec@shout.net>
26034
26035 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
26036
26037 2002-04-22 Michael Chastain <mec@shout.net>
26038
26039 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
26040
26041 2002-04-17 David S. Miller <davem@redhat.com>
26042
26043 * gdb.asm/sparc64.inc: New file.
26044 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
26045
26046 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
26047
26048 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
26049 instruction file directly into the build tree. Clean up at end of
26050 test.
26051
26052 2002-04-18 David S. Miller <davem@redhat.com>
26053
26054 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
26055 handle 64-bit platforms correctly.
26056 * gdb.base/maint.exp: Likewise.
26057
26058 2002-04-18 Kevin Buettner <kevinb@redhat.com>
26059
26060 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
26061 ``-fpic'' when compiling files comprising a shared library, but
26062 it does need additional linker flags in order to find shared
26063 libraries at run time.
26064
26065 2002-04-18 Kevin Buettner <kevinb@redhat.com>
26066
26067 * gdb.base/cvexpr.c (use): New function.
26068 (main): Invoke use() on all global variables to prevent
26069 some linkers from deleting these otherwise unused symbols.
26070
26071 2002-04-17 Michael Chastain <mec@shout.net>
26072 From David S. Miller <davem@redhat.com>
26073
26074 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
26075 handle 64-bit platforms correctly.
26076
26077 2002-04-12 Michael Snyder <msnyder@redhat.com>
26078 From Jim Blandy <jimb@redhat.com>
26079 * gdb.base/foo.c (foox): Remove section attribute; the linker
26080 script can handle this instead.
26081 * gdb.base/bar.c (barx): Same.
26082 * gdb.base/baz.c (bazx): Same.
26083 * gdb.base/grbx.c (grbxx): Same.
26084
26085 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
26086 manager doesn't automatically unmap overlays unnecessarily.
26087
26088 2002-04-10 Martin M. Hunt <hunt@redhat.com>
26089
26090 * gdb.base/ending-run.exp: Fix pattern for Mips targets
26091 stepping out of main.
26092
26093 2002-04-09 Michael Chastain <mec@shout.net>
26094
26095 * gdb.c++/local.cc (main): Move call to marker1() inside nested
26096 scope so that the nested scope tests will make sense.
26097 * gdb.c++/local.exp: Write patterns that actually work with gcc
26098 (the HP patterns "were never known to work with gcc").
26099 Keep the old aCC patterns too.
26100
26101 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
26102
26103 * gdb.base/attach.exp: Correct target board test.
26104
26105 2002-04-08 Michael Chastain <mec@shout.net>
26106
26107 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
26108 in a const method. Add some xfail and fail cases for configurations
26109 that do not emit the "const ...".
26110
26111 2002-04-07 Michael Chastain <mec@shout.net>
26112
26113 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
26114 Accept "A * const" and "const A * const" as type of "this".
26115 Fix spelling of getFunky throughout. Make messages uniform.
26116
26117 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
26118
26119 Work around for PR gdb/285:
26120 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
26121
26122 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
26123
26124 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
26125 instructions file at run time instead of configure time.
26126 Sometimes we run the test in a directory that is not the one we
26127 configured in.
26128 * gdb.asm/configure.in: Delete creation of symlink.
26129 * gdb.asm/configure: Regenerate.
26130
26131 2002-04-05 J. Brobecker <brobecker@gnat.com>
26132
26133 * gdb.gdb/xfullpath.exp: New test, to exercise the new
26134 xfullpath () function.
26135
26136 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
26137
26138 * gdb.asm/Makefile.in: Correct dependencies.
26139
26140 * gdb.asm/powerpc.inc: New file.
26141 * gdb.asm/asm-source.exp: Add PowerPC.
26142 * gdb.asm/configure.in: Likewise.
26143 * gdb.asm/configure: Regenerated.
26144
26145 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
26146
26147 * gdb.base/relocate.exp: New file.
26148 * gdb.base/relocate.c: New file.
26149
26150 2002-04-04 Fred Fish <fnf@redhat.com>
26151
26152 * gdb.base/step-test.exp: Update comment regarding stopping in
26153 memcpy/bcopy calls inserted as part of the compiler runtime.
26154
26155 2002-04-04 Michael Snyder <msnyder@redhat.com>
26156
26157 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
26158
26159 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
26160
26161 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
26162 (gdb_expect): Remove $notransfer hack.
26163
26164 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
26165
26166 * gdb.c++/classes.exp ("calling method for small class"): Match
26167 updated register output.
26168
26169 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
26170
26171 Fix PR gdb/452
26172 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
26173 when finished. Make gdb_file_cmd send "exec-file" when
26174 appropriate.
26175
26176 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
26177
26178 * gdb.base/attach.exp: Remove extra setup_xfail.
26179
26180 2002-03-26 Michael Snyder <msnyder@redhat.com>
26181
26182 * gdb.base/default.exp: Add tests for dump, append, and restore.
26183 * gdb.base/help.exp: Add tests for dump, append, and restore.
26184 * gdb.base/dump.exp: New file, test dump, append and restore.
26185 * gdb.base/dump.c: New file.
26186
26187 2002-03-27 Michael Snyder <msnyder@redhat.com>
26188
26189 * gdb.base/help.exp: Modify expect strings to reflect
26190 clean-ups in help messages.
26191
26192 2002-03-26 Fred Fish <fnf@redhat.com>
26193
26194 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
26195 have debugging info for those functions and the compiler uses them
26196 internally to copy structs around.
26197
26198 2002-03-26 Fred Fish <fnf@redhat.com>
26199
26200 * gdb.base/list.exp: Revert the change made yesterday and add note
26201 about why we don't list the default lines for remote targets.
26202
26203 2002-03-25 Michael Snyder <msnyder@redhat.com>
26204
26205 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
26206
26207 2002-03-25 Fred Fish <fnf@redhat.com>
26208
26209 * gdb.base/list.exp: This test works on remote targets so remove
26210 the short circuit for remote targets. Update copyright.
26211
26212 2002-03-25 Fred Fish <fnf@redhat.com>
26213
26214 * gdb.base/attach.exp: Fix logic error that was suppressing this
26215 test for all non hppa*-*-hpux* targets, instead of the hp target.
26216 Move comments closer to the suppression point. Also now need to
26217 check that we are running natively.
26218
26219 2002-03-22 Michael Snyder <msnyder@redhat.com>
26220
26221 * gdb.base/default.exp: Add test for gcore. Update copyright.
26222 * gdb.base/help.exp: Add test for gcore. Update copyright.
26223
26224 2002-03-06 Fred Fish <fnf@redhat.com>
26225
26226 * gdb.base/funcargs.c: Remove extraneous ';' character.
26227 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
26228
26229 2002-03-04 Michael Chastain <mec@shout.net>
26230
26231 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
26232 accommodate gcc v3 function signature.
26233 * gdb.mi/mi0-var-cmd-exp: Ditto.
26234
26235 2002-02-24 Andrew Cagney <ac131313@redhat.com>
26236
26237 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
26238 ``GNU/Linux'' or ``Linux kernel''
26239 * testsuite/gdb.threads/pthreads.c: Ditto.
26240
26241 2002-02-24 Michael Chastain <mec@shout.net>
26242
26243 * gdb.threads/pthreads.c (thread1): Add a return statement.
26244 (thread2): Likewise.
26245 (foo): Likewise.
26246
26247 2002-02-23 Michael Chastain <mec@shout.net>
26248
26249 * gdb.threads/linux-dp.c (philosopher): Add a return statement
26250 to placate gcc.
26251
26252 2002-02-23 Michael Chastain <mec@shout.net>
26253
26254 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
26255 test "ptype bint". The test passes on all my stabs configurations.
26256
26257 2002-02-21 Jim Blandy <jimb@redhat.com>
26258
26259 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
26260 filename at a time, and watch for the ones we want to see.
26261
26262 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
26263 types of pointers to prototyped functions.
26264
26265 2002-02-20 Andrew Cagney <ac131313@redhat.com>
26266
26267 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
26268 signed, unsigned and straight char.
26269 (padding_char, padding_short, padding_int, padding_long,
26270 padding_long_long, padding_float, padding_double,
26271 padding_long_double): New global variables.
26272 (fill, fill_structs): New functions.
26273
26274 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
26275 for correctly sized writes. Update copyright.
26276 (get_valueof): New procedure.
26277 (get_sizeof): Call get_valueof.
26278 (check_valueof): New procedure.
26279 (check_padding): New procedure.
26280
26281 2002-02-20 Michael Chastain <mec@shout.net>
26282
26283 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
26284 to setup_xfail. Document some of the remaining calls.
26285
26286 2002-02-18 Michael Chastain <mec@shout.net>
26287
26288 * gdb.c++/userdef.exp: Update copyright year.
26289
26290 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
26291
26292 * gdb.c++/userdef.exp: Test overloaded operators properly.
26293 Remove xfails.
26294
26295 2002-02-14 Michael Snyder <msnyder@redhat.com>
26296
26297 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
26298
26299 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
26300
26301 * gdb.base/a2-run.exp: Check for a remote target properly.
26302 * gdb.base/annota1.exp: Likewise.
26303 * gdb.base/list.exp: Likewise.
26304 * gdb.base/reread.exp: Likewise.
26305 * gdb.base/scope.exp: Likewise.
26306 * gdb.base/shlib-call.exp: Likewise.
26307 * gdb.base/term.exp: Likewise.
26308 * gdb.c++/annota2.exp: Likewise.
26309
26310 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
26311
26312 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
26313
26314 2002-02-10 Michael Chastain <mec@shout.net>
26315
26316 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
26317 (call_after_alloca): Ditto.
26318
26319 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
26320
26321 * gdb.base/ending-run.exp: Guard "cont" test with
26322 gdb_skip_stdio_test.
26323
26324 2002-02-06 Jim Blandy <jimb@redhat.com>
26325
26326 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
26327 from here...
26328 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
26329 To here. Disable this test on non-HP platforms. Add big comment.
26330
26331 2002-02-04 Michael Snyder <msnyder@redhat.com>
26332
26333 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
26334 other than d10v and m32r.
26335
26336 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
26337
26338 * gdb.base/default.exp: Rewrite test patterns to reduce time
26339 taken to match them.
26340
26341 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26342
26343 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
26344 Allow a start function above main.
26345 * gdb.threads/linux-dp.exp: Fix copyright date.
26346
26347 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26348
26349 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
26350 (check_philosopher_stack): Check for manager thread before checking
26351 for a just-starting thread.
26352
26353 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26354
26355 From Neil Booth <neil@daikokuya.demon.co.uk>:
26356 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
26357 warnings.
26358
26359 2002-01-21 Fred Fish <fnf@redhat.com>
26360
26361 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
26362 not caller.
26363
26364 2002-01-21 Jim Blandy <jimb@redhat.com>
26365
26366 * gdb.base/reread.exp: Check that GDB properly re-reads the
26367 executable file when it changes while no inferior is running.
26368
26369 2002-01-21 Fred Fish <fnf@redhat.com>
26370
26371 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
26372 optionally accept the "shlib events" variation.
26373
26374 2002-01-21 Jim Blandy <jimb@redhat.com>
26375
26376 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
26377 call `fflush' after every `printf', so that the output is produced
26378 at predictable points, regardless of whatever buffering does (or
26379 doesn't) take place.
26380 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
26381 at different points.
26382
26383 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
26384
26385 * gdb.c++/inherit.exp: Update copyright years.
26386 * gdb.c++/method.exp: Likewise.
26387
26388 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
26389
26390 * gdb.c++/classes.exp: Update for improved v3 support and skipping
26391 artificial methods/arguments.
26392 * gdb.c++/derivation.exp: Likewise.
26393 * gdb.c++/inherit.exp: Likewise.
26394 * gdb.c++/method.exp: Likewise.
26395 * gdb.c++/virtfunc.exp: Likewise.
26396
26397 2002-01-18 Andrew Cagney <ac131313@redhat.com>
26398
26399 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
26400 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
26401 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
26402 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
26403 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
26404 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
26405
26406 2002-01-17 Jim Blandy <jimb@redhat.com>
26407
26408 * gdb.asm/asm-source.exp (info symbol): Take another shot at
26409 anchoring the pattern matching the entry point symbol's name.
26410
26411 2002-01-17 Andrew Cagney <ac131313@redhat.com>
26412
26413 * gdb.base/maint.exp: Update ``maint internal-error'' to match
26414 continue/quit query. Update copyright.
26415
26416 2002-01-14 Michael Snyder <msnyder@redhat.com>
26417
26418 * gdb.base/gcore.exp: Remove extra debugging output.
26419
26420 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
26421
26422 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
26423 for slightly dubious v2 mangled string.
26424
26425 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
26426
26427 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
26428
26429 2002-01-10 Jason Merrill <jason@redhat.com>
26430
26431 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
26432
26433 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
26434 constructors.
26435 * gdb.c++/derivation.exp: Likewise.
26436 * gdb.c++/templates.exp: Likewise.
26437 * gdb.c++/virtfunc.exp: Likewise.
26438
26439 2002-01-10 Michael Snyder <msnyder@redhat.com>
26440
26441 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
26442
26443 2002-01-08 Michael Snyder <msnyder@redhat.com>
26444
26445 * gdb.base/gcore.exp: New test for generate-core-file command.
26446 * gdb.base/gcore.c: Testcase for above.
26447 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
26448
26449 2002-01-08 Jason Merrill <jason@redhat.com>
26450
26451 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
26452
26453 2002-01-07 Fred Fish <fnf@redhat.com>
26454
26455 * gdb.c++/overload.exp: Remove unconditional xfails for:
26456 print foo_instance1.overloadargs(1)
26457 print foo_instance1.overloadargs(1, 2)
26458 print foo_instance1.overloadargs(1, 2, 3)
26459 print foo_instance1.overloadargs(1, 2, 3, 4)
26460 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
26461 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
26462 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
26463 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
26464 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
26465 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
26466 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
26467 print foo_instance1.overload1arg()
26468 print foo_instance1.overload1arg((char)arg2)
26469 print foo_instance1.overload1arg((signed char)arg3)
26470 print foo_instance1.overload1arg((unsigned char)arg4)
26471 print foo_instance1.overload1arg((int)arg7)
26472 print foo_instance1.overload1arg((unsigned int)arg8)
26473 print foo_instance1.overload1arg((float)arg11)
26474 print foo_instance1.overload1arg((double)arg12)
26475
26476 2002-01-07 Michael Snyder <msnyder@redhat.com>
26477
26478 * gdb.base/huge.exp: New test. Print a very large target data object.
26479 (skip_huge_test): New test variable. Define if you want to skip this
26480 test. The test reads an 8 megabyte data object from the target, so it
26481 might be very time consuming on remote targets with a slow connection.
26482 * gdb.base/huge.c: New file. Test case for above.
26483
26484 2002-01-07 Fred Fish <fnf@redhat.com>
26485
26486 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
26487 g_instance.bfoo, and g_instance.cfoo.
26488
26489 2002-01-07 Jeffrey A Law <law@redhat.com>
26490
26491 * gdb.base/break.c (multi_line_if_conditional): New function.
26492 (multi_ilne_while_conditional): Likewise.
26493 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
26494 IF or WHILE condition puts the breakpoint at the start of
26495 the condition.
26496
26497 * gdb.base/selftest.exp (backtrace through signal handler): Remove
26498 hppa*-*-hpux* expected failure.
26499 * gdb.base/structs.exp (do_function_calls): Similarly.
26500
26501 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
26502 watchpoints.
26503
26504 2002-01-06 Andrew Cagney <ac131313@redhat.com>
26505
26506 Fix PR gdb/66.
26507 * gdb.base/structs.exp: Replace skip for a29k with skip for
26508 gdb,cannot_call_functions.
26509 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
26510 * gdb.base/callfuncs.exp: Ditto.
26511 * gdb.base/call-rt-st.exp: Ditto.
26512 * gdb.base/call-strs.exp: Ditto.
26513 * gdb.base/callfwmall.exp: Ditto.
26514 * gdb.base/scope.exp: Obsolete xfail a29k.
26515 * gdb.c++/misc.exp: Ditto.
26516 * gdb.c++/cplusfuncs.exp: Ditto.
26517 * gdb.base/ptype.exp: Ditto.
26518 * gdb.base/printcmds.exp: Ditto.
26519 * gdb.base/opaque.exp: Ditto.
26520 * gdb.base/list.exp: Ditto.
26521 * gdb.base/funcargs.exp: Ditto.
26522 * gdb.base/default.exp: Ditto.
26523
26524 2002-01-04 Michael Snyder <msnyder@redhat.com>
26525
26526 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
26527 * gdb.base/maint.exp: Add tests for maint info sections options.
26528
26529 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
26530
26531 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
26532
26533 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
26534
26535 * gdb.asm/arm.inc: New file.
26536 * gdb.asm/asm-source.exp: Add arm targets.
26537 * gdb.asm/configure.in: Ditto.
26538 * gdb.asm/configure: Recreated from configure.in.
26539
26540 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
26541
26542 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
26543 with HP's compiler.
26544 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
26545 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
26546 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
26547 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
26548
26549 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
26550 either HP's compilers or GCC.
26551
26552 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
26553 a SIGBUS or SIGSEGV.
26554
26555 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
26556
26557 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
26558 can be compiled with either HP's compiler or GCC.
26559
26560 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
26561 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
26562 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
26563
26564 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
26565 to match current gdb output. Update due to using auto-solib-limit
26566 for limiting instead of overloading auto-solib-add.
26567 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
26568 test program.
26569
26570 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
26571 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
26572 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
26573 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
26574 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
26575 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
26576 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
26577 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
26578 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
26579 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
26580 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
26581 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
26582 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
26583
26584 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
26585 a SIGTRAP to the inferior.
26586
26587 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
26588
26589 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
26590 Substitute call to target_link by call to gdb_compile.
26591
26592 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
26593
26594 * gdb.base/break.exp: Fix HP specific search string when testing
26595 backtracing in a called function.
26596
26597 * gdb.base/constvars.exp: Only set lang to C++ if we're
26598 compiling the test with HP's compilers.
26599 * gdb.base/volatile.exp: Similarly.
26600
26601 2001-12-19 Jim Blandy <jimb@redhat.com>
26602
26603 * gdb.base/printcmds.exp: Expect the null character to be printed
26604 as '\0', and the '\013' to be printed as '\v'.
26605 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
26606 * gdb.base/setvar.exp: Same.
26607
26608 2001-12-17 Jim Blandy <jimb@redhat.com>
26609
26610 * gdb.base/completion.exp: Rather than completing very long
26611 filenames, which can make the readline library produce output we
26612 don't recognize, cd to the directory first, and then complete
26613 using nice, short relative paths.
26614
26615 * gdb.base/completion.exp: On some systems, there is, in fact, a
26616 variable named `b' in scope, since GDB treats all static
26617 variables as being in scope. So use `no_var_named_this'
26618 instead of `b'.
26619
26620 * gdb.base/corefile.exp: Recognize the message saying that GDB
26621 can't find the core file's registers as a failure.
26622
26623 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
26624
26625 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26626 test expect string more specific.
26627
26628 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
26629
26630 * gdb.asm/asm-source.exp: Add support for xstormy16.
26631 * gdb.asm/configure.in: Ditto.
26632 * gdb.asm/configure: Rebuild.
26633 * gdb.asm/xstormy16.inc: New file.
26634
26635 2001-12-10 Fred Fish <fnf@redhat.com>
26636
26637 * gdb.base/maint.exp: Update to match changes in type dumping code.
26638
26639 2001-12-10 Jim Blandy <jimb@redhat.com>
26640
26641 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
26642 matching the entry point symbol's name at the beginning of the
26643 line.
26644
26645 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26646
26647 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26648 gdb.c++/inherit.exp, gdb.c++/method.exp,
26649 gdb.c++/namespace.exp, gdb.c++/templates.exp,
26650 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26651 and class layout support.
26652
26653 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26654
26655 * gdb.c++/classes.exp: Add test for static member function.
26656 * gdb.c++/misc.cc: Add class with static member function.
26657
26658 2001-12-07 Jim Blandy <jimb@redhat.com>
26659
26660 If GDB says it can't find the struct the function returned, report
26661 those tests as `unsupported'.
26662 * gdb.base/call-rt-st.exp (print_struct_call): New function.
26663 Rewrite subsequent tests to use it.
26664
26665 If GDB says it can't find the struct the function returned, report
26666 those tests as `unsupported'.
26667 * gdb.base/structs.exp (call_struct_func): New function.
26668 (do_function_calls): Use call_struct_func to call the functions
26669 returning structs.
26670
26671 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26672 whether functions are prototyped or not, so we can't possibly pass
26673 arguments to t_float_values2 properly.
26674
26675 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26676 value of `timeout' for targets other than the mips*tx39-*.
26677
26678 2001-12-06 Michael Snyder <msnyder@redhat.com>
26679
26680 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26681 and detect whether the start symbol has a leading underscore.
26682
26683 2001-12-04 Jim Blandy <jimb@redhat.com>
26684
26685 * gdb.base/completion.exp: Clarify indentation.
26686
26687 2001-12-03 Jim Blandy <jimb@redhat.com>
26688
26689 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26690 variables on the S/390, not `.word'.
26691
26692 2001-11-30 Jim Blandy <jimb@redhat.com>
26693
26694 Add assembly-source tests for s390-ibm-linux.
26695 * gdb.asm/s390.inc: New file.
26696 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26697 the S/390 architecture.
26698 * gdb.asm/configure: Regenerated.
26699
26700 2001-11-30 Michael Snyder <msnyder@redhat.com>
26701
26702 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26703 next, info source, info sources, info line, global and static
26704 variables, and static functions.
26705 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26706 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26707 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26708 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26709 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26710 (gdbasm_leave): Restore frame pointer.
26711 (gdbasm_startup): Copy stack set-up from crt0.S.
26712
26713 2001-11-26 Fernando Nasser <fnasser@redhat.com>
26714
26715 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26716 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26717 to a local (non-static) variable. Copy tstruct.a to a static buffer
26718 and return a pointer to that buffer.
26719 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26720
26721 2001-11-24 Mark Kettenis <kettenis@gnu.org>
26722
26723 * gdb.asm/configure.in: Fix recognition of ix86 target.
26724 * gdb.asm/configure: Regenerate.
26725
26726 2001-11-21 Michael Snyder <msnyder@redhat.com>
26727
26728 * gdb.asm/sparc.inc: New file.
26729 * gdb.asm/asm-source.exp: Recognize sparc target.
26730 * gdb.asm/configure.in: Recognize sparc target.
26731 * gdb.asm/configure: Regenerate.
26732
26733 2001-11-21 Michael Snyder <msnyder@redhat.com>
26734
26735 * gdb.asm/m32r.inc: New file.
26736 * gdb.asm/asm-source.exp: Recognize m32r target.
26737 * gdb.asm/configure.in: Recognize m32r target.
26738 * gdb.asm/configure: Regenerate.
26739
26740 2001-11-20 Michael Snyder <msnyder@redhat.com>
26741
26742 * gdb.asm/i386.inc: New file.
26743 * gdb.asm/asm-source.exp: Recognize ix86 target.
26744 * gdb.asm/configure.in: Recognize ix86 target.
26745 * gdb.asm/configure: Regenerate.
26746
26747 * gdb.c++/namespace.exp: Fix quotes in output messages.
26748
26749 2001-11-14 Michael Snyder <msnyder@redhat.com>
26750
26751 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
26752 qualifier in a type cast expression, to designate an address
26753 in the instruction space (Harvard architecture).
26754
26755 2001-11-13 Michael Snyder <msnyder@redhat.com>
26756
26757 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26758 Tests for expressions using 'const' and 'volatile'.
26759
26760 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
26761
26762 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26763
26764 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
26765
26766 * lib/mi-support.exp (mi_run_to_helper): Move comments
26767 outside of gdb_expect.
26768
26769 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
26770
26771 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26772 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26773 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26774 mi0_run_to): New functions.
26775 * gdb.mi/mi-simplerun.exp: Use them.
26776 * gdb.mi/mi0-simplerun.exp: Likewise.
26777 * gdb.mi/mi-var-cmd.exp: Likewise.
26778 * gdb.mi/mi0-var-cmd.exp: Likewise.
26779
26780 2001-11-10 Andrew Cagney <ac131313@redhat.com>
26781
26782 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26783 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26784
26785 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26786
26787 * gdb.base/restore.exp: Include $expected value in restored test
26788 message.
26789
26790 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26791
26792 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26793 implemented.
26794
26795 2001-11-08 Michael Snyder <msnyder@redhat.com>
26796
26797 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26798 Add pass/fail message for stop at breakpoint in call dummy function.
26799
26800 2001-11-07 Michael Snyder <msnyder@redhat.com>
26801
26802 * gdb.c++/templates.exp (test_template_breakpoints):
26803 If we get an overload menu, but it does not match what
26804 we expect, we still need to issue the "cancel" command.
26805 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26806 making the whitespace optional. Argument for "new" may be
26807 "unsigned" as well as "unsigned int/long".
26808 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26809 making the whitespace optional. Also replace "(void) with
26810 "((void|)), making the keyword "void" optional.
26811 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26812 making the whitespace optional. Also replace "(void) with
26813 "((void|)), making the keyword "void" optional.
26814 * gdb.base/callfuncs.c (t_float_values): This function must
26815 _not_ be prototyped, and the following function (t_float_values2)
26816 must be prototyped (if the compiler supports it), so that GDB
26817 can be tested against both cases. Usually one case involves
26818 promotion of float to double, while the other does not.
26819 * gdb.base/callfwmall.c: Ditto.
26820 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26821 includes a stack frame for "start".
26822
26823 2001-11-05 Jim Blandy <jimb@redhat.com>
26824
26825 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26826 pointers are 32 bits long, and that offsets of relocs are always
26827 stored in the data (REL-style), and not in the reloc entry itself
26828 (RELA-style).
26829 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26830 stabs.
26831
26832 2001-11-01 Michael Snyder <msnyder@redhat.com>
26833
26834 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26835 and regular expression operators by using quoting.
26836
26837 2001-10-31 Michael Snyder <msnyder@redhat.com>
26838
26839 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26840 depending on what the symbol table contains.
26841 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26842 the output of the ptype command. Similarly, accept both "const &"
26843 and "const&".
26844
26845 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
26846
26847 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26848 symbol `STORAGE' to allow to choose the storage class of
26849 the local datastructures.
26850 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26851 compiler directive.
26852
26853 2001-10-30 Michael Snyder <msnyder@redhat.com>
26854
26855 * gdb.base/jump.exp: Allow it to run for all targets.
26856
26857 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26858
26859 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26860 with new double_array size.
26861 (main): Change storage class of all local variables to static.
26862 Reduce size of double_array to 9.
26863 * gdb.base/call-ar-st.exp: Increase timeout value.
26864 Change expected output for double array to match new size in
26865 call-ar-st.c.
26866
26867 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26868
26869 * gdb.base/ending-run.exp: Create identical output when passing
26870 `step to end of run' case. Add regular expression branch satisfying
26871 Stormy16 target.
26872
26873 2001-10-28 Mark Kettenis <kettenis@gnu.org>
26874
26875 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26876 that we catch the expected failure under Linux/x86.
26877
26878 2001-10-29 Orjan Friberg <orjanf@axis.com>
26879
26880 * gdb.base/setvar.exp: Escape curly braces.
26881 * gdb.stabs/weird.exp: Ditto.
26882
26883 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
26884
26885 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26886 * gdm.mi/mi0-hack-cli.exp: Likewise.
26887
26888 2001-10-25 Andrew Cagney <ac131313@redhat.com>
26889
26890 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26891 messages.
26892
26893 2001-10-21 Andrew Cagney <ac131313@redhat.com>
26894
26895 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26896 checking MI enabled.
26897
26898 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
26899
26900 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26901
26902 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
26903
26904 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26905 if gdb child process crashes, just signal an error.
26906
26907 2001-10-02 Jim Blandy <jimb@redhat.com>
26908
26909 * lib/gdb.exp (test_xfail_format): Simplify.
26910
26911 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26912 front of the variable name `format'. Simplify `if'.
26913
26914 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26915
26916 * gdb.threads/pthreads.exp: Wait for output and delay
26917 before sending ^C.
26918
26919 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26920
26921 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26922 some incorrect output instead of timing out.
26923 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26924
26925 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
26926
26927 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26928 check to allow additional `int'.
26929
26930 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
26931
26932 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26933 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26934
26935 2001-09-27 Michael Snyder <msnyder@redhat.com>
26936
26937 * lib/gdb.exp (test_debug_format): New proc.
26938 (setup_xfail_format): Use new proc test_debug_format.
26939 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26940 proc; use new service proc test_debug_format.
26941 Replace all other "gcc_compiled" tests with this test.
26942 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26943 proc; use new service proc test_debug_format.
26944 Replace all other "gcc_compiled" tests with this test.
26945
26946 2001-09-27 Michael Snyder <msnyder@redhat.com>
26947
26948 * gdb.base/cvexpr.exp: New file.
26949 * gdb.base/cvexpr.c: New file
26950 Test for expressions using const and volatile keywords.
26951
26952 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
26953
26954 * gdb.base/constvars.exp: Check for different orders of keywords
26955 and additional "int" strings in output.
26956
26957 2001-09-22 Andrew Cagney <ac131313@redhat.com>
26958
26959 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26960 responses from "help maint".
26961
26962 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
26963
26964 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26965 to localhost:NNN instead of :NNN, in case Xvfb is listening
26966 only on TCP.
26967
26968 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
26969
26970 * gdb.base/recurse.exp: When checking leaving the watchpoint
26971 scope, recognize when gdb is in function's epilogue and pass.
26972
26973 2001-09-18 Keith Seitz <keiths@redhat.com>
26974
26975 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26976 support for running tests against sid targets.
26977 (gdbtk_done): Ditto.
26978
26979 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
26980
26981 * gdb.base/ending-run.c (main): Set stdout buffersize
26982 to the same reasonable value for any target.
26983 * gdb.base/ending-run.exp: Add a regular expression
26984 to make testsuite happy on Sanyo Stormy16 target.
26985
26986 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
26987
26988 * gdb.base/display.c (do_loops): Add float variable `f'.
26989 Increment f in loop.
26990 * gdb.base/display.exp: Increment timeout by 60 seconds.
26991 Change float display test to use variable `f'.
26992
26993 2001-09-17 Jim Blandy <jimb@redhat.com>
26994
26995 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26996 overflowing the limited breakpoint tables on some ROM monitors
26997 (like the ROM68K).
26998
26999 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
27000
27001 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
27002 the "-ac" (disable access control) flag.
27003
27004 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
27005
27006 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
27007 ints.
27008
27009 2001-08-30 Keith Seitz <keiths@redhat.com>
27010
27011 * lib/gdb.exp: Move all insight-related functionality into
27012 separate file.
27013 * lib/insight-support.exp: New file.
27014
27015 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
27016
27017 * config/sid.exp (sid_start): Never set sid verbosity; disable
27018 expect_background {} that consumed its stdout; tolerate </dev/null.
27019 Attempt to set endianness override in "sid" protocol mode. Cleanup.
27020
27021 2001-08-18 Andrew Cagney <ac131313@redhat.com>
27022
27023 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
27024 CLI jump command to start it.
27025 (mi_run_to_main): Fail immediatly when unexpected output.
27026
27027 2001-08-18 Andrew Cagney <ac131313@redhat.com>
27028
27029 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
27030 beginning of function. Fix PR gdb/191.
27031
27032 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
27033
27034 * config/sid.exp (sid_start): Don't warn if we cannot figure out
27035 what to force sid endianness to.
27036
27037 2001-08-15 Keith Seitz <keiths@redhat.com>
27038
27039 * lib/gdb.exp (gdbtk_start): Don't set environment
27040 variables for TCL_LIBRARY and friends. Insight will
27041 now figure these out for itself.
27042
27043 2001-08-02 Michael Snyder <msnyder@redhat.com>
27044
27045 * gdb.base/completion.exp: Remove the symbol "a64l" from
27046 the expect string; this is target-specific, and not related
27047 to what is being tested.
27048
27049 2001-08-02 Dave Brolley <brolley@redhat.com>
27050
27051 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
27052
27053 2001-07-25 Michael Snyder <msnyder@redhat.com>
27054
27055 * gdb.base/consecutive.exp: New file. Test stepping over
27056 breakpoints on consecutive instructions.
27057 * gdb.base/consecutive.c: New file.
27058
27059 * gdb.base/call-rt-st.exp: Use double-backslash to quote
27060 curly braces in regular expressions.
27061
27062 2001-07-25 Michael Snyder <msnyder@redhat.com>
27063
27064 * gdb.base/ending-run.exp: Accept "Program exited normally" as
27065 legitimate output from stepping out of main.
27066
27067 2001-07-22 Keith Seitz <keiths@redhat.com>
27068
27069 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
27070 the empty string, do not run the tests.
27071
27072 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
27073
27074 * gdb.base/long_long.exp: Detect size of pointer. Take into
27075 account 2-byte pointers when testing for p/a results.
27076
27077 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
27078
27079 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
27080 and defined to 1K for m68hc11.
27081 (random_data): Reduce table to 1K for embedded platforms (68hc11).
27082 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
27083 (sizeof_random_data): New variable to tell the size of the data table;
27084 don't test past this size; always run to main.
27085
27086 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
27087
27088 * gdb.base/return2.exp: return of long long and double fails for
27089 68HC11; don't execute these tests on that platform.
27090 * gdb.base/return.exp: Return of a double fails for 68hc11.
27091
27092 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
27093
27094 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
27095 tests that print a float.
27096 * call-rt-st.exp: Likewise.
27097
27098 2001-07-12 Mark Kettenis <kettenis@gnu.org>
27099
27100 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
27101 running this test on Linux.
27102
27103 2001-06-24 Michael Chastain <chastain@redhat.com>
27104
27105 * gdb.base/arithmet.exp: Remove some tests to make all test names
27106 unique.
27107
27108 2001-07-03 Michael Snyder <msnyder@redhat.com>
27109
27110 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
27111 the output of the ptype command.
27112
27113 2001-07-02 Michael Snyder <msnyder@redhat.com>
27114
27115 * gdb.base/completion.exp: Don't assume that break.c is the only
27116 source file that may contain functions named "marker".
27117 * gdb.base/corefile.exp: Quote the curly braces in regexp.
27118
27119 2001-06-28 Andrew Cagney <ac131313@redhat.com>
27120
27121 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
27122 of files to delete.
27123
27124 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
27125 * gdb.disasm/h8300s.exp: New file.
27126 gdb.disasm/h8300s.s: Likewise.
27127
27128 2001-06-27 Andrew Cagney <ac131313@redhat.com>
27129
27130 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
27131 empty breakpoint tables.
27132
27133 2001-06-25 Andrew Cagney <ac131313@redhat.com>
27134
27135 * lib/mi-support.exp: Update args=... part of stop-reason
27136 patterns. Accept either a list or a tuple.
27137
27138 2001-06-23 Andrew Cagney <ac131313@redhat.com>
27139
27140 * lib/mi-support.exp: Remove local emacs variable defining
27141 change-log-default-name.
27142
27143 2001-06-22 Michael Chastain <chastain@redhat.com>
27144
27145 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
27146 This is operationally compatible with the previous version.
27147
27148 2001-06-13 Jim Blandy <jimb@redhat.com>
27149
27150 * lib/gdb.exp (gdb_test): Doc fix.
27151
27152 2001-06-10 Michael Chastain <chastain@redhat.com>
27153
27154 * gdb.base/exprs.exp: Remove a duplicate test.
27155
27156 2001-06-06 Jim Blandy <jimb@redhat.com>
27157
27158 * gdb.base/return2.exp (main): Use values to test float and double
27159 returns that are not NaN's, to avoid being confused by IEEE
27160 comparison rules.
27161
27162 2001-06-04 Michael Snyder <msnyder@redhat.com>
27163
27164 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
27165 non-zero if control_c fails. Terminate the test on failure,
27166 rather than wait for 12 more tests to time out.
27167
27168 2001-06-06 Jim Blandy <jimb@redhat.com>
27169
27170 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
27171 Don't forget to match the GDB prompt.
27172
27173 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
27174
27175 2001-06-04 Jim Blandy <jimb@redhat.com>
27176
27177 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
27178 command.
27179
27180 2001-05-31 Kevin Buettner <kevinb@redhat.com>
27181
27182 * gdb.base/annota1.exp (info break): Match four or more spaces
27183 after "Address".
27184
27185 2001-05-31 Michael Chastain <chastain@redhat.com>
27186
27187 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
27188 (dm_type_int_star): Likewise.
27189 (dm_type_long_star): Likewise.
27190 (dm_type_void_star): Likewise.
27191
27192 2001-05-29 Kevin Buettner <kevinb@redhat.com>
27193
27194 * gdb.base/completion.exp (INPUTRC): Set this environment variable
27195 to a known value in order to get consistent results regardless
27196 of the setting of INPUTRC or the presence or contents of .inputrc.
27197
27198 2001-05-24 Michael Snyder <msnyder@redhat.com>
27199
27200 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
27201 Don't require that the main thread and the manager thread are the
27202 first in the list.
27203
27204 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
27205 debugging. If test fails, issue an "unsupported" not a "fail".
27206
27207 2001-05-24 Jim Blandy <jimb@redhat.com>
27208
27209 Don't assume that short is shorter than int.
27210 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
27211 assume that shorts are smaller than ints. On a 16-bit machine,
27212 this isn't true.
27213 ("print unsigned char == (~0)"): Add test that verifies that ~0,
27214 an int, is not equal to ~0 stored in an unsigned char. This tests
27215 the same thing that the previous test meant to, but works on
27216 16-bit machines, too.
27217 ("print unsigned char != (~0)"): Same test, complemented.
27218
27219 2001-05-24 Michael Snyder <msnyder@redhat.com>
27220
27221 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
27222 test for (full_coverage == 0). This makes the test run faster,
27223 and prevents dejagnu getting out of step.
27224
27225 2001-05-23 Kevin Buettner <kevinb@redhat.com>
27226
27227 * gdb.base/finish.exp (finish_void): Revise pattern for
27228 stopping on the call statement to not permit stopping at
27229 the start of the instructions comprising the call sequence.
27230
27231 2001-05-19 Michael Chastain <chastain@redhat.com>
27232
27233 * gdb.base/callfuncs.exp: Make all test names unique.
27234 * gdb.base/commands.exp: Make all test names unique.
27235 * gdb.base/condbreak.exp: Make all test names unique.
27236 * gdb.base/dbx.exp: Make all test names unique.
27237 * gdb.base/default.exp: Make all test names unique.
27238 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
27239 and TIMEOUT messages to their corresponding PASS message.
27240 * gdb.base/ending-run.exp: Make all test names unique.
27241 * gdb.base/long_long.exp: Remove duplicate test.
27242
27243 2001-05-21 Kevin Buettner <kevinb@redhat.com>
27244
27245 * gdb.base/finish.exp (finish_void): Allow "finish" command to
27246 stop on the call statement as well as the statement after the
27247 call.
27248
27249 2001-05-21 Michael Snyder <msnyder@redhat.com>
27250
27251 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
27252
27253 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
27254
27255 * gdb.base/completion.exp: Revamp test. Make it execute on all
27256 platforms.
27257
27258 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
27259
27260 * config/gdbserver.exp (gdb_load): Handle the case
27261 in which the arguments to gdbserver are given in the
27262 baseboard configuration file.
27263 Also handle the case in which the server needs to do a
27264 load.
27265
27266 2001-05-07 Keith Seitz <keiths@cygnus.com>
27267
27268 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
27269 set up the display for testing.
27270 (gdbtk_start): Convert all paths to paths that tcl will like.
27271 Export target information to environment.
27272 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
27273 necessary.
27274 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
27275 (to_tcl_path): New proc to convert a given pathname into
27276 a path acceptible as an argument to a tcl command.
27277 (_gdbtk_export_target_info): New proc to export target info
27278 into the environment for gdbtk testing.
27279 (gdbtk_done): New proc to signal end-of-test.
27280
27281 2001-05-06 Jim Blandy <jimb@redhat.com>
27282
27283 * restore.c: Make the code of caller0 correspond to its comment.
27284
27285 2001-05-03 Michael Snyder <msnyder@redhat.com>
27286
27287 * config/sid.exp (gdb_target_sid): Check for error messages.
27288 On error or timeout, don't make expect exit (which will terminate
27289 all subsequent tests); instead just make gdb exit.
27290 (gdb_load): Check for error messages. On error or timeout,
27291 return a negative value.
27292
27293 2001-04-24 Jim Blandy <jimb@redhat.com>
27294
27295 * gdb.c++/templates.exp: If we see the prompt for the overload
27296 list, but we haven't recognized any of the longer patterns,
27297 arrange for this test to fail, not hang.
27298
27299 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
27300 variations.
27301
27302 2001-04-22 Michael Chastain <chastain@redhat.com>
27303
27304 * gdb.c++/local.exp: Use the 'runto' library function.
27305 * gdb.c++/namespace.exp: Likewise.
27306 * gdb.c++/overload.exp: Likewise.
27307
27308 2001-03-26 Kevin Buettner <kevinb@redhat.com>
27309
27310 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
27311 * gdb.base/step-line.exp: New file. Test step/next in presence of
27312 #line directives.
27313 * gdb.base/step-line.c: New file. Test program for the above.
27314 * gdb.base/step-line.inp: New file. We pretend that this file has
27315 been transformed by some other tool into step-line.c.
27316
27317 2001-03-21 Jim Blandy <jimb@redhat.com>
27318
27319 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
27320 unmangled operator names.
27321
27322 2001-03-20 Jim Blandy <jimb@redhat.com>
27323
27324 * gdb.threads/linux-dp.exp: Recognize an additional message
27325 generated by GDB when it doesn't understand how to debug threads
27326 on the target system.
27327
27328 2001-03-19 Andrew Cagney <ac131313@redhat.com>
27329
27330 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
27331
27332 2001-03-12 Michael Chastain <chastain@redhat.com>
27333
27334 * gdb.c++/derivation.exp: Use the 'runto' library function.
27335
27336 2001-03-12 Michael Chastain <chastain@redhat.com>
27337
27338 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
27339
27340 2001-02-24 Michael Chastain <chastain@redhat.com>
27341
27342 * gdb.c++/ref-types.exp: Change handwritten code to library
27343 function 'runto'.
27344
27345 2001-03-16 Orjan Friberg <orjanf@axis.com>
27346
27347 * gdb.base/signals.exp: Set count to 0 explicitly.
27348
27349 2001-03-15 Mark Salter <msalter@redhat.com>
27350
27351 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
27352 (gdb_target_monitor): Add check of gdb_target_cmd return value.
27353 (gdb_load): Add support for additional target_info: gdb_download_size
27354 and gdb_load_timeout.
27355
27356 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
27357
27358 * gdb.base/annota1.exp: Move test of isnative to earlier in the
27359 file -- to prevent failing when the compile fails but we have no
27360 intention of running the tests anyway.
27361
27362 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
27363 tests if set.
27364
27365 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
27366 integers.
27367
27368 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
27369 * gdb.c++/namespace.exp: Ditto.
27370
27371 2001-03-07 Orjan Friberg <orjanf@axis.com>
27372
27373 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
27374 * gdb.base/pointers.exp: Relax pattern match of decimals.
27375
27376 2001-03-06 Kevin Buettner <kevinb@redhat.com>
27377
27378 * Makefile.in, config/abug.exp, config/cfdbug.exp,
27379 config/cpu32bug.exp, config/dve.exp, config/est.exp,
27380 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
27381 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
27382 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
27383 config/sh.exp, config/sid.exp, config/slite.exp,
27384 config/sparclet.exp, config/udi.exp, config/unknown.exp,
27385 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
27386 config/vxworks.exp, config/vxworks29k.exp,
27387 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
27388 gdb.base/all-bin.exp, gdb.base/annota1.exp,
27389 gdb.base/arithmet.exp, gdb.base/assign.exp,
27390 gdb.base/async.exp, gdb.base/attach.exp,
27391 gdb.base/bitfields.exp, gdb.base/bitops.exp,
27392 gdb.base/break.exp, gdb.base/call-ar-st.exp,
27393 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
27394 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
27395 gdb.base/commands.exp, gdb.base/completion.exp,
27396 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
27397 gdb.base/constvars.exp, gdb.base/corefile.exp,
27398 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
27399 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
27400 gdb.base/ending-run.exp, gdb.base/environ.exp,
27401 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
27402 gdb.base/finish.exp, gdb.base/foll-exec.exp,
27403 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
27404 gdb.base/funcargs.exp, gdb.base/help.exp,
27405 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
27406 gdb.base/logical.exp, gdb.base/long_long.exp,
27407 gdb.base/maint.exp, gdb.base/mips_pro.exp,
27408 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
27409 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
27410 gdb.base/pointers.exp, gdb.base/printcmds.exp,
27411 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
27412 gdb.base/regs.exp, gdb.base/relational.exp,
27413 gdb.base/remote.exp, gdb.base/reread.exp,
27414 gdb.base/restore.exp, gdb.base/return2.exp,
27415 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
27416 gdb.base/selftest.exp, gdb.base/setshow.exp,
27417 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
27418 gdb.base/sigall.exp, gdb.base/signals.exp,
27419 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
27420 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
27421 gdb.base/step-test.exp, gdb.base/structs.c,
27422 gdb.base/structs.exp, gdb.base/structs2.exp,
27423 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
27424 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
27425 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
27426 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27427 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
27428 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
27429 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
27430 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
27431 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
27432 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
27433 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
27434 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
27435 gdb.fortran/types.exp, gdb.java/jmisc.exp,
27436 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
27437 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
27438 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
27439 gdb.trace/circ.exp, gdb.trace/collection.exp,
27440 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
27441 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
27442 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
27443 gdb.trace/report.exp, gdb.trace/save-trace.exp,
27444 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
27445 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
27446 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
27447 notices.
27448
27449 2001-02-27 Michael Snyder <msnyder@cygnus.com>
27450
27451 * gdb.base/varargs.c (find_max_double): Fix printf format string:
27452 first arg is int not float.
27453
27454 2001-02-22 Michael Snyder <msnyder@cygnus.com>
27455
27456 * gdb.base/reread.exp: Unsupported for non-native targets;
27457 doesn't work for remote debugging.
27458
27459 2001-02-19 Fernando Nasser <fnasser@redhat.com>
27460
27461 From Drew Moseley <dmoseley@redhat.com>
27462 * gdb.base/ending-run.exp: Properly handle the BSP state when
27463 stepping past the end of main.
27464
27465 2001-02-19 John Moore <jmoore@redhat.com>
27466
27467 * gdb.base/commands.exp (infrun_breakpoint_command_test):
27468 Converted HPUX fix for non-expected items following multiple
27469 step commands into general solution for all platforms.
27470
27471 2001-02-18 Michael Chastain <chastain@redhat.com>
27472
27473 * gdb.c++/classes.exp (do_tests): Change runto statements
27474 from "runto 'foo(void)'" to "runto 'foo'". This makes the
27475 statements demangler agnostic.
27476 * gdb.c++/virtfunc.exp (do_tests): Likewise.
27477 (gdb_virtfunc_restart): Likewise.
27478
27479 2001-02-14 Michael Chastain <chastain@redhat.com>
27480
27481 * gdb.c++/inherit.exp (do_tests): Change runto statements
27482 from "runto 'foo(void)'" to "runto 'foo'". This makes the
27483 statements demangler agnostic.
27484
27485 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
27486
27487 * gdb.threads/pthreads.exp: Unify pass/fail messages for
27488 ``continue to bkpt at common_routine in thread 2'' and ``stopped
27489 before calling common_routine 15 times'' tests.
27490
27491 2001-02-11 Michael Chastain <chastain@redhat.com>
27492
27493 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
27494 Helps the test script figure out which demangler is in use.
27495 (dm_type_foo_ref): Ditto.
27496 (dm_type_int_star): Ditto.
27497 (dm_type_long_star): Ditto.
27498 (dm_type_unsigned_int): Ditto.
27499 (dm_type_void): Ditto.
27500 (dm_type_void_star): Ditto.
27501 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
27502 Probe the gdb demangler and set variables to accommodate
27503 formatting differences.
27504 (info_func_regexp): New function. Same as info_func, but
27505 matches against a regexp.
27506 (info_func): Match against a literal string.
27507 (print_addr_2): New function. Match against a literal string,
27508 which can be different from the input to gdb.
27509 (print_addr): Simply call print_addr_2 with the same argument twice.
27510 (test_lookup_operator_functions): Use demangler formatting variables.
27511 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
27512 the tests in the same order as the C++ class declaration.
27513 (test_paddr_operator_functions): Ditto.
27514 (test_paddr_overloaded_functions): Ditto.
27515 (test_paddr_hairy_functions): Use demangler formatting variables.
27516 Add reference to gdb/19 for related tests.
27517 (do_tests): Call probe_demangler.
27518
27519 2001-01-30 Kevin Buettner <kevinb@redhat.com>
27520
27521 * gdb.c++/templates.cc (printf): Remove unused function definition.
27522
27523 2001-01-26 Felix Lee <flee@redhat.com>
27524
27525 * sid.exp (sid_exit): Pass host, not target, to remote_close.
27526
27527 2001-01-25 matthew green <mrg@redhat.com>
27528
27529 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
27530 up sid.
27531 (sid_exit): Call `remote_pop_conn' after GDB is gone.
27532
27533 2001-01-25 matthew green <mrg@redhat.com>
27534
27535 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
27536 Deprecate $sid_spawn_id.
27537 (sid_exit): Remove code necessary only for `spawn.'
27538
27539 2001-01-25 matthew green <mrg@redhat.com>
27540
27541 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
27542
27543 2001-01-28 Michael Chastain <chastain@redhat.com>
27544
27545 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
27546 to call when tests fail. It takes gdb out of the overloaded
27547 function choice menu back to the main prompt, so that the test
27548 program stays synchronized.
27549 (set_bp_overloaded): New proc to collect all the common
27550 code for setting a breakpoint on an overloaded name. Calls
27551 take_gdb_out_of_choice_menu when needed.
27552 (menu_overload1arg): New variable to collect the repeated
27553 instances of the expected menu for an overloaded name. Change
27554 the regular expression to handle changes in g++ type encoding:
27555 "void" can be either "void" or "", and "unsigned int" can be
27556 either "unsigned int" or "unsigned".
27557 (continue_to_bp_overloaded): Change regular expressions to handle
27558 changes in g++ type encoding.
27559 (no proc): Call take_gdb_out_of_choice_menu when needed.
27560 Remove redundant calls to "info break". Accept either "canceled"
27561 or "cancelled". Change regular expressions in "info break"
27562 calls to handle changes in g++ type encoding. Give all tests
27563 unique strings.
27564
27565 2001-01-17 Ben Elliston <bje@redhat.com>
27566
27567 * config/sid.exp: New file.
27568
27569 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
27570
27571 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
27572
27573 2000-12-21 Michael Snyder <msnyder@cygnus.com>
27574
27575 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
27576 Add a RE to accept a non-ascii char if one is ever presented.
27577
27578 2000-12-20 Fernando Nasser <fnasser@redhat.com>
27579
27580 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
27581
27582 2000-12-18 Michael Snyder <msnyder@cygnus.com>
27583
27584 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
27585 in regexp. One '\' does not suffice on Linux.
27586
27587 2000-12-09 Michael Chastain <chastain@redhat.com>
27588
27589 * gdb.base/break.exp (test_clear_command): Use a marker function
27590 rather than 'main' for the test function. Also move this
27591 test to an execution point where the marker function names are
27592 guaranteed to be bound to functions. (Executing tests after a
27593 'finish' from main runs into name conflicts with local names
27594 in __libc_start_main).
27595
27596 2000-12-07 Michael Snyder <msnyder@cygnus.com>
27597
27598 * gdb.base/finish.exp: New test for gdb's "finish" command.
27599 * gdb.base/return2.exp: New test for gdb's "return" command.
27600 * gdb.base/return2.c: New source file for above.
27601
27602 2000-12-05 Michael Snyder <msnyder@cygnus.com>
27603
27604 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
27605 * gdb.base/miscexprs.exp: Ditto.
27606 * gdb.base/pointers.exp: Ditto.
27607 * gdb.c++/derivation.exp: Ditto.
27608 * gdb.c++/local.exp: Ditto.
27609 * gdb.c++/namespace.exp: Ditto.
27610 * gdb.c++/overload.exp: Ditto.
27611 * gdb.c++/ref-types.exp: Ditto.
27612
27613 2000-12-05 Michael Snyder <msnyder@cygnus.com>
27614
27615 * gdb.base/constvars.exp: Test result of "up" command.
27616 * gdb.base/miscexprs.exp: Ditto.
27617 * gdb.base/pointers.exp: Ditto.
27618 * gdb.base/scope.exp: Ditto.
27619 * gdb.c++/derivation.exp: Ditto.
27620 * gdb.c++/local.exp: Ditto.
27621 * gdb.c++/namespace.exp: Ditto.
27622 * gdb.c++/overload.exp: Ditto.
27623 * gdb.c++/ref-types.exp: Ditto.
27624
27625 2000-11-22 Michael Chastain <chastain@redhat.com>
27626
27627 * mips_pro.exp: Accept either "middle -> top -> main" or
27628 "middle -> main" in the backtrace, because gcc can optimize
27629 tail calls to jumps. Remove setup_xfail for the hppa case.
27630 Add a comment with the original warning messages from PR 3016,
27631 which was filed in 1993, to preserve them for posterity.
27632
27633 2000-11-17 Nick Duffek <nsd@redhat.com>
27634
27635 * lib/gdb.exp (gdb_test): Override timeout with board info.
27636
27637 2000-11-17 Nick Duffek <nsd@redhat.com>
27638
27639 * gdb.base/display.exp: Don't kill running stub. Add "again" to
27640 the second kill and detach messages.
27641
27642 2000-11-17 Nick Duffek <nsd@redhat.com>
27643
27644 * configure.in: Add AC_EXEEXT.
27645 * configure: Regenerate.
27646 * Makefile.in (just-check): Export EXEEXT.
27647 * lib/gdb.exp ($EXEEXT): Import from environment.
27648 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
27649 expect "maint dump-me" on Cygwin.
27650 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27651 $EXEEXT.
27652
27653 2000-11-17 Nick Duffek <nsd@redhat.com>
27654
27655 * gdb.base/break.exp: Test backtrace and finish from called
27656 function on all platforms, not just HP-UX.
27657
27658 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27659
27660 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27661 code from gdb_target_monitor, so it can be used independantly
27662 for gdbserver. Also comment out an unnecessary PUTS.
27663
27664 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27665
27666 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27667 * gdb.base/corefile.exp: Expect the message "Program is being
27668 debugged already" when we send the "corefile" command, since
27669 the preceeding gdb_load may have connected gdb to a remote target.
27670 * gdb.base/display.exp: Disable hardware watchpoints if new
27671 board info variable "no_hardware_watchpoints" is true.
27672 Replace single-letter commands with more readable ones.
27673 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27674 if new board info variable "no_hardware_watchpoints" is true.
27675 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27676 to see if stdio (printf) testing is possible.
27677 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27678 board info variable "no_hardware_watchpoints" is true. Use new
27679 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27680
27681 2000-11-13 Fernando Nasser <fnasser@redhat.com>
27682
27683 From Orjan Friberg <orjanf@axis.com>:
27684 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27685 in array print pattern match.
27686
27687 2000-11-09 Fernando Nasser <fnasser@redhat.com>
27688
27689 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27690 spelling "cancelled" to U.S. spelling "canceled" to match changes
27691 made to gdb.
27692 * gdb.c++/ovldbreak.exp: Ditto.
27693
27694 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27695
27696 * gdb.base/callfuncs.c (main): Moved to end of file, call
27697 t_double_values to initialize the FPU before inferior calls are made.
27698 * gdb.base/callfuncs.exp: Test for register preservation after calling
27699 inferior functions. Add tests for continuining, finishing and
27700 returning from a stop in a call dummy.
27701
27702 2000-10-24 Michael Snyder <msnyder@cygnus.com>
27703
27704 * gdb.base/commands.exp: Break up long lines, and re-indent.
27705
27706 2000-10-19 Michael Snyder <msnyder@cygnus.com>
27707
27708 * config/gdbserver.exp: Rewritten from the ground up, to make it
27709 compatible with the current dejagnu tree, and to make it work with
27710 the new "gdbserver" in libremote.
27711
27712 2000-10-16 Michael Snyder <msnyder@cygnus.com>
27713
27714 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27715 * gdb.base/varargs.exp: Skip entire test if no printf support.
27716 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27717 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27718
27719 2000-10-13 Michael Snyder <msnyder@cygnus.com>
27720
27721 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27722 no floating point support.
27723 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27724 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27725 * gdb.base/call-rt-st.exp: Ditto.
27726 * gdb.base/call-strs.exp: Ditto.
27727
27728 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27729
27730 * gdb.base/sizeof.c: include <stdio.h>.
27731
27732 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27733 'finish', otherwise uncaptured gdb_prompt would potentially
27734 throw remaining test points out of sync.
27735
27736 2000-07-26 Scott Bambrough <scottb@netwinder.org>
27737
27738 * gdb.base/recurse.exp: Run tests for all targets.
27739 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27740 gnu-oldld case on ARM.
27741 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27742 for ARM targets.
27743
27744 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27745
27746 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27747 * gdb.java/configure: Rebuild.
27748
27749 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27750
27751 * gdb.java/jv-exp.exp: New file.
27752
27753 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27754
27755 * configure: Rebuilt.
27756 * configure.in (configdirs): Add gdb.java.
27757 * gdb.java/jmisc.java: New file.
27758 * gdb.java/jmisc.exp: New file.
27759 * gdb.java/Makefile.in: New file.
27760 * gdb.java/configure: Rebuilt.
27761 * gdb.java/configure.in: New file.
27762 * lib/java.exp: New file.
27763
27764 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27765
27766 * gdb.base/exprs.exp: Test casts to a pointer including over and
27767 underflow.
27768
27769 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27770
27771 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
27772 and the compilers sizes.
27773
27774 2000-07-09 Nick Duffek <nsd@redhat.com>
27775
27776 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27777 (use_methods): New function.
27778 (main): Call use_methods().
27779 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27780 (do_tests): Call test_method_param_class.
27781
27782 2000-07-09 Nick Duffek <nsd@redhat.com>
27783
27784 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27785 spelling.
27786 (test_enums): New procedure. Move enum tests from end of script
27787 to here. Set breakpoint on function name instead of line number.
27788 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27789 (enums2): New marker function.
27790 (enums1): New function.
27791 (main): Call enums1(). Move enum tests to enums1().
27792
27793 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27794
27795 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27796 compile/link program. Update line numbers.
27797 * gdb.asm/d10v.inc: Define ``startup''.
27798 * gdb.asm/asmsrc1.s: Add definition of _start.
27799
27800 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27801
27802 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27803
27804 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27805
27806 * gdb.base/maint.exp: Add 'maint print architecture' item to output
27807 of 'help maint print' command.
27808
27809 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27810
27811 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27812 they use gdb_expect_list.
27813
27814 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27815
27816 * gdb.base/commands.exp: Use ``set remote
27817 memory-read-packet-size'' instead of ``set endian big'' to test
27818 long commands.
27819
27820 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
27821
27822 * gdb.c++/templates.exp (do_tests): Make all of these work under
27823 g++, and stop skipping them.
27824
27825 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27826 work under g++.
27827
27828 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27829 initialization.
27830
27831 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27832
27833 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27834 the regular expression: accept an (almost) arbitrary sequence of
27835 "frames-invalid" and "breakpoints-invalid" messages both before
27836 and after the "starting" message.
27837
27838 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27839
27840 * gdb.c++/local.exp: This test has never been known to work with g++.
27841
27842 2000-05-18 Michael Snyder <msnyder@cygnus.com>
27843
27844 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27845 Relax the regular expression a little, make it pass on Solaris 8.
27846
27847 2000-05-12 Kevin Buettner <kevinb@redhat.com>
27848
27849 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27850 a call, do not require that gdb stop on the line after the call.
27851 Instead, it is permissible for gdb to stop on the line of the
27852 call itself.
27853
27854 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
27855
27856 * gdb.base/break.exp (bp on small function, optimized file):
27857 Add a second pass pattern. The behavior differs here between stabs
27858 and dwarf for one-line functions. Stabs preserves two line symbols
27859 (one before the prologue and one after) with the same line number,
27860 but dwarf regards these as duplicates and discards one of them.
27861 Therefore the address after the prologue (where the breakpoint is)
27862 has no exactly matching line symbol, and GDB reports the breakpoint
27863 as if it were in the middle of a line rather than at the beginning.
27864
27865 2000-05-08 Michael Snyder <msnyder@cygnus.com>
27866
27867 * gdb.base/interrupt.exp: Make "pass" message say "send"
27868 rather than "send_gdb" (for consistancy).
27869
27870 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27871
27872 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27873 * gdb.c++/templates.cc: Properly check for GCC version number.
27874 * lib/compiler.cc: Likewise
27875
27876 2000-04-28 Michael Snyder <msnyder@cygnus.com>
27877
27878 * gdb.base/break.exp: When compiled with -O2 optimization,
27879 gdb may not stop at the first line of main, due to code motion.
27880
27881 2000-04-26 Michael Snyder <msnyder@cygnus.com>
27882
27883 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27884 This test depends on parsing the printf output from the target.
27885 Since the sparclet stub doesn't do stdio, this will never work.
27886 * gdb.base/call-rt-st.exp: ditto.
27887 * gdb.base/call-strs: ditto.
27888
27889 2000-04-24 Michael Snyder <msnyder@cygnus.com>
27890
27891 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27892
27893 * gdb.base/ending-run.exp: After connecting to a remote target,
27894 but before running, the target will appear to be in a random
27895 location. Specify both a file and a line for breakpoints.
27896 Also, the function that calls main may be called 'init'
27897 rather than 'start'.
27898
27899 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27900
27901 * gdb.base/help.exp: Update output for add-symbol-file command.
27902
27903 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
27904
27905 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27906 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27907
27908 2000-04-07 J.T. Conklin <jtc@redback.com>
27909
27910 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27911
27912 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27913
27914 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27915
27916 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27917 values that can be represented exactly.
27918 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27919 above change, and to not check against the directory part of the source
27920 file name.
27921 (step into print_long_arg_list): Likewise.
27922 (print print_small_structs from print_long_arg_list): Likewise.
27923 (print print_long_arg_list): Likewise.
27924
27925 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27926
27927 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27928
27929 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27930
27931 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27932
27933 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
27934
27935 * gdb.base/commands.exp (deprecated_command_test): Add test for
27936 deprecate with no arguments.
27937
27938 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27939
27940 * gdb.base/break.exp: Add new test for setting breakpoints on
27941 optimized code so we can test breakpoints work even when function
27942 prologues may be optimized away
27943
27944 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27945
27946 From David Whedon <dwhedon@gordian.com>
27947 * gdb.base/commands.exp : Added command deprecator tests.
27948
27949 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
27950
27951 * gdb.base/help.exp: Added test for new apropos command.
27952
27953 2000-03-21 Kevin Buettner <kevinb@redhat.com>
27954
27955 * gdb.base/pointers.c (usevar): New function.
27956 (main): Make sure that global variables v_int_pointer2, rptr,
27957 and y are all referenced someplace in the program by calling
27958 usevar() on them. [Some linkers delete symbols which are
27959 never referenced. The space remains, but there's no way to
27960 get a (symbolic) handle on the variable from the debugger.]
27961
27962 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27963
27964 * gdb.base/printcmds.c: Add typedeffed arrays.
27965
27966 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27967 procedure to test arrays that are typedef'd.
27968
27969 2000-03-13 James Ingham <jingham@leda.cygnus.com>
27970
27971 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27972 the library directories.
27973
27974 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27975
27976 * configure.in (configdirs): Add sub directory gdb.mi.
27977 * configure: Re-generate.
27978
27979 * gdb.mi: New directory.
27980
27981 2000-02-25 Scott Bambrough <scottb@netwinder.org>
27982
27983 * gdb.base/long_long.exp: Correct test suite failure when printing
27984 a long long value as a double on ARM platforms.
27985
27986 2000-02-16 Jim Blandy <jimb@redhat.com>
27987
27988 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27989 default source file is set properly before running this test.
27990
27991 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27992
27993 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27994 gdbtk/library directory, not in gdbtcl2.
27995
27996 2000-02-04 Jim Blandy <jimb@redhat.com>
27997
27998 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27999 backslash from regexp pattern.
28000
28001 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
28002 procedure. Use it to run all the "continue to bp overloaded"
28003 tests. Note that this changes the names of the tests slightly.
28004 If the breakpoint hit message includes a hex PC value, because
28005 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
28006 from the real source code, still consider that a pass.
28007
28008 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
28009 XFAIL here if the breakpoint message contains a hex address. Note
28010 similar change on 1999-11-02.
28011
28012 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
28013
28014 * gdb.base/ptype.exp: Establish a default source file before
28015 calling get_debug_format.
28016
28017 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
28018
28019 * gdb.base/watchpoint.exp: Remove duplication of test messages.
28020
28021 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
28022
28023 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
28024 of successive stepi commands -- while in the prologue we should see
28025 the function entry bracket.
28026
28027 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
28028
28029 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
28030 reach __change_mode() when stepping through the end of main().
28031
28032 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
28033
28034 * gdb.base/default.exp: Fix expected pattern.
28035 * gdb.base/help.exp: Same.
28036
28037 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28038
28039 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
28040 Don't use xfail's because that affects only the following test.
28041
28042 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
28043 solaris or linux.
28044
28045 * gdb.base/selftest.exp: Update to reflect changes to main.c.
28046
28047 2000-01-07 Michael Snyder <msnyder@cygnus.com>
28048
28049 * gdb.base/display.exp: Some yacc parsers like to say
28050 "A syntax error" rather than "A parse error". Accept both.
28051
28052 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
28053
28054 * gdb.base/default.exp: Remove OS dependent string from "target
28055 remote" test.
28056 * gdb.base/help.exp: Same for "help target remote" test.
28057
28058 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28059
28060 From Jim Kingdon <kingdon@redhat.com>:
28061
28062 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
28063 prompt (cleanup rather than necessity, but still might keep output
28064 from spilling to next test).
28065
28066 2000-01-02 Fred Fish <fnf@cygnus.com>
28067
28068 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
28069 AIX, which defines them in <sys/types.h>.
28070
28071 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
28072
28073 * gdb.base/default.exp: Match arm* etc instead of arm in "info
28074 float" test.
28075
28076 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
28077
28078 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
28079
28080 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
28081 outermost frame disallowed".
28082
28083 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
28084
28085 * gdb.base/setvar.exp: New tests for setting the value of a struct
28086 with a constant list.
28087
28088 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28089
28090 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
28091 require the user to type a cast before setting the value of a struct.
28092
28093 1999-12-06 Jim Blandy <jimb@cygnus.com>
28094
28095 * gdb.base/default.exp: Expect the new 'info float' command on
28096 all i386 platforms.
28097
28098 * gdb.threads/linux-dp.exp: Expand our ability to recognize
28099 LinuxThreads libraries that don't support debugging.
28100
28101 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
28102
28103 * gdb.base/remote.c: Fill the buffer with truely random data.
28104 Change the buffer type to ``unsigned char'' to simplify size
28105 arithmetic.
28106
28107 * gdb.base/remote.exp: Reduce download numbers by one. Typical
28108 stub only handles 400-1 byte packets. Verify that the download
28109 worked.
28110
28111 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
28112
28113 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
28114 tests, using UNRESOLVED for the untested cases. Also, does not wait
28115 for a timeout if the prompt was received before a recognizable pattern.
28116
28117 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
28118
28119 * lib/gdb.exp (gdb_expect_list): Fix spelling.
28120
28121 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28122
28123 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
28124 watchpoints.
28125
28126 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
28127
28128 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
28129
28130 * gdb.c++/local.exp: Be more flexible in recognizing local class
28131 name mangling. Don't allow horribly truncated method names.
28132 * gdb.c++/derivation.exp: Expect protected inheritance.
28133 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
28134 * gdb.c++/virtfunc.exp: Likewise.
28135 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
28136 when printing a nested enum.
28137
28138 1999-11-22 Jim Blandy <jimb@cygnus.com>
28139
28140 * gdb.base/step-test.exp: Properly await GDB's response to setting
28141 a breakpoint on the call to large_struct_by_value.
28142
28143 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
28144 just because we have debug info for the `start' function.
28145
28146 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
28147
28148 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
28149 "Unknown signal" messages, which indicate (on LinuxThreads) that
28150 GDB doesn't know how to debug threads on this system. This is
28151 better than hanging while philosopher 0 dumps chatter into gdb.log.
28152
28153 1999-11-18 Tom Tromey <tromey@cygnus.com>
28154
28155 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
28156
28157 1999-11-18 Fred Fish <fnf@cygnus.com>
28158
28159 * gdb.base/coremaker2.c: Add sample program for generating
28160 cores that is more self contained than coremaker.c. Eventually
28161 I'll add more code to this and tie it into the testsuite.
28162
28163 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
28164
28165 * gdb.base/dollar.exp: Remove, now in gdb.hp.
28166
28167 1999-11-10 Jimmy Guo <guo@cup.hp.com>
28168
28169 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
28170 from $srcdir/lib/.
28171 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
28172 and gdb.c++/.
28173
28174 * gdb.c++/derivation.exp: remove redundant get compiler info code.
28175
28176 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
28177 'continue with watch' test point.
28178
28179 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
28180
28181 Merged from p2linux-990323-branch:
28182
28183 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
28184
28185 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
28186
28187 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
28188 {limit,fixed}''. Test ``set download-write-size''.
28189
28190 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
28191
28192 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
28193 gdb_expect_list.
28194
28195 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
28196
28197 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
28198
28199 1999-11-03 Mark Salter <msalter@cygnus.com>
28200
28201 * gdb.base/break.exp: Fix "stub continue" pattern.
28202
28203 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
28204
28205 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
28206
28207 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
28208
28209 * gdb.base/display.exp ("finish"): Add timeout clause.
28210
28211 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
28212 plain prompt clause, so this doesn't have to time out in order to
28213 fail.
28214
28215 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
28216 breakpoint hit messages include an address.
28217
28218 * gdb.base/display.exp: Don't forget to escape parens in regular
28219 expressions. Unix regexp notatation sucks.
28220
28221 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28222
28223 * gdb.base/annota1.exp: Test for annotate-signalled: change output
28224 order for 'signalled' message.
28225
28226 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
28227
28228 From Jimmy Guo <guo@cup.hp.com>:
28229 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
28230 * gdb.base/annota1.c: Add code for tests to work with.
28231
28232 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
28233
28234 * gdb.base/remote.exp: New test for remote downloading settings.
28235 * gdb.base/remote.c: New file with large .data.
28236
28237 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
28238
28239 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
28240 for LinuxThreads support, merged from the Code Fusion branch.
28241
28242 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
28243
28244 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
28245 containing exp_continue into a while within an expect. Don't
28246 attempt a start more than three times. Check return value from
28247 gdb_load.
28248
28249 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
28250
28251 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
28252 a pass case.
28253
28254 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
28255
28256 * gdb.base/break.c (main): Added a statement that we can step
28257 off of.
28258 * gdb.base/break.exp: Added tests for setting a breakpoint
28259 at an offset and stepping onto a breakpoint.
28260
28261 1999-10-01 Fred Fish <fnf@cygnus.com>
28262
28263 * gdb.base/help.exp (help add-symbol-file): Update to match current
28264 gdb output.
28265
28266 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
28267
28268 * gdb.base/break.exp: Code locations are in hex, don't forget!
28269 (For HP-UX.)
28270
28271 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
28272
28273 * condbreak.exp: Use break.c as test program.
28274 * condbreak.c: Remove, redundant with break.c.
28275
28276 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
28277
28278 * config/monitor.exp (gdb_target_monitor): Disable X- and
28279 Z-packets if the target needs it.
28280
28281 1999-09-13 James Ingham <jingham@leda.cygnus.com>
28282
28283 * gdb.c++/overload.exp: Added tests for listing overloaded
28284 functions with function pointers in the arg, explicitly calling
28285 out the version you want.
28286
28287 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
28288
28289 * long_long.exp: Add variations of test cases that work for
28290 targets with 16-bit ints and 32-bit doubles.
28291
28292 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
28293
28294 * break.c (main): Compare a possibly-uninitialized argc with an
28295 unlikely value that fits in 16 bits.
28296
28297 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
28298
28299 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
28300 0xfeeb, don't want negative numbers if ints are 16 bits.
28301
28302 * lib/gdb.exp (skip_cplus_tests): New proc.
28303 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
28304 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
28305 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
28306 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
28307 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
28308 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
28309 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
28310 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
28311
28312 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
28313
28314 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
28315
28316 * gdb.base/corefile.exp (up): Allow a parameter to appear
28317 in the frame that we're going up to.
28318
28319 From Jim Blandy <jimb@cygnus.com>:
28320
28321 * gdb.base/default.exp (info float): Expect some output now.
28322
28323 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
28324 returning floating-point values to fail on the x86.
28325 * gdb.base/callfwmall.exp (do_function_calls): Same.
28326
28327 * gdb.base/list.exp (test_listsize): Correct expectations for
28328 listing line 1 with listsize 2. Also, listing a single line
28329 works now, as does listing three lines. [Kevin's note: There
28330 were a number of other cases fixed too where the expectations
28331 differed...]
28332
28333 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
28334
28335 * gdb.base/selftest.exp: Add case for when version prints as
28336 constant string instead of char pointer.
28337
28338 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
28339
28340 * gdb.base/ending-run.exp: Add Solaris case for what happens when
28341 stepping out of main.
28342
28343 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
28344 G++ used.
28345
28346 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
28347 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
28348
28349 * gdb.c++/ovldbreak.exp: Update match string in test that
28350 includes a warning of multiple breakpoints.
28351
28352 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
28353
28354 * gdb.base/display.exp: Improve precision of step-after-finish
28355 added yesterday.
28356
28357 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
28358 test.
28359
28360 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
28361 configs when using G++, not just hppa*.
28362
28363 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28364
28365 * gdb.base/async.c: New file.
28366 * gdb.base/async.exp: New file.
28367
28368 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
28369
28370 * gdb.base/break.exp: Tweak PA specific tests to properly handle
28371 PA64.
28372
28373 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
28374
28375 * gdb.base/display.exp: "finish" can leave us mid-line on many
28376 targets, deal with it. Add a small constant to main, instead of
28377 1000 since main+1000 may not be a valid address in the target.
28378
28379 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
28380 on hpux11.
28381
28382 * gdb.base/attach.exp: Handle another hpux11 error message variant
28383 when attaching to a process that does not exist.
28384
28385 1999-08-19 J.T. Conklin <jtc@redback.com>
28386
28387 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
28388 characters in 'continue to 1241' test.
28389
28390 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
28391
28392 * gdb.base/call-ar-st.exp: Add a shorter match case for the
28393 stop in print_long_arg_list, define and use a whitespace
28394 variable in print_small_structs test, add an XFAIL for Solaris.
28395 * gdb.base/dbx.exp: XFAIL func commands until somebody is
28396 interested enough to fix.
28397
28398 1999-08-13 Keith Seitz <keiths@cygnus.com>
28399
28400 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
28401 (dbx_gdb_load): Remove. Use gdb_load instead, since that
28402 proc knows about targets other than the natives.
28403 (test_assign): Use "gdb_run_cmd" to "run" the target.
28404 Check that we've actually hit the breakpoint at main.
28405 When we attempt to assign a value to a local variable, check
28406 that the variable is in the current scope, i.e., don't use
28407 a test with an empty result.
28408
28409 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
28410
28411 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
28412 command.
28413
28414 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
28415
28416 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28417 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
28418 gdb.compat, gdb.threads-hp.
28419 gdb.hp/configure, gdb.hp/configure.in: New files.
28420 gdb.hp/Makefile.in: Recurse into new subdirs.
28421 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
28422 gdb.hp/gdb.objdbg: New directory, tests for debugging info
28423 in object files.
28424 gdb.hp/tools: New directory, aux tools for HP-specific tests.
28425
28426 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
28427
28428 * gdb.base/display.exp: Help expect by putting a newline in the
28429 funky printf, remove a bogus p/a test.
28430
28431 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28432
28433 * gdb.base/display.exp: Make sure that when we say 'run', we are
28434 connected to the target. This is necessary when running not
28435 natively.
28436
28437 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
28438
28439 * gdb.base/step-test.exp: Removed some extraneous messages.
28440
28441 * gdb.base/long_long.exp: Don't run memory examination tests
28442 on little-endian targets (they will need a different set of
28443 results to match).
28444
28445 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
28446
28447 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
28448 until somebody decides to fix GDB.
28449
28450 * gdb.base/long_long.c: Stop compiler complaint by specifying long
28451 constant as "ULL".
28452 * gdb.base/long_long.exp: Loosen x/c test, add partial result
28453 matches for a couple x/2 commands.
28454
28455 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
28456
28457 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
28458 by merging in ref-types2 tests.
28459 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
28460
28461 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28462 * gdb.c++/Makefile.in: Add standard actions.
28463 (EXECUTABLES): Rename from PROGS, update list.
28464 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
28465 from gdb.hp.
28466 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
28467 foo and bar locals.
28468 * gdb.c++/anon-union.exp: Fix tests to match.
28469 * gdb.c++/classes.exp: Run if HP compiler used, add extra
28470 expect matches to handle output variations.
28471 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
28472 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
28473 output, add HP alternatives for new and delete prints.
28474 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
28475 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
28476 * gdb.c++/demangle.exp: Use $style when reporting failure.
28477 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
28478 * gdb.c++/inherit.exp: Run if HP compiler used, add some
28479 match alternatives.
28480 * gdb.c++/local.exp: Add match alternatives or xfails for HP
28481 compilers.
28482 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
28483 * gdb.c++/method.exp: Add match alternatives.
28484 * gdb.c++/misc.cc: Add bool types.
28485 * gdb.c++/misc.exp: Add tests for bool types.
28486 * gdb.c++/overload.exp: Add xfails.
28487 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
28488 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
28489 add some more template parameter tests (only for HP currently).
28490 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
28491 * gdb.c++/virtfunc.cc: Add return type and value for main.
28492 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
28493 match alternatives.
28494
28495 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28496
28497 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
28498
28499 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
28500
28501 * gdb.base/signals.exp: Don't expect getting a backtrace from
28502 within a signal handler to fail on Linux.
28503
28504 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
28505
28506 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28507 * lib/gdb.exp: Remove some gratuitious semicolons.
28508 (delete_breakpoints): Increase timeout.
28509 (gdb_expect): Add -notransfer option.
28510 (gdb_test): Use -notransfer option.
28511 (get_compiler_info): Add f77 case.
28512 (get_compiler): New proc, split out from gdb_preprocess, add f77
28513 case.
28514 (gdb_preprocess): Call get_compiler.
28515
28516 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
28517 * gdb.base/attach.exp, gdb.base/display.exp,
28518 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
28519 gdb.base/long_long.exp, gdb.base/printcmds.exp,
28520 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
28521 third arg to gdb_test.
28522 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
28523 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
28524 HP-UX xfails, add others.
28525 * gdb.base/completion.exp: Reflect name change of self-test.
28526 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
28527 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
28528 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
28529 HP failure number.
28530 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
28531 useless HP-UX 10.30 references.
28532 * gdb.base/maint.exp: Loosen matches.
28533 * gdb.base/pointers.c (main): Declare more_code.
28534 * gdb.base/pointers.exp: Match on output of a `next'.
28535 * gdb.base/structs.c: Add prototypes.
28536 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
28537 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
28538
28539 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28540
28541 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
28542 command.
28543
28544 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28545
28546 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
28547 Fix run to main failures. Watchpoint can be hardware watchpoint.
28548
28549 * gdb.base/annota1.exp: Clean up some more, in case printf has
28550 debug info. Deal with lack of signal hanlder info in stack.
28551
28552 From Jim Kingdon <kingdon@redhat.com>:
28553 * gdb.base/annota1.exp: If printf has debug info, deal with it.
28554
28555 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
28556
28557 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
28558 gdb.base/foll-vfork.exp: Don't run for crosses.
28559
28560 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
28561
28562 * gdb.base/configure.in: Check for gdbvars.exp instead of
28563 a1-selftest.exp.
28564 * gdb.base/configure: Re-generate.
28565
28566 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
28567
28568 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
28569 in trying to run first and name is too long.
28570
28571 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
28572 pointers2.c and pointers2.exp, respectively.
28573 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
28574 doschk happier.
28575
28576 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
28577
28578 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
28579 callfuncs2.c and callfuncs2.exp.
28580
28581 * gdb.base/list.exp: Remove mistaken xfails.
28582 * gdb.base/list0.h: Add optional prototypes.
28583
28584 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
28585
28586 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
28587 calling malloc.
28588 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
28589 * ptype.exp: Move test for get_debug_format to before its first
28590 use.
28591
28592 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28593
28594 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
28595 * gdb.base/annota2.cc, annota2.exp: Move from here.
28596 * gdb.c++/annota2.cc, annota2.exp: To here.
28597 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
28598
28599 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
28600
28601 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
28602 a consistent format.
28603
28604 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
28605
28606 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28607 * lib/gdb.exp (get_compiler_info): Add detection for assorted
28608 HP compilers, also set the globals $true and $false.
28609
28610 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
28611 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
28612 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
28613 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
28614 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
28615 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
28616 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
28617 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
28618 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
28619 whatis.c} Add C++ compatible function definitions and return
28620 types, add includes for library functions.
28621 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
28622 * gdb.base/step-test.c (myglob): Rename from glob.
28623 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
28624 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28625 files, move here from gdb.hp.
28626 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
28627 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
28628 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28629 Adjust line numbers in regexps.
28630
28631 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28632 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28633 instead of 0/1.
28634
28635 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28636 foll-vfork.exp: New files, move here from gdb.hp.
28637 * gdb.base/page.exp: New file, test of pagination command.
28638
28639 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28640 recursion test.
28641 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28642
28643 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
28644 gdb.base/solib.exp: Fix compiler invocation process.
28645
28646 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
28647 HP-UX 11, turn off overload resolution explicitly.
28648 * gdb.base/commands.exp: Set argument list explicitly, add
28649 watchpoint test.
28650 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28651 them work.
28652 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28653 expressions properly.
28654 * gdb.base/corefile.exp: Loosen the match slightly.
28655 * gdb.base/default.exp: Allow "Error accessing memory" message
28656 also.
28657 * gdb.base/display.exp: Skip over x/0 j if PA64.
28658 * gdb.base/funcargs.exp: Add xfails for HP-UX.
28659 * gdb.base/interrupt.exp: Ditto.
28660 * gdb.base/langs.exp: Add symbolic matches governed by compiler
28661 in use.
28662 * gdb.base/list.exp: Add xfails for HP-UX.
28663 * gdb.base/long_long.exp: Refine some of the numeric matches.
28664 * gdb.base/mips_pro.exp: Xfail on HP-UX.
28665 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28666 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28667 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28668 * gdb.base/ptype.exp: Succeed on more varieties of output.
28669 * gdb.base/scope.exp: Add xfails for HP-UX.
28670 * gdb.base/sect-cmd.exp: Add more cases.
28671 * gdb.base/setvar.exp: Add xfails for HP-UX.
28672 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28673 * gdb.base/signals.exp: Match on void symbolically.
28674 * gdb.base/step-test.exp: Add case for PA64.
28675 * gdb.base/term.exp: Add exit and restart.
28676 * gdb.base/twice.exp: Clean up after self.
28677 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28678 * gdb.base/whatis.exp: Allow more ways to pass tests.
28679
28680 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
28681 no longer useful.
28682
28683 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28684
28685 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
28686 list of patterns.
28687 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28688 print_double_array(double_array)", "continuing to breakpoint
28689 1018", "print print_double_array(array_d)" and "continuing to
28690 1034" tests.
28691
28692 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28693
28694 * Makefile.in: Add empty html and install-html targets.
28695
28696 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28697
28698 * config/mt-*: Remove, these haven't been used since 1996.
28699
28700 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28701
28702 * gdb.base/call-strs.c, gdb.base/ending-run.c,
28703 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28704 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28705
28706 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28707
28708 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28709 simpler match case for the ptype of the big class.
28710
28711 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28712
28713 * gdb.exp: Fix test for gdb_prompt existence.
28714
28715 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28716
28717 * gdb.exp (gdb_test): Add fail after calls to perror.
28718
28719 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28720
28721 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28722
28723 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28724
28725 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28726
28727 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28728
28729 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
28730 malloc() is linked in.
28731
28732 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28733
28734 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28735 step at end.
28736
28737 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28738
28739 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28740
28741 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28742
28743 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28744
28745 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28746 * gdb.base/mips_pro.exp: Likewise.
28747
28748 1999-06-02 Keith Seitz <keiths@cygnus.com>
28749
28750 * gdb.c++/templates.cc: Change all "new" operators to throw
28751 an exception.
28752 * gdb.c++/cplusfuncs.cc: Likewise.
28753
28754 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28755
28756 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28757
28758 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28759 * gdb.base/ending-run.exp: When stepping out of main, accept a
28760 step into an arbitrary assembler file.
28761
28762 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28763
28764 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28765 "breakpoint-invalid" to be printed.
28766 * gdb.base/annota2.exp: Revise line number for main
28767 breakpoint. Allow any number of "frames-invalid" and
28768 "breakpoint-invalid" to be printed.
28769 * gdb.base/annota2.cc: Initialize a.x to 0.
28770
28771 1999-05-17 Keith Seitz <keiths@cygnus.com>
28772
28773 * gdb.base/call-ar-st.exp: Skip
28774 "print print_double_array (double_array)" when "skip_float_tests" set.
28775 Ditto for "print print_double_array(array_d)",
28776 "print print_small_structs", "print print_ten_doubles", and
28777 "step into print_long_arg_list".
28778 Don't assume we can step into "print_long_arg_list": we could step
28779 into memcpy.
28780 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28781 "skip_float_tests" is set: "print print_one_double(*d1)"
28782 and "print print_two_floats(*f3)".
28783 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28784 "skip_float_tests" is set.
28785 * gdb.base/varargs.exp: Skip
28786 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28787 "skip_float_tests" set.
28788
28789 1999-05-06 Keith Seitz <keiths@cygnus.com>
28790
28791 * gdb.base/annota2.cc: Include stdio.h.
28792
28793 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28794
28795 * gdb.base/crossload.exp: Remove, this has been disabled ever
28796 since BFD stopped including all targets, and cross-GDB gets
28797 plenty of testing anyway.
28798 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28799 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28800 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28801 * gdb.base/README: Remove, was doc for this.
28802 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28803 needed.
28804
28805 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28806
28807 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28808 output.
28809
28810 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28811 * gdb.base/annota2.exp: New file. More annotation tests.
28812 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28813 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28814
28815 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
28816
28817 * config/cfdbug.exp: New file.
28818
28819 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28820
28821 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28822 Marcus Daniel's and Dale Hawkins's demangler crashes.
28823
28824 * gdb.c++/demangle.exp (test_gnu_style_demangling,
28825 test_lucid_style_demangling, test_arm_style_demangling,
28826 test_hp_style_demangling): Try Tom Tromey's core-dumping
28827 identifier under each demangling style.
28828
28829 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28830
28831 * gdb.c++/demangle.exp: Include the current demangling style
28832 in all test names.
28833 (current_demangling_style): New global variable.
28834 (set_demangling_style, test_demangling_core, test_demangling,
28835 test_demangling_exact): New functions.
28836 (test_gnu_style_demangling, test_lucid_style_demangling,
28837 test_arm_style_demangling, test_hp_style_demangling): Use those,
28838 instead of calling gdb_test and gdb_test_exact directly.
28839 (catch_demangling_errors): New function, which reports errors
28840 signalled by the demangling test functions in an orderly way.
28841 (do_tests): Use catch_demangling_errors.
28842
28843 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28844
28845 * gdb.base/signals.exp (test_handle_all_print): Use () for
28846 grouping in expressions, not {}.
28847
28848 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
28849 initialized yet.
28850
28851 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28852
28853 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28854 are listed.
28855
28856 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28857
28858 * gdb.stabs/weird.exp: Test for CC being defined before
28859 looking at its value.
28860
28861 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28862
28863 * gdb.base/call-ar-st.exp: Remove stray '#'.
28864 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28865 "short int" and "long int".
28866 * gdb.c++/overload.cc: Cast the string added in the previous
28867 change, to mollify finicky HP compiler.
28868 * gdb.hp/reg-test.exp (testfile): Fix file name.
28869 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28870
28871 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28872 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28873 alternate form of enum ptype.
28874
28875 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28876
28877 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28878 * gdb.hp/*.exp: Change all to run compiler probe only after
28879 passing skip_hp_tests, so as not to waste time on guaranteed
28880 failure.
28881
28882 * gdb.c++/overload.cc: Pass string instead of char addr, always
28883 init ccpfoo.
28884 * gdb.c++/templates.cc: Fix syntax error.
28885
28886 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28887
28888 * gdb.base/commands.exp: Add test for correct position of '>'
28889 when issuing the 'commands' command after a 'while' or 'if'
28890 command.
28891
28892 1999-03-18 James Ingham <jingham@cygnus.com>
28893
28894 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28895
28896 * gdb.c++/method.exp: It was testing an uninitialized int on the
28897 stack and assuming it was positive.
28898
28899 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28900
28901 * gdb.base/step-test.exp: Catch a case where finish is broken and
28902 keep it from killing the rest of the tests.
28903 Use gdb_continue_to_end.
28904
28905 * gdb.base/sigall.exp: use gdb_continue_to_end.
28906
28907 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28908
28909 * gdb.base/display.exp: use runto_main, not run.
28910
28911 * gdb.base/default.exp: Check for the current error message in the
28912 r abbreviation test.
28913 Add strongarm to the targets that know info float.
28914
28915 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28916 run which doesn't work with monitors.
28917
28918 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28919 1034 test.
28920
28921 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28922
28923 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28924 end of a program. Traps the case (in Cygmon) when the program
28925 never really exits. Same as Mark's continue_to_exit, but I had
28926 put it in a lot more places, so I used my name. Sorry Mark...
28927
28928 * config/monitor.exp (gdb_target_monitor): added another
28929 target_info parameter: remotebinarydownload. This will set the
28930 remotebinarydownload flag if this is causing some boards trouble.
28931
28932 1999-03-18 Mark Salter <msalter@cygnus.com>
28933
28934 * lib/gdb.exp (continue_to_exit): New function.
28935
28936 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28937 * gdb.base/ending-run.exp: Ditto.
28938 * gdb.base/step-test.exp: Ditto.
28939
28940 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28941
28942 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28943 (suggested by Art Haas <ahaas@neosoft.com>).
28944
28945 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28946
28947 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28948
28949 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28950
28951 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28952 descriptions of types (short unsigned int vs unsigned short, etc).
28953
28954 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28955
28956 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28957 a call to strlen; sometimes we do have sources.
28958
28959 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28960
28961 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28962 character, so GDB won't print garbage after its end.
28963
28964 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28965 breakpoint there instead. Sometimes GCC emits memcpy to handle
28966 the large structures being passed by value, so we step into that
28967 instead of sum_array_print, which obscures what we're really testing.
28968 * gdb.base/step-test.exp: However, we do want a test that notices
28969 the bizarre steps into memcpy, so do that here. Add check for
28970 stepping into function calls that pass large structures by value.
28971 ("Is that a noun clause, or are you just happy to see me?")
28972 Remove all references to specific line numbers.
28973 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28974 New type and function.
28975 (main): Call large_struct_by_value, passing it a large struct by value.
28976 * lib/gdb.exp (gdb_get_line_number): New function.
28977
28978 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28979 more portable.
28980
28981 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28982
28983 * lib/gdb.exp: Doc fixes.
28984
28985 1999-03-05 Nick Clifton <nickc@cygnus.com>
28986
28987 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28988
28989 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28990
28991 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28992 commands. They're not germane to this test, and they don't work
28993 that way on remote targets.
28994
28995 1999-03-01 James Ingham <jingham@cygnus.com>
28996
28997 * Changelog entries merged over from gdb development branch.
28998
28999 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
29000
29001 * lib/gdb.exp (gdbtk_analyze_results): Generic function
29002 for outputting results of test run.
29003
29004 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
29005
29006 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
29007
29008 1999-02-25 Felix Lee <flee@cygnus.com>
29009
29010 * lib/gdb.exp (debug_format): initialize
29011
29012 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
29013
29014 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
29015 * gdb.base/call-rt-st.c: Ditto.
29016
29017 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
29018
29019 * gdb.threads/pthreads.exp (horiz): New variable.
29020 (test_startup): Fix regexps that capture thread numbers.
29021
29022 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
29023
29024 * gdb.base/smoke.exp: Disambiguate two test case names (both
29025 called ``print'').
29026
29027 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
29028
29029 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
29030 compilation.
29031
29032 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
29033
29034 * gdb.base/miscexprs.exp: Change patterns to match GDB's
29035 actual output formatting.
29036 * gdb.base/smoke.exp: GDB removes leading 0's.
29037 * gdb.base/volatile.exp: Don't check type of remuneration;
29038 that variable is no longer defined in constvars.c.
29039 * gdb.base/step-test.c (main): Exit with explicit exit code.
29040 * gdb.base/step-test.exp: Remove two nexti checks--they are
29041 not portable.
29042
29043 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
29044
29045 * gdb.base/help.exp ("help delete display"): Fix test to match
29046 gdb's output.
29047
29048 * gdb.base/long_long.c (known_types): Initialize values to zero.
29049 * gdb.base/long_long.exp: Step one more line
29050 so 'dec' is initialized in "get to known place". GDB removes
29051 leading zeros. Explicitly ask for hex formatting. Use
29052 unique test case names.
29053
29054 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
29055
29056 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
29057
29058 * gdb.c++/method.exp: Add missing close brace.
29059
29060 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
29061
29062 * gdb.base/maint.exp: Use 'set height 0' to disable page
29063 prompting, not 'set height 400'.
29064
29065 Fix a bunch of timeouts.
29066 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
29067 four separate tests, so expect doesn't take forever to match a ton
29068 of text against a regexp with lots of .* forms.
29069 ("maint print psymbols", "maint print symbols"): Make some of
29070 these greps more selective, so that expect doesn't try to wade
29071 through huge piles of output and time out.
29072
29073 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
29074
29075 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
29076 tests: one which doesn't expect shlib events to be reported, and
29077 another which does, but is XFAIL for all platforms other than
29078 HP/UX.
29079
29080 * gdb.base/break.exp: Teach the test suite that the `catch
29081 fork', `catch vfork', and `catch exec' commands produce error
29082 messages on platforms that don't provide these features.
29083
29084 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
29085
29086 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
29087 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
29088 (shortening names from solib_threshold.exp etc), won't run on
29089 anything but HP-UX for the foreseeable future.
29090 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
29091 reflect move.
29092
29093 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
29094
29095 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
29096 gdb.trace/Makefile.in (clean): Remove all test executables.
29097
29098 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
29099
29100 * gdb.base/shlib-call.exp: add test cases to verify that gdb
29101 successfully re-sets breakpoints in shared libraries.
29102 * gdb.base/shmain.c (main): return 0, don't fall off the end.
29103
29104 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
29105
29106 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
29107 and compiled w/o GCC.
29108
29109 * gdb.hp/watch-cmd.exp: ditto.
29110
29111 * gdb.hp/watch-hp.exp: ditto.
29112
29113 * gdb.hp/xdb1.exp: ditto.
29114
29115 * gdb.hp/xdb2.exp: ditto.
29116
29117 * gdb.hp/dbx.exp: ditto.
29118
29119 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
29120
29121 * constvars.c: Remove C++-isms.
29122 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
29123 with GCC.
29124
29125 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
29126
29127 The following changes are part of the HP merge.
29128
29129 * gdb.base/break.exp: new tests to verify that catchpoints for
29130 fork, vfork, and exec don't trigger inappropriately.
29131
29132 * gdb.base/opaque.exp: compile one file at a time, then link.
29133
29134 * gdb.base/signals.exp: be more restrictive about which hppa
29135 systems receive a setup_xfail. new tests.
29136
29137 * gdb.base/solib_threshold.build: new file.
29138 * gdb.base/solib_threshold.exp: new file.
29139 * gdb.base/solib_threshold.link_opts: new file.
29140 * gdb.base/solib_threshold.mk: new file.
29141 * gdb.base/gen_solib_threshold.c: new file.
29142
29143 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
29144 tests. New tests for enums inside classes.
29145
29146 * gdb.c++/compiler.cc: indicate support of template debugging.
29147
29148 * gdb.c++/demangle.exp: run hp style demangling tests.
29149
29150 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
29151 tests.
29152
29153 * gdb.c++/misc.cc: changes to support new tests.
29154
29155 * gdb.c++/templates.cc: changes to support HP's compiler; changes
29156 to support new tests.
29157
29158 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
29159 gcc, then skip these tests.
29160
29161 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
29162
29163 The following files are part of the HP merge; some had longer
29164 names at HP, but have been renamed to be no more than 14
29165 characters in length.
29166
29167 * gdb.hp/ambiguous.cc: new file.
29168 * gdb.hp/ambiguous.exp: new file.
29169 * gdb.hp/attach.exp: new file.
29170 * gdb.hp/attach2.exp: new file.
29171 * gdb.hp/classes-hp.exp: new file.
29172 * gdb.hp/ctti.exp: new file.
29173 * gdb.hp/ctti-add.cc: new file.
29174 * gdb.hp/ctti-add1.cc: new file.
29175 * gdb.hp/ctti-add2.cc: new file.
29176 * gdb.hp/ctti-add3.cc: new file.
29177 * gdb.hp/dbx.exp: new file.
29178 * gdb.hp/exception.cc: new file.
29179 * gdb.hp/exception.exp: new file.
29180 * gdb.hp/foll-exec.c: new file.
29181 * gdb.hp/foll-exec.exp: new file.
29182 * gdb.hp/foll-fork.c: new file.
29183 * gdb.hp/foll-fork.exp: new file.
29184 * gdb.hp/foll-vfork.c: new file.
29185 * gdb.hp/foll-vfork.exp: new file.
29186 * gdb.hp/inherit-hp.exp: new file.
29187 * gdb.hp/more-steps.exp: new file.
29188 * gdb.hp/namespace.cc: new file.
29189 * gdb.hp/namespace.exp: new file.
29190 * gdb.hp/optimize.exp: new file.
29191 * gdb.hp/pxdb.c: new file.
29192 * gdb.hp/pxdb.exp: new file.
29193 * gdb.hp/quicksort.exp: new file.
29194 * gdb.hp/reg-test.exp: new file.
29195 * gdb.hp/reg-test.s: new file.
29196 * gdb.hp/sized-enum.c: new file.
29197 * gdb.hp/sized-enum.exp: new file.
29198 * gdb.hp/start-stop.exp: new file.
29199 * gdb.hp/templ-hp.cc: new file.
29200 * gdb.hp/templ-hp.exp: new file.
29201 * gdb.hp/thr-lib.c: new file.
29202 * gdb.hp/thr-lib.exp: new file.
29203 * gdb.hp/thr-lib.h: new file.
29204 * gdb.hp/thr-liblib.c: new file.
29205 * gdb.hp/virtfun-hp.c: new file.
29206 * gdb.hp/virtfun-hp.exp: new file.
29207 * gdb.hp/watch-cmd.exp: new file.
29208 * gdb.hp/watch-hp.exp: new file.
29209 * gdb.hp/xdb1.exp: new file.
29210 * gdb.hp/xdb2.exp: new file.
29211 * gdb.hp/xdb3.exp: new file.
29212
29213 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
29214
29215 The following files are part of the HP merge; some had longer
29216 names at HP, but have been renamed to be no more than 14
29217 characters in length.
29218
29219 * gdb.base/ss.h: new file.
29220 * gdb.base/call-ar-st.c: new file.
29221 * gdb.base/call-ar-st.exp: new file.
29222 * gdb.base/call-rt-st.c: new file.
29223 * gdb.base/call-rt-st-exp: new file.
29224 * gdb.base/call-strs.exp: new file.
29225 * gdb.base/ena-dis-br.exp: new file.
29226 * gdb.base/environ.exp: new file.
29227 * gdb.base/long_long.exp: new file.
29228 * gdb.base/sect-cmd.exp: new file.
29229 * gdb.base/shlib-cl2.exp: new file.
29230 * gdb.base/smoke.exp: new file.
29231 * gdb.base/so-impl-ld.c: new file.
29232 * gdb.base/so-impl-ld.exp: new file.
29233 * gdb.base/so-indr-cl.c: new file.
29234 * gdb.base/so-indr-cl.exp: new file.
29235 * gdb.base/varargs.exp: new file.
29236 * gdb.base/volatile.exp: new file.
29237 * gdb.base/whatis-exp.exp: new file.
29238 * gdb.base/display.exp: new file.
29239 * gdb.c++/derivation.exp: new file.
29240 * gdb.c++/local.exp: new file.
29241 * gdb.c++/member-ptr.exp: new file.
29242 * gdb.c++/overload.exp: new file.
29243 * gdb.c++/ovldbreak.exp: new file.
29244 * gdb.c++/ref-types.exp: new file.
29245 * gdb.c++/ref-types2.exp: new file.
29246 * gdb.c++/userdef.exp: new file.
29247
29248 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
29249
29250 * gdb.base/default.exp: Reflect wording change in remote.c.
29251
29252 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
29253
29254 * gdb.base/help.exp: Update to reflect current text.
29255
29256 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
29257
29258 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
29259 they're stack variables and contain garbage.
29260 * gdb.c++/anon-union.exp: new file.
29261
29262 The following changes were made by David Taylor
29263 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
29264 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
29265 in changes by HP.
29266
29267 * gdb.base/bitops.exp: new file.
29268 * gdb.base/default.exp: change expected messages for catch and
29269 info catch tests to reflect HP merge changes.
29270 * gdb.base/enable-disable-break.exp
29271 * gdb.base/ending-run.c: new file.
29272 * gdb.base/long_long.c: new file.
29273 * gdb.base/maint.exp: new file.
29274 * gdb.base/pointers2.exp: new file.
29275 * gdb.base/shlib-call2.exp: new file.
29276 * gdb.base/solib.exp: new file.
29277 * gdb.base/step-test.c: new file.
29278 * gdb.c++/anon-union.cc: new file.
29279 * gdb.c++/local.cc: new file.
29280 * gdb.c++/member-pointer.cc: new file.
29281 * gdb.c++/method.cc: new file.
29282 * gdb.c++/ref-types.cc: new file.
29283 * gdb.c++/ref-types2.cc: new file.
29284 * gdb.c++/userdef.cc: new file.
29285
29286 * gdb.base/scope.exp: compile one file at a time, then link.
29287 * gdb.base/langs.exp: ditto.
29288 * gdb.base/list.exp: ditto.
29289
29290 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
29291
29292 The following changes were made by David Taylor
29293 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
29294 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
29295 in changes by HP.
29296
29297 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
29298 skip tests. When compiling pass c++ flag to gdb_compile.
29299 * gdb.c++/
29300
29301 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
29302 test for on hppa*-*-hpux*; use args to see if c++ was specified.
29303 (skip_hp_tests): new function.
29304 (gdb_preprocess): new function.
29305
29306 * configure.in (hpdir): decide whether to configure gdb.hp.
29307 * configure: regenerated.
29308
29309 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
29310 to delete on clean.
29311 (EXECUTABLES): update to reflect new additions.
29312 * gdb.base/commands.exp: update message expected.
29313 * gdb.base/default.exp: add copyright notice.
29314 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
29315 * gdb.base/help.exp: update messages to reflect current text.
29316 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
29317 targets for recurse tests.
29318 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
29319 skip this file.
29320
29321 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
29322 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
29323 compilation.
29324 * gdb.c++/misc.exp: ditto.
29325 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
29326 run the tests. tell gdb_compile that it's a c++ compilation.
29327
29328 * gdb.threads/pthreads.exp: fix typo in message.
29329
29330 * gdb.base/all-bin.exp: new file.
29331 * gdb.base/arithmet.exp: new file.
29332 * gdb.base/assign.exp: new file.
29333 * gdb.base/completion.exp: new file.
29334 * gdb.base/cond-expr.exp: new file.
29335 * gdb.base/condbreak.exp: new file.
29336 * gdb.base/define.exp: new file.
29337 * gdb.base/dollar.exp: new file.
29338 * gdb.base/environment.exp: new file.
29339 * gdb.base/eval-skip.exp: new file.
29340 * gdb.base/jump.exp: new file.
29341 * gdb.base/logical.exp: new file.
29342 * gdb.base/pointers.exp: new file.
29343 * gdb.base/relational.exp: new file.
29344 * gdb.base/section_command.exp: new file.
29345 * gdb.base/whatis-expr.exp: new file.
29346
29347 * gdb.base/all-types.c: new file.
29348 * gdb.base/call-array-struct.c: new file.
29349 * gdb.base/call-return-struct.c: new file.
29350 * gdb.base/call-strings.c: new file.
29351 * gdb.base/callfuncs2.c: new file.
29352 * gdb.base/condbreak.c: new file.
29353 * gdb.base/constvars.c: new file.
29354 * gdb.base/display.c: new file.
29355 * gdb.base/int-type.c: new file.
29356 * gdb.base/jump.c: new file.
29357 * gdb.base/miscexprs.c: new file.
29358 * gdb.base/pointers.c: new file.
29359 * gdb.base/pointers2.c: new file.
29360 * gdb.base/shmain.c: new file.
29361 * gdb.base/shr1.c: new file.
29362 * gdb.base/shr2.c: new file.
29363 * gdb.base/solib.c: new file.
29364 * gdb.base/solib1.c: new file.
29365 * gdb.base/solib2.c: new file.
29366 * gdb.base/varargs.c: new file.
29367 * gdb.c++/derivation.cc: new file.
29368 * gdb.c++/overload.cc: new file.
29369 * gdb.c++/ovldbreak.cc: new file.
29370 * gdb.hp/attach.c: new file.
29371 * gdb.hp/attach2.c: new file.
29372 * gdb.hp/average.c: new file.
29373 * gdb.hp/compiler.c: new file.
29374 * gdb.hp/compiler.cc: new file.
29375 * gdb.hp/execd-program.c: new file.
29376 * gdb.hp/follow-exec.c: new file.
29377 * gdb.hp/follow-fork.c: new file.
29378 * gdb.hp/follow-vfork-and-exec.c: new file.
29379 * gdb.hp/misc-hp.cc: new file.
29380 * gdb.hp/more-steps.c: new file.
29381 * gdb.hp/optimize.c: new file.
29382 * gdb.hp/quicksort.c: new file.
29383 * gdb.hp/run-hp.c: new file.
29384 * gdb.hp/start-stop.c: new file.
29385 * gdb.hp/sum.c: new file.
29386 * gdb.hp/templates-hp.cc: new file.
29387 * gdb.hp/thread-local-in-lib.c: new file.
29388 * gdb.hp/thread-local-in-lib.h: new file.
29389 * gdb.hp/thread-local-in-lib.lib.c: new file.
29390 * gdb.hp/vforked-program.c: new file.
29391 * gdb.hp/virtfunc-hp.cc: new file.
29392 * gdb.hp/watchpoint-hp.c: new file.
29393 * gdb.hp/xdb.c: new file.
29394 * gdb.hp/xdb0.c: new file.
29395 * gdb.hp/xdb0.h: new file.
29396 * gdb.hp/xdb1.c: new file.
29397
29398 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
29399
29400 The following change was made by Edith Epstein
29401 <eepstein@cygnus.com> as part of a project to merge in changes
29402 originally made by HP; HP did not create ChangeLog entries.
29403
29404 * gdb.c++/demangle.exp: changed the expected output for some
29405 ARM-style mangling -- removed second reference to datatype.
29406 For example, maint demangle __dt__11T1__pt__2_cFv
29407 T1<char>::~T1<char>(void)
29408 becomes,
29409 maint demangle __dt__11T1__pt__2_cFv
29410 T1<char>::~T1(void)
29411
29412 (test_hp_style_demangling): new hp specific demangling test cases.
29413
29414 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
29415
29416 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
29417 * gdb.trace/backtrace.exp: Likewise.
29418 * gdb.trace/circ.exp: Likewise.
29419 * gdb.trace/collection.exp: Likewise.
29420 * gdb.trace/deltrace.exp: Likewise.
29421 * gdb.trace/infotrace.exp: Likewise.
29422 * gdb.trace/limits.exp: Likewise.
29423 * gdb.trace/packetlen.exp: Likewise.
29424 * gdb.trace/passc-dyn.exp: Likewise.
29425 * gdb.trace/passcount.exp: Likewise.
29426 * gdb.trace/report.exp: Likewise.
29427 * gdb.trace/save-trace.exp: Likewise.
29428 * gdb.trace/tfind.exp: Likewise.
29429 * gdb.trace/tracecmd.exp: Likewise.
29430 * gdb.trace/while-dyn.exp: Likewise.
29431 * gdb.trace/while-stepping.exp: Likewise.
29432
29433 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
29434
29435 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
29436
29437 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
29438
29439 From Brendan Kehoe:
29440 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
29441 int return types.
29442
29443 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
29444
29445 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
29446 remote dos host testing right.
29447
29448 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
29449
29450 * gdb.base/corefile.exp: remove some xfails.
29451
29452 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
29453
29454 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
29455 have different timestamps.
29456
29457 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
29458
29459 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
29460 gdb.base/default.exp: Replace "exec" with "executable".
29461
29462 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
29463
29464 * gdb.base/default.exp: Change else if to elseif from previous
29465 delta.
29466
29467 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
29468
29469 * gdb.base/default.exp: Add brace missing from previous delta.
29470
29471 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
29472
29473 * gdb.base/default.exp: Support test for info float for all
29474 varieties of arm toolchain.
29475
29476 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
29477
29478 * gdb.trace/*.exp: remove "remote_download" command.
29479
29480 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
29481
29482 * gdb.trace/*.exp: remove -gdwarf from compile.
29483
29484 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
29485
29486 * gdb.trace/configure.in(AC_INIT): typo
29487 * gdb.trace/configure: regenerated
29488
29489 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
29490
29491 * config/m68k-emc.exp: New file.
29492 * lib/<emc-support.exp trace-support.exp}: New files.
29493 * configure.in: add new test directory gdb.trace.
29494 * gdb.trace/{configure configure.in Makefile.in}: New files.
29495 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
29496 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
29497 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
29498 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
29499 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
29500 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
29501 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
29502
29503 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
29504
29505 * gdb.c++/classes.exp: Change all regular expressions to match
29506 arbitrary combinations of newline/carriage-return, so that they
29507 will work equally well on Unix and Windows.
29508 * gdb.c++/inherit.exp: ditto.
29509 * gdb.c++/virtfunc.exp: ditto.
29510
29511 1998-08-11 Dawn Perchik <dawn@cygnus.com>
29512
29513 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
29514
29515 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
29516
29517 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
29518 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
29519 to use a0-a3/d0-d3 as needed.
29520
29521 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
29522
29523 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
29524 * gdb.disasm/am33.exp: Corresponding changes.
29525
29526 1998-07-11 Felix Lee <flee@cygnus.com>
29527
29528 * gdb.base/callfuncs.exp: add cmp10 test.
29529 * gdb.base/callfuncs.c (cmp10): new function.
29530
29531 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
29532
29533 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
29534 into two parts to get around a synchronization problem in expect.
29535
29536 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
29537
29538 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
29539
29540 * configure.in: Add options for gdbtk testsuite.
29541
29542 * configure: Regenerate.
29543
29544 * gdb.gdbtk: New directory to hold gdbtk tests.
29545
29546 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29547
29548 * gdb.fortran/types.exp: Escape brackets in expect patterns
29549 for test_float_literal_types_accepted tests.
29550 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
29551 before run test.
29552
29553 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
29554
29555 * am33.exp: Just compile, do not link the testcase.
29556 * am33.s: Add ".am33" pseudoop to force am33 mode.
29557
29558 1998-06-25 Felix Lee <flee@cygnus.com>
29559
29560 * gdb.base/setshow.exp: make sure $pc is sane.
29561
29562 * gdb.stabs/weird.exp: split expect patterns properly.
29563
29564 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
29565
29566 * gdb.disasm/am33.s: New disassembler testfile for the am33.
29567 * gdb.disasm/am33.exp: Run it.
29568
29569 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
29570
29571 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
29572 match processing (and eliminate spurious timeouts when running).
29573
29574 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
29575
29576 * gdb.base/signals.exp (test_handle_all_print): put back Mach
29577 exception test, but conditionalize it on target [mach | gnu].
29578
29579 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
29580
29581 * gdb.base/overlays.exp: fixup compile line for linker script.
29582
29583 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
29584
29585 * gdb.fortran/types.exp: don't guess at float size.
29586
29587 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
29588
29589 * gdb.base/exprs.exp: delete test that depends on int size.
29590
29591 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
29592
29593 * config/sim.exp: Removed checks for target triplets.
29594 (gdb_target_sim): Use gdb,target_sim_options.
29595
29596 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
29597
29598 * gdb.base/reread.exp: New file.
29599 * gdb.base/reread1.c: New file.
29600 * gdb.base/reread2.c: New file.
29601
29602 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
29603
29604 * config/sim.exp: Use 'target sim -sparclite' when running
29605 SPARClite programs.
29606
29607 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
29608
29609 * gdb.base/structs2.exp: New file.
29610 * gdb.base/structs2.c: New file.
29611
29612 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
29613
29614 * gdb.asm/common.inc: New file.
29615 * gdb.asm/d10v.inc: New file.
29616 * asm-source.exp: Pass -I's to gas to find .inc files.
29617 Update line numbers in expected output.
29618 * asmsrc1.s: Rewrite.
29619 * asmsrc2.s: Rewrite.
29620 * configure.in: Create arch.inc symlink.
29621 * configure: Regenerate.
29622 * Makefile.in (distclean): Delete arch.inc.
29623
29624 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
29625
29626 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
29627 (t_enum_value2): ditto
29628 (t_enum_value3): ditto
29629 (main): ditto
29630 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29631
29632 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
29633 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29634 change.
29635 Use gdb_test instead of send_gdb/gdb_expect sequences.
29636
29637 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
29638
29639 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29640 not void.
29641
29642 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29643
29644 * gdb.base/branches.c: Code with lots of loops and
29645 subroutines. Used to test gdbs ability to single step through PC
29646 changes, especially to test mips-tdep.c:mips_next_pc
29647
29648 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29649
29650 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29651 more rigorous EGCS C++ error checking.
29652
29653 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29654
29655 * gdb.base/help.exp: Clean up `help set args' and `help show args'
29656 tests.
29657 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
29658 function when asleep.
29659 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
29660 for i*86 Linux and SVR4 signal handling problems.
29661 Remove linux xfail for `next to handler in signals_tests_1', fixed
29662 by recent infrun.c change.
29663 Limit backtrace to 10 frames to avoid timeout problems with infinite
29664 stack backtraces.
29665 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29666 target.[ch] change.
29667
29668 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29669
29670 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29671 for a newline from gdb before continuing.
29672 (default_gdb_exit): Just look for y or n.
29673 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29674 it does, fail the rests of the tests in the file.
29675
29676 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29677
29678 * config/cygmon.exp: New file.
29679
29680 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29681
29682 * gdb.base/list.exp: Fix problem with "list default lines around
29683 main" test on remote targets.
29684
29685 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29686 run test on remote targets.
29687
29688 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29689
29690 * gdb.asm: New directory.
29691 * configure.in: Configure it.
29692 * configure: Regenerate.
29693 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29694 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29695
29696 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29697
29698 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29699
29700 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
29701
29702 * gdb.base/overlays (several files): Merge the two overlay
29703 managers into one. Change variables (foox, barx, bazx, grbxx)
29704 back into ints but force them to load in their proper sections.
29705
29706 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29707
29708 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29709 on-chip insn memory and IMAP1 to upper 128k.
29710 (D10VCopy): Handle memory regions crossing 16k boundaries.
29711 (D10VCopy): Transfer data in 32 bit chunks.
29712
29713 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29714
29715 * gdb.base/overlays.c (main): Exit normally when result is
29716 correct.
29717
29718 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29719 map. Include space for printf in .text segment.
29720
29721 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29722 updated d10v memory VMA/LMA map.
29723 (D10VCopy): Call D10VTranslate.
29724
29725 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29726
29727 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29728
29729 * gdb.base/bar.c (barx, bar): Change variable to small array so
29730 that it won't be put into the .sdata - small data -
29731 section. Update reference.
29732 * gdb.base/baz.c (bazx, baz): Ditto.
29733 * gdb.base/foo.c (foox, foo): Ditto.
29734 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29735
29736 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29737 to be arrays.
29738
29739 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
29740
29741 * gdb.base/overlays.exp: fix up and get working again.
29742 Add tests for backtraces from an overlay function.
29743
29744 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29745
29746 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29747 "calling function with watchpoint enabled".
29748
29749 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29750
29751 * gdb.base/break.exp (test_next_with_recursion): Remove
29752 gdb_suppress_tests for d10v-*-*.
29753 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29754 pending review of whether it is useful or not.
29755
29756 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29757
29758 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29759
29760 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29761
29762 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29763 * config/dve.exp: New file to support Densan boards.
29764
29765 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29766
29767 * gdb.base/interrupt.exp: Document problem of simulators, signals,
29768 reads and BSD.
29769
29770 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29771
29772 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29773 response.
29774
29775 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29776
29777 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29778
29779 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29780 test.
29781
29782 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29783 target_sizeof_long and target_bigendian_p.
29784 (structs_by_value, structs_by_reference): Check values according
29785 to targets word size and endianess.
29786
29787 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29788
29789 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29790 output.
29791
29792 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29793
29794 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29795 Update test of set args help to match source change.
29796
29797 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29798
29799 * gdb.base/default.exp: Expect help system output to be in
29800 alphabetical order.
29801 * gdb.base/help.exp: Ditto.
29802
29803 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29804
29805 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29806 "i*86-pc-linux-gnu*".
29807 * gdb.base/interrupt.exp: Ditto.
29808 * gdb.base/corefile.exp: Ditto.
29809
29810 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29811 define vxworks when building the testcase.
29812
29813 * gdb.base/ptype.exp: Fix testnames to be unique.
29814 * gdb.base/radix.exp: Ditto.
29815 * gdb.base/term.exp: Ditto.
29816 * gdb.base/whatis.exp: Ditto.
29817 * gdb.c++/classes.exp: Ditto.
29818
29819 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29820
29821 * gdb.base/callfuncs.exp: Fix indentation.
29822
29823 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29824 suppress_flag has been set.
29825 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29826 target feature.
29827
29828 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29829
29830 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29831 the testcase.
29832
29833 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29834 set_debug_traps() and breakpoint().
29835 * gdb.c++/misc.cc (main): Ditto.
29836 * gdb.c++/templates.cc (main): Ditto.
29837 * gdb.c++/virtfunc.cc (main): Ditto.
29838
29839 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29840
29841 * lib/gdb.exp(gdb_step_for_stub): New function.
29842 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29843 exists, reload the executable and do a "continue" instead of
29844 doing a jump.
29845 (runto_main): Use gdb_step_for_stub.
29846
29847 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29848 tests to have unique names.
29849 * gdb.base/callfuncs.exp: Ditto.
29850 * gdb.base/commands.exp: Ditto.
29851 * gdb.base/default.exp: Ditto.
29852 * gdb.base/help.exp: Ditto.
29853 * gdb.base/list.exp: Ditto.
29854 * gdb.base/opaque.exp: Ditto.
29855 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29856 similar tests.
29857
29858 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29859 * gdb.c++/cplusfuncs.cc: Ditto.
29860 * gdb.c++/virtfunc.cc: Ditto.
29861
29862 * config/monitor.exp: Keep track of the last file we saw, rather
29863 than trying to get the info from gdb.
29864
29865 * gdb.fortran/types.exp: Move comment to previous line.
29866
29867 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29868
29869 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29870 target mode.
29871
29872 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29873
29874 From Bob Manson:
29875 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29876 string from GDB when it connects.
29877
29878 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29879
29880 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29881
29882 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29883 if we can't get a debug format from GDB (we may be testing an
29884 older GDB). Use a 10 second timeout when checking for the format.
29885
29886 * gdb.stabs/weird.exp: Fix quoting.
29887
29888 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29889
29890 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29891
29892 * config/arm-ice.exp: New file.
29893
29894 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29895
29896 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29897 until it has been modified to work with the new testsuite.
29898
29899 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29900 testcase won't compile, cause all of the testcases in the file to
29901 fail instead.
29902
29903 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29904 (gdb_clear_suppressed): New procedure.
29905 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29906 it contains a positive value.
29907
29908 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29909
29910 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29911
29912 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29913
29914 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29915
29916 * lib/gdb.exp (setup_xfail_format): New function.
29917 (get_debug_format): New function to get debug format.
29918 (debug_format): New global variable to hold last value set
29919 by get_debug_format.
29920 * gdb.base/list.exp: Call get_debug_format and expect some
29921 tests to fail for DWARF 1 and COFF formats.
29922 * gdb.c++/ptype.exp: Ditto.
29923 * gdb.c++/classes.exp: Ditto.
29924 * gdb.c++/cplusfuncs.exp: Ditto.
29925 * gdb.c++/inherit.exp: Ditto.
29926 * gdb.c++/templates.exp: Ditto.
29927 * gdb.c++/virtfunc.exp: Ditto.
29928
29929 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29930
29931 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29932 host doesn't have a currently-open connection.
29933
29934 * config/sparclet.exp: Cleanups and fixes to make it generic for
29935 any gdb stub target. Handle cases where gdb doesn't respond when
29936 interrupted in a sane fashion.
29937
29938 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29939 same thing in a totally different way.
29940
29941 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29942 setting "timeout".
29943 (gdb_start): We set the global gdb_prompt variable in
29944 default_gdb_init now.
29945
29946 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29947
29948 * gdb.base/printcmds.exp: Fix "check for floating addition"
29949 regexp to accept results within approx +/- .01 of exact value.
29950 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29951
29952 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29953
29954 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29955 properly.
29956 (gdb_expect): Add optional timeout parameter, and add timeout
29957 value to various calls.
29958 (gdb_suppress_tests): Only give one warning message per group.
29959
29960 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29961
29962 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29963 global variables. Handle getting a value for $timeout more
29964 gracefully.
29965
29966 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29967
29968 * lib/gdb.exp: Close connection to remote host if gdb doesn't
29969 initialize.
29970 (default_gdb_init): New procedure; allow gdb_init to be overridden
29971 by a target configuration file.
29972 (gdb_expect): Pass the timeout to remote_expect.
29973
29974 * config/monitor.exp(gdb_load): Fix typo in regexp.
29975
29976 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29977
29978 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29979
29980 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29981
29982 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29983 here. Call gdb_target_exec before rebooting the target, to make
29984 sure the connection to the target is closed.
29985 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29986 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29987 Also detect "Timeout reading from remote" error.
29988
29989 * config/gdbserver.exp: Pass the executable being loaded to
29990 gdb_target_monitor. Don't call gdb_file_cmd here; let
29991 gdb_target_monitor do it.
29992
29993 * gdb.disasm/hppa.exp: Don't use exec_output.
29994
29995 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29996
29997 * gdb.base/list.exp: If we're debugging a non-native target,
29998 try to set the pc register to point to the start of the
29999 program before doing the first list command.
30000
30001 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
30002 test_calls after restarting.
30003
30004 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
30005 reloading.
30006
30007 * gdb.base/watchpoint.exp: Fix typo.
30008
30009 * gdb.base/setshow.exp: Check for use_gdb_stub.
30010
30011 * gdb.base/break.exp: Fix continue until exit test for the gdb
30012 stub case.
30013 * gdb.base/langs.exp: Ditto.
30014
30015 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
30016 gdb_load_offset. If we weren't given a file to load, figure out
30017 what the current file is and use it.
30018
30019 * config/i386-bozo.exp: New file.
30020
30021 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
30022
30023 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
30024 feature.
30025
30026 * config/proelf.exp: New entry.
30027
30028 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
30029
30030 * lib/gdb.exp: Remove spurious .* patterns at the beginning
30031 of regexps.
30032
30033 * gdb.base/watchpoint.exp: Don't run the test_stepping
30034 tests if gdb can't call functions on the target.
30035
30036 * gdb.base/setshow.exp: Don't run the set prompt tests if
30037 the board has gdb_prompt set.
30038
30039 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
30040
30041 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
30042 * gdb.base/commands.exp: Likewise.
30043 * gdb.base/setshow.exp: Likewise.
30044
30045 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
30046
30047 * config/monitor.exp(gdb_start): Look for gdb_prompt target
30048 feature.
30049
30050 * config/i960.exp: New file.
30051
30052 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
30053
30054 * gdb.base/funcargs.exp: Check for gdb,short_int target
30055 feature instead of looking for explicit target triplets.
30056
30057 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
30058
30059 * gdb.base/printcmds.exp: add a couple more tests a la
30060 "p 123DEADBEEF", to check parse_number.
30061 * top.c: change "to enable to enable" to "to enable" in a couple
30062 of help strings.
30063
30064 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
30065
30066 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
30067 on the mn10300.
30068
30069 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
30070
30071 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
30072 where the test executable is run with explicit args.
30073 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
30074
30075 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
30076
30077 * gdb.base/run.c: Use FAKEARGV to build test executable that
30078 does not require a command line arg, since most simulators
30079 don't currently support passing such an arg into the simulated
30080 program.
30081 * gdb.base/commands.exp: Change tests to insert the proper
30082 value as the arg to the first recursive factorial call. Change
30083 compilation line to define FAKEARGV at compile time.
30084
30085 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
30086
30087 * gdb.base/recurse.exp: Enable these tests for the mn10300.
30088 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
30089 function with watchpoint enabled" test.
30090
30091 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
30092
30093 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
30094 Don't call gdb_test when the command doesn't return to a gdb prompt.
30095
30096 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
30097 "Tests restarted" messages.
30098
30099 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
30100
30101 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
30102
30103 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
30104
30105 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
30106 for INFO SYMBOL; add help tests for OVERLAY commands.
30107 * gdb.base/default.exp: add tests for INFO SYMBOL command;
30108 add tests for OVERLAY commands
30109 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
30110 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
30111 * gdb.base/sigall.c: add usestubs code frag
30112 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
30113
30114 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
30115
30116 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
30117 failures.
30118 (gdb_stop_suppressing_tests): Note that tests have restarted.
30119
30120 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
30121
30122 * config/h8300.exp: New file.
30123
30124 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
30125
30126 * gdb.base/setshow.exp: Check for the existence of a
30127 feature, not its value.
30128
30129 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
30130
30131 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
30132
30133 * gdb.base/scope.exp: It's now init0(), not init().
30134
30135 * gdb.base/scope0.c: For now, change init() to be init0().
30136
30137 * config/monitor.exp: Use gdb_serial in preference to serial
30138 or netport.
30139
30140 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
30141 and it's not already set.
30142
30143 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
30144
30145 * gdb.base/setshow.exp: Only test the run command if the target
30146 isn't using a stub and if it supports argument passing.
30147
30148 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
30149
30150 * config/udi.exp(gdb_start): Make sure UDICONF is set
30151 properly before starting gdb.
30152
30153 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
30154
30155 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
30156 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
30157 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
30158
30159 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
30160
30161 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
30162 specialized code to reboot the board, use remote_reboot instead.
30163
30164 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
30165
30166 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
30167
30168 * config/monitor.exp: Make sure we disconnect from the target.
30169 Also, try a reboot/reload cycle instead of failing if the
30170 load fails.
30171
30172 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
30173
30174 * gdb.base/default.exp: Don't set match_max.
30175 * gdb.base/help.exp: Ditto.
30176 * gdb.base/list.exp: Ditto.
30177 * gdb.base/signals.exp: Ditto.
30178
30179 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
30180 set, use remote_ld to download the testcase instead of
30181 the GDB loader.
30182
30183 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
30184
30185 * config/vr5000.exp: New file.
30186
30187 * config/monitor.exp(gdb_target_monitor): Add pattern for
30188 "Ending remote" to detect errors in connecting.
30189
30190 * gdb.base/setshow.exp: Add .* within auto language test.
30191
30192 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
30193 target feature.
30194
30195 * config/monitor.exp(gdb_load): Check for a failure when loading,
30196 and reboot the board if necessary.
30197
30198 * gdb.base/setvar.exp(test_set): Handle multiple prints within
30199 a set of tests. Remove print.* from the patterns being checked.
30200
30201 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
30202
30203 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
30204 refer to gdb_spawn_id.
30205
30206 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
30207 longer used.
30208 * config/sparclet.exp: Ditto.
30209 * config/sparclet-old.exp: Ditto.
30210 * config/slite.exp: Ditto.
30211 * config/sim.exp: Ditto.
30212 * gdb.base/funcargs.exp: Ditto.
30213
30214 * lib/gdb.exp:Remove references to gdb_spawn_id.
30215 (gdb_expect): Move to remote.exp.
30216
30217 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
30218
30219 * config/monitor.exp: Detect the "Couldn't establish connection"
30220 message from GDB.
30221
30222 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
30223
30224 * gdb.base/bitfields.exp: Use runto instead of explicit
30225 gdb_run_cmd/gdb_expect sequences.
30226
30227 * gdb.base/break.exp(text_next_with_recursion): Add match for
30228 gdb_expect call.
30229
30230 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
30231 We also need to handle the "A program is being debugged already"
30232 prompt from gdb. Use gdb_test to set the baud rate.
30233
30234 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
30235 to 20000. Really. I mean it.
30236
30237 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
30238
30239 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
30240 fails. If suppress_flag is set, skip perror message about not
30241 being able to send to GDB.
30242 (send_gdb): If suppress_flag is set, don't try to send commands to
30243 GDB.
30244 (gdb_expect): If suppress_flag is set, always fail immediately.
30245 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
30246 (gdb_init): Call gdb_stop_suppressing_tests.
30247 (default_gdb_exit): Ditto.
30248 (default_gdb_start): Ditto.
30249
30250 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
30251 gdb_stop_suppressing_tests as appropriate.
30252 * gdb.base/break.exp: Ditto.
30253 * gdb.base/callfuncs.exp: Ditto.
30254 * gdb.base/commands.exp: Ditto.
30255 * gdb.base/exprs.exp: Ditto.
30256 * gdb.base/funcargs.exp: Ditto.
30257 * gdb.base/list.exp: Ditto.
30258 * gdb.base/recurse.exp: Ditto.
30259 * gdb.base/scope.exp: Ditto.
30260 * gdb.base/structs.exp: Ditto.
30261 * gdb.c++/inherit.exp: Ditto.
30262
30263 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
30264
30265 * config/vr4300.exp: New file.
30266
30267 * gdb.*/*.exp: Call gdb_expect instead of expect.
30268
30269 * lib/gdb.exp(gdb_expect): New function.
30270
30271 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
30272
30273 * lib/gdb.exp(gdb_init): New function.
30274
30275 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
30276 for each individual variable set.
30277
30278 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
30279 name.
30280
30281 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
30282
30283 * gdb.base/scope.exp: Use gdb_test.
30284
30285 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
30286 aborting; the testsuite driver will do that for us (see
30287 gdb_finish). Also, use gdb_test in a few more places.
30288
30289 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
30290
30291 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
30292
30293 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
30294
30295 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
30296 and "add_tests" are not at the same address.
30297
30298 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
30299
30300 * gdb.base/ptype.exp: Use gdb_test.
30301
30302 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
30303
30304 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
30305 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
30306 left in. No longer expect them to fail.
30307
30308 * gdb.stabs/*.mt; Deleted, no longer used.
30309 * gdb.stabs/configure.in: Remove references to target makefile
30310 frags.
30311 * gdb.stabs/configure: Rebuilt.
30312
30313 * gdb.disasm/*.mt: Deleted, no longer used.
30314 * gdb.disasm/configure.in: Remove references to target makefile
30315 frags. Use "sh3.s" as the unique filename for this directory.
30316 * gdb.disasm/configure: Rebuilt.
30317
30318 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
30319 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
30320 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
30321
30322 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
30323
30324 * config/udi.exp: Use mondfe,name instead of remote_host.
30325
30326 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
30327
30328 * gdb.base/watchpoint.exp: Don't expect a failure when calling
30329 a function with a watchpoint enabled on the mn10200.
30330
30331 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
30332 before trying to create it!
30333
30334 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
30335
30336 * config/vx.exp: Use hostname instead of netport.
30337
30338 * config/vxworks.exp: New file.
30339
30340 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
30341
30342 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
30343 gdb before assuming everything worked. Send a ^C if a timeout
30344 occurs.
30345
30346 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
30347 $gdb_spawn_id directly.
30348 (gdb_run_cmd): Try _start as well as start. Use the target feature
30349 gdb,start_symbol as the symbol to start from when jumping.
30350
30351 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
30352
30353 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
30354 redundant) test.
30355
30356 * gdb.base/recurse.exp: Relax final value test for 'b' so that
30357 it doesn't lose for 16bit integer systems.
30358
30359 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
30360
30361 * gdb.fortran/types.exp: If the target doesn't support "double"
30362 data types, then expect "real" types to only be 4 bytes.
30363
30364 * gdb.c++/virtfunc.exp: Expect failure for virtual function
30365 call tests if the target doesn't support inferior function calls.
30366
30367 * gdb.base/printcmds.exp: Allow minor deviation in FP values
30368 in printf tests.
30369
30370 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
30371
30372 * gdb.base/help.exp: Disable "help set", "help show", and
30373 "help support". Simplify regexp for "help stack".
30374
30375 * gdb.base/default.exp: Set match_max to 5000 and the timeout
30376 to 60 seconds. Temporarily set match_max to 15000 around the
30377 "info copying" test.
30378
30379 * gdb.base/nodebug.exp: Don't try to do an inferior function
30380 call if the target doesn't support them.
30381 * gdb.base/printcmds.exp: Likewise.
30382 * gdb.base/setvar.exp: Likewise.
30383 * gdb.base/structs.exp: Likewise.
30384 * gdb.c++/templates.exp: Likewise.
30385 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
30386
30387 * gdb.base/recurse.exp: Enable for the mn10200.
30388
30389 * configure.in: Do configure gdb.stabs directory for *-*-elf
30390 targets.
30391 * configure: Rebuilt.
30392
30393 * gdb.base/break.exp: Check for gdb,noresults before testing
30394 exit status and/or results from the target.
30395 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
30396 * lib/gdb.exp: Remove old (now bogus) initialization of
30397 noinferior, noargs, noresults and nosignals.
30398
30399 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
30400
30401 * config/sh.exp: New file.
30402
30403 * config/slite.exp: Try to connect multiple times to the board
30404 before rebooting. Only send a "monitor run" if need_monitor_run
30405 is set.
30406
30407 * gdb.base/break.exp: Don't do the "stub continue" test if
30408 the target has gdb_stub set.
30409
30410 * gdb.base/callfuncs.exp: Increase the timeout.
30411
30412 * gdb.base/interrupt.exp: Don't even try to compile the testcase
30413 if the target has gdb,noinferiorio set.
30414
30415 * gdb.base/list.exp: Increase match_max to 10000 characters.
30416
30417 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
30418
30419 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
30420 target.
30421
30422 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
30423
30424 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
30425
30426 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
30427 trying to delete the copy of gdb. Catch the file delete so we
30428 don't die if the delete fails; also, the file should be copied to
30429 the host, not to the build.
30430
30431 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
30432
30433 * lib/gdb.exp(gdb_test): Surround the result pattern with
30434 parenthesis in case it contains multiple regexps separated
30435 with |.
30436
30437 * gdb.base/watchpoint.exp: Use gdb_test.
30438 * gdb.base/default.exp: Ditto.
30439
30440 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
30441
30442 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
30443
30444 * gdb.base/scope.exp: Use gdb_test.
30445 * gdb.c++/classes.exp: Ditto.
30446 * gdb.c++/inherit.exp: Ditto.
30447
30448 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
30449
30450 * gdb.base/crossload.exp: Don't use execute_anywhere, use
30451 remote_exec instead.
30452 * gdb.base/corefile.exp: Don't be ridiculous.
30453 * gdb.base/*.c: Add missing stub invocations.
30454
30455 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
30456
30457 * config/slite.exp: Miscellaneous fixes.
30458
30459 * lib/gdb.exp: Fix runto.
30460
30461 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
30462 the target.
30463
30464 * gdb.base/watchpoint.exp: Fix regexp.
30465
30466 * lib/gdb.exp(default_gdb_exit): Add a catch to the
30467 close and wait commands, as the descriptor may now be
30468 invalid. Always call "remote_close host".
30469
30470 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
30471
30472 Major rewrite for testsuite revision.
30473
30474 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
30475 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
30476 instead of relying on spawn_id to always contain a valid
30477 spawn id.
30478 (get_compiler_info): New procedure to build the ${binfile}.ci
30479 file, instead of replicating this in N different places.
30480 (gdb_compile): New procedure.
30481
30482 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
30483 appropriate arguments) instead of compile. Use gdb_test in a lot
30484 more places. Use send_gdb instead of send. Always run gdb_start
30485 at the start of a testcase, as this is no longer done magically.
30486
30487 config/*-gdb.exp: Rename without the -gdb suffix.
30488
30489 config/mips.exp: Use remote_close instead of exit_remote_shell.
30490 config/monitor.exp: Use target_info instead of looking at
30491 baud, timeout, etc.
30492 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
30493
30494 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30495
30496 * gdb.c++/templates.exp (test_ptype_of_templates),
30497 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
30498 Update expect patterns for destructors and assignment operators
30499 to match corresponding c-typeprint.c changes.
30500 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
30501 to destructor breakpoint test, GDB should be able to set the
30502 destructor breakpoint without specifying arguments.
30503
30504 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
30505
30506 * gdb.threads/pthreads.exp: Change result for failure to compile due
30507 to lack of pthreads runtime support from an error to simply an
30508 unsupported test, per dejagnu standards.
30509
30510 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30511
30512 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
30513 where GDB exits to reduce pattern match time.
30514 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
30515
30516 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
30517
30518 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
30519
30520 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
30521 * gdb.base/default.exp: ditto.
30522 * gdb.base/nodebug.exp: ditto.
30523 * gdb.base/printcmds.exp: ditto.
30524 * gdb.base/ptype.exp: ditto.
30525 * gdb.base/setvar.exp: ditto.
30526 * gdb.base/structs.exp: ditto.
30527 * gdb.base/setshow.c: Guard against uninitialized values of argc.
30528
30529 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
30530
30531 * configure, */configure: Rebuild with autoconf 2.12.
30532
30533 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
30534
30535 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
30536 use new i*86-pc-linux*-gnu quads.
30537 * gdb.base/corefile.exp: Ditto.
30538 * gdb.base/signals.exp: Ditto.
30539 * gdb.base/sigall.exp: Ditto.
30540 * gdb.base/interrupt.exp: Ditto.
30541
30542 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
30543 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
30544 RedHat 4.0.
30545
30546 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
30547 linux. This allows the test case to at least compile on latest
30548 linux, but still not run due to missing the threads runtime library.
30549
30550 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30551
30552 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
30553 directory to search gdb directory. Accept and step over conditional
30554 stack alignment code. Consume $prompt in failure cases.
30555 Reset timeout to $oldtimeout instead of some arbitrary value.
30556 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
30557 timeout problems with infinite stack backtraces.
30558 * gdb.base/ptype.exp (ptype struct link, union tu_link):
30559 Accept function parameters for linkfunc member.
30560
30561 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
30562
30563 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
30564 (CXXFLAGS): Remove, unreferenced.
30565 (B_OPTIONS): Add for -B options and add code to initialize with
30566 previous -B options and also add -B option to pick up cross compiled
30567 runtime.
30568 (TARGET_INCLUDES): Add for -I options and add code to initialize when
30569 doing cross compiles.
30570 (target_alias): Declare global.
30571 (xgcc): Set variable to full path of gcc in build tree. Use findfile
30572 to verify that gcc exists in build tree, and if so set CC to that
30573 gcc and to use B_OPTIONS and TARGET_INCLUDES.
30574
30575 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
30576
30577 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
30578 ptype test for anonymous union. Fixup testcase to match
30579 current gcc debug output.
30580
30581 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
30582
30583 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
30584 force argument to an unsigned long type.
30585
30586 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
30587
30588 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
30589 tests and anonymous union print/ptype tests.
30590 * gdb.base/list.exp (test_forward-search): Increase timeout by
30591 5 minutes for the "search extremely long line" case.
30592 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
30593 completely optional and that the pass/fail messages use the command as
30594 the message if that third arg is a null string.
30595 (gdb_test_exact): Arrange that a null string pattern means match a
30596 null string output rather than any output, which might include random
30597 errors.
30598 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
30599 backtrace test.
30600 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
30601 always failing and failure is now exposed by gdb.exp changes.
30602
30603 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
30604
30605 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
30606 weren't being noted.
30607
30608 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30609
30610 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
30611 * gdb.stabs/weird.exp: Remove v_comb xfails.
30612
30613 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
30614
30615 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
30616 list.exp scope.exp watchpoint.exp]
30617 Make all timeout error msgs explicitly say "(timeout)".
30618
30619 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
30620
30621 * config/monitor.exp: Increase download timeout to 1000 seconds.
30622
30623 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
30624
30625 * config/m32r.exp: Increase timeout to 120 seconds.
30626
30627 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
30628
30629 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30630 and accept older ordering as obsolescent gcc or gdb.
30631 * gdb.c++/templates.exp: Ditto.
30632 * gdb.c++/virtfunc.exp: Ditto.
30633
30634 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
30635
30636 * gdb.base/coremaker.c: Add code to mmap some data so we
30637 can check that it ends up in the core file.
30638 * gdb.base/corefile.exp: Add test to read mmapped data
30639 from core file.
30640
30641 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
30642
30643 * config/m32r.exp: New file.
30644
30645 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
30646
30647 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
30648 that cflags can contains -gstabs, and work correctly for other tests.
30649
30650 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
30651
30652 * gdb.base/setshow.exp: New file, tests show and set.
30653 * gdb.base/setshow.c: New file, tests show and set.
30654 * gdb.base/help.exp: Add test for help set|show annotate.
30655 * gdb.base/default.exp: Add test for set|show annotate.
30656
30657 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
30658
30659 * testsuite/gdb.base/break.exp: Make backtrace from factorial
30660 errors unique.
30661 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
30662 explicitly.
30663
30664 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
30665
30666 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30667 and width commands. This is done elsewhere.
30668 * (gdb_start): Don't call gdb_start_sim here. That's already
30669 done in gdb_load. This fixes lots of failures in default.exp.
30670
30671 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30672
30673 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30674 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30675 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30676 in the same we we treat other failures (since it may be an expected
30677 condition), rather than as an error.
30678 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30679 old test format.
30680
30681 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30682
30683 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30684 (distclean maintainer-clean realclean): No need to remove files
30685 twice. Nuke the duplicates.
30686 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30687 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30688 Remove config.h along with other config files.
30689
30690 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30691
30692 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30693 "p func1 ()" and note that rests of tests are skipped.
30694 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30695 setup_xfails for "print func2::coremaker_local".
30696 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30697 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30698 affected by the previous run test.
30699 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30700 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30701 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30702 "pass int powerset tuple" and "pass modeless int powerset tuple".
30703 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30704 "real write 4" and "real write 8".
30705 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30706 setup_xfails for "print vs1 after tuple assign 2",
30707 "print \$i after tuple assign 2", and
30708 "print vs2 after tuple assign 2".
30709 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30710 meaningful error message and return -1 so the caller can
30711 suppress further tests and avoid a cascade of errors.
30712
30713 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30714
30715 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30716 format for printing version.
30717 * gdb.base/default.exp: Ditto.
30718 * gdb.base/interrupt.exp: Fix problem with cascade of
30719 errors if child process dies while calling a function.
30720
30721 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30722
30723 * Makefile.in (VPATH): Add
30724 * Makefile.in (Makefile, config.status): Fix rules so things get
30725 remade when necessary.
30726
30727 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30728
30729 * Makefile.in (just-check): Add path to sibling expect dir
30730 to environment variable specified by RPATH_ENVVAR.
30731
30732 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30733
30734 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30735 (just-check): Add shared library paths for libstdc++, tk,
30736 tcl, bfd, and opcodes to the environment variable specified
30737 in RPATH_ENVVAR.
30738 * configure.in: Add support to recognize --enable-shared flag
30739 and generate correct value for RPATH_ENVVAR.
30740 * configure: Regenerated with autoconf.
30741
30742 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30743
30744 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30745 include all osf versions.
30746 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30747 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30748 when target is linux. When failing to build pthreads test
30749 executable, give more meaningful message.
30750 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30751 arg for pthread_create.
30752
30753 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30754
30755 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30756 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30757 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30758 and -lpthreads (everybody else).
30759 (test_startup): Fail gracefully if threads are not supported.
30760 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30761 "p/c array_index("abcdef",2)" when not gcc compiled.
30762 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30763 "print func2::coremaker_local" when not gcc compiled.
30764 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30765 "ptype on opaque struct tagname (statically)",
30766 "ptype on opaque struct tagname (dynamically) 1", and
30767 "ptype on opaque struct tagname (dynamically) 2"
30768 for not compiled with gcc.
30769 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30770 backtrace when compiled with gcc.
30771 * lib/gdb.exp (runto_main): Return result of "runto main" rather
30772 than always return success.
30773
30774 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30775
30776 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30777
30778 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30779
30780 * gdb.base/structs.exp: Undo last change.
30781
30782 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30783
30784 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30785 encapsulate all the steps/nexts done during self test, starting
30786 at main, and makes them less sensitive to optimization issues.
30787 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30788 signal handler" test.
30789 * gdb.threads/pthreads.exp: Only run this for native configs.
30790 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30791 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30792 tests.
30793 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30794 for "runto test_calls(void)" test.
30795
30796 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30797
30798 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30799 and don't expect address info in breakpoint confirmations.
30800
30801 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30802
30803 * gdb.base/list.exp (test_forward_search): Increase timeout
30804 temporarily by 60 seconds for searching extremely long line,
30805 and then reset to old value when done. Increase expect input
30806 buffer to 10000.
30807
30808 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30809
30810 * gdb.base/list.exp (test_forward_search): Fix to handle very
30811 long source line without overflowing expect's input buffer.
30812
30813 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30814
30815 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30816 "buffer_full".
30817
30818 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30819 "buffer_full".
30820
30821 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30822 "buffer_full".
30823
30824 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30825 "buffer_full".
30826
30827 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30828
30829 * configure.in (configdirs): Add gdb.threads.
30830 * configure: Regenerated with autoconf.
30831 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30832 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30833 * gdb.threads/configure: New, generated with autoconf.
30834
30835 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30836
30837 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30838
30839 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30840
30841 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30842 each signal's status in the output of "handle all print".
30843 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30844 the \r\n sequence that immediately precedes the gdb prompt.
30845 * gdb.base/a1-selftest.exp: Save original timeout and restore
30846 after test.
30847
30848 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30849
30850 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30851 symbol.
30852
30853 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30854
30855 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30856
30857 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30858
30859 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30860 timeout by 60 seconds.
30861
30862 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30863
30864 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30865 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30866 error return.
30867
30868 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30869
30870 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30871 gdb initialization, also report how long dejagnu waited. Restore
30872 old timeout before doing error return. Temporarily increase timeout
30873 by 3 minutes to allow for slow startups over heavy NFS use.
30874
30875 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30876
30877 * lib/gdb.exp: Report timeout value for verbosity level 2.
30878 * config/gdbserver.exp: Ditto.
30879 * config/hppro.exp: Ditto.
30880 * config/mips-gdb.exp: Ditto.
30881 * config/monitor.exp: Ditto.
30882 * config/netware.exp: Ditto.
30883 * config/sim-gdb.exp: Ditto.
30884 * config/slite-gdb.exp: Ditto.
30885 * config/udi-gdb.exp: Ditto.
30886 * config/unix-gdb.exp: Ditto.
30887 * config/vx-gdb.exp: Ditto.
30888 * gdb.base/a1-selftest.exp: Ditto.
30889 * gdb.base/a2-run.exp: Ditto.
30890 * gdb.base/break.exp: Ditto.
30891 * gdb.base/corefile.exp: Ditto.
30892 * gdb.base/list.exp: Ditto.
30893 * gdb.base/recurse.exp: Ditto.
30894 * gdb.base/scope.exp: Ditto.
30895 * gdb.base/signals.exp: Ditto.
30896
30897 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30898
30899 * gdb.threads/Makefile.in (docdir): Removed.
30900
30901 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30902
30903 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30904 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30905 @srcdir@.
30906 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30907 autoconf 2.5 or higher.
30908 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30909
30910 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30911
30912 * configure: Regenerated.
30913 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30914 avoid name clashes with SunOS headers.
30915
30916 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30917
30918 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30919
30920 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30921
30922 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30923 prototype information ends up in the compiler info file.
30924
30925 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30926
30927 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30928 attempting to regenerate it. Eliminate use of a temporary file
30929 and just generate the info file directly. Source it immediately,
30930 for consistency of use.
30931 * gdb.base/corefile.exp: Ditto
30932 * gdb.base/exprs.exp: Ditto.
30933 * gdb.base/funcargs.exp: Ditto.
30934 * gdb.base/langs.exp: Ditto.
30935 * gdb.base/list.exp: Ditto.
30936 * gdb.base/mips_pro.exp: Ditto.
30937 * gdb.base/nodebug.exp: Ditto.
30938 * gdb.base/opaque.exp: Ditto.
30939 * gdb.base/ptype.exp: Ditto.
30940 * gdb.base/scope.exp: Ditto.
30941 * gdb.base/setvar.exp: Ditto.
30942 * gdb.base/signals.exp: Ditto.
30943 * gdb.base/whatis.exp: Ditto.
30944 * gdb.c++/templates.exp: Ditto.
30945 * gdb.c++/virtfunc.exp: Ditto.
30946 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30947 whether or not to add -lstdc++ to the compile command line args.
30948
30949 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30950
30951 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30952 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30953 Increase timeout, a lot of single stepping might be needed if the
30954 target has no hardware watchpoints.
30955
30956 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30957
30958 * gdb.base/break.exp: Ignore compiler warnings when compiling
30959 break.c.
30960 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30961 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30962 from remote-sim.
30963 * gdb.base/exprs.exp: Add h8300 xfails.
30964 * gdb.base/funcargs.exp: Likewise.
30965 * gdb.base/nodebug.exp: Likewise.
30966 * gdb.base/printcmds.exp: Likewise.
30967 * gdb.base/ptype.exp: Likewise.
30968 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30969 h8300 xfails.
30970 * gdb.base/return.exp: Handle float/double precision problems
30971 on the h8300.
30972 * gdb.base/funcargs.c: Explicitly make last constant argument to
30973 call_after_alloca_subr an unsigned long type.
30974 * gdb.base/return.c: Include stdio.h.
30975
30976 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30977
30978 * config/abug.exp: New file for the older Motorola Bug monitor
30979 that runs on the mvme13x series VME boards.
30980 * config/monitor.exp: Use the new config array for target settings
30981 if they exist.
30982
30983 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30984
30985 * sim-gdb.exp: Make the SH simulator allocate less space when
30986 it is targeted.
30987
30988 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30989
30990 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30991 test.
30992
30993 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30994
30995 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30996 "rs6000-*-*" for "list function in include file" when gcc compiled.
30997 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30998 for "p ctable1[120]".
30999 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
31000 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
31001 Remove setup_xfail for "rs6000-*-*" for
31002 "print 'scope0.c'::filelocal before run".
31003 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
31004 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
31005 since some compilers don't allow both options to be given
31006 on the same command line. Create object file and move it.
31007
31008 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
31009
31010 * gdb.base/corefile.exp: Always regenerate the core file, since
31011 we always regenerate the coremaker program. Detect special case
31012 where registers cannot be read from core file.
31013
31014 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
31015
31016 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
31017 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
31018 * gdb.c++/templates.exp: Only match on basename of file since
31019 some formats like xcoff don't encode directory information.
31020 * gdb.stabs/weird.exp: Use the right sed script for powerpc
31021 and rs6000 AIX xcoff targets.
31022 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
31023 * configure: Regenerate.
31024 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
31025 here, rather than in distclean.
31026
31027 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
31028
31029 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
31030 defined, and use it to compile the test case with -O2. The
31031 native compilation still uses no optimization.
31032 * gdb.base/mips_pro.c: Remove inline assembly code since
31033 it is compiled PIC by default, which results in assembler
31034 warnings that make the testsuite think the compilation
31035 was unsuccessful.
31036
31037 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
31038
31039 * gdb.c++/misc.exp: Add note to message for
31040 "print s.a for foo struct" that this is a known gcc 2.7.2
31041 and earlier bug.
31042
31043 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
31044
31045 * gdb.base/break.exp: Fix pattern for matching "Delete all
31046 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
31047 setup_xfail for deleting all breakpoints test. Fix various
31048 timeout messages to include "(timeout)".
31049 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
31050 for "p t_float_values2(3.14159,float_val2)".
31051 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
31052 for "continue to call2g" when gcc compiled.
31053 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
31054 "up to foo in langs.exp", "show language at foo in langs.exp",
31055 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
31056 and "show language at fsub in langs.exp".
31057 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
31058 "list line 1 in include file", "list message for lines past EOF",
31059 "list function in include file", "list list0.h:foo", and
31060 "list filename:function; nonexistant function".
31061 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
31062 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
31063 and "ptype t_char_array" to be for native cc only.
31064
31065 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
31066
31067 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
31068 setup_xfail for "print coremaker_bss", "print coremaker_ro",
31069 "print func2::coremaker_local", and "backtrace in corefile.exp".
31070
31071 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
31072
31073 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
31074 "bt in signals.exp". This problem only appears when running
31075 the testsuite, and then only intermittently.
31076
31077 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
31078
31079 * gdb.base/return.exp (return_tests): Differentiate between
31080 two tests of continuing.
31081
31082 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
31083
31084 * */Makefile.in (maintainer-clean): Remove config.log.
31085 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
31086 * gdb.c++/Makefile.in (PROGS): Add inherit.
31087 (clean): Remove *.ci.
31088
31089 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
31090
31091 * gdb.c++/misc.cc: Add test code from Mike Stump.
31092 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
31093
31094 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
31095
31096 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
31097 to "alpha-*-osf2*" and add comment.
31098 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
31099 setup_xfail for "step over execarg initialization" and
31100 "step over corearg initialization".
31101 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
31102 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
31103 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
31104 gcc compiled for "print coremaker_bss", "print coremaker_ro",
31105 "print func2::coremaker_local", and "backtrace in corefile.exp".
31106 * gdb.base/signals.exp: Build and source signals.ci.
31107 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
31108 to be for gcc only.
31109 * lib/gdb.exp: Move verbose statements outside conditionals.
31110
31111 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31112
31113 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
31114 Feb 3 procfs.c change.
31115
31116 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
31117
31118 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
31119
31120 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
31121
31122 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
31123 from dejagnu's apparent default of 10 seconds, which gives random
31124 results when running the tests over NFS on moderately loaded systems.
31125 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
31126
31127 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
31128
31129 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
31130 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
31131 result reports.
31132
31133 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
31134
31135 * configure.in (CY_AC_PATH_TCLH): Remove.
31136 * configure: Regenerate.
31137
31138 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
31139
31140 * gdb.c++/Makefile.in (clean): Add missing '{'.
31141
31142 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
31143
31144 * lib/gdb.exp: Provide a default value for noinferior.
31145
31146 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
31147 Load libgloss.exp.
31148
31149 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
31150
31151 * gdb.disasm/hppa.exp: Compile directly into an executable, use
31152 the executable, not the .o to run the tests from.
31153
31154 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
31155
31156 * gdb.base/break.exp: Don't test for program exit or exit status
31157 if $noresults if nonzero.
31158 * gdb.base/langs.exp: Likewise.
31159 * gdb.base/watchpoint.exp: Likewise.
31160
31161 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
31162 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
31163 trying to compile the testcase.
31164
31165 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
31166
31167 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
31168 * gdb.base/signals.exp (continue to handler): Likewise.
31169
31170 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
31171
31172 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
31173
31174 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
31175
31176 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
31177
31178 * gdb.base/corefile.exp: Recognize "not found" as failure
31179 when trying to determine if a core file was generated.
31180 If no core file was generate the first time, try again without
31181 the ulimit -c to work around braindamaged shells.
31182
31183 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
31184
31185 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
31186 [] tests with "test" and enclose string in quotes.
31187 * gdb.stabs/configure: Rebuild
31188
31189 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
31190
31191 Changes in sync with expect:
31192 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
31193 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
31194 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
31195 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
31196 argument to AC_REQUIRE.
31197 * configure: Regenerated.
31198
31199 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
31200
31201 * gdb.base/corefile.exp: When generating a core, discard any
31202 error messages about ulimit not found and the "core dumped"
31203 message from the shell that runs the coredumper.
31204
31205 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
31206
31207 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
31208
31209 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
31210 which sed script to run. Expect failure for v_comb test
31211 on PA targets too.
31212
31213 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
31214
31215 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
31216 "print func2::coremaker_local" and for "backtrace in corefile.exp"
31217
31218 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
31219
31220 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
31221 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
31222 "sparc-sun-solaris*" xfails for "p v_comb".
31223 * lib/gdb.exp (default_gdb_start): Fix typo.
31224 * gdb.base/corefile.exp: Allow "Core was generated by ..."
31225 messages to not include the full program name that caused
31226 the core dump since some systems (such as solaris) apparently
31227 truncate this path to about 80 characters.
31228 When generating a core file first try increasing the core file
31229 size limit to unlimited since some systems may default it to
31230 zero, and it is harmless to try it. Move the test for failing
31231 to generate a core file to where it will actually get executed.
31232 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
31233 new gdb result from g++ debug info improvements and make old
31234 pattern obsolescent. Also account for size_t differences
31235 (may be int or long).
31236 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
31237 initialization before function call is placed in the delay slot
31238 and thus appears to be skipped over by commands such as "next".
31239
31240 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
31241
31242 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
31243
31244 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
31245
31246 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
31247 input source file; fix code to compile test to deal with this
31248 convention.
31249 * gdb.c++/*.exp: Likewise.
31250
31251 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
31252
31253 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
31254 "bt in signals.exp".
31255
31256 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
31257
31258 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
31259 "step over execarg initialization" and
31260 "step over corearg initialization".
31261
31262 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
31263
31264 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
31265 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
31266
31267 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
31268
31269 From Rob Savoye (rob@poseidon.cygnus.com)
31270 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
31271 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
31272 configure.in}, gdb.disasm/{Makefile.in, configure.in},
31273 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
31274 configure.in}: Major reworking for autoconfig.
31275 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
31276 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
31277 New files.
31278 * config/unix-gdb.exp: Make GDB global.
31279 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
31280 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
31281 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
31282 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
31283 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
31284 term.exp, twice.exp, watchpoint.exp, whatis.exp},
31285 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
31286 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
31287 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
31288 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
31289 pr-8136.exp, result.exp, string.exp, tuples.exp},
31290 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
31291 to returns as necessary, arrange for test to compile own testcase
31292 executable.
31293 * lib/gdb.exp: Changes for testsuite to compile own test cases.
31294
31295 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
31296
31297 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
31298 clear_xfail at end of test which might not call either pass or fail.
31299 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
31300 "backtrace through signal handler".
31301
31302 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31303
31304 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
31305 continuing from a job control stop signal.
31306 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
31307
31308 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
31309
31310 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
31311 * gdb.base/corefile.exp: Likewise.
31312 * gdb.base/funcargs.exp: Likewise.
31313
31314 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
31315
31316 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
31317 * config/monitor.exp: Add support for setting baud rate.
31318
31319 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
31320
31321 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
31322 i*86-*-linux* xfails for "backtrace through signal handler".
31323 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
31324 "print func2::coremaker_local".
31325 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
31326 alpha-dec-osf2* xfail for
31327 "delete all breakpoints when none".
31328
31329 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
31330
31331 * gdb.base/break.exp: Change test that deletes all breakpoints
31332 when no user breakpoints are installed. A post 4.15 change
31333 causes gdb to no longer prompt in this case.
31334
31335 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
31336
31337 * gdb.base/return.exp (return_tests): Change xfail for test
31338 "correct value returned double test" to stop xfailing at
31339 Solaris 2.5. Apparently the bug has been fixed.
31340
31341 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
31342
31343 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
31344 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
31345
31346 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
31347
31348 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
31349 * gdb.disasm/hppa.s: Corresponding changes.
31350
31351 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
31352
31353 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
31354 makefile fragment.
31355 * config/mt-hpux: Deleted.
31356
31357 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
31358
31359 * Many files: When warning about suppressed tests due to a
31360 nonexistant test binary, avoid incrementing the warning count.
31361
31362 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
31363
31364 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
31365
31366 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31367
31368 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
31369 "sparc-*-solaris2*".
31370
31371 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31372
31373 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
31374 Add global and local variables and initialize them.
31375 * gdb.base/corefile.exp: Test correct mapping of corefile sections
31376 by printing variables. Remove rs6000 and powerpc xfails, BFD now
31377 extracts the file name and terminating signal from the core file.
31378 * TODO: Remove note about tests for correct mapping of corefile.
31379 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
31380 from optimizing it away.
31381 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
31382 handles common blocks.
31383
31384 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
31385
31386 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
31387 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
31388
31389 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
31390
31391 * Makefile.in (maintainer-clean): New target, synonym for
31392 realclean.
31393 * gdb.base/Makefile.in (maintainer-clean): Likewise.
31394 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
31395 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
31396 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
31397 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
31398 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
31399
31400 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
31401
31402 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
31403 xfails when not gcc compiled for "print foo::funclocal".
31404 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
31405 "print foo::funclocal at foo",
31406 "print 'scope1.c'::foo::funclocal at foo",
31407 "print foo::funclocal_bss at foo",
31408 "print 'scope1.c'::foo::funclocal_bss at foo",
31409 "print foo::funclocal_ro at foo",
31410 "print 'scope1.c'::foo::funclocal_ro at foo",
31411 "print bar::funclocal at foo" and
31412 "print 'scope1.c'::bar::funclocal at foo".
31413 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
31414 gcc compiled for "print foo::funclocal at bar".
31415 Expand all messages to ensure that they identify that
31416 the test is at bar().
31417 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
31418 gcc compiled for:
31419 "ptype on opaque struct pointer (statically)",
31420 "ptype on opaque struct tagname (statically)",
31421 "ptype on opaque struct pointer (dynamically) 1",
31422 "ptype on opaque struct tagname (dynamically) 1",
31423 "ptype on opaque struct pointer (dynamically) 2" and
31424 "ptype on opaque struct tagname (dynamically) 2
31425 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
31426 gcc compiled for:
31427 "p datalocal"
31428 "whatis datalocal",
31429 "ptype datalocal",
31430 "p bsslocal",
31431 "whatis bsslocal", and
31432 "ptype bsslocal".
31433 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
31434 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
31435 when not gcc compiled.
31436 * gdb.base/funcargs.exp (float_and_integral_args): Add
31437 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
31438 compiled.
31439 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
31440 "backtrace from call6a" when not gcc compiled.
31441 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
31442 "backtrace from call7a" when not gcc compiled.
31443 * gdb.base/callfuncs.exp (do_function_calls):
31444 Add "hppa*-*-hpux*" xfail when not gcc compiled for
31445 "p t_char_array_values(char_array_val2,char_array_val1)",
31446 "p t_char_array_values(char_array_val1,char_array_val2)",
31447 "p t_char_array_values("carray 1","carray 2")",
31448 "p t_char_array_values("carray 1",char_array_val2)",
31449 "p t_char_array_values(char_array_val1,"carray 2")",
31450 "p sum_args(1,{2})",
31451 "p sum_args(2,{2,3})",
31452 "p sum_args(3,{2,3,4})",
31453 "p sum_args(4,{2,3,4,5})"
31454 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
31455 "backtrace in corefile.exp" when not gcc compiled.
31456
31457 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31458
31459 * gdb.base/signals.exp: Rewrite `handle all print' test as
31460 a procedure. Accept blanks or TABs as whitespace, increase
31461 timeout and expect input buffer size for the large output
31462 from the command. Remove "i*86-*-bsdi2.0" xfail.
31463
31464 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31465
31466 * gdb.base/setvar.exp: Add new testcases for truncation when
31467 assigning invalid values to bitfields.
31468
31469 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
31470
31471 * gdb.base/callfuncs.exp (do_function_calls): Remove
31472 mips-sgi-irix* xfail for
31473 "call inferior func with struct - returns char *"
31474 and fix test so that an optional (unsigned char *) cast is
31475 accepted in the result.
31476
31477 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
31478
31479 * gdb.base/funcargs.exp (float_and_integral_args): Remove
31480 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
31481 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
31482 * gdb.base/signals.exp: Remove duplicate "handle all print" test
31483 that accidentally got checked in.
31484
31485 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
31486
31487 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
31488 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
31489 compiled test.
31490 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
31491 Add mips-sgi-irix5* xfail for not gcc compiled.
31492 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
31493 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
31494 compiled for "p top", "whatis top", "p middle", and "whatis
31495 middle".
31496 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
31497 "whatis signed char" for not gcc compiled.
31498 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
31499 "set variable signed char=-1 (-1)" and
31500 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
31501 * gdb.base/funcargs.exp (float_and_integral_args):
31502 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
31503 Add mips-sgi-irix* xfail when not gcc compiled for
31504 "continue to call2b".
31505 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
31506 "continue to call2g".
31507 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
31508 compiled for "backtrace from call6a"
31509 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
31510 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
31511 when not gcc compiled for "backtrace from call7a".
31512 (localvars_after_alloca): Fix gdb_test cmds for
31513 "print * after runto ...".
31514 Remove rs6000-*-* xfails for
31515 "print i after runto localvars_after_alloca" and
31516 "print l after runto localvars_after_alloca"
31517 for all compilers.
31518 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
31519 when not compiled with gcc, for:
31520 "print signed char == (minus)",
31521 "print signed char != (minus)",
31522 "print signed char < (minus)",
31523 "print signed char > (minus)".
31524 * gdb.base/callfuncs.exp (do_function_calls):
31525 Add mips-sgi-irix* xfail, when compiled with native compiler, for
31526 "call inferior func with struct - returns char *".
31527 * gdb.base/return.exp (return_tests): Change xfail for
31528 "correct value returned double test" to include Solaris 2.4.
31529 * gdb.base/funcargs.exp (float_and_integral_args):
31530 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
31531
31532 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31533
31534 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
31535 enumeration bitfields if compiling with GNU C.
31536 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
31537 to empty' prompt.
31538
31539 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
31540
31541 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
31542 test for PRO targets.
31543
31544 * gdb.base/funcargs.exp: Avoid ever setting more than 8
31545 breakpoints in the inferior at any given time by making
31546 two groups of breakpoints for call2*, call6* and call7*
31547 tests.
31548
31549 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31550
31551 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
31552 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
31553 from optimizing it away.
31554 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
31555 "call inferior func with struct".
31556
31557 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
31558
31559 * configure.in: Only configure gdb.chill for particular targets.
31560
31561 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
31562
31563 * gdb.base/Makefile.in: Add action to .c.o transformation
31564 rule that generates a .ci file for each .o file and remove
31565 explicit .c.o rules except for callfuncs.o.
31566 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
31567 generates a .ci file for each .o file and remove explicit
31568 .cc.o rules.
31569 (clean): Remove *.tmp *.ci files.
31570 (EXECUTABLES): Remove templ-info.exp.
31571 * gdb.base/compiler.c: New file.
31572 * gdb.c++/compiler.cc: New file
31573 * gdb.base/scope.exp: Source gdb.base/scope.ci.
31574 Change rs6000-*-* xfail for
31575 "print 'scope0.c'::filelocal_ro" and
31576 "print 'scope1.c'::filelocal" and
31577 "print 'scope1.c'::filelocal_bss" and
31578 "print 'scope1.c'::filelocal_ro" and
31579 "print 'scope1.c'::foo::funclocal" and
31580 "print 'scope1.c'::foo::funclocal_ro" and
31581 "print 'scope1.c'::bar::funclocal" and
31582 "print 'scope0.c'::filelocal_ro" and
31583 "print 'scope1.c'::filelocal at foo" and
31584 "print 'scope1.c'::filelocal_bss at foo" and
31585 "print 'scope1.c'::filelocal_ro at foo" and
31586 "print 'scope1.c'::foo::funclocal at foo" and
31587 "print 'scope1.c'::foo::funclocal_bss at foo" and
31588 "print 'scope1.c'::foo::funclocal_ro at foo" and
31589 "print 'scope1.c'::bar::funclocal at foo" and
31590 "print 'scope0.c'::filelocal_ro" and
31591 "print 'scope1.c'::filelocal" and
31592 "print 'scope1.c'::filelocal_bss" and
31593 "print 'scope1.c'::filelocal_ro" and
31594 "print 'scope1.c'::foo::funclocal" and
31595 "print 'scope1.c'::foo::funclocal_bss" and
31596 "print 'scope1.c'::foo::funclocal_ro" and
31597 "print 'scope1.c'::bar::funclocal" and
31598 "print 'scope1.c'::bar::funclocal_bss"
31599 to only be xfail'd when not compiled with gcc.
31600 Add rs6000-*-* xfail for
31601 "print 'scope0.c'::filelocal_bss before run"
31602 when compiled with gcc.
31603 (test_at_main): Add rs6000-*-* xfail for
31604 "print filelocal_ro in test_at_main"
31605 when compiled with gcc.
31606 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
31607 Add rs6000-*-aix* xfail for
31608 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
31609 "ptype t_char_array", not compiled with gcc.
31610 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
31611 xfail for "list foo (in include file)" when gcc compiled.
31612 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
31613 (integral_args): Add rs6000-*-* xfail for
31614 "run to call0a" if not compiled with gcc.
31615 (unsigned_integral_args): Add rs6000-*-* xfail for
31616 "run to call1a" if not compiled with gcc.
31617 (float_and_integral_args): Add rs6000-*-* xfail for
31618 "run to call2a" if not compiled with gcc and for
31619 "continue to call2b" for any compiler.
31620 Add rs6000-*-* xfail to
31621 "print f1 after run to call2a" for gcc compiled.
31622 (discard_and_shuffle): Add rs6000-*-* xfail for
31623 "run to call6a".
31624 (shuffle_round_robin): Add rs6000-*-* xfail for
31625 "backtrace from call7a" if not compiled with gcc.
31626 Add rs6000-*-* xfail for
31627 "backtrace from call7b" if compiled with gcc.
31628 (call_after_alloca): Add rs6000-*-* xfail for
31629 "print c in call_after_alloca" and
31630 "print s in call_after_alloca" and
31631 "backtrace from call_after_alloca_subr"
31632 if not compiled with gcc.
31633 (localvars_in_indirect_call): Add rs6000-*-* xfail for
31634 "print c in localvars_in_indirect_call" and
31635 "print c in localvars_in_indirect_call" and
31636 "backtrace in indirectly called function" and
31637 "stepping into indirectly called function"
31638 if not compiled with gcc.
31639 (localvars_after_alloca): Add rs6000-*-* xfail for
31640 "print c after runto localvars_after_alloca" and
31641 "print s after runto localvars_after_alloca" and
31642 "print i after runto localvars_after_alloca" and
31643 "print l after runto localvars_after_alloca"
31644 for all compilers.
31645 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31646 than whatis-info.exp.
31647 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31648 than opaque-info.exp.
31649 Setup rs6000-*-* xfail for
31650 "ptype on opaque struct pointer (statically)" and
31651 "ptype on opaque struct pointer (dynamically)" when
31652 not compiled with gcc.
31653 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31654 rather than callf-info.exp.
31655 (do_function_calls): Add clear_xfail for rs6000-*-* for
31656 "p t_float_values2(3.14159,float_val2)". Seems to work
31657 fine there, both with xlc and gcc. Need to find out what
31658 it is doing right and fix other platforms.
31659 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31660 "call inferior func with struct - returns int",
31661 "call inferior func with struct - returns long",
31662 "call inferior func with struct - returns float",
31663 "call inferior func with struct - returns double",
31664 "call inferior func with struct - returns char *",
31665 but only if not gcc compiled (presumes xlc compiled).
31666 Change rs6000-*-* xfails for
31667 "call inferior func with struct - returns char" and
31668 " call inferior func with struct - returns short" to only
31669 xfail if not using gcc.
31670 (clean mostlyclean): Remove *.ci and *.tmp files.
31671 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31672 than templ-info.exp.
31673 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31674 Add rs6000-*-* xfail for "up to foo in langs.exp"
31675 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
31676 when not gcc compiled.
31677
31678 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31679
31680 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31681 * gdb.base/corefile.exp: Likewise.
31682 * gdb.base/list.exp: Likewise.
31683 * gdb.base/scope.exp: Likewise.
31684 * gdb.base/siganls.exp: Likewise.
31685
31686 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31687 compiler output.
31688 * gdb.base/whatis.exp: Likewise.
31689
31690 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31691
31692 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31693 failure (opcode table has been fixed to match reality).
31694
31695 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31696
31697 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31698 "call inferior func with struct - returns char",
31699 "call inferior func with struct - returns short"
31700
31701 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31702 "print 'scope0.c'::filelocal at main",
31703 "print 'scope0.c'::filelocal_bss in test_at_main",
31704 "print 'scope0.c'::filelocal at foo",
31705 "print 'scope0.c'::filelocal_bss in test_at_foo",
31706 "print 'scope0.c'::filelocal at bar",
31707 "print 'scope0.c'::filelocal_bss in test_at_bar"
31708
31709 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31710 in source file 1". This bug seems to have been fixed with both
31711 gcc and native cc (was native assembler bug?).
31712
31713 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31714
31715 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31716 "backtrace through signal handler" to "i*86-*-sysv4*".
31717 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31718 continue" case. Add "known SVR4 bug" to fail message.
31719 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31720 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31721 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31722 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31723 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31724 "up to foo in langs.exp", "show language at foo in
31725 langs.exp", "up to cppsub_ in langs.exp", "show
31726 language at cppsub_ in langs.exp", "up to fsub in
31727 langs.exp", and "show language at fsub in langs.exp".
31728 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31729 "bactrace in corefile.exp".
31730 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31731 "call inferior function with struct - returns float" and
31732 "call inferior function with struct - returns double".
31733
31734 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31735
31736 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31737 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31738 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31739 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31740
31741 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31742
31743 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31744 (or overriden) "CHILL" macro rather then bare "gcc".
31745 Also look for ../../gcc/xgcc since that is what we will
31746 actually need, not "Makefile". Remove following assignment
31747 of CHILL to CHILL_FOR_TARGET because that results in
31748 recursive definition.
31749
31750 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31751
31752 * gdb.base/corefile.exp: Change xfail for backtrace in
31753 corefile.exp from linuxaout to all linux.
31754 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31755 cases where we miss the breakpoint at the signal handler
31756 for some reason. Setup xfail for linuxoldld/linuxaout and
31757 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31758 hitting SIGURG breakpoint.
31759 * gdb.base/signals.exp: Setup xfail for "next" acting like
31760 continue to add linuxoldld. Setup xfail for all linux for
31761 "next to handler in signals_tests_1", "backtrace in
31762 signals_tests_1", "continue to func1", "pass SIGUSR1",
31763 and continue to handler".
31764
31765 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31766
31767 * Update all FSF addresses except those in COPYING* files.
31768
31769 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31770
31771 * gdb.base/a2-run.exp: Change messages to be more explicit about
31772 the status of args, and quote binfile in results.
31773
31774 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31775
31776 * gdb.base/callfuncs.exp: Add tests for passing structs to
31777 inferior functions and return various types.
31778 * gdb.base/callfuncs.c: Add functions to receive a struct
31779 and return a member of the struct, in various types.
31780
31781 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31782
31783 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31784
31785 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31786
31787 * config/vxworks29k.exp: New file, sources vxworks.exp.
31788
31789 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31790
31791 * config/gdbremote.exp: New file. Testing framework using
31792 gdbserver.
31793
31794 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31795
31796 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31797 "call function when asleep" and "send end of file".
31798 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31799 for "backtrace in corefile.exp".
31800 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31801 for "backtrace through signal handler".
31802 * gdb.base/corefile.exp: Make sure we actually generate a core file
31803 before trying the core tests. Some systems allow the user to suppress
31804 generation of core files and default to that (linux for example).
31805 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31806 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31807
31808 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31809
31810 * gdb.threads: New directory with some crude multi-threaded
31811 gdb tests (step.exp and step2.exp).
31812 * config/mt-lynx (STEP_EXECUTABLE): Define.
31813 (THREADFLAGS): Define.
31814
31815 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31816
31817 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31818
31819 * gdb.base/signals.exp: Disable whole file for lynx until
31820 further notice.
31821
31822 * gdb.base/signals.exp: xfail test where "next" acts like
31823 "continue" for lynx.
31824
31825 * gdb.base/interrupt.exp: xfail test for calling function while
31826 inferior is asleep for lynx.
31827
31828 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31829 than one cr-lf after each command.
31830
31831 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31832
31833 * configure.in: Reinstate setting of stabsdirs variable, fix
31834 typo in setting up configdirs for native builds.
31835
31836 * gdb.base/return.exp: Fix typo in return double test.
31837 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31838 compiler from optimizing them away.
31839
31840 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31841
31842 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31843 sequences to be echo'd by gdb when using gdb_test.
31844 * gdb.chill/chexp.exp: Likewise.
31845 * gdb.fortran/exprs.exp: Likewise
31846
31847 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31848
31849 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31850 after the inferior gdb has started.
31851
31852 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31853 after each command.
31854 * gdb.base/funcargs.exp: Likewise.
31855 * gdb.base/gdbvars.exp: Likewise.
31856 * gdb.base/interrupt.exp: Likewise.
31857 * gdb.base/list.exp: Likewise.
31858 * gdb.base/watchpoint.exp: Likewise.
31859 * gdb.c++/demangle.exp: Likewise.
31860 * gdb.c++/inherit.exp: Likewise.
31861 * gdb.chill/chexp.exp: Likewise.
31862 * gdb.fortran/exprs.exp: Likewise.
31863
31864 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31865 test if we can't handle IO to/from the inferior.
31866
31867 * gdb.c++/misc.exp: Always check for a program already being
31868 started after sending a "run" command to gdb.
31869
31870 * gdb.base/twice.exp: Start with a fresh gdb.
31871
31872 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31873 only depend on gdb's expression code, not the chill runtime.
31874
31875 * gdb.base/return.c: Put return values into variables so we
31876 can have gdb print them rather than depending on the program
31877 to print them.
31878 * gdb.base/return.exp: Corresponding changes.
31879
31880 * lib/gdb.exp: Provide default value for noinferiorio.
31881 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31882 the inferior.
31883
31884 * gdb.base/break.exp: Always check for a program already being
31885 started after sending a "run" command to gdb.
31886 (text_next_with_recursion): Don't check the output from the
31887 program's printf statement. Instead just make sure the program
31888 exited.
31889
31890 * gdb.base/commands.exp: Protect tests which need arguments with
31891 $noargs conditionals.
31892
31893 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31894
31895 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31896 of structure member arrays to match gdb/valops.c:value_addr change.
31897
31898 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31899
31900 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31901 cases.
31902
31903 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31904
31905 * configure.in (configdirs): Remove gdb.chill from default list
31906 of subdirs and then add it back in only if doing a native build.
31907 The current chill compiler does not yet work in any cross build.
31908 * Revert all signal changes from Jul 6.
31909 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31910 for sh-hms targets, allowing these tests to link, with no other
31911 changes. Testing is suppressed by setting "nosignals" in site.exp.
31912
31913 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31914
31915 * configure.in (signaldirs): Define and add to configdirs for all
31916 targets except some specific ones that are known to not support signals.
31917 Also clean up formatting.
31918 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31919 (signals, sigall): Remove rules to build.
31920 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31921 Moved to new gdb.signals directory.
31922 * gdb.signals: New test directory.
31923 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31924 signals.c signals.exp}: New or moved files.
31925
31926 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31927
31928 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31929
31930 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31931
31932 * gdb.base/return.exp: Xfail `return double' test failure
31933 on at least Solaris 2.3 and handle future/past versions on
31934 a case by case basis as appropriate. Also update message
31935 to include i*86 failures.
31936
31937 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31938
31939 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31940
31941 * lib/gdb.exp: Fix comment which erroneously identified
31942 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31943 gdb_file_cmd not gdb_load).
31944 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31945
31946 * gdb.base/setvar.exp: Make test names consistent between pass and
31947 fail cases. Use gdb_test more.
31948
31949 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31950
31951 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31952
31953 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31954
31955 * gdb.base/help.exp: Fix expected help string for `show commands'.
31956
31957 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31958
31959 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31960
31961 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31962 of a text section.
31963
31964 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31965
31966 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31967 that loop eventually terminates. Fix Connection refused logic so
31968 that testsuite will expire nicely.
31969
31970 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31971
31972 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31973 config/rom68k.exp: New tcl glue for the appropriate monitors.
31974 These all just end up calling monitor.exp.
31975 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31976 refused' by retrying. Cleanup some timeout issues.
31977 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31978 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31979 callers don't have to set/restore global timeout variable.
31980
31981 * The following set of changes centralizes management of the global
31982 timeout variable. This way, it can be set in one target dependent
31983 place instead of dozens of places scattered throughout the test suite.
31984 If you need to lengthen a timeout, then you should either set timeout
31985 in one of the config/{target}.exp files, or multiply it by a factor.
31986 Setting it to an absolute value is always going to lose for some
31987 targets.
31988 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31989 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31990 * gdb.base/funcargs.exp: Don't set timeout.
31991 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31992 * gdb.base/printcmds.exp (test_print_string_constants
31993 test_print_array_constants): Don't set timeout.
31994 * gdb.base/ptype.exp: Don't set timeout.
31995 * gdb.base/recurse.exp: Don't set timeout.
31996 * gdb.base/return.exp: Don't set timeout.
31997 * gdb.base/watchpoint.exp: Don't set timeout.
31998 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31999 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
32000
32001 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
32002
32003 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
32004
32005 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32006
32007 * lib/gdb.exp: Disable chill tests for irix5.
32008
32009 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32010
32011 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
32012 each test pass or fail.
32013
32014 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32015
32016 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
32017 xlc not gcc.
32018
32019 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
32020
32021 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
32022
32023 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
32024
32025 * config/est.exp: Fix copyright and comments. Remove dead code.
32026 Use targetname, serialport and baud variables instead of fixed
32027 constants.
32028 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
32029 * config/cpu32bug.exp: New file to support cpu32bug monitors.
32030
32031 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32032
32033 * gdb.base/watchpoint.exp: Don't run
32034 test_watchpoint_triggered_in_syscall for sunos.
32035
32036 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32037
32038 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
32039 they don't seem to exist. Do include stdio.h.
32040
32041 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32042
32043 * gdb.base/a1-selftest.exp: Add alpha xfail.
32044
32045 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32046
32047 * gdb.base/watchpoint.c (main): Prompt before calling read().
32048 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32049 Revise accordingly. Remove cruft about sending "123" several
32050 times, until it gets noticed. Clean up the "print buf[0]" stuff
32051 so that it passes or fails, and waits for prompts in the usual way.
32052
32053 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32054
32055 * gdb.base/recurse.exp: Fix comment.
32056
32057 * TODO: Remove item about printing variables in nodebug.exp. Add
32058 item about enabling tests which are only run on some targets.
32059
32060 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
32061 fail, make test names unique, use new gdb_test convention
32062 regarding pattern, use gdb_test more, etc.).
32063
32064 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
32065 fail, make test names unique, etc.).
32066
32067 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32068
32069 * gdb.base/nodebug.c: Change return type of top and middle to
32070 short.
32071 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
32072 are fixed by the recent mdebugread.c changes. Allow `short ()'
32073 as type for top and middle.
32074
32075 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32076
32077 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
32078 nearly as I can tell, the whole thing was an accident in Stu's
32079 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
32080 to replace a send/expect pair with gdb_test, but ended up only
32081 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
32082 of 30 Mar 1995 took care of it, but left this vestigial comment
32083 which I am now nuking.
32084
32085 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32086
32087 * gdb.base/break.exp: Look for different line number for
32088 breakpoint at main depending on usestubs.
32089
32090 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32091
32092 * gdb.base/list.exp: Adjust some alternate expect patterns to
32093 match recent list0.c change. Add alternate expect pattern for
32094 output from `list default lines around main' for optimizing
32095 compilers.
32096
32097 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32098
32099 * lib/gdb.exp: If nosignals is not set, set it to 0.
32100
32101 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
32102
32103 * config/slite-gdb.exp: Responds to load symbol table prompt.
32104 * gdb.base/break.exp: Adjust line number, fix rerun.
32105 * gdb.base/langs0.c: Add #ifdef usestubs.
32106
32107 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
32108
32109 * gdb.base/list.exp: Adjust line contents after adding new lines in
32110 list0.c. Also fix a syntax error.
32111
32112 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
32113 * gdb.base/break.exp: ditto.
32114 * gdb.base/list.exp: ditto.
32115 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
32116 * gdb.base/run.c: ditto.
32117 * gdb.base/list0.c: ditto.
32118 * gdb.base/funcargs.c: ditto.
32119
32120 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
32121
32122 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
32123 $targetname, $serialport and $baud instead of hardwired variables.
32124 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
32125 target doesn't support signals.
32126
32127 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
32128
32129 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
32130
32131 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32132
32133 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
32134 Don't rely on the value of an auto variable before it has been
32135 initialized. Use gdb_test more.
32136
32137 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32138
32139 * lib/gdb.exp (default_gdb_version): A version number must start
32140 with a digit, but other than that contains all characters up to
32141 the first whitespace character.
32142
32143 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32144
32145 * gdb.base/commands.exp (breakpoint_command_test): New tests.
32146
32147 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32148
32149 * gdb.c++/*.exp: Warn if executable does not exist. The original
32150 reason for skipping the warning was that configure.in sometimes
32151 intentionally skipped building the executables but the tcl code
32152 had no way of knowing. That (a) was always bogus with respect to
32153 error handling, (b) is no longer true (right now there is no way
32154 to skip C++ tests).
32155
32156 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
32157
32158 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32159
32160 * gdb.base/list.exp: Add expect patterns for output from
32161 SunPRO compiled executables.
32162 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
32163 types.
32164
32165 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32166
32167 * gdb.base/break.exp (test_next_with_recursion): Accept any line
32168 number (we are already testing that the correct source line text
32169 gets printed).
32170
32171 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
32172 that is what is intended, but something needed to be done to get
32173 sunos4 native working again.
32174
32175 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
32176
32177 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
32178 apparently went with a (very) old xfail.
32179
32180 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
32181
32182 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
32183 runto_main is a proc in gdb.exp that will do 'step' for target use
32184 stubs.
32185 * gdb.base/exprs.exp: ditto.
32186 * gdb.base/interrupt.exp: ditto.
32187 * gdb.base/opaque.exp: ditto.
32188 * gdb.base/printcmds.exp: ditto.
32189 * gdb.base/ptype.exp: ditto.
32190 * gdb.base/scope.exp: ditto.
32191 * gdb.base/setvar.exp: ditto.
32192 * gdb.base/signals.exp: ditto.
32193 * gdb.base/twice.exp: ditto.
32194 * gdb.c++/classes.exp: ditto.
32195 * gdb.c++/inherit.exp: ditto.
32196 * gdb.c++/templates.exp: ditto.
32197 * gdb.base/break.exp: no run and hit main for stubs. Change line
32198 numbers for breakpoints and info breakpoint.
32199 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
32200 breakpoint().
32201 * gdb.base/callfuncs.c: ditto.
32202 * gdb.base/exprs: ditto.
32203 * gdb.base/interrupt.c: ditto.
32204 * gdb.base/opaque0.c: ditto.
32205 * gdb.base/printcmds.c: ditto.
32206 * gdb.base/ptype.c: ditto.
32207 * gdb.base/scope0.c: ditto.
32208 * gdb.base/setvar.c: ditto.
32209 * gdb.base/signals.c: ditto.
32210 * gdb.base/twice.c: ditto.
32211 * gdb.c++/misc.cc: ditto.
32212 * gdb.c++/templates.cc: ditto.
32213
32214 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32215
32216 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
32217
32218 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
32219 somewhere between `read' and `main.c'. I'm pretty sure the
32220 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
32221 and it isn't particularly useful.
32222
32223 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
32224
32225 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32226
32227 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
32228
32229 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
32230
32231 * config/mt-slite: add LIBS and -nostdlib.
32232 * config/slite-gdb.exp: add this new file to support sparclite target.
32233
32234 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
32235
32236 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
32237
32238 * gdb.base/a2-run.exp: Change argument to istarget from
32239 "*-*-vxworks" to "*-*-vxworks*".
32240 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
32241
32242 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
32243
32244 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
32245 will not runto main but do a 'step' to step out of breakpoint().
32246 * config/mt-slite: add -Dusestubs.
32247
32248 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32249
32250 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
32251 instead of just @.
32252
32253 * gdb.base/signals.exp: Add test for "handle all print".
32254 * TODO: Remove "handle all print". Also remove item about
32255 checking copyright date (I don't like the idea of a spurious FAIL
32256 based on when we run the tests).
32257
32258 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
32259 for SunOS4 (reason for failure not investigated). Remove
32260 redundant test for $binfile.
32261
32262 * gdb.base/nodebug.c (array_index): Call malloc.
32263
32264 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
32265
32266 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
32267
32268 * gdb.base/recurse.exp: Update gdb_test invocation to use new
32269 conventions and slightly simplify the matching regexp.
32270
32271 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32272
32273 * gdb.base/break.exp: Update gdb_test invocation to use new
32274 convention.
32275
32276 * lib/gdb.exp: If noargs is not set, set it to 0.
32277
32278 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
32279 tests unique.
32280
32281 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
32282
32283 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32284
32285 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
32286 one argument of type "<non-float parameter>".
32287
32288 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
32289
32290 * config/rom68k.exp: New file to support Motorola IDP board.
32291 * gdb.base/a2-run.exp: Skip this file if noargs is set.
32292 * gdb.base/break.c: Change things around so that this program
32293 doesn't depend upon args. This is necessary to make remote
32294 targets work (in general, they can't take args).
32295 * gdb.base/break.exp: Don't try to send args to program. Don't
32296 expect output. Also, replace lots of code with gdb_test.
32297
32298 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32299
32300 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
32301 printing of '\'' (which is what the comment says we are testing,
32302 even though we were not), not '''.
32303 (test_integer_literals_rejected): Test that printing ''' is an error.
32304
32305 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32306 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
32307 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
32308 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
32309 Use gdb_test not test_print_accept.
32310 * lib/gdb.exp: Remove test_print_accept.
32311
32312 * gdb.base/signals.exp (signal_tests_1): Make pass message
32313 consistent with fail message.
32314
32315 * gdb.base/whatis.exp: Remove xfails for printing char vs.
32316 unsigned char; the bug (PR 1821) is fixed.
32317
32318 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
32319
32320 * gdb.base/scope.exp (test_at_localscopes): Call pass for
32321 successful tests--makes xfailing them work right.
32322
32323 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32324
32325 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
32326 only \r\n, not .*. The test can pass .* as the last thing in
32327 $pattern if that is what it wants. In addition to providing this
32328 flexibility, this change should speed up pattern matching in cases
32329 where the pattern already ended with .* (there were a number of
32330 them). This change also helps catch bad patterns--in the old
32331 scheme the typo "char \*" instead of "char \\*" would pass. Now
32332 it is caught.
32333 * Many .exp files: Update callers.
32334
32335 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
32336 clearer and does not spuriously match multiple ('s. Likewise for
32337 ) and *.
32338
32339 * gdb.base/nodebug.exp: Test ability to call a function and pass
32340 it a string (even with no debugging info).
32341
32342 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
32343 "p '\'", which is the same as "p ''" once tcl gets done with
32344 quoting, to "p '\\'", which I suspect is what is intended (one
32345 backslash gets sent to GDB).
32346
32347 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
32348
32349 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32350
32351 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
32352 1817) was fixed literally years ago.
32353
32354 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32355
32356 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
32357 test, it causes stepping out of call_after_alloca_subr with
32358 optimizing compilers.
32359 (localvars_in_indirect_call): Consume GDB prompt if `finish'
32360 fails.
32361
32362 * gdb.c++/templates.exp: Source templ-info.exp only if
32363 the templates executable exists.
32364
32365 * gdb.c++/misc.cc (class Contains_static_instance,
32366 class Contains_nested_static_instance),
32367 gdb.c++/classes.exp (test_static_members): Test printing of
32368 a class that contains a static instance of the class.
32369
32370 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32371
32372 * gdb.base/langs2.c (cppsub_): Don't prototype.
32373 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
32374 only, I believe).
32375
32376 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32377
32378 * lib/gdb.exp (skip_chill_tests): New procedure.
32379
32380 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
32381
32382 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
32383
32384 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
32385 each expect pattern. Cuts runtime from 12 to about 4 seconds.
32386
32387 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32388
32389 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
32390
32391 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
32392 disassemble 8, not 16, instructions for part 4.
32393
32394 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
32395 support the latter anymore.
32396
32397 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
32398 -DNO_PROTOTYPES.
32399 * gdb.base/callfuncs.c: Control use of prototypes based on
32400 NO_PROTOTYPES, not __STDC__.
32401 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
32402 t_float_values2 tests if prototypes in use.
32403
32404 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
32405 t_double_values): When checking differences against DELTA, check
32406 that difference is within the range (-DELTA,DELTA), not just
32407 (-infinity,DELTA).
32408
32409 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
32410
32411 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
32412 'file' command firts, then 'target', then 'load', this is due to gdb
32413 target set up.
32414 * config/mips-gdb.exp: Fix a couple regular exp bugs.
32415
32416 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
32417
32418 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
32419 FP load/store variants.
32420 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
32421
32422 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
32423
32424 * gdb.base/term.exp: Do not give a warning if not native, it is
32425 not an abnormal condition.
32426
32427 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
32428
32429 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
32430 t_char_array".
32431
32432 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
32433
32434 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
32435 are getting the version number.
32436
32437 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
32438 if not native, it is not an abnormal condition.
32439
32440 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32441
32442 * lib/gdb.exp: Just use "file exists", rather than undocumented
32443 dejagnu procedure "findfile".
32444
32445 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
32446
32447 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
32448 (LDFLAGS): Set to -Xlinker -Ur.
32449
32450 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
32451 Removed, these values are set by lib/gdb.exp.
32452
32453 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
32454
32455 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
32456
32457 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
32458 of replicating gdb startup code.
32459
32460 * config/mt-vxworks (LDFLAGS): Set to -r.
32461 (CFLAGS_FOR_TARGET): Removed.
32462
32463 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
32464 (gdb) and gdb for vxworks uses (vxgdb).
32465
32466 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
32467 executable is not in the tree and host != target, use sed and
32468 program_transform_name to determine the gdb name used by the
32469 target.
32470
32471 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
32472 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
32473
32474 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32475
32476 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
32477 floats, chars, and shorts where there are ANSI-style function
32478 definitions.
32479
32480 * gdb.base/langs.exp, gdb.base/langs*: New test.
32481 * gdb.base/Makefile.in: Build it.
32482 * TODO: Remove item about checking that C names don't get C++
32483 demangling applied; this test tests it.
32484
32485 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32486
32487 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
32488 went with the const70 xfail. The xfail went away a year ago.
32489
32490 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
32491
32492 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
32493 for hp300.
32494
32495 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
32496
32497 * gdb.base/a1-selftest.exp: Don't run on hp300.
32498
32499 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32500
32501 * Makefile.in (site.exp): Set host_alias and target_alias as well
32502 as host_triplet and target_triplet.
32503
32504 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32505
32506 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
32507
32508 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
32509 places as other ecoff systems).
32510
32511 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
32512 ultrix.
32513
32514 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32515
32516 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
32517 remove them.
32518 * gdb.base/nodebug.exp: Accept "function" in addition to "text
32519 variable and "variable" in addition to "data variable".
32520 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
32521
32522 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
32523 2.
32524 * gdb.base/list1.c (long_line): Add additional statement at start
32525 of function.
32526 * gdb.base/list.exp (test_forward_search): Update line number to
32527 reflect new statement.
32528
32529 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32530
32531 * gdb.base/signals.exp: Reinitialize searched source directories
32532 after gdb_start call.
32533
32534 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
32535
32536 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
32537 * gdb.stabs/Makefile.in: Likewise.
32538
32539 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
32540 change. Instead split the tests into smaller pieces.
32541 * gdb.disasm/hppa.s: Corresponding changes.
32542
32543 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32544
32545 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32546 Quote ^C when passing it to stty. For some shells ^ is a pipe.
32547
32548 * gdb.base/funcargs.exp: Modify many tests so that every test
32549 either passes or fails. Make some test names unique.
32550
32551 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32552
32553 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32554 Call stty to set interrupt character.
32555
32556 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
32557 for HP assembler versus GNU assembler based on actual behavior of
32558 $(CC), rather than assuming that $(AS) is always the GNU assembler.
32559
32560 * TODO: Suggest a few more stepping tests.
32561
32562 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
32563
32564 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
32565 restart GDB for h8300 after a continue.
32566 (return): Add pattern to match a29k-udi behavior.
32567 * gdb.base/nodebug.exp: Remove obsolete comment.
32568 * gdb.base/regs.exp: New file, testing of register displays.
32569 * gdb.base/return.exp: Fix typo in reference to $objdir.
32570 * gdb.base/whatis.exp: Always start with a fresh GDB.
32571
32572 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32573
32574 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
32575 higher, these tests generate a lot of output.
32576
32577 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32578
32579 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
32580 code following the catch silently ignored some errors; without the
32581 catch they should be thrown like any other tcl error. Also, the
32582 catch used "" instead of {} which meant all the callers who wanted
32583 to include one of the characters "[]$ had to quote it an extra time.
32584 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
32585 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
32586 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
32587 Remove extra quoting.
32588
32589 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
32590
32591 * gdb.base/commands.exp: Make test names unique; every test either
32592 passes or fails. Update some comments.
32593
32594 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
32595
32596 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32597
32598 The following fixes a FAIL caused by the fact that the alpha stabs
32599 configuration didn't use the ".if alpha" code in weird.def.
32600 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
32601 bit pointer, so the 32 bit version works even on the alpha.
32602 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
32603 Remove the stuff which allowed us to have separate versions for
32604 alpha and everything else.
32605
32606 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
32607 regexp which "info func operator\[\](" is supposed to match. Fix
32608 string to send to GDB. Note that GDB still doesn't work right. Add a
32609 new test for "info func .perator\[\](" which GDB does handle correctly.
32610
32611 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
32612
32613 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32614
32615 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
32616 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
32617 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
32618 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
32619 it makes the tests harder to understand and confuses test-o-matic.
32620 The preferred style is that each test provides a PASS or a FAIL,
32621 and has a unique message (e.g. "continue #54" not just "continue")
32622 which is the same for the pass and the fail.
32623 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32624 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
32625 to lib/gdb.exp.
32626 * gdb.base/printcmds.exp: Use test_print_accept. Remove
32627 prt_accept which was basically the same thing. Likewise for
32628 test_print_reject and prt_reject.
32629 * lib/gdb.exp (test_print_reject): Add some more error message
32630 patterns to match from the former printcmds.exp (prt_reject).
32631 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32632 One defect of the passcount stuff is that some of it failed to
32633 report XPASS where appropriate.
32634 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32635 stuff before and after arg in expected pattern.
32636 (test_paddr_operator_functions): Re-do test without print_addr_of;
32637 this is the only test which seems to want extra stuff there.
32638
32639 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32640
32641 * gdb.base/nodebug.exp: Update new tests to reflect improved
32642 wording of gdb output.
32643
32644 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32645 and "ptype" work on variables in files compiled without -g.
32646 Replaces commented out "maint print msymbol" tests.
32647
32648 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32649
32650 * gdb.base/setvar.c (dummy): Call malloc.
32651
32652 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32653 losing with the irix4 sed.
32654
32655 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32656 ALRM" on irix4.
32657
32658 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32659
32660 * TODO: Remove items about corefile.exp testing new exec-file and
32661 backtrace; both are now done. Add items about printing enums.
32662
32663 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32664
32665 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32666 "get signal $thissig" test fails.
32667
32668 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32669
32670 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32671
32672 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32673 compiler warning with dec alpha compiler.
32674
32675 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32676 extra \n from gdb_test call (this explains why the prompt test
32677 that I removed yesterday was there).
32678 (user_defined_command_test): Remove extra \n and prompt test.
32679
32680 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32681 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32682 doesn't exist.
32683 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32684 Also remove alpha workaround, which turns out to be because
32685 SIGABRT == SIGLOST.
32686
32687 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32688
32689 * gdb.base/help.exp: Don't test "help show".
32690
32691 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32692
32693 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32694 "set print address" is on.
32695 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32696 pass prompt to gdb_test; gdb_test already looks for the prompt.
32697
32698 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32699
32700 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32701 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32702 was to make sure that gdb can read a core file. But (a) the "read
32703 the corefile" part didn't make it to a1-selftest.exp, we just
32704 delete the corefile after creating it, and (b) we test reading
32705 corefiles in corefile.exp anyway. Also, this test left around a
32706 xgdb process on Solaris.
32707
32708 * gdb.base/corefile.exp: Also test backtrace.
32709
32710 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32711
32712 * gdb.base/commands.exp: Test a simple user defined command with
32713 arguments and if/while statements; verify the full user command is
32714 printed by "show user".
32715
32716 * gdb.base/commands.exp: Test if/while commands as part of a
32717 breakpoint command list; verify they appear in breakpoint
32718 information.
32719
32720 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32721
32722 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32723 than by dividing by zero.
32724
32725 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32726
32727 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32728 performing an inferior call with watchpoints enabled.
32729 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32730 call.
32731
32732 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32733
32734 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32735 of "file" command.
32736
32737 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32738 Add additional pattern for when "int operator int(void);" appears
32739 in a different order.
32740
32741 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32742
32743 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32744
32745 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32746 and "signal" with ".*".
32747
32748 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32749
32750 * TODO: Add note about "handle all nostop".
32751
32752 * gdb.base/{sigall.c, sigall.exp}: New test.
32753 * gdb.base/Makefile.in: Add it.
32754
32755 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32756
32757 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32758 when invoking GDB, suppresses any windowing interface.
32759
32760 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32761
32762 * config/sim-gdb: New file, simulator testing support.
32763
32764 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32765
32766 * gdb.base/interrupt.exp: Test calling func1 twice.
32767
32768 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32769
32770 * gdb.base/list.exp (test_forward_search): Set timeout higher
32771 when we'll be getting lots of output from gdb.
32772
32773 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32774 "init_malloc" to after the expect statement. Run it if that
32775 regexp is taken, but also for two others which happen if source
32776 cannot be found.
32777
32778 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32779
32780 * gdb.base/printcmds.exp: New test, for printing register before
32781 program is running.
32782
32783 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32784
32785 * gdb.base/list.exp: Correct some alternate expect patterns
32786 to reflect changes in list1.c.
32787
32788 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32789
32790 * TODO: Add item regarding large frames.
32791
32792 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32793
32794 * TODO: Remove item about enabling return.exp; it
32795 is enabled. Suggest a few more "return" tests.
32796
32797 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32798
32799 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32800 anonymous unions.
32801
32802 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32803
32804 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32805 and pr-5646.o, so "make" is the same as "make all", not "make
32806 pr-4975.o".
32807
32808 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32809
32810 * gdb.base/list.exp: Adjust expectations to reflect changes in
32811 list1.c.
32812 (test_forward_search): New test proc.
32813 * gdb.base/list1.c (long_line): New function, has long source line.
32814
32815 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32816
32817 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32818 additional line of code that was added.
32819
32820 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32821
32822 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32823 tests so as not to overflow expect's input buffers.
32824 * gdb.disasm/hppa.exp: Corresponding changes.
32825
32826 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32827
32828 Beginnings of template debugging tests.
32829 * gdb.c++/templ-info.cc: New file to test for template
32830 debugging capability of the compiler.
32831 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32832 templ-info.cc.
32833 * gdb.c++/templates.cc: Add explicit template instantiations
32834 to enable compiling with -fno-implicit-templates. Add destructor
32835 and 'value' method to T5 class for template tests.
32836 * gdb.c++/templates.exp: Add testcases for printing of template
32837 types, setting breakpoints on template methods and calling a
32838 template method.
32839
32840 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32841
32842 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32843 branch target since some assemblers (gas-2.5) may emit a
32844 relocation for the branch instead of resolving it in the
32845 assembler.
32846
32847 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32848
32849 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32850 through signal handler.
32851
32852 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32853
32854 * configure.in (*-*-netware): Use config/mt-netware.
32855
32856 * config/mt-netware: New file.
32857 * config/mt-i386-netware: Removed, separate configs for different
32858 netware architectures are no longer needed now that we have
32859 --with-headers.
32860
32861 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32862
32863 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32864 by the recent changes to use ANSI C arithmetic conversions.
32865
32866 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32867
32868 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32869 bug involving using inferior_pid to figure out whether to select a
32870 frame.
32871
32872 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32873
32874 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32875 match the current disassembler output.
32876
32877 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32878
32879 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32880 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32881 types, expect "int" as type of integer values (for now).
32882
32883 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32884
32885 * gdb.base/commands.exp: New tests for if/while commands.
32886
32887 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32888
32889 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32890 by .*, since hex values have different syntax in Chill mode.
32891
32892 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32893
32894 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32895 linefeed from expect pattern for repeated types with indices > 9.
32896
32897 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32898
32899 First part of Fortran test suite.
32900 * gdb.fortran: New directory.
32901 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32902
32903 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32904
32905 * gdb.base/default.exp: Update expect pattern for load command
32906 without arguments.
32907
32908 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32909
32910 * configure.in: Change i386 to i[345]86.
32911 * gdb.base/configure.in: Likewise.
32912 * gdb.c++/configure.in: Likewise.
32913 * gdb.chill/configure.in: Likewise.
32914
32915 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32916
32917 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32918 patterns, since that is not a valid context for comments.
32919
32920 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32921
32922 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32923 repeated types and repeated types with indices > 9.
32924
32925 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32926
32927 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32928 2417; old bug has been fixed.
32929
32930 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32931
32932 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32933 send the newline ourselves instead of assuming gdb_test will do
32934 so when passed an empty input string.
32935
32936 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32937 stabs testcode.
32938
32939 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32940
32941 * lib/gdb.exp (gdb_test): Don't send anything if the first
32942 argument is an empty string. This makes cases where we want to
32943 match output that is already in expect's buffers (for example,
32944 matching a breakpoint after gdb_run_cmd has been called) work
32945 reliably.
32946
32947 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32948
32949 * config/netware.exp: New file.
32950
32951 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32952
32953 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32954 the -B and -L prefixes so we can find the debugging stub.
32955
32956 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32957 there and we are using the gcc from the tree.
32958
32959 * gdb.base/types.c: Removed.
32960
32961 * gdb.base/configure.in: Look for makefile fragments in ../config.
32962 Recognize i386-*-netware.
32963 * gdb.c++/configure.in: Likewise.
32964
32965 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32966
32967 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32968 the correct TCL syntax.
32969
32970 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32971
32972 * gdb.base/opaque.exp: use runto instead of messing around with
32973 breakpoints. Simplify by using gdb_test.
32974
32975 * gdb.base/bitfields.exp: restart between tests on netware targets
32976 because breakpoints aren't relocated after target death. Run
32977 processes to completion.
32978
32979 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32980
32981 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32982
32983 * Makefile.in: Remove extra tabs that confuse some versions
32984 of "make". Use the newly built gdb to test with by default,
32985 rather than the first one in the tester's search path.
32986
32987 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32988
32989 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32990
32991 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32992 condition help.
32993
32994 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32995
32996 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32997
32998 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32999 running.
33000 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
33001 * gdb.base/funcargs.exp: Likewise.
33002
33003 * gdb.base/bitfields.exp: Simplify by using gdb_test.
33004 * gdb.base/funcargs.exp: Likewise.
33005
33006 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
33007 message is "".
33008
33009 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
33010
33011 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
33012 return,signals,twice}.exp: Handle non-existant binaries
33013 consistantly.
33014
33015 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
33016 * gdb.base/Makefile.in: Don't try to generate a core dump, we
33017 might testing a cross development system.
33018
33019 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
33020
33021 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
33022 runtest script is relative to ${srcdir}, not ${rootdir}.
33023
33024 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
33025
33026 * gdb.base/signals.exp: Allow for optionality of breakpoint
33027 address.
33028
33029 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33030
33031 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
33032
33033 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
33034
33035 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
33036 for size_t definition.
33037 * gdb.c++/templates.cc: Likewise
33038
33039 * config/mt-i386-netware: New file.
33040
33041 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
33042 defined.
33043
33044 * gdb.base/Makefile.in: Added support for systems that name core
33045 files by appending "core" to the program name.
33046 * gdb.base/a1-selftest.exp: Likewise.
33047
33048 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33049
33050 * gdb.base/return.exp: Add comment and message for `return double'
33051 test failure on Sparc Solaris.
33052
33053 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
33054
33055 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
33056
33057 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33058
33059 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
33060 from optimizing them away.
33061 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
33062 patterns to include default constructors and assignment operators,
33063 to match gcc versions beyond 2.5.8. Accept any cplus demangling
33064 character in the output of the virtual base pointer.
33065
33066 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33067
33068 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
33069 expression match in print_addr_of to avoid unintented matches.
33070 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
33071 versions up to 2.5.8.
33072
33073 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33074
33075 * gdb.base/list.exp: Tweak alternate pattern for listing of an
33076 included file to run under newer versions of expect.
33077 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
33078 consecutive >'s in templates to accomodate recent cplus-dem.c change.
33079 Remove xfail for the virtual table of BDDHookV.
33080
33081 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
33082
33083 * lib/gdb.exp (string_to_regexp): Set a default result.
33084 (default_gdb_start): Fix misleading message.
33085
33086 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
33087
33088 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
33089 Remove all CC, etc definitions.
33090 * config/mt-hpux: New file.
33091 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
33092 (CFLAGS, LDFLAGS): Define.
33093 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
33094
33095 * Makefile.in (site.exp): Don't insert host_os, etc.
33096 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
33097 (distclean): Check existence of subdir.
33098 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
33099 * gdb.base/Makefile.in: General cleanup and simplification.
33100 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
33101 to build executables. Use default rule to build .o files.
33102 (EXPECT, RUNTEST, CC): Fix relative pathname.
33103 (site.exp): Don't insert host_os, etc.
33104 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
33105 and/or SIGUSR1 defined.
33106 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
33107 * gdb.c++/Makefile.in: General cleanup and simplification.
33108 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
33109 (CFLAGS): Remove.
33110 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
33111
33112 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
33113
33114 * gdb.base/recurse.exp: Misc changes to get tests running again
33115 after Kung's changes to the watchpoint code.
33116 * gdb.base/watchpoint.exp: Likewise.
33117
33118 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
33119
33120 * lib/gdb.exp (string_to_regexp): Convert {\} also.
33121
33122 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
33123
33124 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
33125 * lib/gdb.exp (default_gdb_start): Define.
33126 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
33127 gdb.base/funcargs.exp, gdb.base/opaque.exp,
33128 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
33129 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
33130 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
33131 Don't call gdb_target_udi in between tests.
33132
33133 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33134
33135 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
33136 (which was basically just a local version of the same thing). In
33137 addition to avoiding duplication, gdb_test_exact is faster.
33138 * lib/gdb.exp (gdb_test_exact): Fix typo.
33139
33140 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
33141 don't give an error.
33142
33143 * gdb.base/term.exp: Call delete_breakpoints before starting.
33144
33145 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
33146 (t10): Add comment.
33147
33148 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
33149
33150 Reorganization of the GDB Test Suite.
33151
33152 * gdb.base: New directory, contains all the basic tests.
33153 * gdb.c++: New directory, tests specific to C++.
33154 * gdb.chill: New directory, tests specific to Chill.
33155 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
33156 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
33157 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
33158 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
33159 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
33160 t30-31 to chill).
33161 * */gdbme.*: Rename to match appropriate expect scripts.
33162 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
33163 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
33164 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
33165 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
33166 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
33167 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
33168 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
33169 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
33170 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
33171 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
33172 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
33173 gdb.c++/virtfunc.cc: New names of C++ files.
33174 * gdb.chill/chillvars.ch: New name of Chill file.
33175 * gdb.base/configure.in, gdb.c++/configure.in,
33176 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
33177 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
33178 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
33179 * configure.in (configdirs): Update to reflect directory changes.
33180 (target_abbrev): No longer define for any configuration.
33181 * Makefile.in: Cosmetic improvements to header comments.
33182
33183 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
33184
33185 Various changes to gdb.t31:
33186
33187 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
33188 * gdbme.ch: Make all key-words and predefineds be upper-case.
33189 * chillvars.exp: Expect key-words and predefinds in upper-case.
33190
33191 * chillvars.exp: Use gdb_test_exact many places.
33192 Change expected output for arrays (which now includes index labels).
33193
33194 * pr-5020.exp, gdme.ch (module PR_5020):
33195 New test, for PR-5020.
33196
33197 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
33198
33199 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
33200 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
33201
33202 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
33203
33204 * Makefile.in: Fix bit-rot in definitions of CHILL,
33205 CHILL_FOR_TARGET and Chill_LIB.
33206 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
33207 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
33208 CHILL, and CHILL_LIB.
33209
33210 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
33211
33212 * Revert the previous changes. Please see Rob's directory
33213 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
33214
33215 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
33216
33217 * Makefile.in, configure.in, config/mips-gdb.exp,
33218 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
33219 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
33220 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
33221 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
33222 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
33223 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
33224 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
33225 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
33226 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
33227 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
33228 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
33229 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
33230 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
33231 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
33232 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
33233 changes from 94Q1.
33234
33235 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
33236
33237 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
33238 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
33239 Rob's new testing fragments.
33240
33241 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
33242
33243 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
33244 lib/gdb.exp: Replace error proc calls with perror.
33245
33246 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
33247
33248 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
33249 version also, match on casted version strings, and match on
33250 gdb startup case where the line numbers might be messed up.
33251
33252 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
33253
33254 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
33255 (CFLAGS): Delete it from here.
33256
33257 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
33258
33259 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
33260
33261 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
33262
33263 * Makefile.in (RUNTEST): Default to just "runtest".
33264
33265 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33266
33267 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
33268 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
33269 the code has been restructured.
33270
33271 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33272
33273 * gdb.t00/default.exp (set write): Allow any number of \r and/or
33274 \n, not just one of each.
33275
33276 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
33277 /bin/cc gives a warning if you do.
33278
33279 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
33280
33281 * gdb.t24/demangle.exp: change expect pattern of
33282 __t10ListS_link1ZUiRCUiPT0
33283
33284 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33285
33286 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
33287 on local variables in recursive functions.
33288
33289 * gdb.t07/Makefile.in: Build the new test.
33290
33291 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33292
33293 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
33294 directly. Instead compare the return values from actual calls.
33295
33296 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
33297
33298 * Makefile.in (check): Set TCL_LIBRARY for runtest.
33299
33300 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33301
33302 * From Peter Schauer with minor modifications.
33303 * gdb.t15/return.exp (return_tests): Handle targets where "return"
33304 stops in mid-line in the caller. Add xfail for returning a float
33305 value on X86 targets.
33306
33307 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33308
33309 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
33310 to avoid expect lossage.
33311 (fmem_LRbug_tests): Likewise.
33312 * gdb.disasm/hppa.s: Corresponding changes.
33313
33314 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
33315 conditions to work with latest dejagnu/expect.
33316
33317 * gdb.t15/funcargs.exp (finish from indirect call): No longer
33318 expected to fail on the PA.
33319 (backtrace in call with trampolines): Explicitly require main
33320 to be frame #1 (no trampolines should show up in backtrace).
33321
33322 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
33323 "continue -expect".
33324 * gdb.t06/break.exp: Likewise.
33325 * gdb.t07/watchpoint.exp: Likewise.
33326 * gdb.t13/bitfields.exp: Likewise.
33327 * gdb.t15/{funcargs,return}.exp: Likewise.
33328 * gdb.stabs/weird.exp: Likewise.
33329 * config/{mips,udi}-gdb.exp: Likewise.
33330
33331 * hppa.sed: Enclose comments within a sed command to avoid
33332 losing with the old OSF1 sed.
33333
33334 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33335
33336 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
33337 sequent dynix.
33338 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
33339 * gdb.t15/funcargs.exp: Conditionally step again to really
33340 finish from marker_call_with_trampolines. Handle the case where
33341 the first step from within call_with_trampolines already steps
33342 us back to main.
33343 * gdb.t15/gdbme.c: Add comment to closing brace of
33344 call_with_trampolines for funcargs.exp.
33345
33346 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33347
33348 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
33349 Fix typo(s).
33350
33351 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33352
33353 * gdb.t07/gdbme.c: More code for watchpoint testing.
33354
33355 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
33356 "Hardware watchpoint" throughout file.
33357 (test_watchpoint_triggered_in_syscall): New test.
33358 (test_complex_watchpoint): New test.
33359
33360 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33361
33362 * gdbme.c (call_with_trampolines): New function to try and step
33363 into. Tests trampoline problems on the PA.
33364
33365 * funcargs.exp (localvars_in_indirect_call): No longer expect
33366 stepping into indirect call to fail on PAs.
33367 (test_stepping_over_trampolines): New test.
33368
33369 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33370
33371 * TODO: Add suggestions for static member function tests, and
33372 completion tests.
33373
33374 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33375
33376 * TODO: Add suggestions for "p/a" tests.
33377
33378 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
33379 (default_gdb_exit): Replace all the hair with sending "quit" to
33380 the process with a simple close.
33381
33382 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33383
33384 * TODO: Add suggestions for shared library tests.
33385
33386 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33387
33388 * TODO: Add suggestions for x/s tests.
33389
33390 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33391
33392 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
33393 "enable once", and "enable breakpoints once" with ".*".
33394
33395 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33396
33397 * TODO: Add suggestions about structure passing tests.
33398
33399 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33400
33401 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
33402 the primary1 test, use work around if __GNUC__ < 2.
33403 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
33404 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
33405 Test for bad output rather than waiting for timeout. Issue
33406 second continue only if first continue failed.
33407
33408 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33409
33410 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
33411 operator[] test with gdb_test because the old code didn't seem to
33412 be getting the quoting right with the new dejagnu.
33413
33414 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
33415
33416 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
33417 one from the path.
33418 * Makefile.in: Use a fresh expect if there is one, use runtest
33419 from the src tree if there is one.
33420
33421 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33422
33423 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
33424 next over recursive call. Revise the tests from that point on
33425 (which had been skipped) to match GDB's actual (correct) output.
33426
33427 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
33428 with next over a breakpoint whose condition is false.
33429
33430 * gdb.t00/help.exp: Comment out "help set print" tests just like
33431 (and for same reason as) "help set" test.
33432
33433 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33434
33435 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
33436 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
33437
33438 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33439
33440 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
33441 necessary gdb_target_udi.
33442
33443 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
33444
33445 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
33446 1838 and 2417; they are fixed.
33447
33448 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
33449 gdb.t03/ptype.exp (ptype structure, ptype union):
33450 Remove xfails; the test is looser than when the xfails were added.
33451
33452 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
33453 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
33454
33455 * gdb.t01/run.exp: Only run shell test if isnative.
33456
33457 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
33458 since "run" automatically loads if necessary. Call gdb_target_udi
33459 after the "file" since "file" kills any execution target.
33460
33461 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
33462 GDB. GDB doesn't work that way (not anymore at least) on UDI.
33463 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
33464 argument for UDI.
33465
33466 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33467
33468 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
33469
33470 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
33471
33472 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33473
33474 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
33475 properly quoting regexps. This makes the second argument to
33476 demangle a fixed string, which matches the callers, instead of a
33477 shell-style pattern which is what the previous implementation
33478 used. Update some of the callers.
33479
33480 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33481
33482 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
33483 (comib_nullified_tests): Fix typo.
33484 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
33485 strings. No longer expected to fail.
33486
33487 * gdb.disasm/hppa.s (addib_tests): Fix typo.
33488 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
33489 strings. No longer expected to fail.
33490
33491 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
33492 string. No longer expected to fail.
33493
33494 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33495
33496 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
33497 No longer expected to fail.
33498
33499 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
33500 string. No longer expected to fail.
33501
33502 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33503
33504 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
33505 only in the names (I probably got most of them). I was even
33506 generous with some which differed in underscores in names, and
33507 probably missed a few, and I *still* was able to remove almost a
33508 third of the file with almost no impact on testsuite coverage.
33509
33510 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33511
33512 * gdb.t00/default.exp: Match udi_attach error message as well as
33513 the one from child_attach.
33514
33515 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
33516
33517 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
33518
33519 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
33520 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
33521
33522 * Move test with enums and partial symbols back to
33523 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
33524 Reverts the change of 26 May 93. Per today's change to
33525 stabs.texinfo, the behavior that weird.exp was expecting was
33526 unreasonable; what is important is that the compiler+gdb get
33527 things right, which happens with a recent gcc. Also fix the test
33528 to deal with native compilers which put out the stab gdb can't
33529 deal with.
33530
33531 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33532
33533 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
33534 in the names. The main thing these accomplish is to slow things down.
33535 Many more such duplicates surely remain.
33536
33537 * gdb.t00/help.exp: Comment out "help support" test just like
33538 (and for same reason as) "help set" test.
33539
33540 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
33541
33542 * gdb.t06/break.exp: Remove setup_xfails for
33543 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
33544 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
33545 about known bug in gcc to include up through 2.5.8.
33546 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
33547 well as "_vb$".
33548 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
33549 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
33550 with latest gcc and gdb.
33551 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
33552 well as "_vb$".
33553
33554 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33555
33556 * configure.in (hppa*-*-*): Also configure and build stabs-only
33557 tests.
33558
33559 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33560
33561 * gdb.t10/hppa.mt: A makefile fragment for the PA.
33562 * gdb.t10/configure.in (hppa*-*-*): Use it.
33563
33564 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33565
33566 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
33567
33568 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33569
33570 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
33571 versions prior to 1.13.5.
33572
33573 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33574
33575 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
33576 the prompt is at the start of a line.
33577
33578 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33579
33580 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
33581 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
33582 in the copr tests now.
33583 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
33584 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
33585 expected to fail.
33586
33587 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
33588
33589 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
33590 gdb.t31/chillvars.exp, lib/gdb.exp:
33591 Tweak to run under either version of expect.
33592 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
33593 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
33594 * gdb.t11/list.exp: Remove extraneous whitespace.
33595
33596 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33597
33598 * gdb.t16/printcmds.exp (test_print_strings): Accept
33599 "(unsigned char *) " before the string.
33600
33601 * TODO: Add notes about printing of fancy types and GDB expressions.
33602
33603 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
33604
33605 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
33606 * gdb.t06/configure.in: Don't try to compile signals test program
33607 if doing mips-idt-ecoff.
33608
33609 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
33610
33611 * Most .exp files: Tweak to run under either version of expect.
33612
33613 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33614
33615 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
33616 xfails; I'm not sure why they are failing, but not because of PR 1806.
33617
33618 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
33619
33620 * config/unix-gdb.exp: Remove gdb_unload cause it's already
33621 defined in lib/gdb.exp.
33622
33623 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33624
33625 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
33626 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
33627 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
33628 have to be typeless.
33629
33630 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33631
33632 * TODO: Add suggestion for copyright year test.
33633
33634 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33635
33636 * configure.in (*-*-lynxos*): Add stabs tests.
33637
33638 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33639
33640 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33641 so insert a tab before any assembler directive in column zero.
33642
33643 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33644 stores.
33645 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33646 stores.
33647 (fpu_short_memory_tests): Likewise.
33648
33649 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33650
33651 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
33652 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
33653 .stabs directives in comments.
33654
33655 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33656
33657 * TODO: New file, describing tests we could write.
33658 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33659
33660 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33661
33662 * gdb.t06/signals.exp: Add kludge to force re-sync.
33663
33664 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33665 to xgdb instead of gdb, get out of gdb.
33666
33667 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33668
33669 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33670 for info.
33671
33672 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33673
33674 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33675 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33676 * gdb.stabs/hppa.sed: New sed script for the PA.
33677
33678 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33679
33680 * gdb.stabs: Re-write weird.def and configuration to use sed
33681 instead of cpp. sed is portable and POSIX; cpp is neither.
33682
33683 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33684
33685 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33686
33687 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33688
33689 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33690
33691 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33692
33693 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33694 "_vb$".
33695 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33696 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33697
33698 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33699
33700 * lib/gdb.exp: Comment out code which depends on non-existent
33701 `transform' procedure.
33702
33703 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33704
33705 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33706 * lib/gdb.exp: Transform tool name.
33707 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33708 1.1's new error handling system.
33709
33710 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33711
33712 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33713
33714 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33715
33716 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33717 They made pattern matching so slow that timeouts happened on
33718 heavily loaded systems. Now any output from "show print" which
33719 gets us back to the GDB prompt is a PASS.
33720
33721 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33722
33723 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33724
33725 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33726
33727 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33728
33729 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33730 It is not from PR 3220.
33731
33732 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33733
33734 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33735 just started failing because they depended on the order the
33736 subcommands are presented, or exact docstring text. This kind of
33737 test is a pain and has minimal benefit.
33738
33739 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33740
33741 * gdb.t09/corefile.exp: At end of test, use "core" command with
33742 no arguments.
33743
33744 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33745
33746 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33747 17}/Makefile.in: Make it possible to run the testsuite with Sun
33748 make and CC = cross gcc by adding explicit build rules for .o
33749 files.
33750
33751 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33752
33753 * gdb.t15/funcargs.exp: Don't put comments on same line as
33754 setup_xfail (@#$*%& tcl braindamage!).
33755
33756 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33757
33758 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33759
33760 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33761
33762 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33763 * gdb.t20/inherit.exp: remove three dumplicate entries.
33764
33765 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33766
33767 * gdb.t06/break.exp: For "next over recursive call", fail on any
33768 incorrect output, not just on "factorial (value=2)".
33769
33770 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33771
33772 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33773 working now. Add an xfail if accesing a bss variable causes
33774 a memory error if the target is not yet run.
33775
33776 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33777
33778 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33779 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33780 name of __st* demangling (2 strings). Did Kung really get the
33781 more than 95 others right without testing them?
33782
33783 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33784
33785 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33786
33787 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33788
33789 * configure.in (configdirs): Add gdb.disasm
33790 * gdb.disasm: New directory for GDB disassembler tests.
33791 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33792
33793 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33794
33795 * gdb.t00/help.exp: Don't test "help set".
33796
33797 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33798 from within expect statements. None of these happen anymore and
33799 they cause regressions to be silently unnoticed.
33800
33801 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33802 messages) about known failures with gcc cygnus-2.4.5-930417.
33803
33804 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33805 comp-info.exp so it gets built if it doesn't exist.
33806
33807 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33808 it is no longer used.
33809 * gdb.t13/comp-info.c: Removed.
33810
33811 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33812
33813 * gdb.t06/signals.exp: Add xfail for sun3.
33814
33815 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33816
33817 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33818 relevant because ^C doesn't get sent but failure can be reproduced
33819 interactively).
33820
33821 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33822
33823 * gdb.stabs/alpha.mt: New configuration file for alpha.
33824 * gdb.stabs/configure.in: Use it.
33825 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33826 sharing with alpha.mt, redefine long to word via preprocessor.
33827 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33828 for alpha.
33829 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33830 native cc.
33831 * gdb.t00/teststrategy.exp: Change expect string so that we
33832 consume the `(xgdb)' from the command echo and from the gdb prompt.
33833 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33834 gdb currently compares all values as long, so this failure probably
33835 applies to any configuration where LONGEST is bigger than a target int.
33836 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33837 with gcc.
33838 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33839 to handle opaque pointers, gcc is.
33840 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33841 as first argument. Include <sys/types.h> and change all operator
33842 new definitions to use size_t.
33843 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33844 now that we use size_t.
33845
33846 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33847
33848 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
33849 a long or float array cast all array members to the same type.
33850 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
33851 with 64 bit longs.
33852 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
33853 on alpha.
33854 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
33855
33856 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33857
33858 * gdb.t24 (demangle.exp): Constructors of templates have names like
33859 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33860 section 14.6 of the ARM.
33861
33862 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33863 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33864 accomplish little and slow down the testsuite.
33865
33866 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33867 Accept spaces various places.
33868
33869 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33870
33871 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33872 with watchpoint enabled.
33873
33874 * Makefile.in: Remove definition of CC and remove the second
33875 definition of CXX (the "CXX = gcc" one remains). These definitions
33876 were causing backquotes to be expanded within backquotes, which
33877 doesn't work.
33878
33879 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33880
33881 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33882
33883 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33884
33885 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33886 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
33887 by mips cc and contains no stabs entries.
33888
33889 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33890
33891 * config/vx-gdb.exp: Use fake device to load files rather than
33892 NFS.
33893 * lib/gdb.exp: New proc to do "file" command.
33894 * config/unix-gdb.exp: Use new "file" proc.
33895
33896 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33897
33898 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33899 Rework board rebooting slightly.
33900 (gdb_exit): Don't exit from the remote shell; there isn't one.
33901 * gdb.stabs/weird.exp: If a program is being debugged already,
33902 kill it.
33903 * gdb.t04/setvar.exp: Stop and restart gdb.
33904 * gdb.t05/expr.exp: Likewise.
33905 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33906 restart gdb and reload the program.
33907 * gdb.t08/opaque.exp: Likewise.
33908 * gdb.t12/scope.exp: Likewise.
33909 * gdb.t13/bitfields.exp: Likewise.
33910 * gdb.t15/funcargs.exp: Likewise.
33911 * gdb.t20/classes.exp: Likewise.
33912 * gdb.t03/ptype.exp: Increase timeout.
33913 * gdb.t16/printcmds.exp (test_print_string_constants,
33914 test_print_array_constants): Likewise.
33915 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33916 * gdb.t20/classes.exp (do_tests): Likewise.
33917 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33918
33919 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33920
33921 * gdb.stabs: Renamed *wierd* to *weird*.
33922
33923 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33924
33925 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33926 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33927
33928 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33929
33930 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33931 (do_tests): Remove xfail for whatis on one_var and two_var.
33932
33933 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33934
33935 * Makefile.in: Made cross building work better by adding
33936 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33937
33938 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33939
33940 * gdb.t15/{return.c,return.exp,Makefile.in}:
33941 New test, currently commented out.
33942
33943 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33944
33945 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33946 still running and removes the leftover named socket so GDb can do
33947 clean restarts.
33948
33949 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33950
33951 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33952 console, not GDB.
33953 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33954 cross testing works better with "make check"
33955 * config/unix-gdb: Use default procedures for exit and version.
33956 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33957 with the newest VxWorks.
33958
33959 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33960
33961 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33962 old form.
33963
33964 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33965 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33966
33967 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33968
33969 * config/unix-gdb.exp: Remove this version of gdb_exit
33970 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33971 Rob says he'll look at it when he gets back to testing boards.
33972
33973 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33974
33975 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33976 an expected fail for certain ptype commands.
33977
33978 * gdb.t20/classes.exp: Update expected results of "ptype class
33979 Base1" to account for the constructor that now appears in the type.
33980
33981 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33982
33983 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33984 disappeared from list.
33985 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33986 "alldone" proc with call to cleanup and exit.
33987 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33988 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33989 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33990 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33991 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33992 "alldone" proc with simple returns that suppress remaining
33993 tests. The alldone proc went away many months ago.
33994
33995 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33996
33997 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33998
33999 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
34000
34001 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34002
34003 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
34004 as vax gdb will display them.
34005
34006 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34007
34008 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
34009 optimizers.
34010
34011 * scope.exp: Change "bad value for localval" messages so each one
34012 is unique.
34013
34014 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
34015 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
34016
34017 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
34018
34019 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34020
34021 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
34022 doesn't exist (due to optimization).
34023
34024 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34025
34026 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
34027 contains \r because the filename is long.
34028
34029 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
34030 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
34031
34032 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34033
34034 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
34035 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
34036 Ultrix.
34037 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
34038 int tests.
34039 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
34040
34041 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
34042
34043 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
34044
34045 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
34046 to match does not match the passing case but still matches the
34047 failing case.
34048
34049 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34050
34051 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
34052
34053 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
34054
34055 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
34056 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
34057 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
34058 Remove various versions of gdb_exit.
34059 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
34060 gdb_exit.
34061 * config/unix-gdb.exp: gdb_exit remains here, and should override
34062 the generic version, since it's doing a lot of wierd stuff that
34063 the other versions aren't. FIXME, fold it in, or abandon this
34064 version.
34065
34066 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34067
34068 * gdb.t24/demangle.exp: Add tests for PR 3220.
34069
34070 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34071
34072 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
34073
34074 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
34075
34076 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
34077 "i386-*-*". Works for i486 as well.
34078
34079 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
34080 bug, and expand domain of xfail to all SVR4 systems, since the
34081 actual problem is likely to be in generic SVR4 /proc support.
34082
34083 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34084
34085 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
34086
34087 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
34088
34089 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
34090 xfails for other systems. Match a missing 'Continuing.' as an
34091 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
34092
34093 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
34094 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
34095 Only issue warning for missing executables if -all option is used.
34096
34097 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
34098 file if -all option is used. It's like an unpredictable XFAIL.
34099
34100 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34101
34102 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
34103 for dynamically linked binaries.
34104
34105 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
34106
34107 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34108
34109 * gdb.t20/inherit.exp: Change message for "print tagless struct"
34110 to state that this is a known bug in old versions of g++.
34111
34112 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34113
34114 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
34115 while waiting for `Continuing'.
34116
34117 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
34118
34119 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
34120 in text, data, and bss.
34121 * gdb.t10/nodebug.c: Add local and global test variables for
34122 initialized and uninitialized data.
34123
34124 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34125
34126 * config/unix-gdb.exp (gdb_exit): Add "wait".
34127
34128 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34129
34130 * gdb.t06/signals.exp: xfail the continue from the handler for all
34131 targets.
34132
34133 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
34134 function with watchpoints enabled, the i386 call dummy starts with
34135 a call.
34136
34137 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
34138 386 bsd names its corefiles.
34139
34140 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
34141
34142 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
34143 compilers don't grok it.
34144 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
34145 with small octal ints rather than character constants, which
34146 are signed and might not fit if first promoted to int.
34147
34148 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
34149
34150 * gdb.t09/Makefile.in (clean): Remove corefile.
34151
34152 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34153
34154 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
34155
34156 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34157 and Jim Kingdon (kingdon@cygnus.com)
34158
34159 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
34160 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
34161 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
34162
34163 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34164
34165 * gdb.t17/interrupt.exp: Add xfail for hppa.
34166
34167 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34168
34169 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
34170 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
34171 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
34172 to determine signed-ness of bitfields and use the result to setup
34173 the xfail.
34174 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
34175 * gdb.t15/funcargs.exp: Use them to step until the second indirect
34176 call line is reached if necessary.
34177
34178 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34179
34180 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
34181
34182 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34183
34184 * gdb.t06/break.exp: Also test `clear' command.
34185
34186 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
34187
34188 * gdb.t00/teststrategy.exp: Remove extra quote.
34189
34190 * gdb.t07/watchpoint.exp: Change xfail for calling function with
34191 watchpoint enabled to be for all non-68k machines.
34192
34193 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
34194
34195 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34196
34197 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
34198 targets use aout.mt instead of ecoff.mt as gas understands
34199 standard aout format.
34200
34201 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
34202
34203 * lib/gdb.exp (runto): Don't insist that function we are running to
34204 was compiled with -g.
34205
34206 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
34207
34208 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
34209 to get back into the read system call.
34210 Accept leading newline in case where we woke it up.
34211
34212 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34213
34214 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
34215 to make the stabs test work on ecoff systems using gcc and -with-stabs.
34216 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
34217 enable ecoff configuration.
34218
34219 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34220
34221 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
34222
34223 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34224
34225 * gdb.t16/printcmds.exp: Add another printf test.
34226
34227 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
34228
34229 * configure.in: If configured -with-stabs on any target, add
34230 stabsdirs to configdirs.
34231
34232 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34233
34234 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
34235 fun" so pattern does not match the command itself.
34236
34237 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34238
34239 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
34240
34241 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34242
34243 * gdb.t17/interrupt.exp: Test for more things.
34244
34245 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34246
34247 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
34248 compiler arranges the code and line numbers.
34249
34250 * gdb.t17/interrupt.exp: Don't send \n after ^C.
34251
34252 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34253
34254 * gdb.t00/help.exp: Increase expect input buffer size.
34255
34256 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34257
34258 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
34259
34260 * gdb.t07/watchpoint.exp: Add xfail for hppa.
34261
34262 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
34263
34264 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
34265 [0-9]*, not just [0-9].
34266
34267 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34268
34269 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
34270
34271 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
34272
34273 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34274
34275 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
34276
34277 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34278
34279 * gdb.t06/signals.c: Add xfails for sun3.
34280
34281 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
34282
34283 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
34284 test_stepping tests.
34285
34286 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34287
34288 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
34289
34290 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
34291
34292 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
34293 rather than actually putting it through cpp twice.
34294
34295 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
34296
34297 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
34298
34299 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
34300 no longer needed.
34301
34302 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34303
34304 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
34305
34306 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
34307 C++ features prints as "struct", make it a pass, not an xfail.
34308
34309 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34310
34311 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
34312 Don't require VA to print as "class" rather than "struct".
34313
34314 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
34315
34316 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
34317
34318 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34319
34320 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
34321
34322 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34323
34324 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
34325 order.
34326
34327 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34328
34329 * gdb.t16/printcmds.exp: Add printf tests.
34330
34331 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
34332
34333 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
34334
34335 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
34336
34337 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
34338 pass counts, to counteract any existing or future setup_xfails.
34339
34340 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34341
34342 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
34343 {BEGIN,END}_COMMON for common block instead of STAB.
34344 * gdb.stabs/wierd.exp: Add xfail for rs6000.
34345
34346 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
34347 intp_var should be N_GSYM not N_LSYM.
34348 wierd-aout.S: Use a label for the value of the N_SO.
34349 wierd.def: Remove all backslashes.
34350 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
34351
34352 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34353
34354 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
34355 get the expected next to inheritance3.
34356
34357 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34358
34359 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
34360 now that gcc-2.4 gets it right.
34361
34362 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34363
34364 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
34365
34366 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
34367 generating comp-info.exp which works for cross-compilation.
34368
34369 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
34370
34371 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
34372 "*-*-sysv4.*".
34373
34374 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
34375
34376 * gdb.t01/run.exp: Start with a fresh gdb.
34377 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
34378 SVR4.x.
34379
34380 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
34381
34382 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
34383 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
34384 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
34385 Makefile.in (distclean, realclean): Remove gdbme.c from list of
34386 things to remove.
34387
34388 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
34389
34390 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
34391 test cases from bug reports.
34392
34393 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
34394
34395 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
34396 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
34397 avoid spurious xfails.
34398 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
34399 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
34400 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
34401
34402 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
34403
34404 * gdb.t00/teststrategy.exp: Rework to provide more useful
34405 description of each test, fix problem with systems that define
34406 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
34407 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
34408 results for "next over recursive call" so timeouts aren't taken
34409 by error.
34410
34411 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
34412
34413 * gdb.t12/scope.exp: Test printing of variables before run.
34414
34415 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
34416 printed in wrong order due to sorting.
34417
34418 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
34419
34420 * gdb.t00/teststrategy.exp: Fix expected results for printing
34421 user entered string constant. Is array of char, prints with no
34422 address.
34423
34424 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
34425 commands.
34426 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
34427 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
34428 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
34429 of struct of char arrays.
34430 * gdb.t00/radix.exp: New tests for radix commands.
34431
34432 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
34433
34434 * gdb.t16/printcmd.exp: Print a variable before running program
34435 (with xfail for AIX).
34436
34437 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
34438
34439 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
34440
34441 * gdb.t16/printcmd.exp: Don't print variables before running program.
34442
34443 * gdb.t06/break.exp: Don't require envp argument to main.
34444
34445 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
34446
34447 * gdb.t02/whatis.exp, gdb.t11/list.exp:
34448 Add xfails for rs6000.
34449
34450 * gdb.t02/whatis.exp: Change other tests not to re-test something
34451 we already tested.
34452
34453 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
34454 each type used has a variable of that type.
34455
34456 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
34457
34458 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
34459
34460 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
34461
34462 * configure.in: change srctrigger to be a file, not a directory
34463
34464 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
34465
34466 * configure.in (mips-idt-ecoff*): Added trailing '*'.
34467
34468 * gdb.t11/list.exp: Fixed a couple of typos.
34469
34470 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
34471
34472 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
34473 is fixed and PR is closed.
34474 * gdb.t16 (gdbme.c): Add simple test string variable.
34475 * gdb.t16 (printcmds.exp): Add tests with simple test string
34476 variable, primarily for boundaries on "set print elements".
34477
34478 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
34479
34480 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
34481 Make leading 0's optional and don't expect a tab in the middle
34482 of the number.
34483
34484 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
34485
34486 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
34487 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
34488 don't end command passed to gdb_test with newline.
34489
34490 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
34491 signed keyword away, don't expect signed bitfields to be signed.
34492
34493 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
34494 printing with only as many 1's as are in the field as well as printing
34495 with 32 1's (see comment).
34496
34497 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
34498
34499 * gdb.t00/default.exp: Start with a fresh gdb.
34500 * configure.in (configdirs): Remove gdb.t31 until the chill
34501 compiler works again. It no longer is able to find chillrt0
34502 since it isn't in libchill.a anymore.
34503 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
34504 wierd.o, make more modular.
34505 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
34506 spurious newlines that caused problems.
34507
34508 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34509
34510 * Move test with enums and partial symbols from gdb.t03/ptype.exp
34511 to gdb.stabs/wierd.exp since GCC has worked around the bug.
34512 gdb.stabs/wierd.{exp,def}: Many new tests.
34513
34514 * gdb.t00/default.exp: update info line for new message.
34515
34516 * gdb.t02/{whatis.exp,gdbme.c}:
34517 Test that "char *" doesn't print as "caddr_t".
34518
34519 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34520
34521 * gdb.t00/help.exp: Use .* in place of some help messages which
34522 just changed.
34523 gdb.t00/default.exp: Update "info frame" test for new message.
34524 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
34525 Remove some xfails
34526
34527 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34528
34529 * gdb.t03/{gdbme.c,ptype.exp}:
34530 Add tests for typedef'd struct and union without tags.
34531 Also check "whatis" on a variable of a typedef'd enum without a tag.
34532
34533 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
34534 PRMS 1823; the bug still exists but isn't reproduced by this test
34535 anymore), and remove rs6000 XFAIL (the bug is fixed).
34536
34537 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
34538 duplicated from whatis.exp. For those that are left, accept
34539 "long", "long int", or "int" for long variables (whatis.exp already
34540 has an XFAIL for "int", so no need to fail it here).
34541
34542 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
34543 Deal with GCC's names for types now that GDB uses the compiler's names.
34544
34545 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
34546 setup_xfail's for sunos4. If we #defined the signed keyword away,
34547 don't expect GDB to know that char it is signed.
34548
34549 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
34550
34551 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
34552
34553 * configure.in (configdirs): Add gdb.t24 for C++ tests that
34554 should work on any system, regardless of debugging format.
34555 * gdb.t21/demangle.exp: Move to gdb.t24.
34556 * gdb.t24/demangle.exp: Move from gdb.t21.
34557 * gdb.t24/{Makefile.in, configure.in}: New files.
34558
34559 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34560
34561 * configure.in: Do gdb.stabs and C++ tests only for stabs.
34562 * gdb.stabs: New directory.
34563
34564 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34565
34566 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
34567 not just "Quit anyway?".
34568
34569 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
34570
34571 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
34572 that all setup_xfails are immediately followed by clear_xfails.
34573
34574 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
34575
34576 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
34577 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
34578 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
34579 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
34580 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
34581 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34582 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34583 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
34584 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
34585 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
34586 gdb.t31/chillvars.exp, lib/gdb.exp:
34587 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
34588 bug-gdb@prep.ai.mit.edu.
34589
34590 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
34591
34592 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
34593 with 0.0, not integer 0.
34594
34595 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
34596
34597 * gdb.t06/break.exp: Update for "Kill the program" message change.
34598
34599 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
34600
34601 * Makefile.in (GDBFLAGS): Set to -nx.
34602 * Makefile.in (site.exp): Use GDBFLAGS.
34603
34604 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34605
34606 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
34607 Makefiles.
34608 (check): depend on just-check.
34609 (just-check): added so that tests can be run without a noop
34610 build pass.
34611
34612 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34613
34614 Switch to using configure's configdirs.
34615 * Makefile.in (Makefile): add configure.in dependency.
34616 (SUBDIRS): removed redundant assignment.
34617 * configure.in: switch subdirs assignment to configdirs.
34618 * gdb.t*/configure.in: new files.
34619
34620 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
34621
34622 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
34623 works.
34624
34625 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
34626
34627 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
34628 in explicit rules. Apparently this is not supported by some makes.
34629
34630 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34631
34632 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34633
34634 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34635
34636 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
34637 disappeared.
34638
34639 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34640
34641 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34642
34643 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
34644
34645 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
34646 watchpoint problem that is now fixed.
34647 * gdb.t30/chexp.exp: Remove setup_xfail for printing
34648 uninitialized convenience variables.
34649 * gdb.t31/chillvars.exp: Fix expected patterns for printing
34650 structures.
34651
34652 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34653
34654 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34655 which causes expect to get out of sync with gdb on long output
34656 from help set.
34657 * gdb.t09/corefile.exp: Make expected pattern for core file
34658 failing signal and frame output format less sun specific.
34659
34660 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
34661
34662 * gdb.t31/chillvars.exp: Add and remove initial dummy
34663 breakpoint, so that symbol table is forced in.
34664 (Needed at least on Sunos4, though it seems not SVR4.)
34665 * gdb.t31/chillvars.exp: Update for changed output format.
34666
34667 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34668
34669 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34670
34671 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34672
34673 * Makefile.in: Added --srcdir when invoking runtest, removed the
34674 need for a local config file. (optional now)
34675
34676 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34677
34678 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34679 failure count used to force early termination. Add some more
34680 expected failures for gnu style demangling.
34681
34682 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34683
34684 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34685 pmi variable from gdb.t20/gdbme to get optimized away.
34686 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34687 Check for written corefile upon timeout _and_ eof.
34688
34689 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34690
34691 * config/unix-gdb.exp: Add missing return 0.
34692
34693 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34694
34695 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34696 test termination.
34697
34698 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34699
34700 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34701 disappeared.
34702
34703 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34704
34705 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34706 time as i860 support works.
34707
34708 * gdb.t15/funcargs.exp: Fix expected outputs to include
34709 "backtrace 100\r" rather than just "backtrace\r", to match last
34710 change.
34711
34712 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34713
34714 * config/udi-gdb.exp (gdb_exit): Remove close command.
34715 (gdb_target_udi): New procedure to set the UDI target.
34716 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34717 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34718 Added waits for prompts after several question responses. Added
34719 some more responses used by a29k-amd-udi-gdb.
34720 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34721 pass different arguments, restart UDI connection after program
34722 completion.
34723 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34724 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34725 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34726 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34727 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34728 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34729 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34730 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34731 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34732 after program completion.
34733 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34734 compiled with a SELECT_VECS setting.
34735 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34736 infinite recursion.
34737
34738 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34739 Added checks for COFF results, and made them expected failures for
34740 all targets. It would be better to make them expected failures
34741 for COFF targets only.
34742
34743 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34744
34745 * Makefile.in: add null dvi target, don't bother to recurse
34746 through test directories for info and install-info; rename
34747 $(datadir) to be dejagnu instead of deja-gnu
34748
34749 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34750
34751 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34752 compiler to coredump.
34753 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34754 code.
34755
34756 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34757
34758 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34759 coredump.
34760 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34761 code.
34762
34763 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34764
34765 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34766 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34767 which in a shell. Deletes xgdb when done.
34768 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34769 Tests the return from the "set height" or "set width" commands.
34770 Added a few return codes where needed.
34771
34772 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34773
34774 * Makefile.in (SUBDIRS): Add gdb.t17.
34775 * configure.in (subdirs): Add gdb.t17.
34776 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34777 files to test gdb's calling of functions in the inferior with
34778 the correct arguments and gdb's ability to retrieve any
34779 result returned.
34780
34781 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34782
34783 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34784 may be called after gdb goes away. Previous versions of expect
34785 needed these to avoid file descriptor leaks, but they cause
34786 errors with the current revision of expect.
34787 * gdb.t00/gdbvars.exp: Use -re on expected output after
34788 setting sevenbit-strings.
34789 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34790 to set sevenbit-strings consistent across tests.
34791 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34792 set sevenbit-strings consistent across tests.
34793
34794 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34795
34796 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34797 expected output to match current "expect" expectations.
34798
34799 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34800
34801 * gdb.t00/default.exp: Change expected output for default "source"
34802 command, to match new gdb behavior which requires a filename to
34803 source.
34804
34805 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34806
34807 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34808 expected fail for i486-*-* that misses the marker2 function.
34809 * gdb.t10/crossload.exp (bfddefault): Allow successful
34810 recognition of a format to pass even if no symbols are found.
34811 Explicitly catch failures where the format is not recognized
34812 or is ambiguous, and add the reason to the fail message.
34813 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34814 the cause is and invalid target and add reason to failure message.
34815 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34816 elf32-i386, elf32-sparc, and elf32-i860.
34817 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34818 Set up expected failure for 'filename'::variable scope resolution,
34819 which is now apparently broken on all targets.
34820 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34821 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34822 gdb.t23/templates.exp: Change failure for missing binfile into
34823 just a warning.
34824 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34825 references.
34826
34827 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34828
34829 * gdb.t00/default.exp: Add expected output for default "source"
34830 command, to match new gdb behavior.
34831 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34832
34833 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34834
34835 * config/*-gdb.exp: returns an error, rather than exiting on
34836 internal errors.
34837
34838 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34839
34840 * gdb.t03/gdbme.c: Add pointer to struct variable.
34841 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34842 referencing struct members.
34843
34844 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34845
34846 * configure.in (mips-idt-ecoff): New target.
34847 * config/mips-gdb.exp: New file for remote board using MIPS remote
34848 debugging protocol.
34849
34850 * Redid configuration scheme. Removed gdb.t*/configure.in.
34851 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34852 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34853 distclean targets. Built executables via .o files. Adjusted
34854 tests to account for source files in $(srcdir) rather than
34855 $(objdir).
34856 * lib/gdb.exp (runto): Don't expect () after the function name,
34857 because it may have arguments.
34858
34859 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34860
34861 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34862 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34863 expected failures for mips-idt-* and mips-sgi-*.
34864 * gdb.t00/default.exp (attach): Kill process if requested.
34865 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34866 that does not read core files.
34867 * gdb.t01/run.exp: Removed checks for exit status code.
34868 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34869 it is linked in.
34870 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34871 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34872 appropriate, rather than doing it by hand.
34873 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34874 execution.
34875 * gdb.t10/crossload.exp: Kill existing program if needed.
34876 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34877 appropriate, rather than doing it by hand. Always increase
34878 timeout for this test, not just for VxWorks.
34879
34880 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34881
34882 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34883 of Chill STRUCT types and STRUCT values.
34884 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34885 than "char".
34886 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34887 struct2): New struct definitions and initializations to test
34888 simple Chill STRUCT types.
34889
34890 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34891
34892 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34893 the null byte at the end of strings.
34894 * gdb.t00/default.exp: Make show version insensitive to copyright
34895 date.
34896 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34897 to avoid dependencies on target char signedness.
34898 * gdb.t16/printcmds.exp: Update expected results for explicitly
34899 unsigned char.
34900 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34901 now work.
34902 * gdb.t21/demangle.exp: Add many more patterns for template
34903 demangling, most of them being expected failures.
34904 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34905 string we are matching for, to match on the whole string.
34906 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34907 and fix a whole bunch that had incorrect expected output but were
34908 passing anyway because of the bug in "proc demangle".
34909 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34910 type.
34911 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34912
34913 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34914
34915 * gdb/testsuite: made modifications to testcases, etc., to allow
34916 them to work properly given the reorganization of deja-gnu and the
34917 relocation of the testcases from deja-gnu to a "tool" subdirectory.
34918
34919 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34920
34921 * gdb/testsuite: Initial creation of gdb/testsuite.
34922 Migrated dejagnu testcases and support files for testing nm to
34923 gdb/testsuite from deja-gnu. These files were moved "as is"
34924 with no modifications. This migration is part of a major overhaul
34925 of dejagnu. The modifications to these testcases, etc., which
34926 will allow them to work with the new version of dejagnu will be
34927 made in a future update.
34928
34929 For additional changes see gdb.mi/ChangeLog-1999-2003.
34930 \f
34931 ;; Local Variables:
34932 ;; mode: change-log
34933 ;; left-margin: 8
34934 ;; fill-column: 74
34935 ;; version-control: never
34936 ;; End:
34937
34938 Copyright 1993-2014 Free Software Foundation, Inc.
34939 Copying and distribution of this file, with or without modification,
34940 are permitted provided the copyright notice and this notice are preserved.
This page took 0.932726 seconds and 4 git commands to generate.