8eae1ab782add2eebda79611d5937c318878157a
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 PR python/22748
4 * gdb.opt/inline-frame-tailcall.c: New file.
5 * gdb.opt/inline-frame-tailcall.exp: New file.
6 * gdb.python/py-unwind-inline.c: New file.
7 * gdb.python/py-unwind-inline.exp: New file.
8 * gdb.python/py-unwind-inline.py: New file.
9
10 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.python/py-arch-reg-groups.exp: New file.
13
14 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * gdb.python/py-arch-reg-names.exp: New file.
17
18 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
21 gdb.PendingFrame.architecture method.
22
23 2020-07-06 Tom de Vries <tdevries@suse.de>
24
25 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
26
27 2020-07-03 Pedro Alves <palves@redhat.com>
28
29 * gdb.base/structs2.c (main): Adjust second parem_reg call to
30 explicitly write negative numbers.
31 * gdb.base/structs2.exp: Adjust expected output.
32
33 2020-07-03 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/charset.c (init_string): Change all char parameters to
36 unsigned char parameters.
37
38 2020-07-03 Pedro Alves <palves@redhat.com>
39
40 * gdb.base/call-sc.exp (start_scalars_test): Use
41 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
42 * gdb.base/overlays.c: Remove references to PARAMS.
43 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
44 * gdb.base/reread.exp: Don't set 'prototypes' global.
45 * gdb.base/structs.exp (start_structs_test): Use
46 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
47 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
48 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
49 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
50 call.
51 * gdb.base/varargs.exp: Don't set 'prototypes' global.
52
53 2020-07-03 Pedro Alves <palves@redhat.com>
54
55 * gdb.base/m32rovly.c: Delete.
56 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
57
58 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
59
60 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
61 of gdb_py_test_multiple.
62 * gdb.python/py-cmd.exp: Likewise.
63 * gdb.python/py-events.exp: Likewise.
64 * gdb.python/py-function.exp: Likewise.
65 * gdb.python/py-inferior.exp: Likewise.
66 * gdb.python/py-infthread.exp: Likewise.
67 * gdb.python/py-linetable.exp: Likewise.
68 * gdb.python/py-parameter.exp: Likewise.
69 * gdb.python/py-value.exp: Likewise.
70
71 2020-06-30 Tom de Vries <tdevries@suse.de>
72
73 PR testsuite/26175
74 * lib/future.exp (gdb_default_target_compile): Detect and handle
75 early_flags.
76
77 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
78
79 * boards/simavr.exp (gdb_load): Catch errors when closing
80 previous connection. Close connection, wait for process and
81 unset simavr_spawn_id on failure.
82
83 2020-06-29 Tom de Vries <tdevries@suse.de>
84
85 * lib/gdb.exp (unknown): Make test-case unresolved.
86
87 2020-06-29 Tom de Vries <tdevries@suse.de>
88
89 PR gdb/25475
90 * gdb.server/solib-list.exp: Verify that the symbol reload
91 confirmation question is asked.
92
93 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
94
95 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
96 have a input seq nr in each pass message.
97 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
98 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
99 * gdb.python/python.exp: Make test names unique,
100 use gdb_test_multiline instead of gdb_py_test_multiple,
101 use $gdb_test_name.
102 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
103
104 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
105
106 * configure.ac: Add --enable-libctf.
107 * aclocal.m4: sinclude ../config/enable.m4.
108 * Makefile.in (site.exp): Add enable_libctf to site.exp.
109 * lib/gdb.exp (skip_ctf_tests): Use it.
110 * gdb.base/ctf-constvars.exp: Error message tweak.
111 * gdb.base/ctf-ptype.exp: Likewise.
112 * configure: Regenerate.
113
114 2020-06-26 Gary Benson <gbenson@redhat.com>
115
116 * gdb.cp/try_catch.cc: Include string.h.
117 (main): Replace comparison against string literal with
118 strcmp, avoiding build failure with -Wstring-compare.
119 Add "marker test-complete".
120 * gdb.cp/try_catch.exp: Run the test to the above marker,
121 then verify that the value of "test" is still true.
122
123 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
126
127 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
130
131 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
134 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
135 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
136 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
137 * gdb.arch/riscv-tdesc-loading.exp: New file.
138
139 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
142
143 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
144
145 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
146 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
147 * gdb.arch/riscv-tdesc-regs.c: New file.
148 * gdb.arch/riscv-tdesc-regs.exp: New file.
149
150 2020-06-24 Pedro Alves <palves@redhat.com>
151
152 * gdb.arch/amd64-entry-value-paramref.exp: Use
153 prepare_for_testing_full and don't pass "c++" for the .S file
154 build spec.
155 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
156 $options, since it's an assembly file. Remove -Wno-deprecated.
157 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
158 compiling C++ programs.
159
160 2020-06-24 Pedro Alves <palves@redhat.com>
161
162 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
163 Clang, add "-Wno-unknown-warning-option" to the options.
164
165 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.xml/tdesc-reload.c: New file.
168 * gdb.xml/tdesc-reload.exp: New file.
169 * gdb.xml/maint-xml-dump-01.xml: New file.
170 * gdb.xml/maint-xml-dump-02.xml: New file.
171 * gdb.xml/maint-xml-dump.exp: New file.
172
173 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
174
175 * lib/completion-support.exp (test_gdb_completion_offers_commands):
176 Adjust for omitted commands when TUI is disabled.
177
178 2020-06-23 Gary Benson <gbenson@redhat.com>
179 Pedro Alves <palves@redhat.com>
180
181 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
182 * gdb.cp/nsimport.cc: Likewise.
183 * gdb.cp/nsnested.cc: Likewise.
184 * gdb.cp/nsnoimports.cc: Likewise.
185 * gdb.cp/nsusing.cc: Likewise.
186 * gdb.cp/smartp.cc: Likewise.
187 * gdb.python/py-pp-integral.c: Likewise.
188 * gdb.python/py-pp-re-notag.c: Likewise.
189
190 2020-06-23 Gary Benson <gbenson@redhat.com>
191
192 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
193 * gdb.cp/nsimport.cc: Likewise.
194 * gdb.cp/nsnested.cc: Likewise.
195 * gdb.cp/nsnoimports.cc: Likewise.
196 * gdb.cp/nsusing.cc: Likewise.
197 * gdb.cp/smartp.cc: Likewise.
198 * gdb.python/py-pp-integral.c: Likewise.
199 * gdb.python/py-pp-re-notag.c: Likewise.
200
201 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
202
203 * gdb.base/default-args.exp: New test.
204 * gdb.base/default-args.c: New file.
205 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
206 * gdb.base/default.exp: Update to new help text.
207 * gdb.base/help.exp: Likewise.
208 * gdb.base/page.exp: Likewise.
209 * gdb.base/style.exp: Likewise.
210 * gdb.guile/guile.exp: Likewise.
211 * gdb.python/python.exp: Likewise.
212
213 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
214
215 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
216 remote host. Fix search path syntax on Windows host.
217
218 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
219
220 * gdb.base/attach.exp: Test priority of 'exec-file' changed
221 over 'exec-file-mismatch'.
222 * gdb.base/attach.c: Mark should_exit volatile.
223 * gdb.base/attach2.c: Likewise. Add a comment explaining
224 why the sleep cannot be big.
225 * gdb.base/attach3.c: New file.
226
227 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
228
229 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
230 prefix optional.
231
232 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
233
234 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
235 for remote host.
236
237 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
238 Hafiz Abid Qadeer <abidh@codesourcery.com>
239
240 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
241 file sent to remote host.
242 (top level): Allow int32_t as type of 32-bit register.
243
244 2020-06-19 Tom de Vries <tdevries@suse.de>
245
246 * lib/gdb.exp (gdb_note): New proc.
247 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
248 (gdb_default_target_compile): ... here. Only call
249 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
250 (use_gdb_compile): Change to array.
251 (toplevel): Update sets of use_gdb_compile to specify language.
252 Warn about default_target_compile override. Store dejagnu's version
253 of default_target_compile in dejagnu_default_target_compile.
254
255 2020-06-18 Tom de Vries <tdevries@suse.de>
256
257 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
258 (default_gdb_init): ... here.
259
260 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
261
262 Fix TUI support checks in gdb.tui tests.
263
264 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
265 just say UNSUPPORTED.
266 * gdb.tui/corefile-run.exp: Likewise.
267 * gdb.tui/empty.exp: Likewise.
268 * gdb.tui/list-before.exp: Likewise.
269 * gdb.tui/list.exp: Likewise.
270 * gdb.tui/main.exp: Likewise.
271 * gdb.tui/regs.exp: Likewise.
272 * gdb.tui/resize.exp: Likewise.
273 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
274 * gdb.tui/tui-layout-asm.exp: Likewise.
275 * gdb.tui/tui-missing-src.exp: Likewise.
276 * gdb.tui/winheight.exp: Likewise.
277 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
278
279 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
280
281 Fix TCL error in gdb.python/py-format-string.exp.
282
283 * gdb.python/py-format-string.exp: Move test for python support
284 earlier, out of function body.
285
286 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
287
288 * gdb.base/index-cache-load-twice.c: New.
289 * gdb.base/index-cache-load-twice.exp: New.
290
291 2020-06-17 Keith Seitz <keiths@redhat.com>
292
293 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
294 when executing "gdb --configuration".
295
296 2020-06-17 Tom de Vries <tdevries@suse.de>
297
298 * lib/gdb.exp (gdb_tcl_unknown): New proc.
299 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
300 conditional on presence of gdb_tcl_unknown.
301 (gdb_finish): Make override undo conditional on presence of
302 gdb_tcl_unknown.
303
304 2020-06-16 Tom Tromey <tom@tromey.com>
305
306 * gdb.python/tui-window.py (failwin): New function. Register it
307 as a TUI window type.
308 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
309
310 2020-06-16 Gary Benson <gbenson@redhat.com>
311
312 * gdb.python/py-nested-maps.c (create_map): Add missing return
313 value.
314 (create_map_map): Likewise.
315
316 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
317
318 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
319 variable.
320 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
321 and use the already-defined 'options' variable.
322
323 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
324 Tom de Vries <tdevries@suse.de>
325
326 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
327 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
328 (gdb_setup_known_globals): New proc.
329 (gdb_cleanup_globals): New proc.
330 * lib/gdb.exp (load_lib): New override proc.
331 (gdb_stdin_log_init): Set var in_file as persistent global.
332 * lib/pascal.exp (gdb_stdin_log_init): Set vars
333 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
334 fpc_compiler as persistent global.
335
336 2020-06-12 Tom de Vries <tdevries@suse.de>
337
338 * lib/tuiterm.exp (spawn): Rename to ...
339 (tui_spawn): ... this.
340 (toplevel): Move rename of spawn ...
341 (gdb_init_tuiterm): ... here. New proc.
342 (gdb_finish_tuiterm): New proc.
343 * lib/gdb.exp (gdb_finish_hooks): New global var.
344 (gdb_finish): Handle gdb_finish_hooks.
345 (tuiterm_env): New proc.
346 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
347 tuiterm_env.
348 * gdb.tui/basic.exp: Same.
349 * gdb.tui/corefile-run.exp: Same.
350 * gdb.tui/empty.exp: Same.
351 * gdb.tui/list-before.exp: Same.
352 * gdb.tui/list.exp: Same.
353 * gdb.tui/main.exp: Same.
354 * gdb.tui/new-layout.exp: Same.
355 * gdb.tui/regs.exp: Same.
356 * gdb.tui/resize.exp: Same.
357 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
358 * gdb.tui/tui-layout-asm.exp: Same.
359 * gdb.tui/tui-missing-src.exp: Same.
360 * gdb.tui/winheight.exp: Same.
361
362 2020-06-12 Tom de Vries <tdevries@suse.de>
363
364 PR testsuite/26110
365 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
366 (gdb_finish): Reinstall dejagnu's override of ::unknown.
367
368 2020-06-11 Tom Tromey <tom@tromey.com>
369
370 PR gdb/18318:
371 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
372 floating point tests.
373
374 2020-06-11 Keith Seitz <keiths@redhat.com>
375
376 PR gdb/21356
377 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
378 vla_struct.
379 Add new struct vla_typedef and union vla_typedef_union and
380 corresponding instantiation objects.
381 Initialize new objects.
382 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
383 and vla_typedef_union_object.
384 Fixup type for vla_struct_object.
385
386 2020-06-11 Tom de Vries <tdevries@suse.de>
387
388 * lib/gdb.exp (with_override): New proc, factored out of ...
389 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
390
391 2020-06-10 Tom de Vries <tdevries@suse.de>
392
393 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
394
395 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
396
397 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
398 parameter, update callers.
399
400 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
401
402 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
403 * gdb.dwarf2/share-psymtabs-bt.c: New file.
404 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
405
406 2020-06-04 Tom de Vries <tdevries@suse.de>
407
408 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
409
410 2020-06-04 Tom de Vries <tdevries@suse.de>
411
412 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
413 exp_continue.
414
415 2020-06-04 Tom de Vries <tdevries@suse.de>
416
417 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
418
419 2020-06-03 Tom de Vries <tdevries@suse.de>
420
421 PR symtab/26046
422 * gdb.cp/breakpoint-locs-2.cc: New test.
423 * gdb.cp/breakpoint-locs.cc: New test.
424 * gdb.cp/breakpoint-locs.exp: New file.
425 * gdb.cp/breakpoint-locs.h: New test.
426
427 2020-06-03 Tom de Vries <tdevries@suse.de>
428
429 PR testsuite/25609
430 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
431 value of global verbose.
432 * gdb.base/jit-elf.exp: Same.
433 * gdb.base/jit-reader.exp: Same.
434
435 2020-06-02 Tom de Vries <tdevries@suse.de>
436
437 * gdb.dwarf2/multidictionary.exp: Don't use
438 gdb_spawn_with_cmdline_opts.
439
440 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
443 use_header case.
444 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
445 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
446 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
447 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
448 * gdb.dwarf2/dw2-inline-header.c: New file.
449 * gdb.dwarf2/dw2-inline-header.h: New file.
450
451 2020-05-30 Pedro Alves <palves@redhat.com>
452
453 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
454 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
455
456 2020-05-29 Gary Benson <gbenson@redhat.com>
457
458 * gdb.compile/compile-cplus.exp (additional_flags): Also
459 set when building with clang.
460 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
461 when building with clang.
462
463 2020-05-29 Gary Benson <gbenson@redhat.com>
464
465 * gdb.arch/i386-avx.exp (additional_flags): Also set when
466 building with clang.
467 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
468
469 2020-05-29 Gary Benson <gbenson@redhat.com>
470
471 * gdb.cp/koenig.exp (prepare_for_testing): Add
472 additional_flags=-Wno-unused-comparison.
473 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
474
475 2020-05-28 Gary Benson <gbenson@redhat.com>
476
477 * gdb.base/sigaltstack.c (catcher): Add default case to switch
478 statement.
479
480 2020-05-28 Gary Benson <gbenson@redhat.com>
481
482 * gdb.cp/classes.exp (prepare_for_testing): Add
483 additional_flags=-Wno-deprecated-register.
484 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
485 * gdb.cp/misc.exp: Likewise.
486
487 2020-05-28 Gary Benson <gbenson@redhat.com>
488
489 * gdb.linespec/cpls-ops.cc (dummy): New static global.
490 (test_op_new::operator new): Add return statement.
491 (test_op_new_array::operator new[]): Likewise.
492
493 2020-05-27 Pedro Alves <palves@redhat.com>
494
495 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
496 check. Use test_gdb_complete_unique instead of
497 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
498 test_gdb_complete_multiple instead of
499 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
500
501 2020-05-27 Luis Machado <luis.machado@linaro.org>
502
503 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
504 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
505 * gdb.arch/arm-disassembler-options.exp: Likewise.
506 * gdb.arch/arm-disp-step.exp: Likewise.
507 * gdb.arch/thumb-prologue.exp: Likewise.
508 * gdb.base/async.exp: Likewise.
509 * gdb.base/auxv.exp: Likewise.
510 * gdb.base/complex-parts.exp: Likewise.
511 * gdb.base/ena-dis-br.exp: Likewise.
512 * gdb.base/foll-exec.exp: Likewise.
513 * gdb.base/permissions.exp: Likewise.
514 * gdb.base/relocate.exp: Likewise.
515 * gdb.base/return2.exp: Likewise.
516 * gdb.base/sigbpt.exp: Likewise.
517 * gdb.base/siginfo-obj.exp: Likewise.
518 * gdb.cp/converts.exp: Likewise.
519 * gdb.cp/exceptprint.exp: Likewise.
520 * gdb.cp/inherit.exp: Likewise.
521 * gdb.cp/nsnoimports.exp: Likewise.
522 * gdb.cp/virtbase2.exp: Likewise.
523 * gdb.mi/mi-var-cmd.exp: Likewise.
524 * gdb.mi/var-cmd.c: Likewise.
525
526 2020-05-26 Tom Tromey <tromey@adacore.com>
527
528 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
529
530 2020-05-26 Tom Tromey <tromey@adacore.com>
531
532 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
533 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
534 type.
535 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
536 variable.
537
538 2020-05-26 Christian Biesinger <cbiesinger@google.com>
539
540 * Makefile.in: Use = instead of == for the test command
541 for portability.
542
543 2020-05-26 Tom de Vries <tdevries@suse.de>
544
545 * gdb.base/gold-gdb-index-2.c: New test.
546 * gdb.base/gold-gdb-index.c: New test.
547 * gdb.base/gold-gdb-index.exp: New file.
548 * gdb.base/gold-gdb-index.h: New test.
549
550 2020-05-25 Tom de Vries <tdevries@suse.de>
551
552 * boards/gold-gdb-index.exp: New file.
553
554 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
555
556 * boards/simavr.exp: New file.
557
558 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
559
560 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
561 * gdb.base/inferior-args.exp: New file.
562 * gdb.base/inferior-args.c: New file.
563
564 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
565
566 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
567 inferior_args. Pass it to gdb_reload.
568 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
569 inferior_args.
570 (gdb_reload): Add inferior_args argument.
571 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
572 pass it to gdbserver_run.
573 * boards/native-gdbserver.exp: Do not set noargs.
574 * boards/native-extended-gdbserver.exp (gdb_reload): Add
575 inferior_args argument.
576 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
577 * gdb.base/a2-run.exp: Check for use_gdb_stub.
578 * gdb.base/args.exp: Likewise.
579
580 2020-05-25 Tom de Vries <tdevries@suse.de>
581
582 * lib/gdb.exp (exec_is_pie): Add comment.
583
584 2020-05-25 Tom de Vries <tdevries@suse.de>
585
586 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
587 instead of $binfile in the untested message.
588
589 2020-05-25 Tom de Vries <tdevries@suse.de>
590
591 PR testsuite/26031
592 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
593
594 2020-05-25 Tom de Vries <tdevries@suse.de>
595
596 * boards/gold.exp: New file.
597
598 2020-05-23 Tom Tromey <tom@tromey.com>
599
600 * gdb.base/style.exp: Remove completion styling test.
601 * lib/gdb-utils.exp (style): Remove completion styles.
602
603 2020-05-23 Tom Tromey <tom@tromey.com>
604
605 * gdb.base/style.exp: Add completion styling test.
606 * lib/gdb-utils.exp (style): Add completion styles.
607
608 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 * gdb.base/annota1.exp: Update expected results.
611 * gdb.cp/annota2.exp: Update expected results, remove duplicate
612 test name.
613 * gdb.cp/annota3.exp: Update expected results.
614
615 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
616
617 PR gdb/26016
618 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
619 against MAP_FAILED.
620 * gdb.base/coremaker.c (mmapdata): Likewise.
621 * gdb.base/jit-reader-host.c (main): Likewise.
622 * gdb.base/sym-file-loader.c (load): Likewise.
623 (load_shlib): Likewise.
624
625 2020-05-20 Tom Tromey <tromey@adacore.com>
626
627 * gdb.ada/array_char_idx.exp: Recognize initialized array.
628
629 2020-05-20 Tom de Vries <tdevries@suse.de>
630
631 PR symtab/25833
632 * gdb.base/with-mf-inc.c: New test.
633 * gdb.base/with-mf-main.c: New test.
634 * gdb.base/with-mf.exp: New file.
635
636 2020-05-19 Tom Tromey <tromey@adacore.com>
637
638 * gdb.rust/simple.exp: Restore missing test result.
639
640 2020-05-19 Tom de Vries <tdevries@suse.de>
641
642 * gdb.base/gdb-caching-proc.exp: Fix typo.
643
644 2020-05-19 Tom Tromey <tromey@adacore.com>
645
646 * gdb.rust/simple.exp: Add some test descriptions.
647 (test_one_slice): Use with_test_prefix.
648
649 2020-05-18 Tom de Vries <tdevries@suse.de>
650
651 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
652
653 2020-05-17 Pedro Alves <palves@redhat.com>
654
655 PR gdb/25741
656 * gdb.base/hw-sw-break-same-address.exp: New file.
657
658 2020-05-16 Pedro Alves <palves@redhat.com>
659
660 * gdb.multi/multi-re-run.exp (test_re_run): Switch
661 LAST_LOADED_FILE accordingly.
662
663 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
664
665 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
666
667 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
668
669 * gdb.base/help.exp: Test apropos and help for commands
670 having aliases. Fixed comments not starting with an
671 upper-case letter or not finishing with a dot.
672
673 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
674
675 * gdb.base/alias.exp: Update help output check.
676
677 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
678
679 * gdb.base/default.exp: Update output following fixes.
680
681 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
682
683 * gdb.base/alias.exp: Test aliases starting with a prefix of
684 another alias.
685
686 2020-05-15 Gary Benson <gbenson@redhat.com>
687
688 * gdb.base/info-os.c (main): Add return statement.
689 * gdb.base/info_minsym.c (minsym_fun): Likewise.
690 * gdb.base/large-frame-2.c (func): Likewise.
691 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
692 * gdb.base/pr10179-b.c (foo2): Likewise.
693 * gdb.base/valgrind-disp-step.c (foo): Likewise.
694 * gdb.base/watch-cond.c (func): Likewise.
695 * gdb.multi/goodbye.c (verylongfun): Likewise.
696 * gdb.multi/hello.c (commonfun): Likewise.
697 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
698 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
699 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
700 Likewise.
701 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
702 * gdb.threads/interrupt-while-step-over.c (child_function):
703 Likewise.
704 * gdb.trace/actions-changed.c (end): Likewise.
705
706 2020-05-15 Gary Benson <gbenson@redhat.com>
707
708 * gdb.opencl/callfuncs.exp: Report when test skipped.
709 * gdb.opencl/convs_casts.exp: Likewise.
710 * gdb.opencl/datatypes.exp: Likewise.
711 * gdb.opencl/operators.exp: Likewise.
712 * gdb.opencl/vec_comps.exp: Likewise.
713
714 2020-05-15 Tom de Vries <tdevries@suse.de>
715
716 * gdb.base/align.exp.in: Rename to ...
717 * gdb.base/align.exp.tcl: ... this.
718 * gdb.base/align-c++.exp: Update.
719 * gdb.base/align-c.exp: Update.
720 * gdb.base/all-architectures.exp.in: Rename to ...
721 * gdb.base/all-architectures.exp: ... this.
722 * gdb.base/all-architectures-0.exp: Update.
723 * gdb.base/all-architectures-1.exp: Update.
724 * gdb.base/all-architectures-2.exp: Update.
725 * gdb.base/all-architectures-3.exp: Update.
726 * gdb.base/all-architectures-4.exp: Update.
727 * gdb.base/all-architectures-5.exp: Update.
728 * gdb.base/all-architectures-6.exp: Update.
729 * gdb.base/all-architectures-7.exp: Update.
730 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
731 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
732 * gdb.base/infcall-nested-structs-c++.exp: Update.
733 * gdb.base/infcall-nested-structs-c.exp: Update.
734 * gdb.base/info-types.exp.in: Rename to ...
735 * gdb.base/info-types.exp.tcl: ... this.
736 * gdb.base/info-types-c++.exp: Update.
737 * gdb.base/info-types-c.exp: Update.
738 * gdb.base/max-depth.exp.in: Rename to ...
739 * gdb.base/max-depth.exp.tcl: ... this.
740 * gdb.base/max-depth-c++.exp: Update.
741 * gdb.base/max-depth-c.exp: Update.
742 * gdb.cp/cpexprs.exp.in: Rename to ...
743 * gdb.cp/cpexprs.exp.tcl: ... this.
744 * gdb.cp/cpexprs-debug-types.exp: Update.
745 * gdb.cp/cpexprs.exp: Update.
746 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
747 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
748 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
749 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
750 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
751 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
752 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
753 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
754 * gdb.dwarf2/clang-debug-names-2.exp: Update.
755 * gdb.dwarf2/clang-debug-names.exp: Update.
756
757 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 * lib/check-test-names.exp: Remove code that prevents this file
760 loading when tests are run in parallel.
761
762 2020-05-15 Pedro Alves <palves@redhat.com>
763
764 * gdb.multi/multi-kill.exp (start_inferior): Remove
765 'testpid' parameter. Refer to namespace variable directly.
766 (testpid): Declare as namespace variable.
767
768 2020-05-15 Pedro Alves <palves@redhat.com>
769
770 * gdb.multi/multi-kill.exp: Wrap in namespace.
771 (start_inferior): Add TESTPID parameter. Use it instead of the
772 testpid global.
773 (top level): Define empty TESTPID array, and pass it down to
774 start_inferior.
775
776 2020-05-14 Tom de Vries <tdevries@suse.de>
777
778 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
779 output.
780
781 2020-05-14 Tom de Vries <tdevries@suse.de>
782
783 * gdb.base/align.exp: Split into ...
784 * gdb.base/align.exp.in: ...
785 * gdb.base/align-c++.exp: ...
786 * gdb.base/align-c.exp: ... these.
787 * gdb.base/infcall-nested-structs.exp: Split into ...
788 * gdb.base/infcall-nested-structs.exp.in: ...
789 * gdb.base/infcall-nested-structs-c++.exp: ...
790 * gdb.base/infcall-nested-structs-c.exp: ... these.
791 * gdb.base/info-types.exp: Split into ...
792 * gdb.base/info-types.exp.in: ...
793 * gdb.base/info-types-c++.exp: ...
794 * gdb.base/info-types-c.exp: ... these.
795 * gdb.base/max-depth.exp: Split into ...
796 * gdb.base/max-depth.exp.in: ...
797 * gdb.base/max-depth-c++.exp: ...
798 * gdb.base/max-depth-c.exp: ... these.
799 * gdb.cp/infcall-nodebug.exp: Split into ...
800 * gdb.cp/infcall-nodebug.exp.in: ...
801 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
802 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
803 * gdb.cp/infcall-nodebug-c-d0.exp: ...
804 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
805
806 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
807 Pedro Alves <palves@redhat.com>
808
809 * gdb.multi/multi-exit.c: New file.
810 * gdb.multi/multi-exit.exp: New file.
811 * gdb.multi/multi-kill.c: New file.
812 * gdb.multi/multi-kill.exp: New file.
813
814 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
815
816 * gdb.base/annota1.exp: Update the expected output.
817 * gdb.cp/annota2.exp: Ditto.
818
819 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
820
821 * lib/check-test-names.exp: Disable when testing is being run in
822 parallel.
823
824 2020-05-12 Tom de Vries <tdevries@suse.de>
825
826 * gdb.base/jit-elf.exp: Fix string concat.
827
828 2020-05-12 Tom de Vries <tdevries@suse.de>
829
830 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
831 messages.
832
833 2020-05-12 Tom de Vries <tdevries@suse.de>
834
835 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
836
837 2020-05-12 Tom de Vries <tdevries@suse.de>
838
839 * gdb.ada/catch_ex.exp: Use with_test_prefix.
840 * gdb.ada/mi_catch_ex.exp: Same.
841 * gdb.ada/mi_catch_ex_hand.exp: Same.
842
843 2020-05-12 Tom de Vries <tdevries@suse.de>
844
845 * gdb.fortran/complex.exp: Use with_test_prefix.
846
847 2020-05-12 Tom de Vries <tdevries@suse.de>
848
849 * gdb.trace/passcount.exp: Fix test-names.
850
851 2020-05-12 Tom de Vries <tdevries@suse.de>
852
853 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
854
855 2020-05-12 Tom de Vries <tdevries@suse.de>
856
857 * gdb.gdb/complaints.exp: Use with_test_prefix.
858 * gdb.xml/tdesc-regs.exp: Same.
859 * gdb.opt/inline-locals.exp: Fix test name.
860
861 2020-05-12 Tom de Vries <tdevries@suse.de>
862
863 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
864 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
865 * gdb.dwarf2/implref-struct.exp: Same.
866 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
867 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
868
869 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
870
871 * gdb.base/jit-so.exp (one_jit_test): Change test name.
872
873 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * lib/check-test-names.exp (all_test_names): New module variable.
876 (counts): Add 'duplicates' field.
877 (_check_duplicates): New procedure.
878 (check): Also check for duplicates.
879 (do_log_summary): Print duplicates count.
880 (do_reset_vars): Reset counter for duplicate test names, and
881 discard all know test names.
882
883 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * lib/gdb.exp: Include check-test-names.exp library.
886 * lib/check-test-names.exp: New file.
887
888 2020-05-11 Tom de Vries <tdevries@suse.de>
889
890 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
891
892 2020-05-11 Keith Seitz <keiths@redhat.com>
893
894 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
895
896 2020-05-11 Tom de Vries <tdevries@suse.de>
897
898 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
899 * gdb.cp/cpexprs.exp.in: .. here.
900 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
901 cpexprs.exp.
902
903 2020-05-11 Keith Seitz <keiths@redhat.com>
904
905 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
906 test names.
907 * gdb.ada/arrayptr.exp: Likewise.
908 * gdb.ada/assign_arr.exp: Likewise.
909 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
910 * gdb.ada/bp_on_var.exp: Likewise.
911 * gdb.ada/call_pn.exp: Likewise.
912 * gdb.ada/complete.exp: Likewise.
913 * gdb.ada/fun_overload_menu.exp: Likewise.
914 * gdb.ada/funcall_param.exp: Likewise.
915 * gdb.ada/funcall_ref.exp: Likewise.
916 * gdb.ada/packed_array_assign.exp: Likewise.
917 * gdb.ada/same_component_name.exp: Likewise.
918 * gdb.ada/type_coercion.exp: Likewise.
919 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
920 * gdb.ada/variant_record_packed_array.exp: Likewise.
921
922 2020-05-11 Tom de Vries <tdevries@suse.de>
923
924 PR symtab/25941
925 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
926 out of ...
927 * gdb.dwarf2/clang-debug-names.exp: ... here.
928 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
929 clang-debug-names.exp.in.
930 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
931 * gdb.dwarf2/clang-debug-names-2.c: New test.
932
933 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
934
935 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
936 (fortran_runto_main): New Proc, fortran version of runto_main.
937 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
938 * gdb.fortran/array-bounds.exp: Likewise.
939 * gdb.fortran/array-slices.exp: Likewise.
940 * gdb.fortran/block-data.exp: Likewise.
941 * gdb.fortran/charset.exp: Likewise.
942 * gdb.fortran/common-block.exp: Likewise.
943 * gdb.fortran/complex.exp: Likewise.
944 * gdb.fortran/derived-type-function.exp: Likewise.
945 * gdb.fortran/derived-type.exp: Likewise.
946 * gdb.fortran/info-modules.exp: Likewise.
947 * gdb.fortran/info-types.exp: Likewise.
948 * gdb.fortran/intrinsics.exp: Likewise.
949 * gdb.fortran/library-module.exp: Likewise.
950 * gdb.fortran/logical.exp: Likewise.
951 * gdb.fortran/max-depth.exp: Likewise.
952 * gdb.fortran/module.exp: Likewise.
953 * gdb.fortran/multi-dim.exp: Likewise.
954 * gdb.fortran/nested-funcs.exp: Likewise.
955 * gdb.fortran/print-formatted.exp: Likewise.
956 * gdb.fortran/print_type.exp: Likewise.
957 * gdb.fortran/printing-types.exp: Likewise.
958 * gdb.fortran/ptr-indentation.exp: Likewise.
959 * gdb.fortran/ptype-on-functions.exp: Likewise.
960 * gdb.fortran/subarray.exp: Likewise.
961 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
962 * gdb.fortran/vla-datatypes.exp: Likewise.
963 * gdb.fortran/vla-history.exp: Likewise.
964 * gdb.fortran/vla-ptr-info.exp: Likewise.
965 * gdb.fortran/vla-ptype-sub.exp: Likewise.
966 * gdb.fortran/vla-ptype.exp: Likewise.
967 * gdb.fortran/vla-sizeof.exp: Likewise.
968 * gdb.fortran/vla-type.exp: Likewise.
969 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
970 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
971 * gdb.fortran/vla-value-sub.exp: Likewise.
972 * gdb.fortran/vla-value.exp: Likewise.
973 * gdb.fortran/whatis_type.exp: Likewise.
974 * gdb.mi/mi-var-child-f.exp: Likewise.
975
976 2020-05-09 Tom de Vries <tdevries@suse.de>
977
978 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
979
980 2020-05-08 Tom de Vries <tdevries@suse.de>
981
982 * gdb.dwarf2/clang-debug-names.c: New test.
983 * gdb.dwarf2/clang-debug-names.exp: New file.
984
985 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
986
987 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
988 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
989
990 2020-05-06 Tom de Vries <tdevries@suse.de>
991
992 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
993 breakpoint is at a "recommended breakpoint location".
994 * gdb.reverse/consecutive-reverse.exp: Same.
995
996 2020-05-06 Tom de Vries <tdevries@suse.de>
997
998 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
999 address.
1000
1001 2020-05-06 Tom de Vries <tdevries@suse.de>
1002
1003 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1004
1005 2020-05-06 Tom de Vries <tdevries@suse.de>
1006
1007 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1008 info for r.
1009
1010 2020-05-06 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1013 necessary.
1014
1015 2020-05-06 Tom de Vries <tdevries@suse.de>
1016
1017 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1018 void.
1019
1020 2020-05-06 Tom de Vries <tdevries@suse.de>
1021
1022 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1023 of ...
1024 * gdb.base/async.exp: ... here.
1025 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1026 "recommended breakpoint location".
1027
1028 2020-05-06 Tom de Vries <tdevries@suse.de>
1029
1030 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1031
1032 2020-05-04 Tom de Vries <tdevries@suse.de>
1033
1034 * gdb.base/async.exp: Check whether instruction addresses are a
1035 "recommended breakpoint location".
1036
1037 2020-05-03 Tom Tromey <tom@tromey.com>
1038
1039 * gdb.base/sepdebug.exp: Remove "catch" test.
1040 * gdb.base/break.exp: Remove "catch" test.
1041 * gdb.base/default.exp: Update expected output.
1042
1043 2020-05-02 Tom de Vries <tdevries@suse.de>
1044
1045 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1046 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1047 * gdb.arch/i386-mpx-map.exp: Same.
1048 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1049 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1050 * gdb.arch/i386-mpx.exp: Same.
1051
1052 2020-05-02 Tom de Vries <tdevries@suse.de>
1053
1054 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1055
1056 2020-05-01 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.ada/operator_bp.exp: Allow more than required amount of
1059 breakpoint.
1060
1061 2020-05-01 Tom de Vries <tdevries@suse.de>
1062
1063 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1064
1065 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1066
1067 PR gdb/18706
1068 * gdb.cp/stub-array-size.cc: New test.
1069 * gdb.cp/stub-array-size.exp: New file.
1070 * gdb.cp/stub-array-size.h: New test.
1071 * gdb.cp/stub-array-size2.cc: New test.
1072
1073 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1074
1075 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1076 output to the new format.
1077
1078 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1079
1080 * gdb.base/break.exp: Use with_test_prefix.
1081
1082 2020-04-29 Tom de Vries <tdevries@suse.de>
1083
1084 * lib/gdb.exp (debug_types): New proc.
1085 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1086 * gdb.python/py-symtab.exp: Same.
1087
1088 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1089
1090 PR gdb/17320
1091 * gdb.base/pretty-array.c: New test.
1092 * gdb.base/pretty-array.exp: New file.
1093
1094 2020-04-29 Tom de Vries <tdevries@suse.de>
1095
1096 PR symtab/25889
1097 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1098 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1099 and include cpexprs.exp.
1100
1101 2020-04-28 Mark Williams <mark@myosotissp.com>
1102
1103 PR gdb/24480
1104 * dw4-toplevel-types.exp: Test for top level types.
1105 * dw4-toplevel-types.cc: Test for top level types.
1106
1107 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1108
1109 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1110 (theads -> threads).
1111
1112 2020-04-28 Tom de Vries <tdevries@suse.de>
1113
1114 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1115
1116 2020-04-28 Tom de Vries <tdevries@suse.de>
1117
1118 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1119
1120 2020-04-28 Tom de Vries <tdevries@suse.de>
1121
1122 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1123
1124 2020-04-28 Tom de Vries <tdevries@suse.de>
1125
1126 * gdb.dwarf2/main-foo.c: New test.
1127 * gdb.dwarf2/struct-with-sig.exp: New file.
1128
1129 2020-04-25 Tom de Vries <tdevries@suse.de>
1130
1131 * boards/debug-types.exp: New file.
1132
1133 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1134
1135 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1136
1137 2020-04-24 Tom Tromey <tom@tromey.com>
1138
1139 PR symtab/12707:
1140 * gdb.python/py-symbol.exp: Update expected results for
1141 linkage_name test.
1142 * gdb.cp/print-demangle.exp: New file.
1143 * gdb.base/c-linkage-name.exp: Fix test.
1144 * gdb.guile/scm-symbol.exp: Update expected results for
1145 linkage_name test.
1146
1147 2020-04-24 Tom Tromey <tom@tromey.com>
1148
1149 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1150 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1151 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1152 assembler.
1153
1154 2020-04-24 Tom de Vries <tdevries@suse.de>
1155
1156 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1157 C++.
1158
1159 2020-04-24 Tom Tromey <tromey@adacore.com>
1160
1161 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1162 values.
1163 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1164 values. Update test for minimal encodings.
1165 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1166 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1167 values. Update test for minimal encodings.
1168
1169 2020-04-24 Tom Tromey <tromey@adacore.com>
1170
1171 PR python/23662:
1172 * gdb.ada/variant.exp: Add Python checks.
1173 * gdb.rust/simple.exp: Add dynamic type checks.
1174
1175 2020-04-24 Tom Tromey <tromey@adacore.com>
1176
1177 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1178 Make array type matching more lax.
1179 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1180 * gdb.ada/mi_variant.exp: New file.
1181 * gdb.ada/mi_variant/pck.ads: New file.
1182 * gdb.ada/mi_variant/pkg.adb: New file.
1183 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1184 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1185
1186 2020-04-24 Tom Tromey <tromey@adacore.com>
1187
1188 * gdb.ada/variant.exp: Add dynamic field offset tests.
1189 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1190 * gdb.ada/variant/pkg.adb: Add new variables.
1191
1192 2020-04-24 Tom Tromey <tromey@adacore.com>
1193
1194 * gdb.ada/variant.exp: New file
1195 * gdb.ada/variant/pkg.adb: New file
1196 * gdb.ada/variant/pck.adb: New file
1197
1198 2020-04-24 Tom de Vries <tdevries@suse.de>
1199
1200 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1201
1202 2020-04-24 Tom de Vries <tdevries@suse.de>
1203
1204 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1205 flags.
1206
1207 2020-04-24 Tom de Vries <tdevries@suse.de>
1208
1209 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1210
1211 2020-04-24 Tom de Vries <tdevries@suse.de>
1212
1213 * lib/gdb.exp (default_gdb_start): Handle eof.
1214 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1215 failure.
1216 * gdb.base/readnever.exp: Handle clean_restart failure.
1217
1218 2020-04-23 Tom de Vries <tdevries@suse.de>
1219
1220 * gdb.base/decl-before-def.exp: Run to main and print a again.
1221
1222 2020-04-23 Tom de Vries <tdevries@suse.de>
1223
1224 * gdb.base/decl-before-def-decl.c: New test.
1225 * gdb.base/decl-before-def-def.c: New test.
1226 * gdb.base/decl-before-def.exp: New file.
1227
1228 2020-04-23 Tom de Vries <tdevries@suse.de>
1229
1230 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1231
1232 2020-04-22 Tom de Vries <tdevries@suse.de>
1233
1234 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1235 debug_info_offset.
1236 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1237 before $objsfile in the line line.
1238
1239 2020-04-22 Tom de Vries <tdevries@suse.de>
1240
1241 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1242
1243 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1244
1245 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1246 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1247 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1248 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1249 * gdb.base/jit-protocol.h: Update definitions to match all usage
1250 contexts.
1251
1252 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1253
1254 * gdb.base: Rename all jit related test and source files.
1255
1256 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1257
1258 * gdb.base/jit-reader.exp: Relax register output check.
1259
1260 2020-04-22 Tom de Vries <tdevries@suse.de>
1261
1262 PR symtab/25764
1263 * gdb.base/psym-external-decl-2.c: New test.
1264 * gdb.base/psym-external-decl.c: New test.
1265 * gdb.base/psym-external-decl.exp: New file.
1266 * gdb.threads/tls.exp: Add PR25807 kfail.
1267
1268 2020-04-22 Tom de Vries <tdevries@suse.de>
1269
1270 PR symtab/25801
1271 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1272 in "info source" output.
1273
1274 2020-04-22 Tom de Vries <tdevries@suse.de>
1275
1276 PR symtab/25700
1277 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1278 symtab for imported_unit.c.
1279
1280 2020-04-21 Gary Benson <gbenson@redhat.com>
1281
1282 * gdb.base/advance.c (func): New argument, to match call site.
1283 (func2, func3): Add return statements.
1284
1285 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1286
1287 * gdb.multi/run-only-second-inf.c: New file.
1288 * gdb.multi/run-only-second-inf.exp: New file.
1289
1290 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1291
1292 * gdb.btrace/multi-inferior.c: New test.
1293 * gdb.btrace/multi-inferior.exp: New file.
1294
1295 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1296
1297 * gdb.btrace/enable-new-thread.c: New test.
1298 * gdb.btrace/enable-new-thread.exp: New file.
1299
1300 2020-04-21 Tom de Vries <tdevries@suse.de>
1301
1302 PR gdb/25471
1303 * gdb.threads/killed-outside.c: New test.
1304 * gdb.threads/killed-outside.exp: New file.
1305
1306 2020-04-20 Gary Benson <gbenson@redhat.com>
1307
1308 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1309 * gdb.base/nested-subp2.exp: Likewise.
1310 * gdb.base/nested-subp3.exp: Likewise.
1311
1312 2020-04-20 Gary Benson <gbenson@redhat.com>
1313
1314 * gdb.base/nested-subp1.exp: Disable test when using clang.
1315 * gdb.base/nested-subp2.exp: Likewise.
1316 * gdb.base/nested-subp3.exp: Likewise.
1317
1318 2020-04-20 Gary Benson <gbenson@redhat.com>
1319
1320 * gdb.cp/exception.cc: Fix compilation error with clang.
1321
1322 2020-04-20 Gary Benson <gbenson@redhat.com>
1323
1324 * gdb.trace/tspeed.c: Fix compilation error with clang.
1325
1326 2020-04-20 Gary Benson <gbenson@redhat.com>
1327
1328 * gdb.base/jit-main.c: Fix compilation error with clang.
1329
1330 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1331
1332 * gdb.base/attach-twice.c: Include "sys/types.h".
1333 (PTRACE_ATTACH): Add fallback definition.
1334 (main): Pass `0' to the 4th argument of `ptrace'.
1335
1336 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1337
1338 * gdb.base/fork-running-state.c: Include "signal.h".
1339
1340 2020-04-17 Tom Tromey <tromey@adacore.com>
1341
1342 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1343 Update tests.
1344 * gdb.btrace/cpu.exp: Update tests.
1345 * gdb.base/maint.exp: Update tests.
1346 * gdb.base/default.exp: Update tests.
1347 * gdb.base/completion.exp: Update tests.
1348
1349 2020-04-16 Tom de Vries <tdevries@suse.de>
1350
1351 PR symtab/25791
1352 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1353 (ensure_gdb_index): and factor out and move ...
1354 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1355 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1356
1357 2020-04-16 Tom de Vries <tdevries@suse.de>
1358
1359 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1360 loading exec.
1361
1362 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * gdb.base/many-completions.exp: New file.
1365
1366 2020-04-14 Tom de Vries <tdevries@suse.de>
1367
1368 PR symtab/25718
1369 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1370
1371 2020-04-14 Tom de Vries <tdevries@suse.de>
1372
1373 PR symtab/25720
1374 * gdb.base/maint-expand-symbols-header-file.c: New test.
1375 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1376 * gdb.base/maint-expand-symbols-header-file.h: New test.
1377
1378 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1379
1380 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1381 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1382 get_func_info.
1383 (get_func_info): Delete.
1384 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1385 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1386 * lib/dwarf.exp (get_func_info): New function.
1387
1388 2020-04-13 Tom de Vries <tdevries@suse.de>
1389
1390 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1391 to what find_gnatmake does.
1392
1393 2020-04-10 Tom de Vries <tdevries@suse.de>
1394
1395 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1396 -readnow.
1397
1398 2020-04-10 Tom de Vries <tdevries@suse.de>
1399
1400 PR cli/25808
1401 * gdb.base/style.c: Add leading newlines.
1402 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1403 Check listing of main's one-line body.
1404
1405 2020-04-08 Tom de Vries <tdevries@suse.de>
1406
1407 * lib/gdb.exp (psymtabs_p): New proc.
1408 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1409 importing unit" unsupported if there are no partial symbols.
1410
1411 2020-04-08 Tom de Vries <tdevries@suse.de>
1412
1413 PR testsuite/25760
1414 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1415
1416 2020-04-07 Tom de Vries <tdevries@suse.de>
1417
1418 PR symtab/25796
1419 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1420
1421 2020-04-07 Tom de Vries <tdevries@suse.de>
1422
1423 * gdb.base/check-psymtab.c: New test.
1424 * gdb.base/check-psymtab.exp: New file.
1425
1426 2020-04-06 Tom Tromey <tromey@adacore.com>
1427
1428 * gdb.ada/variant-record/proc.adb: New file.
1429 * gdb.ada/variant-record/value.adb: New file.
1430 * gdb.ada/variant-record/value.s: New file.
1431 * gdb.ada/variant-record.exp: New file.
1432
1433 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1434
1435 PR gdb/25325
1436 * gdb.cp/typed-enum.cc: New test.
1437 * gdb.cp/typed-enum.exp: New file.
1438
1439 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1440
1441 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1442 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1443 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1444 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1445 * gdb.opt/inline-small-func.c: New file.
1446 * gdb.opt/inline-small-func.exp: New file.
1447 * gdb.opt/inline-small-func.h: New file.
1448
1449 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1450
1451 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1452 function.
1453
1454 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * lib/dwarf.exp (function_range): Allow compiler options to be
1457 specified.
1458
1459 2020-04-02 Tom de Vries <tdevries@suse.de>
1460
1461 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1462 __attribute__((always_inline)).
1463 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1464
1465 2020-04-02 Tom de Vries <tdevries@suse.de>
1466
1467 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1468 (gdbserver_gdb_exit): ... here. Add timeout warning.
1469 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1470 (connect_target_extended_remote): Append new server_spawn_id to
1471 server_spawn_ids.
1472 (cleanup): New proc.
1473 (setup, <toplevel>): Call cleanup.
1474
1475 2020-04-02 Tom de Vries <tdevries@suse.de>
1476
1477 * gdb.base/main-psymtab.exp: New file.
1478
1479 2020-04-02 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1482
1483 2020-04-01 Tom Tromey <tom@tromey.com>
1484
1485 * gdb.base/complex-parts.exp: Add type tests.
1486
1487 2020-04-01 Tom Tromey <tom@tromey.com>
1488
1489 * gdb.base/complex-parts.exp: Add arithmetic tests.
1490
1491 2020-04-01 Tom Tromey <tom@tromey.com>
1492
1493 * gdb.compile/compile.exp: Update.
1494 * gdb.compile/compile-cplus.exp: Update.
1495 * gdb.base/varargs.exp: Update.
1496 * gdb.base/floatn.exp: Update.
1497 * gdb.base/endianity.exp: Update.
1498 * gdb.base/callfuncs.exp (do_function_calls): Update.
1499 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1500 (complex_float_integral_args): Update.
1501 * gdb.base/complex.exp: Update.
1502 * gdb.base/complex-parts.exp: Update.
1503
1504 2020-04-01 Tom Tromey <tromey@adacore.com>
1505
1506 * gdb.rust/union.rs: New file.
1507 * gdb.rust/union.exp: New file.
1508 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1509 (main): Update.
1510 * gdb.rust/simple.exp: Move union tests to union.exp.
1511
1512 2020-04-01 Tom Tromey <tromey@adacore.com>
1513
1514 * gdb.rust/simple.rs (main): Remove "y0".
1515
1516 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1517
1518 * gdb.multi/stop-all-on-exit.c: New test.
1519 * gdb.multi/stop-all-on-exit.exp: New file.
1520
1521 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1522
1523 PR gdb/24789
1524 * gdb.cp/misc.cc: Add integer reference variable.
1525 * gdb.cp/misc.exp: Add test.
1526
1527 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1528
1529 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1530 scenario to cover execution until the end and also the case
1531
1532 2020-03-31 Tom de Vries <tdevries@suse.de>
1533
1534 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1535 c. Use "maint info symtabs" to check symtab expansion.
1536
1537 2020-03-30 Tom de Vries <tdevries@suse.de>
1538
1539 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1540 unsupported.
1541 (verify_psymtab_expanded): Move ...
1542 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1543 test.
1544 (readnow): New proc.
1545
1546 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1547
1548 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1549 with $hex.
1550
1551 2020-03-20 Tom Tromey <tromey@adacore.com>
1552
1553 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1554
1555 2020-03-20 Tom Tromey <tromey@adacore.com>
1556
1557 * gdb.ada/sub_variant/subv.adb: New file.
1558 * gdb.ada/sub_variant.exp: New file.
1559
1560 2020-03-20 Tom de Vries <tdevries@suse.de>
1561
1562 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1563 first break fails.
1564 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1565
1566 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1567
1568 * gdb.server/exit-multiple-threads.c: New file.
1569 * gdb.server/exit-multiple-threads.exp: New file.
1570
1571 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * gdb.fortran/mixed-lang-stack.c: New file.
1574 * gdb.fortran/mixed-lang-stack.cpp: New file.
1575 * gdb.fortran/mixed-lang-stack.exp: New file.
1576 * gdb.fortran/mixed-lang-stack.f90: New file.
1577
1578 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1579
1580 * gdb.linespec/cp-completion-aliases.cc: New file.
1581 * gdb.linespec/cp-completion-aliases.exp: New file.
1582
1583 2020-03-19 Tom de Vries <tdevries@suse.de>
1584
1585 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1586 more precise.
1587
1588 2020-03-18 Tom de Vries <tdevries@suse.de>
1589
1590 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1591 * gdb.dwarf2/break-inline-psymtab.c: New test.
1592 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1593
1594 2020-03-16 Tom de Vries <tdevries@suse.de>
1595
1596 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1597 cache_verify and cache_verify_proc.
1598
1599 2020-03-15 Tom de Vries <tdevries@suse.de>
1600
1601 * gdb.server/solib-list.exp: Handle
1602 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1603
1604 2020-03-15 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1607 objfiles".
1608
1609 2020-03-14 Tom Tromey <tom@tromey.com>
1610
1611 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1612
1613 2020-03-14 Tom de Vries <tdevries@suse.de>
1614
1615 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1616
1617 2020-03-14 Tom de Vries <tdevries@suse.de>
1618
1619 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1620 result in line-by-line fashion.
1621
1622 2020-03-14 Tom de Vries <tdevries@suse.de>
1623
1624 * lib/gdb.exp (supports_statement_frontiers): New proc.
1625 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1626
1627 2020-03-14 Tom de Vries <tdevries@suse.de>
1628
1629 * gdb.base/printcmds.exp: Add missing quoting for "print
1630 teststring2".
1631
1632 2020-03-13 Tom Tromey <tom@tromey.com>
1633
1634 * gdb.base/printcmds.exp (test_print_strings): Add regression
1635 test.
1636 * gdb.base/printcmds.c (charptr): New typedef.
1637 (teststring2): New global.
1638
1639 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1640
1641 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1642 full path in the test name.
1643 (test_ld): Add some with_test_prefix blocks to make test names
1644 unique.
1645
1646 2020-03-13 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1649
1650 2020-03-13 Tom de Vries <tdevries@suse.de>
1651
1652 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1653
1654 2020-03-13 Tom de Vries <tdevries@suse.de>
1655
1656 PR symtab/25646
1657 * gdb.dwarf2/imported-unit.exp: Add test.
1658
1659 2020-03-13 Tom de Vries <tdevries@suse.de>
1660
1661 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1662 (var1, var2): New variable.
1663 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1664 matching symbols.
1665
1666 2020-03-13 Tom de Vries <tdevries@suse.de>
1667
1668 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1669 (Term::command): Use prompt prefix.
1670 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1671 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1672 command_no_prompt_prefix instead of prefix.
1673 * gdb.tui/tui-layout-asm.exp: Same.
1674
1675 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1676
1677 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1678
1679 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1680
1681 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1682 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1683 on" while stepping over the test instruction, match printed
1684 message.
1685
1686 2020-03-12 Tom de Vries <tdevries@suse.de>
1687
1688 * gdb.base/info-types.exp: Use exp_continue during matching of output
1689 of "info types".
1690
1691 2020-03-12 Tom de Vries <tdevries@suse.de>
1692
1693 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1694
1695 2020-03-12 Tom de Vries <tdevries@suse.de>
1696
1697 * gdb.fortran/module.exp: Use exp_continue during matching of output
1698 of "info variable -n".
1699
1700 2020-03-12 Tom de Vries <tdevries@suse.de>
1701
1702 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1703 gdb.dwarf2/dw2-ranges-base.c.
1704
1705 2020-03-12 Tom de Vries <tdevries@suse.de>
1706
1707 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1708 in presence of GLIBC debuginfo.
1709
1710 2020-03-12 Tom de Vries <tdevries@suse.de>
1711
1712 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1713 $core.
1714
1715 2020-03-12 Tom de Vries <tdevries@suse.de>
1716
1717 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1718 more precise.
1719
1720 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1721
1722 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1723 from Unix to Windows path.
1724
1725 2020-03-11 Tom de Vries <tdevries@suse.de>
1726
1727 * gdb.ada/minsyms.exp: Set language to ada.
1728
1729 2020-03-11 Tom de Vries <tdevries@suse.de>
1730
1731 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1732
1733 2020-03-11 Tom de Vries <tdevries@suse.de>
1734
1735 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1736
1737 2020-03-11 Tom Tromey <tromey@adacore.com>
1738
1739 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1740
1741 2020-03-11 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1744
1745 2020-03-11 Tom de Vries <tdevries@suse.de>
1746
1747 * gdb.base/break-interp.exp: Limit verbose scope.
1748
1749 2020-03-11 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.fortran/logical.f90: Define variable with character type.
1752 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1753
1754 2020-03-11 Tom de Vries <tdevries@suse.de>
1755
1756 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1757
1758 2020-03-11 Tom de Vries <tdevries@suse.de>
1759
1760 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1761 symtabs.
1762
1763 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1764 Bernd Edlinger <bernd.edlinger@hotmail.de>
1765
1766 * gdb.cp/step-and-next-inline.cc: New file.
1767 * gdb.cp/step-and-next-inline.exp: New file.
1768 * gdb.cp/step-and-next-inline.h: New file.
1769 * gdb.dwarf2/dw2-is-stmt.c: New file.
1770 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1771 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1772 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1773 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1774
1775 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1776
1777 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1778 is-stmt flag in the line table.
1779
1780 2020-03-09 Tom de Vries <tdevries@suse.de>
1781
1782 * lib/gdb.exp (cached_file): Create cache dir.
1783
1784 2020-03-07 Tom de Vries <tdevries@suse.de>
1785
1786 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1787 * gdb.cp/rvalue-ref-params.exp: Same.
1788
1789 2020-03-06 Tom de Vries <tdevries@suse.de>
1790
1791 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1792 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1793
1794 2020-03-06 Tom de Vries <tdevries@suse.de>
1795
1796 * README: Fix "the the".
1797 * gdb.base/dprintf.exp: Same.
1798
1799 2020-03-05 Tom de Vries <tdevries@suse.de>
1800
1801 * gdb.base/maint.exp: Update "main print statistics" expected output.
1802
1803 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1804
1805 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1806 (fortran_int8): Likewise.
1807 (fortran_real4): Likewise.
1808 (fortran_real8): Likewise.
1809 (fortran_complex4): Likewise.
1810 (fortran_logical4): Likewise.
1811 (fortran_character1): Likewise.
1812
1813 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1816 printed as true.
1817
1818 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1819
1820 * gdb.base/printcmds.exp: Add test to verify printf of a
1821 variable holding an address.
1822
1823 2020-03-03 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1826
1827 2020-03-03 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1830 gdb_test_multiple call.
1831
1832 2020-03-03 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1835 gdb_test_multiple calls.
1836
1837 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.base/default.exp: Remove test of 'set history filename'.
1840 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1841 filename to the empty string.
1842 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1843 and GDBHISTSIZE.
1844
1845 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1848 disabled.
1849
1850 2020-03-02 Pedro Alves <palves@redhat.com>
1851 Tom de Vries <tdevries@suse.de>
1852
1853 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1854 -prompt prefix, before user_code argument. Add -lbl option likewise.
1855 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1856 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1857 argument.
1858 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1859 have "\r\n" at start-of-line, instead of at end-of-line.
1860
1861 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1862
1863 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1864 libinproctrace.so.
1865
1866 2020-02-28 Luis Machado <luis.machado@linaro.org>
1867
1868 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1869 to "p/x".
1870
1871 2020-02-28 Luis Machado <luis.machado@linaro.org>
1872
1873 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1874 asm/ptrace.h and error.h.
1875
1876 2020-02-28 Tom de Vries <tdevries@suse.de>
1877
1878 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1879 (struct wrapper, do_something, mundane/symada__cS): Move ...
1880 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1881 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1882 Update "print symada__cS before partial symtab expansion" regexp.
1883 Update breakpoint location. Flush symbol cache after expansion.
1884
1885 2020-02-28 Luis Machado <luis.machado@linaro.org>
1886
1887 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1888
1889 2020-02-27 Tom de Vries <tdevries@suse.de>
1890
1891 * config/sid.exp: Remove unused globals.
1892 * gdb.base/attach.exp: Same.
1893 * gdb.base/catch-load.exp: Same.
1894 * gdb.base/dbx.exp: Same.
1895 * lib/gdb.exp: Same.
1896 * lib/mi-support.exp: Same.
1897 * lib/prompt.exp: Same.
1898
1899 2020-02-27 Tom de Vries <tdevries@suse.de>
1900
1901 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1902 not set.
1903
1904 2020-02-26 Aaron Merey <amerey@redhat.com>
1905
1906 * gdb.debuginfod: New directory for debuginfod tests.
1907 * gdb.debuginfod/main.c: New test file.
1908 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1909
1910 2020-02-26 Tom de Vries <tdevries@suse.de>
1911
1912 PR gdb/25603
1913 * gdb.base/persistent-lang.cc: New test.
1914 * gdb.base/persistent-lang.exp: New file.
1915
1916 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1917
1918 * gdb.fortran/derived-type-striding.exp: Add a new test.
1919 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1920 new test.
1921
1922 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1923
1924 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1925 names.
1926
1927 2020-02-25 Tom de Vries <tdevries@suse.de>
1928
1929 PR go/18926
1930 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1931
1932 2020-02-24 Tom de Vries <tdevries@suse.de>
1933
1934 PR gdb/25592
1935 * gdb.base/info-locals-unused-static-var.c: New test.
1936 * gdb.base/info-locals-unused-static-var.exp: New file.
1937
1938 2020-02-22 Tom Tromey <tom@tromey.com>
1939
1940 * gdb.python/tui-window.exp: New file.
1941 * gdb.python/tui-window.py: New file.
1942
1943 2020-02-22 Tom Tromey <tom@tromey.com>
1944
1945 PR tui/17850:
1946 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1947 tests.
1948
1949 2020-02-22 Tom Tromey <tom@tromey.com>
1950
1951 * gdb.tui/new-layout.exp: Add sub-layout tests.
1952
1953 2020-02-22 Tom Tromey <tom@tromey.com>
1954
1955 * gdb.tui/new-layout.exp: New file.
1956
1957 2020-02-22 Tom Tromey <tom@tromey.com>
1958
1959 * gdb.rust/rust-style.rs: New file.
1960 * gdb.rust/rust-style.exp: New file.
1961 * gdb.base/style.exp: Test structure printing.
1962 * gdb.base/style.c (struct some_struct): New type.
1963 (enum etype): New type.
1964 (struct_value): New global.
1965
1966 2020-02-21 Tom de Vries <tdevries@suse.de>
1967
1968 PR go/18926
1969 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1970 Remove blanket xfails. Use message argument for gdb_breakpoint.
1971 Make continuing to breakpoint test conditional on setting breakpoint.
1972 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1973 DW_AT_name attribute. Add xfail for GCC PR93866.
1974
1975 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1976
1977 * gdb.dwarf2/cpp-linkage-name.c: New file.
1978 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1979
1980 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1981
1982 * lib/gdb.exp (gdb_wrapper_init): Reset
1983 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1984 not exist.
1985
1986 2020-02-20 Tom de Vries <tdevries@suse.de>
1987
1988 PR go/17018
1989 * gdb.go/hello.exp: Copy ...
1990 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1991 print of st to print value of global definition. Add xfail for GCC
1992 PR93844.
1993 * gdb.go/hello.exp: Remove printing of st before definition.
1994 * gdb.go/hello.go: Copy ...
1995 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
1996 to st.
1997 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
1998
1999 2020-02-20 Tom de Vries <tdevries@suse.de>
2000
2001 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2002 (gdb_simple_compile): Handle compile_flags go by using .go extension
2003 for source file.
2004 * gdb.go/chan.exp: Use support_go_compile.
2005 * gdb.go/handcall.exp: Same.
2006 * gdb.go/hello.exp: Same.
2007 * gdb.go/integers.exp: Same.
2008 * gdb.go/max-depth.exp: Same.
2009 * gdb.go/methods.exp: Same.
2010 * gdb.go/package.exp: Same.
2011 * gdb.go/strings.exp: Same.
2012 * gdb.go/types.exp: Same.
2013 * gdb.go/unsafe.exp: Same.
2014
2015 2020-02-19 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.python/lib-types.exp: Make xfail more strict.
2018
2019 2020-02-19 Tom de Vries <tdevries@suse.de>
2020
2021 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2022
2023 2020-02-19 Doug Evans <dje@google.com>
2024
2025 PR rust/25535
2026 * gdb.rust/simple.exp: Add test.
2027 * gdb.rust/simple.rs: Add test.
2028
2029 2020-02-19 Tom de Vries <tdevries@suse.de>
2030
2031 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2032 output line-by-line.
2033
2034 2020-02-19 Tom de Vries <tdevries@suse.de>
2035
2036 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2037
2038 2020-02-19 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2041 prelink.
2042
2043 2020-02-19 Tom de Vries <tdevries@suse.de>
2044
2045 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2046 (gdb_do_cache): Use gdb_do_cache_wrap.
2047 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2048
2049 2020-02-19 Tom de Vries <tdevries@suse.de>
2050
2051 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2052 gdb_compile option.
2053
2054 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2055
2056 * gdb.base/printcmds.exp (test_print_enums): Update expected
2057 output.
2058
2059 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2060
2061 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2062 for "unknown".
2063
2064 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2065
2066 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2067 enumerator.
2068
2069 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2070
2071 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2072 FE_, add FE_NONE.
2073 (three): Update.
2074 (enum flag_enum_without_zero): New enum.
2075 (flag_enum_without_zero): New variable.
2076 (enum not_flag_enum): New enum.
2077 (three_not_flag): New variable.
2078 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2079 (test_print_enums): Add more tests for printing flag enums.
2080
2081 2020-02-18 Tom de Vries <tdevries@suse.de>
2082
2083 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2084 (gdb_compile_ada): ... here.
2085 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2086 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2087
2088 2020-02-14 Tom Tromey <tom@tromey.com>
2089
2090 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2091 build directory.
2092 * boards/gdbserver-base.exp: Update path to gdbserver.
2093
2094 2020-02-13 Tom de Vries <tdevries@suse.de>
2095
2096 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2097
2098 2020-02-13 Tom de Vries <tdevries@suse.de>
2099
2100 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2101 are missing.
2102
2103 2020-02-13 Tom de Vries <tdevries@suse.de>
2104
2105 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2106 call.
2107
2108 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2109
2110 PR tui/25126
2111 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2112 * gdb.base/cached-source-file.c: New file.
2113 * gdb.base/cached-source-file.exp: New file.
2114
2115 2020-02-11 Tom de Vries <tdevries@suse.de>
2116
2117 PR testsuite/25488
2118 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2119
2120 2020-02-10 Tom de Vries <tdevries@suse.de>
2121
2122 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2123
2124 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2125
2126 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2127 and $after_addr are both integers before making a comparison.
2128
2129 2020-02-09 Tom de Vries <tdevries@suse.de>
2130
2131 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2132 command output and paste it into gdb.log. If any, paste catch message
2133 to gdb.log.
2134
2135 2020-02-07 Tom Tromey <tromey@adacore.com>
2136
2137 PR breakpoints/24915:
2138 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2139
2140 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2141
2142 * gdb.tui/tui-missing-src.exp: Add the "missing source
2143 file" test for the TUI.
2144
2145 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2146
2147 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2148 including a port number in the output.
2149
2150 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2151
2152 * lib/fortran.exp (fortran_int4): Handle clang.
2153 (fortran_int8): Likewise.
2154 (fortran_real4): Likewise.
2155 (fortran_real8): Likewise.
2156 (fortran_complex4): Likewise.
2157 (fortran_logical4): Likewise.
2158 (fortran_character1): Likewise.
2159
2160 2020-02-04 Tom de Vries <tdevries@suse.de>
2161
2162 * README (Race detection): Add note.
2163
2164 2020-02-04 Tom de Vries <tdevries@suse.de>
2165
2166 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2167
2168 2020-02-04 Tom de Vries <tdevries@suse.de>
2169
2170 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2171
2172 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2173
2174 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2175 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2176 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2177 blttar, bnetarl.
2178 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2179 binary for blttar, bnetarl.
2180 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2181 wait instruction. Delete ldmx test.
2182 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2183
2184 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2185
2186 * gdb.fortran/array-bounds-high.exp: New file.
2187 * gdb.fortran/array-bounds-high.f90: New file.
2188
2189 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2190
2191 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2192 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2193
2194 2020-02-01 Tom de Vries <tdevries@suse.de>
2195
2196 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2197
2198 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2199
2200 PR tui/9765
2201 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2202 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2203
2204 2020-01-29 Luis Machado <luis.machado@linaro.org>
2205
2206 * gdb.arch/aarch64-brk-patterns.c: New source file.
2207 * gdb.arch/aarch64-brk-patterns.exp: New test.
2208
2209 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2210
2211 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2212 GCC/Clang version.
2213 * gdb.cp/pass-by-ref.exp: Ditto.
2214
2215 2020-01-29 Tom de Vries <tdevries@suse.de>
2216
2217 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2218 * gdb.threads/watchpoint-fork-mt.c: Same.
2219 * gdb.threads/watchpoint-fork-parent.c: Same.
2220 * gdb.threads/watchpoint-fork-st.c: Same.
2221 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2222
2223 2020-01-27 Luis Machado <luis.machado@linaro.org>
2224
2225 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2226 sitting at a syscall instruction when we hit the syscall function's
2227 breakpoint.
2228 Check PC against one obtained with the x command.
2229 Validate syscall number.
2230 (step_over_syscall): Don't continue to the syscall instruction if
2231 we're already there.
2232
2233 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2234
2235 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2236
2237 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2240 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2241
2242 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2243
2244 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2245 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2246
2247 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2248
2249 * gdb.base/maint.exp: Update line table parsing test.
2250 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2251
2252 2020-01-24 Pedro Alves <palves@redhat.com>
2253
2254 PR gdb/25410
2255 * gdb.multi/multi-re-run-1.c: New.
2256 * gdb.multi/multi-re-run-2.c: New.
2257 * gdb.multi/multi-re-run.exp: New.
2258
2259 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 PR gdb/23718
2262 * gdb.server/server-kill-python.exp: New file.
2263
2264 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 * gdb.server/multi-ui-errors.c: New file.
2267 * gdb.server/multi-ui-errors.exp: New file.
2268
2269 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2270
2271 PR tui/9765
2272 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2273
2274 2020-01-19 Tom Tromey <tom@tromey.com>
2275
2276 * gdb.tui/main.exp: Add check for plain "file".
2277
2278 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2279
2280 * lib/gdb.exp: Fix spelling error (seperatelly).
2281
2282 2020-01-14 Tom Tromey <tom@tromey.com>
2283
2284 PR symtab/12535:
2285 * gdb.python/python.exp: Test decode_line with empty string
2286 argument.
2287
2288 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2289
2290 * gdb.base/skip-inline.exp: Extend test.
2291
2292 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2293
2294 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2295 * gdb.dwarf2/dw2-bad-elf.c: New file.
2296 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2297
2298 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2299
2300 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2301 _line_saw_file.
2302
2303 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2304
2305 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2306 border.
2307
2308 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2309
2310 * gdb.multi/multi-target.exp (setup): Factor out "info
2311 connections" and "info inferiors" tests to ...
2312 (test_info_inferiors): ... this new procedure.
2313 (top level): Run new "info-inferiors" tests.
2314
2315 2020-01-10 Pedro Alves <palves@redhat.com>
2316
2317 * gdb.server/bkpt-other-inferior.exp: New file.
2318
2319 2020-01-10 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2322 of "add-inferior".
2323 * gdb.base/quit-live.exp: Likewise.
2324 * gdb.base/remote-exec-file.exp: Likewise.
2325 * gdb.guile/scm-progspace.exp: Likewise.
2326 * gdb.linespec/linespec.exp: Likewise.
2327 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2328 * gdb.mi/user-selected-context-sync.exp: Likewise.
2329 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2330 "info inferiors" tests.
2331 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2332 "add-inferior".
2333 * gdb.multi/watchpoint-multi.exp: Likewise.
2334 * gdb.python/py-inferior.exp: Likewise.
2335 * gdb.server/extended-remote-restart.exp: Likewise.
2336 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2337 "info inferiors".
2338 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2339 * gdb.trace/report.exp: Likewise.
2340
2341 2020-01-10 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.multi/multi-target.c: New file.
2344 * gdb.multi/multi-target.exp: New file.
2345 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2346 mode requested, but remote does not support non-stop".
2347
2348 2020-01-10 Pedro Alves <palves@redhat.com>
2349
2350 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2351 disconnect before reconnecting.
2352
2353 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2354 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.server/connect-without-multi-process.exp: Also test
2357 continuing to end.
2358
2359 2020-01-10 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.base/remote-exec-file.exp: New file.
2362
2363 2020-01-10 Pedro Alves <palves@redhat.com>
2364
2365 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2366 output.
2367 * gdb.threads/async.c: New.
2368 * gdb.threads/async.exp: New.
2369 * gdb.multi/tids-gid-reset.c: New.
2370 * gdb.multi/tids-gid-reset.exp: New.
2371
2372 2020-01-10 George Barrett <bob@bob131.so>
2373
2374 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2375 to help in finding the image relocation offset.
2376 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2377 options in arguments.
2378 (stap_test_no_debuginfo): Likewise.
2379 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2380 test variants.
2381 (stap_test): Add null semaphore relocation test.
2382
2383 2020-01-10 George Barrett <bob@bob131.so>
2384
2385 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2386 * gdb.base/stap-probe.exp: Likewise.
2387 (stap_test): Pass argument as an additional flag.
2388 (stap_test_no_debuginfo): Likewise.
2389 (stap_test): Check `info probes stap' output for semaphore
2390 addresses if the test binary is supposed to have them.
2391
2392 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.tui/basic.exp: Add more scrolling tests.
2395
2396 2020-01-09 Tom Tromey <tom@tromey.com>
2397
2398 PR tui/18932:
2399 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2400 meangingful value.
2401 (Term::command, Term::resize): Update.
2402 * gdb.tui/basic.exp: Add scrolling test.
2403
2404 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2405
2406 * gdb.tui/tui-layout-asm.exp: New file.
2407
2408 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2411
2412 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2415 (Term::enter_tui): Use Term::prepare_for_tui.
2416
2417 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2420 called.
2421
2422 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * gdb.base/skip.exp: Fix race condition in test.
2425
2426 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2427
2428 * gdb.base/backtrace.c: New file.
2429 * gdb.base/backtrace.exp: New file.
2430
2431 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2432
2433 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2434
2435 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2436
2437 * gdb.base/style.exp: Test that warnings are styled.
2438
2439 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2440
2441 * gdb.base/line65535.exp: New file.
2442 * gdb.base/line65535.c: New file.
2443
2444 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2445
2446 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2447 * lib/gnat_debug_info_test.adb: New file.
2448 * gdb.ada/ptype_tagged_param.exp: Use
2449 gnat_runtime_has_debug_info, expect a different output if
2450 runtime does not have debug info.
2451
2452 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2453
2454 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2455 (another) quote in test name.
2456
2457 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2458
2459 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2460 Add quote in test name.
2461
2462 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2463
2464 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2465 directory instead.
2466 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2467 * gdb.cp/pass-by-ref-2.cc: New file.
2468 * gdb.cp/pass-by-ref-2.exp: New file.
2469
2470 2019-12-20 Tom Tromey <tom@tromey.com>
2471
2472 * gdb.tui/list-before.exp: New file.
2473
2474 2019-12-20 Tom Tromey <tom@tromey.com>
2475
2476 * gdb.tui/list.exp: Check for source on initial listing.
2477
2478 2019-12-11 Tom Tromey <tromey@adacore.com>
2479
2480 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2481 Add crlf test.
2482
2483 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2484
2485 * gdb.base/default.exp: Update value of $_gdb_major.
2486
2487 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2488
2489 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2490
2491 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2492
2493 * gdb.base/skip.exp: Whitespace fix.
2494
2495 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2496
2497 * gdb.base/skip-inline.c: New file.
2498 * gdb.base/skip-inline.exp: New file.
2499
2500 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2501
2502 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2503 jit_function_00 to jit_function_stack_mangle.
2504 * gdb.base/jithost.c (jit_function_t): Rename to...
2505 (jit_function_stack_mangle_t): ... this.
2506 (jit_function_add_t): New typedef.
2507 (jit_function_00_code): Rename to...
2508 (jit_function_stack_mangle_code): ... this, make static.
2509 (jit_function_add_code): New.
2510 (main): Generate "add" function and call it. Adjust to changes
2511 in jithost_abi.
2512 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2513 (struct jithost_abi) <begin, end>: Remove fields.
2514 <object, function_stack_mangle, function_add>: New fields.
2515 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2516 code_end>: Remove fields.
2517 <func_stack_mangle>: New field.
2518 (read_debug_info): Adjust to renaming, create block for "add"
2519 function.
2520 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2521
2522 2019-12-11 Tom Tromey <tom@tromey.com>
2523
2524 * gdb.tui/resize.exp: Fix regexp.
2525 * gdb.tui/regs.exp: Fix regexps.
2526 * gdb.tui/main.exp: Fix regexp.
2527
2528 2019-12-11 Tom Tromey <tom@tromey.com>
2529
2530 * gdb.tui/resize.exp: Update.
2531 * gdb.tui/empty.exp (layouts): Update.
2532
2533 2019-12-11 Tom Tromey <tom@tromey.com>
2534
2535 * gdb.tui/regs.exp: Update.
2536 * gdb.tui/empty.exp (layouts): Update.
2537 * gdb.tui/basic.exp: Update.
2538 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2539
2540 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2541
2542 * gdb.base/options.exp: Add -raw-values in the print completion list.
2543 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2544
2545 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2546
2547 * gdb.threads/omp-par-scope.c: New file.
2548 * gdb/threads/omp-par-scope.exp: New file.
2549
2550 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2551
2552 * lib/gdb.exp (support_nested_function_tests): New proc.
2553
2554 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2555
2556 * lib/gdb.exp (gdb_compile_openmp): New proc.
2557 (build_executable_from_specs): Add an "openmp" option.
2558 (gdb_compile_pthreads): Add non-executable case.
2559
2560 2019-12-10 Tom Tromey <tromey@adacore.com>
2561
2562 * gdb.ada/unchecked_union.exp: New file.
2563 * gdb.ada/unchecked_union/pck.adb: New file.
2564 * gdb.ada/unchecked_union/pck.ads: New file.
2565 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2566 * gdb-utils.exp (string_to_regexp): Also quote "?".
2567
2568 2019-12-10 George Barrett <bob@bob131.so>
2569
2570 Test scripted probe breakpoints.
2571 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2572 * gdb.python/py-breakpoint.c (main): Likewise.
2573 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2574 specifier test.
2575 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2576
2577 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2578
2579 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2580 an rvalue parameter.
2581 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2582 parameter.
2583
2584 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2587 modules.
2588
2589 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2592 broken version of GCC.
2593
2594 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2597 sym-info-cmds library.
2598 * gdb.fortran/info-types.exp: Likewise.
2599 * lib/sym-info-cmds.exp: New file.
2600
2601 2019-12-08 Tom de Vries <tdevries@suse.de>
2602
2603 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2604
2605 2019-12-07 Keith Seitz <keiths@redhat.com>
2606
2607 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2608 * gdb.base/corefile-buildid-shlib.c: New file.
2609 * gdb.base/corefile-buildid.c: New file.
2610 * gdb.base/corefile-buildid.exp: New file.
2611
2612 2019-12-06 Tom de Vries <tdevries@suse.de>
2613
2614 * gdb.dwarf2/varval.exp: Add decl before def test.
2615
2616 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2617
2618 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2619
2620 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2621
2622 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2623 CV and reference conversion for overload resolution.
2624 * gdb.cp/rvalue-ref-overload.exp: Test it.
2625
2626 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2627
2628 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2629 * gdb.base/frameapply.exp: Test faas without command.
2630
2631 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2634 Fortran tests.
2635 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2636 order.
2637
2638 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2639
2640 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2641 casting to type with no kind specified.
2642 (test_basic_parsing_of_type_kinds): Additional tests for types
2643 with no kind specified, and add tests for single/double
2644 precision/complex types.
2645
2646 2019-12-04 Tom Tromey <tromey@adacore.com>
2647
2648 * gdb.base/endianity.c (struct other) <x>: New field.
2649 (main): Initialize it.
2650 * gdb.base/endianity.exp: Update.
2651
2652 2019-12-04 Tom Tromey <tromey@adacore.com>
2653
2654 * gdb.ada/scalar_storage/storage.adb: New file.
2655 * gdb.ada/scalar_storage/pck.adb: New file.
2656 * gdb.ada/scalar_storage/pck.ads: New file.
2657 * gdb.ada/scalar_storage.exp: New file.
2658
2659 2019-12-04 Tom Tromey <tromey@adacore.com>
2660
2661 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2662 (main): Initialize it.
2663 * gdb.base/endianity.exp: Update.
2664
2665 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2668
2669 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2672 -symbol-info-module-functions and -symbol-info-module-variables.
2673
2674 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2677
2678 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2679 Andrew Burgess <andrew.burgess@embecosm.com>
2680
2681 * gdb.fortran/derived-type-striding.exp: New file.
2682 * gdb.fortran/derived-type-striding.f90: New file.
2683 * gdb.fortran/array-slices.exp: New file.
2684 * gdb.fortran/array-slices.f90: New file.
2685
2686 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2687
2688 * gdb.base/define.exp: Test . in command names.
2689 * gdb.base/setshow.exp: Update test, as . is now part of
2690 command name.
2691
2692 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2693
2694 * gdb.base/define-prefix.exp: New file.
2695
2696 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2699 compile.
2700 (skip_btrace_pt_tests): Likewise.
2701
2702 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.fortran/info-modules.exp: Compile source files in correct
2705 order.
2706
2707 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2708
2709 * gdb.dwarf2/imported-unit.exp: New file.
2710 * gdb.dwarf2/imported-unit.c: New file.
2711
2712 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2713
2714 * gdb.mi/mi-fortran-modules-2.f90: New file.
2715 * gdb.mi/mi-fortran-modules.exp: New file.
2716 * gdb.mi/mi-fortran-modules.f90: New file.
2717
2718 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2719
2720 * gdb.mi/mi-sym-info-1.c: New file.
2721 * gdb.mi/mi-sym-info-2.c: New file.
2722 * gdb.mi/mi-sym-info.exp: New file.
2723
2724 2019-11-22 Tom Tromey <tromey@adacore.com>
2725
2726 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2727 * gdb.ada/tasks/foo.adb: Add another stopping location.
2728
2729 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2730
2731 * gdb.base/endianity.c: New test.
2732 * gdb.base/endianity.exp: New file.
2733
2734 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2735
2736 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2737
2738 2019-11-21 Tom de Vries <tdevries@suse.de>
2739
2740 PR gdb/24956
2741 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2742
2743 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2744
2745 * gdb.python/py-progspace.exp: Add missing parentheses on some
2746 'print' commands.
2747
2748 2019-11-19 Tom Tromey <tom@tromey.com>
2749
2750 * gdb.tui/winheight.exp: New file.
2751
2752 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2753
2754 * gdb.base/ctf-whatis.c: Delete.
2755 * gdb.base/ctf-whatis.exp: Delete.
2756 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2757
2758 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2759
2760 * gdb.base/ctf-cvexpr.exp: Delete.
2761 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2762
2763 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2764
2765 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2766 the compiler. Clean up header comment a little.
2767 * gdb.base/ctf-ptype.exp: Likewise.
2768 * gdb.base/ctf-whatis.exp: Likewise.
2769 * lib/gdb.exp (skip_ctf_tests): New proc.
2770
2771 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2772
2773 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2774 * gdb.tui/corefile-run.exp: New file.
2775
2776 2019-11-14 Tom Tromey <tromey@adacore.com>
2777
2778 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2779 regression tests.
2780
2781 2019-11-12 Tom Tromey <tom@tromey.com>
2782
2783 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2784 after any command. Expect prompt after WAIT_FOR is seen.
2785 (enter_tui): Enable resize messages.
2786 (command): Expect command in output.
2787 (get_line): Avoid error when cursor appears to be off-screen.
2788 (dump_screen): Include screen size in title.
2789 (_do_resize): New proc, from "resize".
2790 (resize): Rewrite. Do resize in two steps.
2791 * gdb.tui/empty.exp (layouts): Fix entries.
2792 (check_boxes): Remove xfail.
2793 (check_text): Dump screen on failure.
2794
2795 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2796
2797 * gdb.python/py-symbol.exp: Add test for
2798 gdb.lookup_static_symbols.
2799
2800 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2801
2802 * gdb.python/py-symbol.c: Declare and call function from new
2803 py-symbol-2.c file.
2804 * gdb.python/py-symbol.exp: Compile both source files, and add new
2805 tests for gdb.lookup_static_symbol.
2806 * gdb.python/py-symbol-2.c: New file.
2807
2808 2019-11-02 Tom de Vries <tdevries@suse.de>
2809
2810 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2811 * gdb.base/anon.exp: Same.
2812 * gdb.base/auto-connect-native-target.exp: Same.
2813 * gdb.base/call-ar-st.exp: Same.
2814 * gdb.base/catch-syscall.exp: Same.
2815 * gdb.base/commands.exp: Same.
2816 * gdb.base/default.exp: Same.
2817 * gdb.base/display.exp: Same.
2818 * gdb.base/float.exp: Same.
2819 * gdb.base/foll-fork.exp: Same.
2820 * gdb.base/help.exp: Same.
2821 * gdb.base/info-macros.exp: Same.
2822 * gdb.base/info-proc.exp: Same.
2823 * gdb.base/info-target.exp: Same.
2824 * gdb.base/long_long.exp: Same.
2825 * gdb.base/macscp.exp: Same.
2826 * gdb.base/memattr.exp: Same.
2827 * gdb.base/nofield.exp: Same.
2828 * gdb.base/pointers.exp: Same.
2829 * gdb.base/printcmds.exp: Same.
2830 * gdb.base/ptype.exp: Same.
2831 * gdb.base/restore.exp: Same.
2832 * gdb.base/return.exp: Same.
2833 * gdb.base/scope.exp: Same.
2834 * gdb.base/set-noassign.exp: Same.
2835 * gdb.base/setshow.exp: Same.
2836 * gdb.base/shlib-call.exp: Same.
2837 * gdb.base/signals.exp: Same.
2838 * gdb.base/sigstep.exp: Same.
2839 * gdb.base/skip.exp: Same.
2840 * gdb.base/solib-symbol.exp: Same.
2841 * gdb.base/stap-probe.exp: Same.
2842 * gdb.base/step-line.exp: Same.
2843 * gdb.base/step-test.exp: Same.
2844 * gdb.base/style.exp: Same.
2845 * gdb.base/varargs.exp: Same.
2846 * gdb.base/vla-datatypes.exp: Same.
2847 * gdb.base/vla-ptr.exp: Same.
2848 * gdb.base/vla-sideeffect.exp: Same.
2849 * gdb.base/volatile.exp: Same.
2850 * gdb.base/watch-cond-infcall.exp: Same.
2851 * gdb.base/watchpoint.exp: Same.
2852
2853 2019-11-02 Tom de Vries <tdevries@suse.de>
2854
2855 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2856 * gdb.cp/cpexprs.exp: Same.
2857 * gdb.cp/except-multi-location.exp: Same.
2858 * gdb.cp/exceptprint.exp: Same.
2859 * gdb.cp/gdb2384.exp: Same.
2860 * gdb.cp/inherit.exp: Same.
2861 * gdb.cp/m-static.exp: Same.
2862 * gdb.cp/meth-typedefs.exp: Same.
2863 * gdb.cp/misc.exp: Same.
2864 * gdb.cp/namespace.exp: Same.
2865 * gdb.cp/non-trivial-retval.exp: Same.
2866 * gdb.cp/overload.exp: Same.
2867 * gdb.cp/pr17132.exp: Same.
2868 * gdb.cp/re-set-overloaded.exp: Same.
2869 * gdb.cp/rvalue-ref-types.exp: Same.
2870 * gdb.cp/templates.exp: Same.
2871
2872 2019-11-01 Luis Machado <luis.machado@linaro.org>
2873
2874 PR gdb/25124
2875
2876 * gdb.arch/pr25124.S: New file.
2877 * gdb.arch/pr25124.exp: New file.
2878
2879 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.fortran/info-modules.exp: Update expected results, and add
2882 additional tests for 'info module functinos', and 'info module
2883 variables'.
2884 * gdb.fortran/info-types.exp: Update expected results.
2885 * gdb.fortran/info-types.f90: Extend testcase with additional
2886 module variables and functions.
2887
2888 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.fortran/info-modules.exp: New file.
2891 * gdb.fortran/info-types.exp: Build with new file.
2892 * gdb.fortran/info-types.f90: Include and use new module.
2893 * gdb.fortran/info-types-2.f90: New file.
2894
2895 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2896
2897 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2898 * gdb.base/settings.exp: Test all settings types using
2899 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2900 that now verifies that the value of "maint show" is the same as
2901 returned by the settings functions. Test the type of the
2902 maintenance settings.
2903 * gdb.base/default.exp: Update show_conv_list.
2904
2905 2019-10-31 Tom de Vries <tdevries@suse.de>
2906
2907 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2908 gdb_test.
2909 * gdb.arch/amd64-disp-step.exp: Same.
2910 * gdb.asm/asm-source.exp: Same.
2911 * gdb.btrace/buffer-size.exp: Same.
2912 * gdb.btrace/cpu.exp: Same.
2913 * gdb.btrace/enable.exp: Same.
2914 * gdb.dwarf2/count.exp: Same.
2915 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2916 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2917 * gdb.fortran/vla-datatypes.exp: Same.
2918 * gdb.fortran/vla-history.exp: Same.
2919 * gdb.fortran/vla-ptype.exp: Same.
2920 * gdb.fortran/vla-value.exp: Same.
2921 * gdb.fortran/whatis_type.exp: Same.
2922 * gdb.guile/guile.exp: Same.
2923 * gdb.multi/tids.exp: Same.
2924 * gdb.python/py-finish-breakpoint.exp: Same.
2925 * gdb.python/py-framefilter.exp: Same.
2926 * gdb.python/py-pp-registration.exp: Same.
2927 * gdb.python/py-xmethods.exp: Same.
2928 * gdb.python/python.exp: Same.
2929 * gdb.server/connect-with-no-symbol-file.exp: Same.
2930 * gdb.server/no-thread-db.exp: Same.
2931 * gdb.server/run-without-local-binary.exp: Same.
2932 * gdb.stabs/weird.exp: Same.
2933 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2934 * gdb.threads/thread-find.exp: Same.
2935 * gdb.threads/tls-shared.exp: Same.
2936 * gdb.threads/tls.exp: Same.
2937 * gdb.threads/wp-replication.exp: Same.
2938 * gdb.trace/ax.exp: Same.
2939 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2940
2941 2019-10-31 Tom de Vries <tdevries@suse.de>
2942
2943 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2944 * gdb.ada/array_subscript_addr.exp: Same.
2945 * gdb.ada/arrayidx.exp: Same.
2946 * gdb.ada/arrayparam.exp: Same.
2947 * gdb.ada/arrayptr.exp: Same.
2948 * gdb.ada/boolean_expr.exp: Same.
2949 * gdb.ada/call_pn.exp: Same.
2950 * gdb.ada/complete.exp: Same.
2951 * gdb.ada/fixed_cmp.exp: Same.
2952 * gdb.ada/fun_addr.exp: Same.
2953 * gdb.ada/funcall_param.exp: Same.
2954 * gdb.ada/interface.exp: Same.
2955 * gdb.ada/mod_from_name.exp: Same.
2956 * gdb.ada/null_array.exp: Same.
2957 * gdb.ada/packed_array.exp: Same.
2958 * gdb.ada/packed_tagged.exp: Same.
2959 * gdb.ada/print_chars.exp: Same.
2960 * gdb.ada/print_pc.exp: Same.
2961 * gdb.ada/ptype_arith_binop.exp: Same.
2962 * gdb.ada/ptype_field.exp: Same.
2963 * gdb.ada/ptype_tagged_param.exp: Same.
2964 * gdb.ada/rec_return.exp: Same.
2965 * gdb.ada/ref_tick_size.exp: Same.
2966 * gdb.ada/str_ref_cmp.exp: Same.
2967 * gdb.ada/taft_type.exp: Same.
2968 * gdb.ada/tagged.exp: Same.
2969 * gdb.ada/type_coercion.exp: Same.
2970 * gdb.ada/uninitialized_vars.exp: Same.
2971
2972 2019-10-30 Tom de Vries <tdevries@suse.de>
2973
2974 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2975
2976 2019-10-26 Tom de Vries <tdevries@suse.de>
2977
2978 * gdb.base/bigcore.c: Fix typos in comments.
2979 * gdb.base/ctf-ptype.c: Same.
2980 * gdb.base/long_long.c: Same.
2981 * gdb.dwarf2/dw2-op-out-param.S: Same.
2982 * gdb.python/py-evthreads.c: Same.
2983 * gdb.reverse/i387-stack-reverse.c: Same.
2984 * gdb.trace/tfile.c: Same.
2985 * lib/compiler.c: Same.
2986 * lib/compiler.cc: Same.
2987
2988 2019-10-25 Tom de Vries <tdevries@suse.de>
2989
2990 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2991 gdb_test_multiple calls.
2992 * gdb.reverse/sigall-reverse.exp: Same.
2993 * gdb.reverse/solib-precsave.exp: Same.
2994 * gdb.reverse/solib-reverse.exp: Same.
2995 * gdb.reverse/until-precsave.exp: Same.
2996 * gdb.reverse/until-reverse.exp: Same.
2997
2998 2019-10-24 Tom de Vries <tdevries@suse.de>
2999
3000 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3001 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3002 kfail using -wrap pattern flag and convenience variable
3003 gdb_test_name.
3004
3005 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * gdb.python/py-progspace.exp: Add tests for the
3008 Progspace.block_for_pc method.
3009
3010 2019-10-23 Tom Tromey <tom@tromey.com>
3011
3012 * configure: Rebuild.
3013 * aclocal.m4: Use m4_include, not sinclude.
3014
3015 2019-10-21 Tom de Vries <tdevries@suse.de>
3016
3017 * gdb.base/infcall-nested-structs.c: Add
3018 __attribute__((noinline,noclone)) to all functions.
3019 (call_all): Add missing variable initialization. Simplify return value.
3020 (breakpt): Increment volatile variable, to prevent call from being
3021 optimized out.
3022 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3023
3024 2019-10-17 Tom de Vries <tdevries@suse.de>
3025
3026 * gdb.fortran/module.exp: Allow info variables to print info for files
3027 other than module.f90.
3028
3029 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3030
3031 * gdb.fortran/module.exp: Extend with 'info variables' test.
3032
3033 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3034
3035 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3036 F77_FOR_TARGET.
3037
3038 2019-10-16 Tom de Vries <tdevries@suse.de>
3039
3040 PR tdep/25096
3041 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3042
3043 2019-10-16 Tom de Vries <tdevries@suse.de>
3044
3045 PR tdep/24104
3046 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3047 Add KFAIL for PR tdep/25096.
3048
3049 2019-10-16 Tom de Vries <tdevries@suse.de>
3050
3051 PR testsuite/25059
3052 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3053
3054 2019-10-16 Tom de Vries <tdevries@suse.de>
3055
3056 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3057 as signed.
3058
3059 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3060
3061 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3062 one instead of increasing timeout.
3063
3064 2019-10-13 Tom de Vries <tdevries@suse.de>
3065
3066 PR record/25038
3067 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3068 * gdb.reverse/sigall-reverse.exp: Same.
3069 * gdb.reverse/solib-precsave.exp: Same.
3070 * gdb.reverse/solib-reverse.exp: Same.
3071 * gdb.reverse/step-precsave.exp: Same.
3072 * gdb.reverse/until-precsave.exp: Same.
3073 * gdb.reverse/until-reverse.exp: Same.
3074 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3075
3076 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3077
3078 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3079 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3080 (cmp_struct_05_01, cmp_struct_static_02_01)
3081 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3082 comparisons.
3083
3084 2019-10-10 Tom de Vries <tdevries@suse.de>
3085
3086 PR testsuite/24888
3087 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3088 gnatlink.
3089
3090 2019-10-09 Tom de Vries <tdevries@suse.de>
3091
3092 PR testsuite/25048
3093 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3094
3095 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3096
3097 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3098 exceptions due to missing debug information.
3099
3100 2019-10-07 Tom de Vries <tdevries@suse.de>
3101
3102 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3103
3104 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3105
3106 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3107 * gdb.base/annota1.exp: Update to use gdb_test_name.
3108
3109 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3110
3111 * gdb.base/ctf-whatis.exp: New file.
3112 * gdb.base/ctf-whatis.c: New file.
3113 * gdb.base/ctf-ptype.exp: New file.
3114 * gdb.base/ctf-ptype.c: New file.
3115 * gdb.base/ctf-constvars.exp: New file.
3116 * gdb.base/ctf-constvars.c: New file.
3117 * gdb.base/ctf-cvexpr.exp: New file.
3118
3119 2019-10-04 Tom de Vries <tdevries@suse.de>
3120
3121 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3122 for loop.
3123
3124 2019-10-03 Tom Tromey <tom@tromey.com>
3125
3126 PR rust/24976:
3127 * gdb.rust/simple.rs (Union2): New type.
3128 (main): Use Union2.
3129 * gdb.rust/simple.exp: Add test.
3130
3131 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3132
3133 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3134 nested function prefix.
3135
3136 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3137 Richard Bunt <richard.bunt@arm.com>
3138 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3141 nested functions.
3142 * gdb.fortran/nested-funcs.f90: Update expected results.
3143 * gdb.fortran/nested-funcs-2.exp: New file.
3144 * gdb.fortran/nested-funcs-2.f90: New file.
3145
3146 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3147
3148 * gdb.python/py-parameter.exp: Make test names unique.
3149 * gdb.python/py-template.exp: Likewise.
3150 * gdb.python/py-value.exp: Likewise.
3151
3152 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * gdb.base/break-interp.exp: Reduce test name duplication.
3155 * gdb.base/call-sc.exp: Likewise.
3156 * gdb.base/callfuncs.exp: Likewise.
3157 * gdb.base/charset.exp: Likewise.
3158 * gdb.base/dump.exp: Likewise.
3159 * gdb.base/ena-dis-br.exp: Likewise.
3160 * gdb.base/relational.exp: Likewise.
3161 * gdb.base/step-over-syscall.exp: Likewise.
3162 * gdb.base/structs.exp: Likewise.
3163
3164 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3165
3166 * gdb.linespec/explicit.exp: Make test names unique.
3167 * gdb.linespec/ls-errs.exp: Likewise.
3168
3169 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3170
3171 * gdb.reverse/break-precsave.exp: Make test names unique.
3172 * gdb.reverse/break-reverse.exp: Likewise.
3173 * gdb.reverse/finish-precsave.exp: Likewise.
3174 * gdb.reverse/finish-reverse.exp: Likewise.
3175 * gdb.reverse/machinestate-precsave.exp: Likewise.
3176 * gdb.reverse/machinestate.exp: Likewise.
3177 * gdb.reverse/readv-reverse.exp: Likewise.
3178 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3179 * gdb.reverse/sigall-precsave.exp: Likewise.
3180 * gdb.reverse/sigall-reverse.exp: Likewise.
3181 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3182 * gdb.reverse/watch-precsave.exp: Likewise.
3183 * gdb.reverse/watch-reverse.exp: Likewise.
3184
3185 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3186
3187 * gdb.threads/stop-with-handle.c: New file.
3188 * gdb.threads/stop-with-handle.exp: New file.
3189
3190 2019-10-03 Tom de Vries <tdevries@suse.de>
3191
3192 PR testsuite/25059
3193 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3194 directory" line to be missing.
3195
3196 2019-10-03 Tom de Vries <tdevries@suse.de>
3197
3198 PR testsuite/25059
3199 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3200 type optional.
3201
3202 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3203
3204 * gdb.python/py-format-string.c (string.h): New include.
3205 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3206 the same value, for endianness-independence.
3207 * gdb.python/py-format-string.exp (default_regexp_dict)
3208 (test_pretty_structs, test_format): Adjust expected output to the
3209 changed initialization.
3210
3211 2019-10-02 Tom Tromey <tromey@adacore.com>
3212
3213 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3214
3215 2019-10-02 Pedro Alves <palves@redhat.com>
3216 Andrew Burgess <andrew.burgess@embecosm.com>
3217
3218 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3219 "print-file-var.h".
3220 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3221 (get_version_1): Print this_version_id and its address.
3222 Add extern "C" wrappers around interface functions.
3223 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3224 "print-file-var.h".
3225 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3226 (get_version_2): Print this_version_id and its address.
3227 Add extern "C" wrappers around interface functions.
3228 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3229 <stddef.h> and "print-file-var.h".
3230 Add extern "C" wrappers around interface functions.
3231 [VERSION_ID_MAIN] (this_version_id): Define.
3232 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3233 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3234 up extern "C" blocks.
3235 * gdb.base/print-file-var.exp (test): New, factored out from top
3236 level.
3237 (top level): Test all combinations of attribute hidden or not,
3238 dlopen or not, and this_version_id symbol in main file or not.
3239 Compile tests as both C++ and C, make test names unique.
3240
3241 2019-10-01 Tom Tromey <tom@tromey.com>
3242
3243 * gdb.base/style.exp: Test "show logging filename".
3244
3245 2019-10-01 Tom Tromey <tom@tromey.com>
3246
3247 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3248 * gdb.base/style.exp: Add metadata style test.
3249
3250 2019-10-01 Tom Tromey <tom@tromey.com>
3251
3252 * gdb.base/style.exp: Test "pwd".
3253
3254 2019-10-01 Tom Tromey <tom@tromey.com>
3255
3256 * gdb.base/style.exp: Update tests.
3257
3258 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3259
3260 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3261 'six' to unsigned.
3262 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3263 'five'. Use an all-ones bit pattern for each.
3264 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3265 to its changed values.
3266
3267 2019-09-30 Tom Tromey <tromey@adacore.com>
3268
3269 * gdb.rust/traits.rs: Disable all warnings.
3270
3271 2019-09-29 Tom de Vries <tdevries@suse.de>
3272
3273 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3274
3275 2019-09-29 Tom de Vries <tdevries@suse.de>
3276
3277 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3278
3279 2019-09-27 Tom de Vries <tdevries@suse.de>
3280
3281 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3282
3283 2019-09-27 Tom de Vries <tdevries@suse.de>
3284
3285 PR record/23188
3286 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3287
3288 2019-09-26 Tom Tromey <tromey@adacore.com>
3289
3290 * gdb.ada/py_taft.exp: New file.
3291 * gdb.ada/py_taft/main.adb: New file.
3292 * gdb.ada/py_taft/pkg.adb: New file.
3293 * gdb.ada/py_taft/pkg.ads: New file.
3294
3295 2019-09-24 Tom de Vries <tdevries@suse.de>
3296
3297 PR gdb/24598
3298 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3299
3300 2019-09-22 Tom de Vries <tdevries@suse.de>
3301
3302 * gdb.base/restore.exp: Allow register variables to be optimized out at
3303 -O0.
3304
3305 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3306
3307 * gdb.arch/spu-info.exp: Remove file.
3308 * gdb.arch/spu-info.c: Remove file.
3309 * gdb.arch/spu-ls.exp: Remove file.
3310 * gdb.arch/spu-ls.c: Remove file.
3311
3312 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3313 * gdb.asm/spu.inc: Remove file.
3314
3315 * gdb.base/dump.exp: Remove support for spu*-*-*.
3316 * gdb.base/stack-checking.exp: Likewise.
3317 * gdb.base/overlays.exp: Likewise.
3318 * gdb.base/ovlymgr.c: Likewise.
3319 * gdb.base/spu.ld: Remove file.
3320
3321 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3322 * gdb.cp/cpexprs.exp: Likewise.
3323 * gdb.cp/exception.exp: Likewise.
3324 * gdb.cp/gdb2495.exp: Likewise.
3325 * gdb.cp/mb-templates.exp: Likewise.
3326 * gdb.cp/pr9167.exp: Likewise.
3327 * gdb.cp/userdef.exp: Likewise.
3328
3329 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3330
3331 * gdb.cell: Remove directory.
3332 * lib/cell.exp: Remove file.
3333
3334 2019-09-19 Tom de Vries <tdevries@suse.de>
3335
3336 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3337
3338 2019-09-19 Tom de Vries <tdevries@suse.de>
3339
3340 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3341
3342 2019-09-19 Tom de Vries <tdevries@suse.de>
3343
3344 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3345 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3346 (gdb_target_cmd): ... here.
3347 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3348 value 2.
3349
3350 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3351
3352 * gdb.base/source-dir.exp: Avoid having directory names in test
3353 names.
3354
3355 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3356
3357 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3358 directory.
3359
3360 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3361
3362 * gdb.base/list-missing-source.exp: New file.
3363
3364 2019-09-14 Tom de Vries <tdevries@suse.de>
3365
3366 PR teststuite/24599
3367 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3368 * lib/ada.exp (gnatmake_version_at_least): New proc.
3369
3370 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3371
3372 * gdb.base/maint.exp: Use exec_has_index_section.
3373
3374 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.base/maint.exp: Add test for 'maint info sections'.
3377
3378 2019-09-12 Tom de Vries <tdevries@suse.de>
3379
3380 * gdb.base/store.exp: Allow register variables to be optimized out at
3381 -O0.
3382
3383 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3384
3385 * gdb.ada/rdv_wait.exp: Update to new task names.
3386 * gdb.base/task_switch_in_core.exp: Likewise.
3387 * gdb.base/info_sources_base.c: Likewise.
3388
3389 2019-09-10 Tom Tromey <tromey@adacore.com>
3390
3391 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3392
3393 2019-09-10 Tom Tromey <tromey@adacore.com>
3394
3395 * gdb.ada/dgopt.exp: New file.
3396 * gdb.ada/dgopt/x.adb: New file.
3397
3398 2019-09-08 Tom Tromey <tom@tromey.com>
3399
3400 * gdb.tui/resize.exp: Remove setup_xfail.
3401 * gdb.tui/regs.exp: Remove setup_xfail.
3402 * gdb.tui/basic.exp: Remove setup_xfail.
3403
3404 2019-09-06 David Blaikie <dblaikie@gmail.com>
3405
3406 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3407 * gdb.cp/cplabel.exp: Ditto.
3408 * gdb.linespec/ls-errs.exp: Ditto.
3409
3410 2019-09-05 Tom de Vries <tdevries@suse.de>
3411
3412 * lib/gdb.exp (cmp_file_string): New proc.
3413 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3414 runto_main. Verify save breakpoints output.
3415
3416 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3417
3418 * gdb.base/info-var.exp: Test info variables without running
3419 to main, to avoid expect's buffer overflow.
3420
3421 2019-09-03 Tom Tromey <tromey@adacore.com>
3422
3423 * gdb.ada/bias.exp: New file.
3424 * gdb.ada/bias/bias.adb: New file.
3425 * gdb.ada/print_chars.exp: Add regression test.
3426 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3427 (MC): New variable.
3428
3429 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3430
3431 * gdb.base/argv0-symlink.exp: Run only on native target
3432 and local host.
3433
3434 2019-08-29 Tom de Vries <tdevries@suse.de>
3435
3436 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3437 diverse debug info.
3438 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3439
3440 2019-08-28 Tom de Vries <tdevries@suse.de>
3441
3442 * gdb.base/info-var.exp: Allow info variables to print info for files
3443 other than info-var-f1.c and info-var-f2.c.
3444
3445 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.fortran/info-types.exp: Add module.
3448 * gdb.fortran/info-types.f90: Update expected results.
3449
3450 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.fortran/info-types.exp: New file.
3453 * gdb.fortran/info-types.f90: New file.
3454 * lib/fortran.exp (fortran_character1): New proc.
3455
3456 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3457
3458 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3459 functions'. Reindent as needed.
3460 * gdb.base/info-var-f1.c: New file.
3461 * gdb.base/info-var-f2.c: New file.
3462 * gdb.base/info-var.exp: New file.
3463 * gdb.base/info-var.h: New file.
3464
3465 2019-08-26 Tom de Vries <tdevries@suse.de>
3466
3467 PR c++/24852
3468 * gdb.cp/no-libstdcxx-probe.exp: New test.
3469
3470 2019-08-26 Tom de Vries <tdevries@suse.de>
3471
3472 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3473 * tests need to be skipped.
3474 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3475 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3476 mi_skip_libstdcxx_probe_tests.
3477
3478 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3479
3480 * gdb.python/py-xmethods.exp: Use raw strings when passing
3481 arguments to SimpleXMethodMatcher.
3482
3483 2019-08-22 Tom de Vries <tdevries@suse.de>
3484
3485 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3486 more informative.
3487
3488 2019-08-21 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/with.exp: Test "with" with no arguments.
3491
3492 2019-08-21 Tom de Vries <tdevries@suse.de>
3493
3494 * gdb.base/gdb-caching-proc.exp: Sort files.
3495
3496 2019-08-20 Tom de Vries <tdevries@suse.de>
3497
3498 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3499 compilation.
3500
3501 2019-08-16 Tom de Vries <tdevries@suse.de>
3502
3503 * gdb.base/compare-sections.exp ("after run to main"): Allow
3504 mismatched read-only sections for PIE executables.
3505
3506 2019-08-16 Tom Tromey <tom@tromey.com>
3507
3508 * lib/tuiterm.exp (_csi_Z): New proc.
3509 * gdb.tui/basic.exp: Update window positions.
3510 * gdb.tui/empty.exp: Update window positions.
3511
3512 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3513
3514 * gdb.base/examine-backward.exp: Correct regexp for
3515 "examine 3 bytes backward from ${address_zero}".
3516
3517 2019-08-15 Tom Tromey <tom@tromey.com>
3518
3519 * gdb.tui/empty.exp: Enable resizing tests.
3520
3521 2019-08-15 Tom Tromey <tromey@adacore.com>
3522
3523 * gdb.ada/char_enum.exp: Add regression tests.
3524 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3525 and '0'.
3526 (Char, Gchar): Update.
3527 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3528
3529 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3530
3531 * gdb.python/python.exp: Expect a leading underscore on
3532 GdbOutput{,Error}File.
3533
3534 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3535
3536 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3537 Windows host.
3538
3539 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3540
3541 * gdb.base/batch-preserve-term-settings.exp
3542 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3543
3544 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3545
3546 * lib/gdb.exp: When running on a mingw target, replace
3547 /x/ with x:/.
3548
3549 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3550
3551 * gdb.arch/aarch64-prologue.c: New test.
3552 * gdb.arch/aarch64-prologue.exp: New file.
3553
3554 2019-08-13 Tom de Vries <tdevries@suse.de>
3555
3556 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3557 Thread.
3558
3559 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3560
3561 * gdb.python/py-completion.exp: Download the .py file to the host
3562 and use its host pathname. Conditionalize tests that use
3563 tab completion and manipulate files on the build machine.
3564 * gdb.python/py-events.exp: Download the .py file to the host
3565 and use its host pathname.
3566 * gdb.python/py-evsignal.exp: Likewise.
3567 * gdb.python/py-evthreads.exp: Likewise.
3568 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3569 pathname syntax.
3570 * gdb.python/py-framefilter.exp: Download the .py file to the right
3571 place on the host. Match Windows pathname syntax.
3572 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3573 .py file to the host and use its host pathname.
3574 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3575 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3576 build pathname. Skip symlink test on Windows host. Add missing
3577 newline at end of file.
3578 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3579 and use its host pathname.
3580 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3581 * gdb.python/py-section-script.exp: Use host location of binfile
3582 on safe-path. Use correct path separator on Windows host.
3583 Reorder alternatives in gdb_test_multiple to prevent matching
3584 the wrong alternative on success.
3585 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3586
3587 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3588
3589 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3590 expect the GDB inferior to no longer immediately stop after
3591 being resumed with "signal SIGINT".
3592
3593 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3594
3595 * gdb.linespec/break-ask.exp: Generalize regexps to match
3596 Windows pathnames too.
3597
3598 2019-08-08 Tom de Vries <tdevries@suse.de>
3599
3600 PR testsuite/24862
3601 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3602
3603 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3604
3605 * gdb.base/style.exp: Update tests for help doc new invariants.
3606 * gdb.base/help.exp: Likewise.
3607
3608 2019-08-06 Tom Tromey <tom@tromey.com>
3609
3610 * gdb.base/style.exp: Add disassemble test.
3611 * gdb.base/style.c (some_called_function): New function.
3612 (main): Use it.
3613
3614 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3615
3616 * gdb.python/py-block.exp: Test dictionary access on blocks.
3617
3618 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3619
3620 PR gdb/24863
3621 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3622 -list-thread-groups --available test when running under
3623 check-read1.
3624
3625 2019-08-05 Tom de Vries <tdevries@suse.de>
3626
3627 PR testsuite/24863
3628 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3629 * gdb.base/help.exp: Use with_read1_timeout_factor.
3630 * gdb.base/info-macros.exp: Same.
3631 * gdb.cp/nested-types.exp: Same.
3632
3633 2019-08-05 Tom de Vries <tdevries@suse.de>
3634
3635 * lib/gdb.exp (version_at_least): Factor out of ...
3636 (tcl_version_at_least): ... here.
3637 (gdb_compile): Fail if pie results in non-PIE executable.
3638 (readelf_version, readelf_prints_pie): New proc.
3639 (exec_is_pie): Return -1 if unknown.
3640
3641 2019-08-05 Tom de Vries <tdevries@suse.de>
3642
3643 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3644
3645 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3646
3647 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3648
3649 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3650
3651 * lib/completion-support.exp (test_gdb_complete_none): Skip
3652 tab completion tests if no readline support.
3653 (test_gdb_complete_unique_re): Likewise.
3654 (test_gdb_complete_multiple): Likewise.
3655
3656 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3657
3658 * gdb.base/info_sources.exp: New file.
3659 * gdb.base/info_sources.c: New file.
3660 * gdb.base/info_sources_base.c: New file.
3661
3662 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3663
3664 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3665 prefix argument.
3666 (test_exit_status): Add prefix argument.
3667
3668 2019-08-01 Tom de Vries <tdevries@suse.de>
3669
3670 PR testsuite/24863
3671 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3672 calling exp_continue for new thread and thread exited messages.
3673
3674 2019-08-01 Tom de Vries <tdevries@suse.de>
3675
3676 PR testsuite/24863
3677 * gdb.base/structs.exp: Fix check-read1 timeout using
3678 gdb_test_sequence.
3679 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3680
3681 2019-08-01 Tom de Vries <tdevries@suse.de>
3682
3683 PR testsuite/24863
3684 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3685 line.
3686
3687 2019-08-01 Tom de Vries <tdevries@suse.de>
3688
3689 PR testsuite/24863
3690 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3691
3692 2019-07-30 Tom Tromey <tromey@adacore.com>
3693
3694 * gdb.ada/display_nested.exp: New file.
3695 * gdb.ada/display_nested/foo.adb: New file.
3696 * gdb.ada/display_nested/pack.adb: New file.
3697 * gdb.ada/display_nested/pack.ads: New file.
3698
3699 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3700
3701 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3702 namespace.
3703 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3704
3705 2019-07-30 Tom de Vries <tdevries@suse.de>
3706
3707 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3708 instead.
3709
3710 2019-07-30 Tom de Vries <tdevries@suse.de>
3711
3712 PR testsuite/24834
3713 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3714 (exec_is_pie): New proc.
3715
3716 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3717
3718 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3719
3720 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3721
3722 * gdb.python/py-objfile.c: Add global and static vars.
3723 * gdb.python/py-objfile.exp: Test new functions Objfile.
3724 lookup_global_symbol and lookup_static_symbol.
3725
3726 2019-07-29 Tom Tromey <tom@tromey.com>
3727
3728 * lib/tuiterm.exp (Term::_csi_@): New proc.
3729 (Term::_csi_X): Don't move cursor.
3730
3731 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3732
3733 * gdb.base/options.exp: Update backtrace - completion to
3734 new option -frame-info.
3735 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3736 Test new 'set print frame-info'. Test backtrace -frame-info
3737 overriding 'set print frame-info'.
3738 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3739 Test new 'set print frame-info'.
3740 Verify consistency of backtrace with and without filters, with and
3741 without -no-filters.
3742 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3743 default.
3744
3745 2019-07-29 Tom de Vries <tdevries@suse.de>
3746
3747 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3748 no arguments".
3749
3750 2019-07-29 Tom de Vries <tdevries@suse.de>
3751
3752 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3753 is a substring of the first for "complete non-unique file name".
3754
3755 2019-07-29 Tom de Vries <tdevries@suse.de>
3756
3757 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3758 with ".*".
3759
3760 2019-07-29 Tom de Vries <tdevries@suse.de>
3761
3762 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3763 Pass prompt_regexp parameter to gdb_test_multiple calls.
3764
3765 2019-07-29 Tom de Vries <tdevries@suse.de>
3766
3767 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3768 print registers" regexps.
3769
3770 2019-07-29 Tom de Vries <tdevries@suse.de>
3771
3772 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3773
3774 2019-07-29 Tom de Vries <tdevries@suse.de>
3775
3776 PR gdb/24855
3777 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3778 (skip_python_tests_prompt): Add prompt_regexp argument to
3779 gdb_test_multiple calls.
3780
3781 2019-07-27 Tom Tromey <tom@tromey.com>
3782
3783 * gdb.tui/main.exp: New file.
3784
3785 2019-07-27 Tom Tromey <tom@tromey.com>
3786
3787 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3788 optional.
3789 * gdb.tui/empty.exp: New file.
3790
3791 2019-07-27 Tom Tromey <tom@tromey.com>
3792
3793 * lib/tuiterm.exp (spawn): New proc.
3794 (Term::resize): New proc.
3795 * gdb.tui/resize.exp: New file.
3796
3797 2019-07-27 Tom Tromey <tom@tromey.com>
3798
3799 * gdb.tui/list.exp: New file.
3800
3801 2019-07-27 Tom Tromey <tom@tromey.com>
3802
3803 * gdb.tui/regs.exp: New file.
3804
3805 2019-07-27 Tom Tromey <tom@tromey.com>
3806
3807 * gdb.tui/basic.exp: Add "layout split" test.
3808
3809 2019-07-27 Tom Tromey <tom@tromey.com>
3810
3811 * gdb.tui/basic.exp: Add "layout asm" test.
3812
3813 2019-07-27 Tom Tromey <tom@tromey.com>
3814
3815 * lib/tuiterm.exp: New file.
3816 * gdb.tui/basic.exp: New file.
3817
3818 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3819
3820 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3821 Enable tests associated with this flag. Adjust regex
3822 referencing "foo_low" to now refer to "foo_cold" instead.
3823
3824 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3825
3826 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3827 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3828 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3829 foo_cold. Revise comments to match.
3830 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3831 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3832 were wrapped into this proc; Call do_test in loop from outermost
3833 level.
3834 (foo_low): Rename all occurrences to "foo_cold".
3835 (backtrace from baz): New test.
3836 (x2/i foo_cold): New test.
3837 (info line *foo_cold): New test.
3838
3839 2019-07-26 Tom de Vries <tdevries@suse.de>
3840
3841 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3842
3843 2019-07-25 Tom de Vries <tdevries@suse.de>
3844
3845 PR testsuite/24830
3846 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3847 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3848 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3849 (skip_libstdcxx_probe_tests): ... here.
3850 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3851
3852 2019-07-24 Tom de Vries <tdevries@suse.de>
3853
3854 PR testsuite/24807
3855 * gdb.objc/basicclass.m: Include stdio.h.
3856 * gdb.objc/nondebug.m: Same.
3857 * gdb.objc/objcdecode.m: Same.
3858
3859 2019-07-24 Tom de Vries <tdevries@suse.de>
3860
3861 PR testsuite/24612
3862 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3863 additional_flags.
3864
3865 2019-07-24 Tom de Vries <tdevries@suse.de>
3866
3867 PR testsuite/24831
3868 * gdb.multi/tids.exp: Update error messages for info threads.
3869
3870 2019-07-24 Tom de Vries <tdevries@suse.de>
3871
3872 * gdb.base/info-types.exp: Allow info types to print info for more than
3873 one file.
3874
3875 2019-07-23 Tom de Vries <tdevries@suse.de>
3876
3877 PR testsuite/24842
3878 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3879 gdb_spawn_with_cmdline_opts.
3880
3881 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3882
3883 * gdb.arch/arm-cmse-sgstubs.c: New test.
3884 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3885
3886 2019-07-23 Tom de Vries <tdevries@suse.de>
3887
3888 PR testsuite/24711
3889 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3890 issuing next command.
3891
3892 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3893
3894 * gdb.ada/info_auto_lang.exp: Update expected results.
3895 * gdb.base/info-types.c: Add additional types to check.
3896 * gdb.base/info-types.exp: Update expected results.
3897
3898 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3899
3900 * gdb.base/info-types.c: New file.
3901 * gdb.base/info-types.exp: New file.
3902
3903 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3904
3905 * gdb.arch/riscv-bp-infcall.c: New file.
3906 * gdb.arch/riscv-bp-infcall.exp: New file.
3907
3908 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3909
3910 PR breakpoints/24541
3911 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3912
3913 2019-07-14 Tom de Vries <tdevries@suse.de>
3914
3915 PR testsuite/24760
3916 * gdb.objc/basicclass.exp: Fix unterminated string.
3917
3918 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3919 Andrew Burgess <andrew.burgess@embecosm.com>
3920
3921 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3922 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3923 negative bounds.
3924 * gdb.fortran/vla-value.exp: Print elements of an array with
3925 negative bounds.
3926 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3927 testing.
3928
3929 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3930
3931 * gdb.base/options.exp (expect_string): Dequote strings in
3932 results.
3933 (test-string): Test strings with different quoting and reindent.
3934
3935 2019-07-10 Tom Tromey <tromey@adacore.com>
3936
3937 * gdb.ada/mi_ex_cond.exp: Update expected results.
3938 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3939 * gdb.ada/mi_catch_ex.exp: Update expected results.
3940 * gdb.ada/mi_catch_assert.exp: Update expected results.
3941 * gdb.ada/catch_ex.exp (catch_exception_info)
3942 (catch_exception_entry, catch_assert_entry)
3943 (catch_unhandled_entry): Update.
3944 * gdb.ada/catch_assert_if.exp: Update expected results.
3945
3946 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3947 Stephen Roberts <stephen.roberts@arm.com>
3948
3949 * gdb.base/define.exp: Restore original prompt.
3950
3951 2019-07-09 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3954 breakpoints" output.
3955 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3956 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3957 throw" creates breakpoint.
3958 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3959 'type="catchpoint"'.
3960
3961 2019-07-09 Pedro Alves <palves@redhat.com>
3962
3963 PR c++/15468
3964 * gdb.cp/except-multi-location-lib.cc: New.
3965 * gdb.cp/except-multi-location-main.cc: New.
3966 * gdb.cp/except-multi-location.exp: New.
3967
3968 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3969
3970 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3971 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3972 argument and update callers.
3973
3974 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3975
3976 * gdb.arch/amd64-break-on-asm-line.S: New file.
3977 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3978
3979 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3980
3981 * gdb.base/printcmds.exp: Test printing C string and
3982 C wide string convenience vars without transiting via the inferior.
3983 Also make test names unique.
3984
3985 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3986
3987 PR breakpoints/25011
3988 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3989
3990 2019-07-04 Pedro Alves <palves@redhat.com>
3991
3992 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3993 body returned ok(0), break(3) or continue(4).
3994 * gdb.testsuite/foreach_with_prefix.exp: New file.
3995
3996 2019-07-04 Alan Hayward <alan.hayward@arm.com>
3997
3998 * gdb.server/unittest.exp: Allow 0 unit tests to run.
3999
4000 2019-07-03 Pedro Alves <palves@redhat.com>
4001
4002 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4003 "return -code".
4004
4005 2019-07-03 Pedro Alves <palves@redhat.com>
4006
4007 PR cli/24732
4008 * gdb.base/shell.exp: Load completion-support.exp.
4009 Adjust expected error output. Add completion tests.
4010
4011 2019-07-03 Pedro Alves <palves@redhat.com>
4012
4013 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4014 string_to_regexp.
4015
4016 2019-07-03 Pedro Alves <palves@redhat.com>
4017
4018 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4019 (expect_integer): Adjust to expect "-string".
4020 (expect_string): New.
4021 (all_options): Expect "-string".
4022 (test-flag, test-boolean): Adjust to expect "-string".
4023 (test-string): New proc.
4024 (top level): Call it.
4025
4026 2019-07-03 Pedro Alves <palves@redhat.com>
4027
4028 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4029 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4030 the expected output in the success.
4031
4032 2019-07-03 Pedro Alves <palves@redhat.com>
4033
4034 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4035 Split one gdb_test_multiple call in two to avoid a race.
4036
4037 2019-07-03 Pedro Alves <palves@redhat.com>
4038
4039 * gdb.base/with.c: New file.
4040 * gdb.base/with.exp: New file.
4041
4042 2019-07-03 Pedro Alves <palves@redhat.com>
4043
4044 * gdb.base/settings.exp: Replace all references to "maint
4045 test-settings set" with references to "maint set test-settings",
4046 and all references to "maint test-settings show" with references
4047 to "maint show test-settings".
4048
4049 2019-07-03 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/settings.exp (test-string): Adjust expected out when
4052 testing "maint test-settings show filename"
4053
4054 2019-07-02 Pedro Alves <palves@redhat.com>
4055
4056 * gdb.base/options.exp (test-info-threads): New procedure.
4057 (top level): Call it.
4058
4059 2019-06-28 Tom Tromey <tromey@adacore.com>
4060
4061 * gdb.dwarf2/ada-linkage-name.c: New file.
4062 * gdb.dwarf2/ada-linkage-name.exp: New file.
4063
4064 2019-06-27 Tom Tromey <tromey@adacore.com>
4065
4066 PR c++/20020:
4067 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4068
4069 2019-06-26 Tom de Vries <tdevries@suse.de>
4070
4071 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4072
4073 2019-06-26 Tom de Vries <tdevries@suse.de>
4074
4075 * gdb.base/index-cache.exp: Add back missing debug option.
4076
4077 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4078
4079 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4080
4081 2019-06-25 Tom de Vries <tdevries@suse.de>
4082
4083 PR testsuite/24727
4084 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4085
4086 2019-06-24 Tom de Vries <tdevries@suse.de>
4087
4088 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4089
4090 2019-06-24 Tom de Vries <tdevries@suse.de>
4091
4092 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4093 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4094 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4095
4096 2019-06-24 Tom de Vries <tdevries@suse.de>
4097
4098 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4099
4100 2019-06-21 Tom de Vries <tdevries@suse.de>
4101
4102 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4103
4104 2019-06-21 Tom de Vries <tdevries@suse.de>
4105
4106 PR testsuite/24518
4107 PR ada/24713
4108 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4109 index.
4110
4111 2019-06-19 Tom Tromey <tromey@adacore.com>
4112
4113 * gdb.ada/length_cond.exp: Add intro comment.
4114
4115 2019-06-19 Tom Tromey <tromey@adacore.com>
4116
4117 * gdb.ada/length_cond.exp: New file.
4118 * gdb.ada/length_cond/length_cond.adb: New file.
4119 * gdb.ada/length_cond/pck.adb: New file.
4120 * gdb.ada/length_cond/pck.ads: New file.
4121
4122 2019-06-18 Tom de Vries <tdevries@suse.de>
4123
4124 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4125
4126 2019-06-18 Tom Tromey <tromey@adacore.com>
4127
4128 * gdb.base/list0.h: Add comment explaining control character.
4129
4130 2019-06-18 Tom de Vries <tdevries@suse.de>
4131
4132 * boards/fission.exp: Break up long debug_flags line.
4133
4134 2019-06-16 Tom de Vries <tdevries@suse.de>
4135
4136 PR gdb/24445
4137 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4138 generated index.
4139
4140 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4141
4142 PR gdb/24686
4143 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4144 improve detection of bug gdb/24541.
4145
4146 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4147
4148 PR gdb/24669
4149 * gdb.base/index-cache.exp (uses_readnow,
4150 expecting_index_cache_use): Define global variable.
4151 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4152 expecting_index_cache_use.
4153
4154 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4155 Andrew Burgess <andrew.burgess@embecosm.com>
4156
4157 * gdb.fortran/pointers.f90: New file.
4158 * gdb.fortran/print_type.exp: New file.
4159 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4160 * gdb.fortran/vla-type.exp: Likewise.
4161 * gdb.fortran/vla-value.exp: Likewise.
4162 * gdb.mi/mi-vla-fortran.exp: Likewise.
4163
4164 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4165
4166 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4167 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4168 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4169 as a stop reason.
4170
4171 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4172
4173 * gdb.base/annota1.exp: Update expected results.
4174 * gdb.cp/annota2.exp: Likewise.
4175 * gdb.cp/annota3.exp: Likewise.
4176
4177 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4178
4179 * gdb.base/style-logging.exp: Remove path from test name.
4180
4181 2019-06-14 Tom Tromey <tromey@adacore.com>
4182
4183 PR gdb/24502:
4184 * gdb.base/style-logging.exp: New file.
4185
4186 2019-06-14 Tom Tromey <tromey@adacore.com>
4187
4188 * gdb.base/symfile-warn.exp: New file.
4189 * gdb.base/symfile-warn.c: New file.
4190
4191 2019-06-14 Tom Tromey <tromey@adacore.com>
4192
4193 * gdb.base/annotate-symlink.exp: New file.
4194
4195 2019-06-14 Tom Tromey <tromey@adacore.com>
4196
4197 * gdb.ada/set_wstr.exp: Add reassignment test.
4198
4199 2019-06-14 Tom Tromey <tromey@adacore.com>
4200
4201 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4202 'unchecked_access and 'unrestricted_access as well.
4203
4204 2019-06-14 Tom Tromey <tromey@adacore.com>
4205
4206 PR ada/24539:
4207 * gdb.ada/vla.exp: Update tests.
4208 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4209 pragma.
4210
4211 2019-06-13 Pedro Alves <palves@redhat.com>
4212
4213 * gdb.base/settings.exp (test-integer): Test junk after
4214 "unlimited".
4215
4216 2019-06-13 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.base/options.exp (test-thread-apply): New.
4219 (top level): Call it.
4220
4221 2019-06-13 Pedro Alves <palves@redhat.com>
4222
4223 * gdb.base/options.exp (test-frame-apply): New.
4224 (top level): Test print commands with different "frame apply"
4225 prefixes.
4226
4227 2019-06-13 Pedro Alves <palves@redhat.com>
4228
4229 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4230 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4231 'max_completions' parameter and handle it.
4232 (test_gdb_completion_offers_commands): New.
4233
4234 2019-06-13 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4237
4238 2019-06-13 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.base/options.exp (test-backtrace): New.
4241 (top level): Call it.
4242
4243 2019-06-13 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.guile/scm-frame-args.exp: Use "set print
4246 raw-frame-arguments" instead of "set print raw frame-arguments".
4247 * gdb.python/py-frame-args.exp: Likewise.
4248
4249 2019-06-13 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.compile/compile.exp: Adjust expected output to option
4252 processing changes.
4253
4254 2019-06-13 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.base/options.exp: Build executable.
4257 (test-print): New procedure.
4258 (top level): Call it, once for "print" and another for "compile
4259 print".
4260
4261 2019-06-13 Pedro Alves <palves@redhat.com>
4262
4263 * gdb.base/options.c: New file.
4264 * gdb.base/options.exp: New file.
4265
4266 2019-06-13 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4269 that "o" is ambiguous.
4270
4271 2019-06-13 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.base/settings.c: New file.
4274 * gdb.base/settings.exp: New file.
4275
4276 2019-06-13 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.base/completion.exp: Fix comment typo.
4279
4280 2019-06-13 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4283 foo --1" test.
4284
4285 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4286
4287 * gdb.fortran/block-data.f: New.
4288 * gdb.fortran/block-data.exp: New.
4289
4290 2019-06-11 Tom de Vries <tdevries@suse.de>
4291
4292 PR testsuite/24521
4293 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4294 message.
4295
4296 2019-06-11 Tom de Vries <tdevries@suse.de>
4297
4298 PR testsuite/24521
4299 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4300
4301 2019-06-11 Tom de Vries <tdevries@suse.de>
4302
4303 * boards/readnow.exp: New file.
4304
4305 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4306
4307 * gdb.fortran/vla-sizeof.exp: Update expected results.
4308
4309 2019-06-06 Amos Bird <amosbird@gmail.com>
4310
4311 * gdb.base/annota1.exp (thread_switch): Add test for
4312 thread-exited annotation.
4313
4314 2019-06-06 Tom Tromey <tromey@adacore.com>
4315
4316 * gdb.base/maint.exp: Expect command started/finished output.
4317
4318 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4319
4320 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4321 comment.
4322 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4323
4324 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4325
4326 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4327 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4328 * gdb.arch/riscv-unwind-long-insn.c: New file.
4329 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4330
4331 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4332
4333 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4334
4335 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4336
4337 * lib/gdb.exp (help_list_trailer): New regexp variable
4338 factorizing the help trailer message.
4339 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4340 arg to allow to better factorize various tests.
4341 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4342 (test_prefix_command_help): Use help_list_trailer.
4343 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4344 * gdb.guile/scm-cmd.exp: Likewise.
4345 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4346 * gdb.base/help.exp: Use test_user_defined_class_help.
4347 * gdb.base/style.exp: Add tests for styling of help and apropos.
4348 * lib/gdb-utils.exp (style): Add title and highlight styles.
4349
4350 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4351
4352 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4353 $_shell_exitsignal.
4354 * gdb.base/default.exp: Update for new convenience variables.
4355
4356 2019-05-29 Tom Tromey <tromey@adacore.com>
4357
4358 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4359 to "break complete ada" test case's regexp.
4360
4361 2019-05-29 Tom Tromey <tromey@adacore.com>
4362
4363 PR c++/20020:
4364 * gdb.cp/constexpr-field.exp: New file.
4365 * gdb.cp/constexpr-field.cc: New file.
4366
4367 2019-05-29 Tom Tromey <tromey@adacore.com>
4368
4369 * gdb.base/finish.exp (finish_no_print): New proc.
4370 (finish_tests): Call it.
4371
4372 2019-05-24 Tom de Vries <tdevries@suse.de>
4373
4374 * gdb.dwarf2/gdb-add-index.exp: New file.
4375
4376 2019-05-22 Tom Tromey <tromey@adacore.com>
4377
4378 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4379 * gdb.base/style.exp: Use "style".
4380 * lib/gdb-utils.exp (style): New proc.
4381
4382 2019-05-22 Tom de Vries <tdevries@suse.de>
4383
4384 * gdb.base/align.exp: Require c++11.
4385
4386 2019-05-22 Tom de Vries <tdevries@suse.de>
4387
4388 PR testsuite/24586
4389 * gdb.python/py-mi-var-info-path-expression.exp: Call
4390 mi_skip_python_tests to check if python is supported.
4391
4392 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4393
4394 * gdb.arch/aarch64-pauth.c: New test.
4395 * gdb.arch/aarch64-pauth.exp: New file.
4396
4397 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4398
4399 * README (Re-running Tests Outside The Testsuite): New section.
4400
4401 2019-05-21 Tom de Vries <tdevries@suse.de>
4402
4403 * gdb.arch/amd64-eval.exp: Require c++11.
4404 * gdb.base/max-depth.exp: Same.
4405 * gdb.compile/compile-cplus-array-decay.exp: Same.
4406 * gdb.cp/meth-typedefs.exp: Same.
4407 * gdb.cp/subtypes.exp: Same.
4408 * gdb.cp/temargs.exp: Same.
4409
4410 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4411
4412 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4413
4414 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4415
4416 PR gdb/18644
4417 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4418 * gdb.fortran/printing-types.exp: Add new test.
4419 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4420 testing.
4421 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4422 setup_kfail call.
4423
4424 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4425
4426 * README (Running the Testsuite): Change example.
4427 (Testsuite Parameters): Remove TRANSCRIPT.
4428 * lib/gdb.exp: Remove TRANSCRIPT check.
4429
4430 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4431
4432 * README (Testsuite Parameters): Add replay logging to
4433 GDBSERVER_DEBUG.
4434 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4435 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4436 as a comma separated list.
4437 (gdb_debug_init): Override procedure.
4438
4439 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4440
4441 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4442 (gdb_write_cmd_file): New procedure.
4443 * lib/gdbserver-support.exp (gdbserver_start): Call
4444 gdbserver_write_cmd_file.
4445 (gdbserver_write_cmd_file): New procedure.
4446
4447 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4448
4449 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4450 (delete_breakpoints): Likewise.
4451 (gdb_run_cmd): Likewise.
4452 (gdb_start_cmd): Likewise.
4453 (gdb_starti_cmd): Likewise.
4454 (gdb_internal_error_resync): Likewise.
4455 (gdb_test_multiple): Likewise.
4456 (gdb_reinitialize_dir): Likewise.
4457 (default_gdb_exit): Likewise.
4458 (gdb_file_cmd): Mark kill as optional.
4459 (default_gdb_start): Call gdb_stdin_log_init.
4460 (send_gdb): Call gdb_stdin_log_write.
4461 (rerun_to_main): Mark Y as an answer.
4462 (gdb_stdin_log_init): New function.
4463 (gdb_stdin_log_write): Likewise.
4464
4465 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4466
4467 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4468 * gdb.base/debug-expr.exp: Likewise.
4469 * gdb.base/foll-fork.exp: Likewise.
4470 * gdb.base/foll-vfork.exp: Likewise.
4471 * gdb.base/fork-print-inferior-events.exp: Likewise.
4472 * gdb.base/gdb-sigterm.exp: Likewise.
4473 * gdb.base/gdbinit-history.exp: Likewise.
4474 * gdb.base/osabi.exp: Likewise.
4475 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4476 * gdb.base/ui-redirect.exp: Likewise.
4477 * gdb.gdb/unittest.exp: Likewise.
4478 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4479 * gdb.mi/mi-watch.exp: Likewise.
4480 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4481 * gdb.mi/user-selected-context-sync.exp: Likewise.
4482 * gdb.python/python.exp: Disable debug test when debugging.
4483 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4484 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4485 Likewise.
4486 * gdb.threads/stepi-random-signal.exp: Likewise.
4487
4488 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4489
4490 * Makefile.in: Pass through GDB_DEBUG.
4491 * README (Testsuite Parameters): Add GDB_DEBUG.
4492 (gdb,debug): Add board setting.
4493 * lib/gdb.exp (default_gdb_start): Start debugging.
4494 (gdb_debug_enabled): New procedure.
4495 (gdb_debug_init): Likewise.
4496
4497 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4498
4499 * Makefile.in: Pass through GDB_DEBUG.
4500 * README (Testsuite Parameters): Add GDB_DEBUG.
4501 (gdb,debug): Add board setting.
4502 * lib/gdb.exp (default_gdb_start): Start debugging.
4503 (gdb_debug_enabled): New procedure.
4504 (gdb_debug_init): Likewise.
4505
4506 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4507
4508 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4509
4510 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4511
4512 * gdb.base/ui-redirect.exp: Test redirection.
4513
4514 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4515
4516 * gdb.mi/mi-complete.exp: New file.
4517 * gdb.mi/mi-complete.cc: Likewise.
4518
4519 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4520
4521 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4522 indexed and sliced arrays, and pointers to arrays.
4523
4524 2019-05-14 Tom Tromey <tromey@adacore.com>
4525
4526 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4527 styling test.
4528
4529 2019-05-14 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4532 selection entry encoding.
4533
4534 2019-05-10 Tom Tromey <tromey@adacore.com>
4535
4536 * gdb.ada/info_exc.exp: Add "complete" test.
4537
4538 2019-05-09 Tom de Vries <tdevries@suse.de>
4539
4540 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4541 CU-relative.
4542
4543 2019-05-09 Tom de Vries <tdevries@suse.de>
4544
4545 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4546 CU-relative.
4547
4548 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4549
4550 * gdb.ada/frame_arg_lang.exp: New testcase.
4551 * gdb.ada/frame_arg_lang/bla.adb: New file.
4552 * gdb.ada/frame_arg_lang/pck.ads: New file.
4553 * gdb.ada/frame_arg_lang/pck.adb: New file.
4554 * gdb.ada/frame_arg_lang/foo.c: New file.
4555
4556 2019-05-08 Tom Tromey <tromey@adacore.com>
4557
4558 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4559
4560 2019-05-08 Tom Tromey <tromey@adacore.com>
4561
4562 * gdb.base/ptype-offsets.exp: Update tests.
4563
4564 2019-05-08 Tom Tromey <tromey@adacore.com>
4565
4566 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4567 cases.
4568 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4569 "short".
4570
4571 2019-05-08 Tom Tromey <tromey@adacore.com>
4572
4573 * gdb.ada/vla.exp: New file.
4574 * gdb.ada/vla/vla.adb: New file.
4575
4576 2019-05-07 Tom de Vries <tdevries@suse.de>
4577
4578 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4579
4580 2019-05-07 Tom de Vries <tdevries@suse.de>
4581
4582 PR testsuite/24522
4583 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4584 section.
4585
4586 2019-05-07 Tom de Vries <tdevries@suse.de>
4587
4588 PR testsuite/24522
4589 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4590 .debug_aranges section.
4591
4592 2019-05-07 Tom de Vries <tdevries@suse.de>
4593
4594 PR testsuite/24159
4595 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4596
4597 2019-05-06 Tom de Vries <tdevries@suse.de>
4598
4599 * lib/gdb.exp (exec_has_index_section): New proc.
4600 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4601 section.
4602
4603 2019-05-04 Tom de Vries <tdevries@suse.de>
4604
4605 * boards/cc-with-debug-names.exp: New file.
4606
4607 2019-05-03 Tom Tromey <tromey@adacore.com>
4608
4609 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4610 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4611 * gdb.ada/char_enum.exp: Add test.
4612
4613 2019-05-03 Tom de Vries <tdevries@suse.de>
4614
4615 * boards/cc-with-gdb-index.exp: New file.
4616
4617 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4618
4619 * gdb.rust/simple.exp: Add new test case.
4620 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4621 (main): Initialise an instance of the new struct.
4622
4623 2019-05-01 Tom Tromey <tromey@adacore.com>
4624
4625 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4626 record.
4627 (NPR): New variable.
4628 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4629 test.
4630
4631 2019-05-01 Tom Tromey <tromey@adacore.com>
4632
4633 * gdb.ada/packed_array_assign.exp: Add packed assignment
4634 regression test.
4635
4636 2019-05-01 Tom de Vries <tdevries@suse.de>
4637
4638 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4639
4640 2019-05-01 Tom de Vries <tdevries@suse.de>
4641
4642 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4643
4644 2019-04-30 Ali Tamur <tamur@google.com>
4645
4646 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4647
4648 2019-04-30 Tom Tromey <tromey@adacore.com>
4649
4650 * lib/ada.exp (find_ada_tool): New proc.
4651 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4652 * gdb.ada/catch_ex_std.exp: New file.
4653 * gdb.ada/catch_ex_std/foo.adb: New file.
4654 * gdb.ada/catch_ex_std/some_package.adb: New file.
4655 * gdb.ada/catch_ex_std/some_package.ads: New file.
4656
4657 2019-04-30 Tom Tromey <tromey@adacore.com>
4658
4659 PR c++/24470:
4660 * gdb.cp/temargs.cc: Add test code from PR.
4661
4662 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4663
4664 * gdb.fortran/vla-datatypes.exp: Update expected results.
4665 * gdb.fortran/vla-ptype.exp: Likewise.
4666 * gdb.fortran/vla-type.exp: Likewise.
4667 * gdb.fortran/vla-value.exp: Likewise.
4668
4669 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4670
4671 * gdb.fortran/ptr-indentation.exp: Update expected results.
4672 * gdb.fortran/ptype-on-functions.exp: Likewise.
4673 * gdb.fortran/vla-ptr-info.exp: Likewise.
4674 * gdb.fortran/vla-value.exp: Likewise.
4675
4676 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4677
4678 * gdb.fortran/ptype-on-functions.exp: New file.
4679 * gdb.fortran/ptype-on-functions.f90: New file.
4680
4681 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4682
4683 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4684 case void string.
4685
4686 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * gdb.fortran/complex.exp: Expand.
4689 * gdb.fortran/complex.f: Renamed to...
4690 * gdb.fortran/complex.f90: ...this, and extended to add more
4691 complex values.
4692
4693 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4694
4695 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4696 MODULO, CMPLX.
4697
4698 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4699 Richard Bunt <richard.bunt@arm.com>
4700
4701 * gdb.base/max-depth.c: New file.
4702 * gdb.base/max-depth.exp: New file.
4703 * gdb.python/py-nested-maps.c: New file.
4704 * gdb.python/py-nested-maps.exp: New file.
4705 * gdb.python/py-nested-maps.py: New file.
4706 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4707 (test_all_common): Call test_max_depth.
4708 * gdb.fortran/max-depth.exp: New file.
4709 * gdb.fortran/max-depth.f90: New file.
4710 * gdb.go/max-depth.exp: New file.
4711 * gdb.go/max-depth.go: New file.
4712 * gdb.modula2/max-depth.exp: New file.
4713 * gdb.modula2/max-depth.c: New file.
4714 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4715
4716 2019-04-29 Tom de Vries <tdevries@suse.de>
4717
4718 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4719
4720 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4721
4722 * gdb.base/callexit.exp: Test may-call-functions off.
4723
4724 2019-04-25 Keith Seitz <keiths@redhat.com>
4725
4726 PR c++/24367
4727 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4728 (another_incomplete_struct, test_incomplete): New definitions.
4729 (main): Use new definitions.
4730 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4731 functions.
4732
4733 2019-04-25 Ali Tamur <tamur@google.com>
4734
4735 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4736
4737 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4738
4739 PR corefiles/11608
4740 PR corefiles/18187
4741 * gdb.base/coredump-filter-build-id.exp: New file.
4742
4743 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4744
4745 * Makefile.in: Pass through GDBSERVER_DEBUG.
4746 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4747 (gdbserver,debug): Add board setting.
4748 * gdb.trace/tspeed.exp: Skip when debugging.
4749 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4750 * lib/gdbserver-support.exp: Likewise
4751
4752 2019-04-24 Tom Tromey <tromey@adacore.com>
4753
4754 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4755 Rust.
4756
4757 2019-04-24 Tom Tromey <tromey@adacore.com>
4758
4759 * gdb.arch/amd64-eval.exp: Test bitfield return.
4760 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4761 (class Foo) <return_bitfields>: New method.
4762 (main): Call it.
4763
4764 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4765
4766 * gdb.cp/many-args.cc: New file.
4767 * gdb.cp/many-args.exp: New file.
4768
4769 2019-04-23 Tom de Vries <tdevries@suse.de>
4770
4771 PR gdb/24433
4772 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4773
4774 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4775
4776 * gdb.trace/backtrace.exp: Use nopie flag.
4777 * gdb.trace/circ.exp: Likewise.
4778 * gdb.trace/collection.exp: Likewise.
4779 * gdb.trace/ftrace.exp: Likewise.
4780 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4781 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4782 * gdb.trace/qtro.exp: Likewise.
4783 * gdb.trace/read-memory.exp: Likewise.
4784 * gdb.trace/report.exp: Likewise.
4785 * gdb.trace/tfile.exp: Likewise.
4786 * gdb.trace/tfind.exp: Likewise.
4787 * gdb.trace/unavailable.exp: Likewise.
4788
4789 2019-04-22 Pedro Alves <palves@redhat.com>
4790
4791 * gdb.base/solib-probes-nosharedlibrary.c,
4792 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4793
4794 2019-04-19 Tom Tromey <tromey@adacore.com>
4795
4796 * gdb.ada/ptype_union.c: New file.
4797 * gdb.ada/ptype_union.exp: New file.
4798
4799 2019-04-19 Tom Tromey <tromey@adacore.com>
4800
4801 PR symtab/24423:
4802 * gdb.base/list0.h (foo): Add a control-l character.
4803
4804 2019-04-18 Tom de Vries <tdevries@suse.de>
4805
4806 PR gdb/24433
4807 * boards/local-board.exp: Set sysroot to "".
4808
4809 2019-04-18 Tom de Vries <tdevries@suse.de>
4810 Pedro Alves <palves@redhat.com>
4811
4812 PR gdb/24454
4813 * gdb.threads/vfork-follow-child-exec.c: New file.
4814 * gdb.threads/vfork-follow-child-exec.exp: New file.
4815 * gdb.threads/vfork-follow-child-exit.c: New file.
4816 * gdb.threads/vfork-follow-child-exit.exp: New file.
4817
4818 2019-04-15 Leszek Swirski <leszeks@google.com>
4819
4820 * gdb.arch/amd64-eval.cc: New file.
4821 * gdb.arch/amd64-eval.exp: New file.
4822
4823 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4824
4825 * gdb.server/sysroot.c: New test.
4826 * gdb.server/sysroot.exp: New file.
4827 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4828 matching param.
4829
4830 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4831
4832 * gdb.base/align.exp: Extend test to cover structures containing
4833 only static fields.
4834
4835 2019-04-11 Tom de Vries <tdevries@suse.de>
4836
4837 * boards/cc-with-dwz-m.exp: New file.
4838 * boards/cc-with-dwz.exp: New file.
4839 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4840
4841 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4842
4843 * gdb.base/start-cpp.exp: New file.
4844 * gdb.base/start-cpp.cc: New file.
4845
4846 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4847
4848 * gdb.python/py-thrhandle.exp: Adjust tests to call
4849 thread_from_handle instead of thread_from_thread_handle.
4850
4851 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4852
4853 * gdb.python/py-thrhandle.exp: Add tests for
4854 gdb.InferiorThread.handle.
4855
4856 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4857
4858 * gdb.python/py-function.exp: Check calling helper function from
4859 all languages.
4860 * lib/gdb.exp (gdb_supported_languages): New proc.
4861
4862 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4863
4864 * gdb.base/complex-parts.c: New file.
4865 * gdb.base/complex-parts.exp: New file.
4866
4867 2019-04-01 Tom Tromey <tromey@adacore.com>
4868
4869 PR symtab/23331:
4870 * gdb.dwarf2/dw2-ranges-main.c: New file.
4871 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4872 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4873
4874 2019-03-30 Simon Marchi <simark@simark.ca>
4875
4876 * gdb.base/default.exp: Add values for $_gdb_major and
4877 $_gdb_minor.
4878
4879 2019-03-29 Tom Tromey <tromey@adacore.com>
4880
4881 * gdb.base/help.exp: Tighten apropos regexp.
4882
4883 2019-03-29 Keith Seitz <keiths@redhat.com>
4884
4885 * gdb.fortran/array-bounds.exp: New file.
4886 * gdb.fortran/array-bounds.f90: New file.
4887
4888 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4889
4890 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4891
4892 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4893
4894 * gdb.multi/hello.c (main): Increase alarm timer.
4895
4896 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4897
4898 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4899 factor when no hardware watchpoint support.
4900
4901 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4902 Pedro Alves <palves@redhat.com>
4903
4904 * boards/local-board.exp: set sysroot to /.
4905
4906 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4907
4908 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4909 in child.
4910
4911 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4914 field.
4915 (make_container): Initialise new field.
4916 * gdb.python/py-prettyprint.exp: Add new tests.
4917 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4918 <display_hint>: New method.
4919
4920 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4921
4922 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4923 gdb_continue_to_breakpoint more throughout this test.
4924 (run_lang_tests) Supply unique test names, and use
4925 gdb_test_no_output.
4926
4927 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4928
4929 * gdb.base/finish-pretty.exp: Update expected results.
4930 * gdb.base/pretty-print.c: New file.
4931 * gdb.base/pretty-print.exp: New file.
4932
4933 2019-03-25 Pedro Alves <palves@redhat.com>
4934
4935 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4936 move comments outside list. Append '-i "" eof' section.
4937
4938 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4939
4940 PR testsuite/25016
4941 * README: Add pie options.
4942 * gdb.base/break-interp.exp: Ensure pie is disabled.
4943 * gdb.base/dump.exp: Likewise.
4944 * lib/gdb.exp (gdb_compile): Add pie option.
4945
4946 2019-03-19 Tom Tromey <tromey@adacore.com>
4947
4948 * gdb.mi/mi2-cli-display.c: New file.
4949 * gdb.mi/mi2-cli-display.exp: New file.
4950
4951 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4952 Tom Tromey <tromey@adacore.com>
4953
4954 * gdb.ada/ptype_array/pck.adb: New file.
4955 * gdb.ada/ptype_array/pck.ads: New file.
4956 * gdb.ada/ptype_array/foo.adb: New file.
4957 * gdb.ada/ptype_array.exp: New file.
4958
4959 2019-03-14 Tom Tromey <tromey@adacore.com>
4960
4961 * gdb.base/style.exp: Add "set style sources" test.
4962
4963 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4964
4965 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4966 * mi-breakpoint-multiple-locations.exp: ... this.
4967 (make_breakpoints_pattern): New proc.
4968 (do_test): Add mi_version parameter, test -break-insert,
4969 -break-info and =breakpoint-created.
4970
4971 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4972
4973 * config/default.exp: Remove 'load_lib gdb.exp'.
4974 * config/monitor.exp: Likewise.
4975 * config/sid.exp: Likewise.
4976 * config/sim.exp: Likewise.
4977 * config/slite.exp: Likewise.
4978 * config/unix.exp: Likewise.
4979 * gdb.base/default.exp: Remove unhelpful comment.
4980
4981 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4982
4983 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4984
4985 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4986
4987 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4988
4989 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.fortran/type-kinds.exp: Update expected results.
4992
4993 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4994
4995 * gdb.fortran/type-kinds.exp: Test new integer type kind.
4996
4997 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4998
4999 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5000 function.
5001 (test_basic_parsing_of_type_kinds): Expand types tested.
5002 (test_parsing_invalid_type_kinds): New function.
5003
5004 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5005
5006 * gdb.fortran/intrinsics.exp: New file.
5007 * gdb.fortran/intrinsics.f90: New file.
5008 * gdb.fortran/type-kinds.exp: New file.
5009
5010 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5011
5012 * gdb.fortran/dot-ops.exp: New file.
5013
5014 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5015
5016 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5017 Check upper and lower case logical literals.
5018
5019 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5020
5021 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5022 Remove duplicate tests.
5023
5024 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5025
5026 * lib/gdb.exp (builtin_cd): rename of cd.
5027 (cd): Override builtin.
5028
5029 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5030
5031 * gdb.fortran/function-calls.exp: New file.
5032 * gdb.fortran/function-calls.f90: New test.
5033
5034 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5035
5036 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5037 on user program standard output.
5038 * gdb.fortran/short-circuit-argument-list.f90: Record function
5039 calls.
5040
5041 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5042
5043 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5044 failure.
5045
5046 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5047
5048 PR gdb/8527
5049 * gdb.base/interrupt-daemon-attach.c,
5050 gdb.base/interrupt-daemon-attach.exp: New test.
5051
5052 2019-02-27 Pedro Alves <palves@redhat.com>
5053
5054 * gdb.base/page.exp: Add tests for "set width/height -1".
5055
5056 2019-02-27 Pedro Alves <palves@redhat.com>
5057
5058 * gdb.base/page.exp: Add tests for "set/show width/height" with
5059 "infinite" values.
5060
5061 2019-02-27 Tom Tromey <tromey@adacore.com>
5062
5063 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5064 2.4.
5065 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5066 workaround.
5067
5068 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5069
5070 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5071 tests for structs with static members.
5072
5073 2019-02-26 Tom Tromey <tromey@adacore.com>
5074
5075 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5076 ValueError, not TypeError.
5077
5078 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5079
5080 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5081 call from main program.
5082
5083 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5084
5085 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5086 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5087 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5088 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5089 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5090
5091 2019-02-22 Keith Seitz <keiths@redhat.com>
5092
5093 PR symtab/23853
5094 * gdb.base/symlink-sourcefile.c: New file.
5095 * gdb.base/symlink-sourcefile.exp: New file.
5096
5097 2019-02-20 Tom Tromey <tom@tromey.com>
5098
5099 * gdb.base/info_qt.exp: Update.
5100
5101 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5102
5103 * gdb.base/source.exp: Move "error in sourced script" code to
5104 the end.
5105 * gdb.base/source-error.gdb: Move contents to
5106 source-error-1.gdb. Add new code to source source-error-1.gdb.
5107 * gdb.base/source-error-1.gdb: New file, from previous
5108 source-error.gdb.
5109
5110 2019-02-17 Tom Tromey <tom@tromey.com>
5111
5112 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5113 for macro styling.
5114 * gdb.base/style.c (SOME_MACRO): New macro.
5115
5116 2019-02-17 Tom Tromey <tom@tromey.com>
5117
5118 * gdb.base/style.exp: Add line-wrapping tests.
5119 * gdb.base/page.exp: Add test for quitting during pagination.
5120
5121 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5122
5123 * gdb.ada/big_packed_array: New testcase.
5124 * gdb.ada/homonym.exp: Fix incorrect expected output for
5125 "break <homonym__get_value>" test.
5126
5127 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5128
5129 PR breakpoints/21870
5130 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5131 and prepare_for_testing. Add comment.
5132 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5133 redundant cleanup call. Clean up comment.
5134
5135 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5136
5137 PR breakpoints/21870
5138 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5139 * gdb.arch/aarch64-dbreg-contents.c: New file.
5140
5141 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5142
5143 * gdb.ada/mi_ref_changeable: New testcase.
5144
5145 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5146
5147 * gdb.base/attach.exp: Add double attach test.
5148
5149 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5150
5151 * lib/gdb.exp (default_gdb_start): Don't match pagination
5152 prompt.
5153 (gdb_init): Set stty_init.
5154
5155 2019-01-27 Tom Tromey <tom@tromey.com>
5156
5157 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5158 skip_python_tests.
5159
5160 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5161
5162 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5163 New structure.
5164 (struct struct_static_02_02): Likewise.
5165 (struct struct_static_02_03): Likewise.
5166 (struct struct_static_02_04): Likewise.
5167 (struct struct_static_04_01): Likewise.
5168 (struct struct_static_04_02): Likewise.
5169 (struct struct_static_04_03): Likewise.
5170 (struct struct_static_04_04): Likewise.
5171 (struct struct_static_06_01): Likewise.
5172 (struct struct_static_06_02): Likewise.
5173 (struct struct_static_06_03): Likewise.
5174 (struct struct_static_06_04): Likewise.
5175 (cmp_struct_static_02_01): Likewise.
5176 (cmp_struct_static_02_02): Likewise.
5177 (cmp_struct_static_02_03): Likewise.
5178 (cmp_struct_static_02_04): Likewise.
5179 (cmp_struct_static_04_01): Likewise.
5180 (cmp_struct_static_04_02): Likewise.
5181 (cmp_struct_static_04_03): Likewise.
5182 (cmp_struct_static_04_04): Likewise.
5183 (cmp_struct_static_06_01): Likewise.
5184 (cmp_struct_static_06_02): Likewise.
5185 (cmp_struct_static_06_03): Likewise.
5186 (cmp_struct_static_06_04): Likewise.
5187 (call_all): Test new structs.
5188 * gdb.base/infcall-nested-structs.exp: Likewise.
5189
5190 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5191 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5192
5193 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5194 * gdb.base/stack-protector.c: New test.
5195 * gdb.base/stack-protector.exp: New file.
5196 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5197 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5198 option.
5199 (gdb_compile): Remove stack protector for GCC and prevent
5200 recursion.
5201
5202 2019-01-16 Keith Seitz <keiths@redhat.com>
5203
5204 PR gdb/23773
5205 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5206
5207 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5208
5209 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5210 aliases.
5211 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5212 tests.
5213 * gdb.arch/powerpc-vector-regs.c: New file.
5214 * gdb.arch/powerpc-vector-regs.exp: New file.
5215
5216 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5217
5218 * gdb.arch/altivec-regs.exp: Fix the list passed to
5219 gdb_expect_list when testing "info vector".
5220
5221 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5222
5223 * gdb.base/style.exp: Don't include path in testname.
5224
5225 2019-01-10 Keith Seitz <keiths@redhat.com>
5226
5227 PR gdb/23712
5228 PR symtab/23010
5229 * gdb.dwarf2/multidictionary.exp: New file.
5230
5231 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5232
5233 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5234 (test_gnuv3_style_demangling): ... this.
5235 (test_lucid_style_demangling): Remove.
5236 (test_arm_style_demangling): Remove.
5237 (test_hp_style_demangling): Remove.
5238 (do_tests): Remove calls to the above.
5239
5240 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5241
5242 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5243 case.
5244
5245 2019-01-06 Tom Tromey <tom@tromey.com>
5246
5247 PR gdb/28155:
5248 * gdb.dwarf2/typedef-void-finish.exp: New file.
5249
5250 2018-12-28 Tom Tromey <tom@tromey.com>
5251 Simon Marchi <simark@simark.ca>
5252
5253 * gdb.base/jit-exec.exp: New file.
5254 * gdb.base/jit-exec.c: New file.
5255 * gdb.base/jit-execd.c: New file.
5256
5257 2018-12-28 Tom Tromey <tom@tromey.com>
5258
5259 * gdb.base/style.exp: Update test to check for address styling.
5260
5261 2018-12-28 Tom Tromey <tom@tromey.com>
5262
5263 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5264 message.
5265
5266 2018-12-28 Tom Tromey <tom@tromey.com>
5267
5268 * gdb.base/style.exp: Add test for version number styling.
5269
5270 2018-12-28 Tom Tromey <tom@tromey.com>
5271
5272 * gdb.base/style.exp: Add test for print_address_symbolic.
5273
5274 2018-12-28 Tom Tromey <tom@tromey.com>
5275
5276 * gdb.base/style.exp: Add test for breakpoint setting.
5277
5278 2018-12-28 Tom Tromey <tom@tromey.com>
5279
5280 * gdb.base/style.exp: Add test for variable names.
5281
5282 2018-12-28 Tom Tromey <tom@tromey.com>
5283
5284 * gdb.base/style.exp: New file.
5285 * gdb.base/style.c: New file.
5286
5287 2018-12-28 Tom Tromey <tom@tromey.com>
5288
5289 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5290 "dumb".
5291 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5292 the TERM environment variable.
5293
5294 2018-12-27 Tom Tromey <tom@tromey.com>
5295
5296 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5297 pagination test.
5298
5299 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5302 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5303
5304 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5305
5306 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5307 Filename a.adb changed to bp_fun_addr.adb.
5308 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5309
5310 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5311
5312 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5313 non-PIE executables.
5314 * README: Mention the gdb,nopie_flag board setting.
5315 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5316 non-PIE executable.
5317 * gdb.arch/amd64-entry-value.exp: Likewise.
5318 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5319 * gdb.arch/i386-float.exp: Likewise.
5320 * gdb.arch/i386-signal.exp: Likewise.
5321 * gdb.mi/mi-reg-undefined.exp: Likewise.
5322
5323 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5324
5325 PR gdb/23974
5326 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5327
5328 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5329
5330 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5331 Update order of results accordingly.
5332
5333 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5334
5335 * gdb.base/annota1.exp: Update a test regexp.
5336
5337 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5338
5339 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5340
5341 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5342
5343 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5344 (reuse_time): Initialize to REUSE_TIME_CAP.
5345 (check_rc): New function.
5346 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5347 Check pthread_create rc.
5348 (spawner_thread_func): Check pthread_create and pthread_join rc.
5349
5350 2018-12-08 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.base/list.exp (test_forward_search): Rename to ...
5353 (test_forward_reverse_search): ... this. Also test reverse-search
5354 and the forward-search alias.
5355
5356 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5357
5358 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5359 local timeout variable before return, and remove all local timeout
5360 variable entirely.
5361 (gdb_load): Likewise.
5362
5363 2018-12-01 Tom de Vries <tdevries@suse.de>
5364
5365 * gdb.base/gdb-caching-proc.exp: New file.
5366
5367 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5368
5369 * Makefile.in (TIMESTAMP): New variable.
5370 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5371 command.
5372 (check-single-racy): Likewise.
5373 (check/%.exp): Likewise.
5374 (check-racy/%.exp): Likewise.
5375 (workers/%.worker): Likewise.
5376 (build-perf): Likewise.
5377 (check-perf): Likewise.
5378 * README: Describe new "TS" and "TS_FORMAT" variables.
5379 * print-ts.py: New file.
5380
5381 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5382
5383 PR python/23714
5384 * gdb.python/python.exp: Test command repetition after
5385 gdb.execute.
5386
5387 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5388
5389 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5390 is correctly aligned.
5391
5392 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5393
5394 * gdb.ada/info_auto_lang.exp: New testcase.
5395 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5396 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5397 * gdb.ada/info_auto_lang/some_c.c: New file.
5398
5399 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5400
5401 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5402 FUNC_lang language syntax.
5403
5404 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5405
5406 * gdb.base/info_minsym.c: New file.
5407 * gdb.base/info_minsym.exp: New file.
5408
5409 2018-11-19 Tom Tromey <tom@tromey.com>
5410
5411 PR rust/23625:
5412 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5413 * gdb.rust/expr.exp: Update expected output. Change one test.
5414
5415 2018-11-19 Tom Tromey <tom@tromey.com>
5416
5417 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5418
5419 2018-11-19 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5422 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5423 see the expected warning.
5424
5425 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5426
5427 PR gdb/22736:
5428 * gdb.cp/infcall-nodebug-lib.c: New test.
5429 * gdb.cp/infcall-nodebug-main.c: New test.
5430 * gdb.cp/infcall-nodebug.exp: New file.
5431
5432 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5433
5434 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5435 completer tests.
5436
5437 2018-11-09 Tom de Vries <tdevries@suse.de>
5438
5439 * gdb.base/msym-lang.c: New test.
5440 * gdb.base/msym-lang.exp: New file.
5441 * gdb.base/msym-lang-main.c: New test.
5442
5443 2018-11-08 Tom Tromey <tom@tromey.com>
5444
5445 PR gdb/23555:
5446 PR gdb/23838:
5447 * gdb.base/warning.exp: New file.
5448
5449 2018-11-08 Jan Beulich <jbeulich@suse.com>
5450
5451 * testsuite/gdb.arch/i386-avx512.c,
5452 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5453
5454 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5455
5456 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5457 point hardware.
5458
5459 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5462 * gdb.dwarf2/missing-type-name.exp: New file.
5463
5464 2018-11-06 Tom de Vries <tdevries@suse.de>
5465
5466 * gdb.base/many-headers.c: New test.
5467 * gdb.base/many-headers.exp: New file.
5468
5469 2018-11-06 Jim Wilson <jimw@sifive.com>
5470
5471 * gdb.base/code_elim.exp: For riscv, set additional_flags
5472 to include -msmall-data-limit=0.
5473
5474 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5475
5476 * gdb.ada/watch_minus_l: New testcase.
5477
5478 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5479
5480 * gdb.arch/aix-sighandle.c: New file.
5481 * gdb.arch/aix-sighandle.exp: New file.
5482
5483 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5484
5485 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5486 registers being unions.
5487
5488 2018-10-31 Tom de Vries <tdevries@suse.de>
5489
5490 * lib/valgrind.exp: New file.
5491 (vgdb_start, vgdb_stop): New procs, factored out of ...
5492 * gdb.base/valgrind-bt.exp: ... here, ...
5493 * gdb.base/valgrind-disp-step.exp: ... here and ...
5494 * gdb.base/valgrind-infcall.exp: ... here.
5495
5496 2018-10-31 Tom de Vries <tdevries@suse.de>
5497
5498 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5499
5500 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5501
5502 * gdb.dwarf2/void-type.c: New file.
5503 * gdb.dwarf2/void-type.exp: New file.
5504
5505 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5506
5507 * gdb.base/info_qt.c: New file.
5508 * gdb.base/info_qt.exp: New file.
5509
5510 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5511
5512 * gdb.arch/powerpc-htm-regs.c: New file.
5513 * gdb.arch/powerpc-htm-regs.exp: New file.
5514
5515 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5516
5517 * gdb.arch/powerpc-tar.c: New file.
5518 * gdb.arch/powerpc-tar.exp: New file.
5519
5520 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5521
5522 * gdb.arch/powerpc-ppr-dscr.c: New file.
5523 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5524
5525 2018-10-25 Tom de Vries <tdevries@suse.de>
5526
5527 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5528
5529 2018-10-24 Tom de Vries <tdevries@suse.de>
5530
5531 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5532 longer exists error.
5533
5534 2018-10-24 Tom de Vries <tdevries@suse.de>
5535
5536 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5537
5538 2018-10-24 Tom de Vries <tdevries@suse.de>
5539
5540 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5541 --db-attach in valgrind.
5542
5543 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5544
5545 * gdb.arch/riscv-reg-aliases.c: New file.
5546 * gdb.arch/riscv-reg-aliases.exp: New file.
5547
5548 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5549
5550 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5551
5552 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5553
5554 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5555
5556 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5557
5558 * gdb.cp/ovldbreak.exp: Fix regexps.
5559
5560 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5561
5562 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5563
5564 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5565
5566 PR cli/23785
5567 * gdb.base/restore.exp: New test to check if "restore" with an
5568 invalid file doesn't segfault.
5569
5570 2018-10-18 Tom de Vries <tdevries@suse.de>
5571
5572 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5573 * gdb.ada/excep_handle.exp: Same.
5574 * gdb.ada/mi_string_access.exp: Same.
5575 * gdb.ada/mi_var_union.exp: Same.
5576 * gdb.arch/arc-analyze-prologue.exp: Same.
5577 * gdb.arch/arc-decode-insn.exp: Same.
5578 * gdb.base/readnever.exp: Same.
5579 * gdb.fortran/printing-types.exp: Same.
5580 * gdb.guile/scm-lazy-string.exp: Same.
5581
5582 2018-10-16 Tom de Vries <tdevries@suse.de>
5583
5584 PR gdb/23730
5585 * gdb.base/catch-follow-exec.c: Add copyright notice.
5586 * gdb.base/catch-follow-exec.exp: Rewrite to use
5587 gdb_spawn_with_cmdline_opts. Require gdb-native.
5588
5589 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5590
5591 * gdb.trace/actions-changed.exp: Check for arch support.
5592 * gdb.trace/actions.exp: Likewise.
5593 * gdb.trace/ax.exp: Likewise.
5594 * gdb.trace/backtrace.exp: Likewise.
5595 * gdb.trace/change-loc.exp: Likewise.
5596 * gdb.trace/deltrace.exp: Likewise.
5597 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5598 * gdb.trace/ftrace.exp: Likewise.
5599 * gdb.trace/infotrace.exp: Check for arch support.
5600 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5601 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5602 * gdb.trace/mi-tsv-changed.exp: Likewise.
5603 * gdb.trace/packetlen.exp: Likewise.
5604 * gdb.trace/passc-dyn.exp: Likewise.
5605 * gdb.trace/passcount.exp: Likewise.
5606 * gdb.trace/pending.exp: Likewise.
5607 * gdb.trace/range-stepping.exp: Check for shlib support.
5608 * gdb.trace/report.exp: Check for arch support.
5609 * gdb.trace/save-trace.exp: Likewise.
5610 * gdb.trace/signal.exp: Check for signal support.
5611 * gdb.trace/tfind.exp: Check for arch support.
5612 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5613 * gdb.trace/trace-common.h: Add comment.
5614 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5615 * gdb.trace/trace-enable-disable.exp: Likewise.
5616 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5617 * gdb.trace/tracecmd.exp: Check for arch support.
5618 * gdb.trace/tspeed.exp: Check for shlib and target support.
5619 * gdb.trace/tstatus.exp: Check for arch support.
5620 * gdb.trace/tsv.exp: Likewise.
5621 * gdb.trace/while-dyn.exp: Likewise.
5622 * gdb.trace/while-stepping.exp: Likewise.
5623 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5624
5625 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5626
5627 * gdb.trace/tspeed.exp: Remove nowarnings.
5628 (prepare_for_trace_test): Declare "global ipalib".
5629 * gdb.trace/tspeed.c: Include unistd.h.
5630 (main): Remove superfluous printf argument.
5631
5632 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5633
5634 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5635 directory prefix on the filename.
5636
5637 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5638
5639 * gdb.gdb/unittest.exp: Update expected message informing that
5640 selftests have been disabled.
5641 * gdb.server/unittest.exp: Likewise.
5642
5643 2018-10-09 Tom de Vries <tdevries@suse.de>
5644
5645 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5646 with runto_main.
5647
5648 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5649
5650 PR c++/16841
5651 * gdb.cp/virtbase2.cc: New file.
5652 * gdb.cp/virtbase2.exp: New file.
5653
5654 2018-10-06 Tom Tromey <tom@tromey.com>
5655
5656 PR python/19399:
5657 * gdb.python/py-inferior.exp: Add architecture test.
5658
5659 2018-10-06 Tom Tromey <tom@tromey.com>
5660
5661 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5662 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5663
5664 2018-10-06 Tom Tromey <tom@tromey.com>
5665
5666 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5667 of a "throw" catchpoint.
5668
5669 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5670
5671 * gdb.base/info-proc.exp: Update string expected from "help info
5672 proc".
5673
5674 2018-10-04 Tom Tromey <tom@tromey.com>
5675
5676 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5677 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5678 (test_initial_complaints, test_empty_complaints): Update.
5679 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5680
5681 2018-10-04 Tom Tromey <tom@tromey.com>
5682
5683 PR cli/19551:
5684 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5685 * lib/gdb.exp (gdb_file_cmd): Update.
5686 * gdb.stabs/weird.exp (print_weird_var): Update.
5687 * gdb.server/solib-list.exp: Update.
5688 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5689 * gdb.mi/mi-cli.exp: Update.
5690 * gdb.linespec/linespec.exp: Update.
5691 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5692 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5693 * gdb.cp/cp-relocate.exp: Update.
5694 * gdb.base/sym-file.exp: Update.
5695 * gdb.base/relocate.exp: Update.
5696 * gdb.base/readnever.exp: Update.
5697 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5698 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5699 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5700 * gdb.base/code_elim.exp: Update.
5701 * gdb.base/break-unload-file.exp (test_break): Update.
5702 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5703 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5704 Update.
5705 * gdb.base/attach.exp (do_attach_tests): Update.
5706 * gdb.base/sepdebug.exp: Update.
5707 * gdb.python/py-section-script.exp: Update.
5708
5709 2018-10-04 Tom Tromey <tom@tromey.com>
5710
5711 PR cli/22234:
5712 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5713 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5714 output.
5715
5716 2018-10-04 Tom Tromey <tom@tromey.com>
5717
5718 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5719 set width and height to 0.
5720 (test_command_line_attach_run): Use -quiet.
5721
5722 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5723
5724 * lib/gdb.exp (skip_ifunc_tests): New.
5725 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5726 other compile failures.
5727 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5728
5729 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5730
5731 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5732 is_amd64_regs_target.
5733
5734 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5735
5736 * gdb.arch/aarch64-sighandler-regs.c: New test.
5737 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5738 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5739
5740 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5741
5742 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5743 assembly.
5744
5745 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5746
5747 * gdb.base/frame-selection.exp: New file.
5748 * gdb.base/frame-selection.c: New file.
5749
5750 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5751
5752 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5753 pthread barrier.
5754 (main): Likewise.
5755
5756 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5757
5758 * gdb.base/large-frame-1.c: New file.
5759 * gdb.base/large-frame-2.c: New file.
5760 * gdb.base/large-frame.exp: New file.
5761 * gdb.base/large-frame.h: New file.
5762
5763 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5764
5765 PR gdb/20948
5766 * gdb.base/write_mem.exp: New test.
5767 * gdb.base/write_mem.c: Likewise.
5768
5769 2018-09-23 Tom Tromey <tom@tromey.com>
5770
5771 PR python/18852:
5772 * gdb.python/py-parameter.exp: Add test for parameter that throws
5773 on "set".
5774
5775 2018-09-23 Tom Tromey <tom@tromey.com>
5776
5777 PR python/17284:
5778 * gdb.python/py-template.exp (test_template_arg): Add test for
5779 negative template argument number.
5780
5781 2018-09-23 Tom Tromey <tom@tromey.com>
5782
5783 PR python/14062:
5784 * gdb.python/python.exp: Add test for post_event error.
5785
5786 2018-09-23 Tom Tromey <tom@tromey.com>
5787
5788 PR python/18170:
5789 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5790 convert pointers to int and long.
5791
5792 2018-09-23 Tom Tromey <tom@tromey.com>
5793
5794 PR python/20126:
5795 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5796 signed-ness conversion tests.
5797
5798 2018-09-23 Tom Tromey <tom@tromey.com>
5799
5800 PR python/18352;
5801 * gdb.python/py-value.exp (test_float_conversion): New proc.
5802 Use it.
5803
5804 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5805
5806 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5807
5808 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5809
5810 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5811 no readline.
5812 * gdb.base/utf8-identifiers.exp: Likewise.
5813 * gdb.cp/cpcompletion.exp: Likewise.
5814 * gdb.linespec/cpcompletion.exp: Likewise.
5815 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5816 * gdb.linespec/cpls-ops.exp: Likewise.
5817
5818 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5819 Chris January <chris.january@arm.com>
5820
5821 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5822 * gdb.fortran/short-circuit-argument-list.exp: New file.
5823 * gdb.fortran/short-circuit-argument-list.f90: New test.
5824
5825 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5826
5827 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5828 "arch=" keyword when executing "-stack-list-frames".
5829
5830 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5831
5832 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5833 "arch=" keyword when executing "-stack-list-frames".
5834
5835 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5836
5837 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5838 break ada".
5839
5840 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5841
5842 PR python/23669
5843 * gdb.python/python.exp: Test gdb.execute("show commands").
5844
5845 2018-09-16 Tom Tromey <tom@tromey.com>
5846
5847 * gdb.base/new-ui.exp (do_execution_tests): Update.
5848 * gdb.base/dbx.exp (test_breakpoints): Update.
5849
5850 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5851
5852 * lib/gdb.exp (gdb_simple_compile): Add proc.
5853 (is_elf_target): Use gdb_simple_compile.
5854 (skip_altivec_tests): Likewise.
5855 (skip_vsx_tests): Likewise.
5856 (skip_tsx_tests): Likewise.
5857 (skip_btrace_tests): Likewise.
5858 (skip_btrace_pt_tests): Likewise.
5859 (gdb_can_simple_compile): Likewise.
5860 (gdb_has_argv0): Likewise.
5861 (gdb_target_symbol_prefix): Likewise.
5862 (target_supports_scheduler_locking): Likewise.
5863
5864 2018-09-13 Tom Tromey <tom@tromey.com>
5865
5866 * Makefile.in (TAGS): Recognize proc_with_prefix and
5867 gdb_caching_proc.
5868
5869 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5870
5871 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5872 method.
5873
5874 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5875
5876 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5877 and a few other Inferior properties when the Inferior is no
5878 longer valid.
5879
5880 2018-09-13 Tom Tromey <tom@tromey.com>
5881
5882 PR rust/23650:
5883 * gdb.rust/simple.exp: Add test for enum field access error.
5884
5885 2018-09-13 Tom Tromey <tom@tromey.com>
5886
5887 PR rust/23626:
5888 * gdb.rust/simple.rs (EmptyEnum): New type.
5889 (main): Use it.
5890 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5891
5892 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5893
5894 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5895 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5896 * gdb.python/py-symtab.exp: Update test printing an objfile.
5897
5898 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5899
5900 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5901 object.
5902
5903 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5904
5905 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5906 (support_complex_tests): Use gdb_can_simple_compile.
5907 (is_ilp32_target): Likewise.
5908 (is_lp64_target): Likewise.
5909 (is_64_target): Likewise.
5910 (is_amd64_regs_target): Likewise.
5911 (is_aarch32_target): Likewise.
5912 (gdb_int128_helper): Likewise.
5913
5914 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5915
5916 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5917
5918 2018-09-10 Jerome Guitton <guitton@adacore.com>
5919
5920 * gdb.ada/same_component_name: Add test for case of tagged record
5921 with variable-length fields.
5922
5923 2018-09-10 Xavier Roirand <roirand@adacore.com>
5924
5925 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5926 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5927 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5928 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5929
5930 2018-09-10 Xavier Roirand <roirand@adacore.com>
5931
5932 * gdb.ada/mi_string_access.exp: New testcase.
5933 * gdb.ada/mi_string_access/bar.adb: New file.
5934 * gdb.ada/mi_string_access/pck.adb: New file.
5935 * gdb.ada/mi_string_access/pck.asd: New file.
5936
5937 2018-09-10 Xavier Roirand <roirand@adacore.com>
5938
5939 * gdb.ada/mi_var_union.exp: New testcase.
5940 * gdb.ada/mi_var_union/bar.adb: New file.
5941 * gdb.ada/mi_var_union/pck.adb: New file.
5942 * gdb.ada/mi_var_union/pck.asd: New file.
5943
5944 2018-09-08 Tom Tromey <tom@tromey.com>
5945
5946 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5947
5948 2018-09-08 Tom Tromey <tom@tromey.com>
5949
5950 PR python/16047:
5951 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5952 (register_pretty_printers): Register new printer.
5953 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5954 test.
5955 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5956 (an_int_type3): New global.
5957
5958 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5959
5960 * gdb.ada/expr_with_funcall: New testcase.
5961
5962 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5963
5964 * gdb.ada/packed_array_assign: New testcase.
5965
5966 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5967
5968 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5969 names, and add test prefixes to make test names unique.
5970
5971 2018-09-05 Tom de Vries <tdevries@suse.de>
5972
5973 * gdb.dwarf2/varval.exp: Add test.
5974
5975 2018-09-04 Gary Benson <gbenson@redhat.com>
5976
5977 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5978 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5979
5980 2018-08-31 Tom Tromey <tom@tromey.com>
5981
5982 * gdb.rust/simple.rs: Rename second variable "v".
5983
5984 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5985
5986 * gdb.base/funcargs.c (use_a): New function.
5987 (recurse): Call use_a.
5988
5989 2018-08-29 Keith Seitz <keiths@redhat.com>
5990
5991 * gdb.compile/compile-cplus-anonymous.cc: New file.
5992 * gdb.compile/compile-cplus-anonymous.exp: New file.
5993 * gdb.compile/compile-cplus-array-decay.cc: New file.
5994 * gdb.compile/compile-cplus-array-decay.exp: New file.
5995 * gdb.compile/compile-cplus-inherit.cc: New file.
5996 * gdb.compile/compile-cplus-inherit.exp: New file.
5997 * gdb.compile/compile-cplus-member.cc: New file.
5998 * gdb.compile/compile-cplus-member.exp: New file.
5999 * gdb.compile/compile-cplus-method.cc: New file.
6000 * gdb.compile/compile-cplus-method.exp: New file.
6001 * gdb.compile/compile-cplus-mod.c: "New" file.
6002 * gdb.compile/compile-cplus-namespace.cc: New file.
6003 * gdb.compile/compile-cplus-namespace.exp: New file.
6004 * gdb.compile/compile-cplus-nested.cc: New file.
6005 * gdb.compile/compile-cplus-nested.exp: New file.
6006 * gdb.compile/compile-cplus-print.c: "New" file.
6007 * gdb.compile/compile-cplus-print.exp: "New" file.
6008 * gdb.compile/compile-cplus-virtual.cc: New file.
6009 * gdb.compile/compile-cplus-virtual.exp: New file.
6010 * gdb.compile/compile-cplus.c: "New" file.
6011 * gdb.compile/compile-cplus.exp: "New" file.
6012 * lib/compile-support.exp: New file.
6013
6014 2018-08-16 Gary Benson <gbenson@redhat.com>
6015
6016 PR gdb/13000:
6017 * gdb.base/batch-exit-status.exp: New file.
6018 * gdb.base/batch-exit-status.good-commands: Likewise.
6019 * gdb.base/batch-exit-status.bad-commands: Likewise.
6020
6021 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6022
6023 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6024 (struct struct02): Likewise.
6025 (struct struct03): Likewise.
6026 (struct struct04): Likewise.
6027 (struct struct_01_01): New struct.
6028 (struct struct_01_02): Likewise.
6029 (struct struct_01_03): Likewise.
6030 (struct struct_01_04): Likewise.
6031 (struct struct_02_01): Likewise.
6032 (struct struct_02_02): Likewise.
6033 (struct struct_02_03): Likewise.
6034 (struct struct_02_04): Likewise.
6035 (struct struct_04_01): Likewise.
6036 (struct struct_04_02): Likewise.
6037 (struct struct_04_03): Likewise.
6038 (struct struct_04_04): Likewise.
6039 (struct struct_05_01): Likewise.
6040 (struct struct_05_02): Likewise.
6041 (struct struct_05_03): Likewise.
6042 (struct struct_05_04): Likewise.
6043 (cmp_struct01): Remove function.
6044 (cmp_struct02): Likewise.
6045 (cmp_struct03): Likewise.
6046 (cmp_struct04): Likewise.
6047 (cmp_struct_01_01): Add Function.
6048 (cmp_struct_01_02): Likewise.
6049 (cmp_struct_01_03): Likewise.
6050 (cmp_struct_01_04): Likewise.
6051 (cmp_struct_02_01): Likewise.
6052 (cmp_struct_02_02): Likewise.
6053 (cmp_struct_02_03): Likewise.
6054 (cmp_struct_02_04): Likewise.
6055 (cmp_struct_04_01): Likewise.
6056 (cmp_struct_04_02): Likewise.
6057 (cmp_struct_04_03): Likewise.
6058 (cmp_struct_04_04): Likewise.
6059 (cmp_struct_05_01): Likewise.
6060 (cmp_struct_05_02): Likewise.
6061 (cmp_struct_05_03): Likewise.
6062 (cmp_struct_05_04): Likewise.
6063 (call_all): Add new structs.
6064 * gdb.base/infcall-nested-structs.exp: Likewise.
6065
6066 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6067
6068 * gdb.python/py-framefilter-mi.exp: Update regexp to
6069 check for "arch" field in frame output.
6070
6071 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6072
6073 * gdb.dwarf2/dw2-ranges-func.c: New file.
6074 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6075
6076 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6077
6078 * gdb.base/term.exp: Compare terminal settings with values from
6079 the inferior.
6080 * gdb.base/term.c: Get and set terminal settings.
6081
6082 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6083
6084 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6085 accommodate new "arch" field in frame output.
6086 * gdb.mi/mi-return.exp: Likewise.
6087 * gdb.mi/mi-stack.exp: Likewise.
6088 * gdb.mi/mi-syn-frame.exp: Likewise.
6089 * gdb.mi/user-selected-context-sync.exp: Likewise.
6090
6091 2018-08-19 Michael Spang <spang@google.com>
6092
6093 PR gdb/11786
6094 * gdb.base/gcore-tls-pie.c: New file.
6095 * gdb.base/gcore-tls-pie.exp: New file.
6096
6097 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6098
6099 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6100 * gdb.dwarf2/varval.c: New file.
6101 * gdb.dwarf2/varval.exp: New file.
6102
6103 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6104
6105 PR gdb/18931
6106 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6107
6108 2018-08-16 Keith Seitz <keiths@redhat.com>
6109
6110 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6111 tests expected to pass.
6112
6113 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6114
6115 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6116 -data-disassemble -a.
6117 (test_disassembly_bogus_args): Likewise.
6118
6119 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6120
6121 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6122
6123 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6124
6125 * gdb.base/vla-optimized-out.exp: Add new test.
6126
6127 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6128
6129 * gdb.base/vla-optimized-out-o3.exp: Delete.
6130 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6131 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6132 deleted tests.
6133
6134 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6135
6136 PR gdb/18050:
6137 * gdb.server/extended-remote-restart.c: New file.
6138 * gdb.server/extended-remote-restart.exp: New file.
6139
6140 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6141
6142 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6143 "set variable index = 42".
6144
6145 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6146
6147 * boards/index-cache-gdb.exp: New file.
6148 * gdb.dwarf2/index-cache.exp: New file.
6149 * gdb.dwarf2/index-cache.c: New file.
6150 * gdb.base/maint.exp: Check if we are using the index cache.
6151
6152 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6153
6154 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6155 MAKEFLAGS.
6156
6157 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6158
6159 * dg-extract-results.sh: Move to toplevel contrib.
6160 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6161 * Makefile.in (check-parallel-racy): Likewise.
6162
6163 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6164
6165 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6166 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6167 tests if the target supports scheduler locking.
6168
6169 2018-08-04 Tom de Vries <tdevries@suse.de>
6170
6171 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6172
6173 2018-08-02 Tom Tromey <tom@tromey.com>
6174
6175 PR symtab/16842.
6176 * gdb.cp/temargs.exp: Test "info address" of a template
6177 parameter.
6178
6179 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6180
6181 * gdb.python/py-mi-var-info-path-expression.c: New file.
6182 * gdb.python/py-mi-var-info-path-expression.py: New file.
6183 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6184
6185 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6186
6187 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6188 error after "cannot resolve name" string.
6189
6190 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6191
6192 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6193 started.
6194 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6195
6196 2018-07-28 Tom de Vries <tdevries@suse.de>
6197
6198 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6199
6200 2018-07-26 Tom de Vries <tdevries@suse.de>
6201
6202 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6203
6204 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6205
6206 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6207 is visible.
6208
6209 2018-07-26 Tom de Vries <tdevries@suse.de>
6210
6211 PR breakpoints/23366
6212 * gdb.base/catch-follow-exec.c: New test.
6213 * gdb.base/catch-follow-exec.exp: New file.
6214
6215 2018-07-25 Tom de Vries <tdevries@suse.de>
6216
6217 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6218 vla-optimized-out.c.
6219
6220 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6221
6222 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6223 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6224
6225 2018-07-20 Tom de Vries <tdevries@suse.de>
6226
6227 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6228 NOCLONE macro.
6229 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6230
6231 2018-07-19 Tom de Vries <tdevries@suse.de>
6232
6233 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6234 regular expression.
6235
6236 2018-07-18 Tom de Vries <tdevries@suse.de>
6237
6238 * gdb.base/vla-optimized-out.c: New test.
6239 * gdb.base/vla-optimized-out.exp: New file.
6240
6241 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6242
6243 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6244 message "No address associated with hostname" when gdbserver
6245 cannot resolve the hostname.
6246
6247 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6248
6249 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6250 Add some test prefixes to make tests unique.
6251
6252 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6253
6254 * gdb.base/frameapply.c: New file.
6255 * gdb.base/frameapply.exp: New file.
6256
6257 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6258
6259 * gdb.base/skip.exp: Update expected error message.
6260
6261 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6262 Jan Kratochvil <jan.kratochvil@redhat.com>
6263 Paul Fertser <fercerpav@gmail.com>
6264 Tsutomu Seki <sekiriki@gmail.com>
6265
6266 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6267 parameter.
6268 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6269 by default.
6270 * boards/native-gdbserver.exp: Likewise.
6271 * gdb.server/run-without-local-binary.exp: Improve regexp used
6272 for detecting when a remote debugging connection succeeds.
6273 * gdb.server/server-connect.exp: New file.
6274 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6275 Do not prefix the port number with ":".
6276 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6277 support for detecting and using it. Add '$debughost_gdbserver'
6278 to the list of arguments used to start gdbserver. Handle case
6279 when gdbserver cannot resolve a network name.
6280
6281 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6282
6283 PR c++/23373
6284 * gdb.base/ptype-offsets.cc (struct static_member): New
6285 struct.
6286 (main) <stmember>: New variable.
6287 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6288 with a static member in it.
6289
6290 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6291
6292 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6293 watchpoints enabled and disabled.
6294
6295 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6296
6297 * gdb.base/examine-backward.exp: Still run tests around address
6298 0x0, even if address 0x0 is not readable. Update the pattern for
6299 matching address 0x0 in expected output.
6300
6301 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6302
6303 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6304 malloc/free.
6305
6306 2018-07-04 Tom de Vries <tdevries@suse.de>
6307
6308 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6309
6310 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6311
6312 PR tdep/8282
6313 * gdb.arch/mips-disassembler-options.exp: New test.
6314 * gdb.arch/mips-disassembler-options.s: New test source.
6315
6316 2018-06-29 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.threads/names.exp: Adjust expected "info threads" output.
6319
6320 2018-06-29 Pedro Alves <palves@redhat.com>
6321
6322 * gdb.opt/inline-break.exp (line number, address): Add "info
6323 break" tests.
6324
6325 2018-06-29 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6328 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6329 number and address and running to them.
6330
6331 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6332
6333 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6334
6335 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6336
6337 * lib/compiler.c: Remove executable permission flag.
6338
6339 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6340
6341 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6342 code.
6343 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6344
6345 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6346
6347 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6348
6349 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6350
6351 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6352 address argument is omitted.
6353
6354 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6355
6356 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6357
6358 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6359
6360 PR gdb/21695
6361 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6362 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6363
6364 2018-06-26 Tom Tromey <tom@tromey.com>
6365
6366 PR rust/22574:
6367 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6368 * gdb.rust/simple.rs (struct SimpleLayout): New.
6369
6370 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6371
6372 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6373 "info registers" output.
6374
6375 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6376
6377 * gdb.base/watchpoint-hw-attach.c: New test.
6378 * gdb.base/watchpoint-hw-attach.exp: New file.
6379
6380 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6381
6382 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6383 through /bin/sh.
6384 * boards/dwarf4-gdb-index.exp: Likewise.
6385 * boards/fission-dwp.exp: Likewise.
6386
6387 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6388
6389 * gdb.base/float128.exp: Add comment and improved fail message
6390 to the failure case of "print large128" test.
6391
6392 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6393
6394 * configure.ac: Remove AC_PREREQ.
6395 * configure: Re-generate.
6396
6397 2018-06-19 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6400 (func_extern_caller): New.
6401 (main): Call func_extern_caller.
6402 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6403 logic change.
6404
6405 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6406
6407 PR gdb/16841
6408 * gdb.cp/typedef-base.cc: New file.
6409 * gdb.cp/typedef-base.exp: New file.
6410
6411 2018-06-18 Tom de Vries <tdevries@suse.de>
6412
6413 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6414
6415 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6416 Richard Bunt <Richard.Bunt@arm.com>
6417
6418 * gdb.threads/attach-slow-waitpid.c: New file.
6419 * gdb.threads/attach-slow-waitpid.exp: New file.
6420 * gdb.threads/slow-waitpid.c: New file.
6421
6422 2018-06-14 Pedro Alves <palves@redhat.com>
6423
6424 * gdb.base/fork-running-state.c: Include <errno.h>.
6425 (exit_if_relative_exits): New.
6426 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6427 exits.
6428 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6429 child exits.
6430
6431 2018-06-14 Tom de Vries <tdevries@suse.de>
6432
6433 PR cli/22573
6434 * gdb.base/finish-pretty.c: New test.
6435 * gdb.base/finish-pretty.exp: New file.
6436
6437 2018-06-14 Pedro Alves <palves@redhat.com>
6438
6439 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6440 gdb's expected startup output.
6441
6442 2018-06-14 Pedro Alves <palves@redhat.com>
6443
6444 * lib/selftest-support.exp (selftest_setup): Remove inlined
6445 function handling.
6446
6447 2018-06-14 Tom de Vries <tdevries@suse.de>
6448
6449 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6450 matching of breakpoint printing.
6451
6452 2018-06-13 Tom de Vries <tdevries@suse.de>
6453
6454 PR testsuite/23269
6455 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6456 (fork_child): ... here, and ...
6457 (fork_parent): ... here.
6458
6459 2018-06-12 Tom de Vries <tdevries@suse.de>
6460
6461 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6462
6463 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6464 Stephen Roberts <stephen.roberts@arm.com>
6465
6466 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6467 rewrite test to describe action performed, rather than possible
6468 failure.
6469
6470 2018-06-08 Gary Benson <gbenson@redhat.com>
6471
6472 * gdb.threads/check-libthread-db.exp: New file.
6473 * gdb.threads/check-libthread-db.c: Likewise.
6474
6475 2018-06-05 Tom Tromey <tom@tromey.com>
6476
6477 * gdb.base/default.exp: Update expected "show version" output.
6478
6479 2018-06-05 Tom Tromey <tom@tromey.com>
6480
6481 PR cli/12326:
6482 * gdb.cp/static-print-quit.exp: Update.
6483 * lib/gdb.exp (pagination_prompt): Update.
6484 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6485 * gdb.python/python.exp: Update.
6486
6487 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6488
6489 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6490
6491 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6492
6493 * gdb.ada/bp_fun_addr: New testcase.
6494
6495 2018-06-01 Tom Tromey <tom@tromey.com>
6496
6497 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6498 results.
6499 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6500 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6501 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6502 * gdb.base/maint.exp (maint_pass_if): Update.
6503
6504 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6505
6506 * gdb.base/endian.exp: New test.
6507 * gdb.base/endian.c: New test source.
6508
6509 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6510
6511 PR gdb/23203
6512 * gdb.base/bt-selected-frame.c: New file.
6513 * gdb.base/bt-selected-frame.exp: New file.
6514 * lib/gdb.exp (get_current_frame_number): New function.
6515
6516 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6517 Pedro Alves <palves@redhat.com>
6518
6519 * gdb.threads/tls-core.c: Include <stdlib.h>
6520 (thread_proc): Call `abort'.
6521 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6522 (tls_core_test): New procedure, bits factored out from ...
6523 (top level): ... here. Test both native cores and gcore cores.
6524
6525 2018-05-23 Tom Tromey <tom@tromey.com>
6526
6527 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6528
6529 2018-05-23 Tom Tromey <tom@tromey.com>
6530
6531 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6532 symfile_complaints.
6533 (test_short_complaints): Likewise.
6534 (test_empty_complaints): Likewise.
6535 (test_initial_complaints): Update.
6536
6537 2018-05-23 Tom Tromey <tom@tromey.com>
6538
6539 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6540
6541 2018-05-23 Tom Tromey <tom@tromey.com>
6542
6543 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6544 (test_short_complaints): Update.
6545
6546 2018-05-22 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.base/remote.exp: Only gdb_start after compiling the
6549 testcase. Issue "disconnect" before testing "set remote" command
6550 defaults. Issue clean_restart before running to main.
6551
6552 2018-05-22 Pedro Alves <palves@redhat.com>
6553
6554 * gdb.base/remote.exp: Adjust expected output of "show remote
6555 memory-write-packet-size". Add tests for "set remote
6556 memory-write-packet-size 0" and "set remote
6557 memory-write-packet-size fixed/limit".
6558
6559 2018-05-22 Pedro Alves <palves@redhat.com>
6560
6561 PR gdb/22973
6562 * gdb.base/utf8-identifiers.c: New file.
6563 * gdb.base/utf8-identifiers.exp: New file.
6564
6565 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6566
6567 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6568
6569 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6570
6571 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6572
6573 2018-05-18 Tom Tromey <tom@tromey.com>
6574
6575 * gdb.base/ptype-offsets.exp: Update.
6576
6577 2018-05-17 Keith Seitz <keiths@redhat.com>
6578
6579 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6580 in expected breakpoint stop locations.
6581 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6582 move to proper scope to test variable values.
6583 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6584 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6585 New functions.
6586 (main): Call not_inline_func3.
6587 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6588 inline_func1, inline_func2, and inline_func3. Test that when each
6589 breakpoint is hit, GDB properly reports both the stop location
6590 and the backtrace. Repeat tests for temporary breakpoints.
6591
6592 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6593
6594 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6595 rather then trying to access it in determining whether the PID
6596 of `gdbserver' could have been retrieved.
6597
6598 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6599
6600 * gdb.arch/amd64-init-x87-values.S: New file.
6601 * gdb.arch/amd64-init-x87-values.exp: New file.
6602
6603 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6604
6605 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6606
6607 2018-05-04 Tom Tromey <tom@tromey.com>
6608
6609 PR python/22730:
6610 * gdb.python/python.exp: Test multi-line execute.
6611
6612 2018-05-04 Tom Tromey <tom@tromey.com>
6613
6614 PR python/22731:
6615 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6616
6617 2018-05-04 Tom Tromey <tom@tromey.com>
6618
6619 PR gdb/11750:
6620 * gdb.base/define.exp: Test defining a user command inside a user
6621 command.
6622 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6623
6624 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6625 Pedro Alves <palves@redhat.com>
6626
6627 PR breakpoints/19806 and support for PR external/20207.
6628 * gdb.base/watchpoint-unaligned.c: New file.
6629 * gdb.base/watchpoint-unaligned.exp: New file.
6630
6631 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6632
6633 * gdb.base/maint.exp: Make test names unique, use
6634 test_prefix_command_help to test 'help maint info', and remove
6635 repeated test of 'help maint'.
6636
6637 2018-05-04 Tom Tromey <tom@tromey.com>
6638
6639 PR gdb/22619:
6640 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6641 behavior.
6642
6643 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6644
6645 * gdb.base/maint.exp: Process output from 'maint print registers'
6646 line at a time.
6647
6648 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6649
6650 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6651 timeout.
6652
6653 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6654
6655 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6656 filter pattern.
6657
6658 2018-05-02 Pedro Alves <palves@redhat.com>
6659
6660 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6661 to_log_command renames.
6662 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6663
6664 2018-05-02 Tom Tromey <tom@tromey.com>
6665
6666 * gdb.python/py-parameter.exp: Set test message.
6667
6668 2018-05-02 Tom Tromey <tom@tromey.com>
6669
6670 PR python/20084:
6671 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6672 PARAM_ZUINTEGER_UNLIMITED tests.
6673
6674 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6675
6676 PR rust/23124
6677 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6678 when casting.
6679
6680 2018-04-30 Tom Tromey <tom@tromey.com>
6681
6682 * gdb.python/py-type.exp: Check align attribute.
6683 * gdb.python/py-type.c: New "aligncheck" global.
6684
6685 2018-04-30 Tom Tromey <tom@tromey.com>
6686
6687 PR exp/17095:
6688 * gdb.dwarf2/dw2-align.exp: New file.
6689 * gdb.cp/align.exp: New file.
6690 * gdb.base/align.exp: New file.
6691 * lib/gdb.exp (gdb_int128_helper): New proc.
6692 (has_int128_c, has_int128_cxx): New caching procs.
6693
6694 2018-04-27 Tom Tromey <tom@tromey.com>
6695
6696 PR rust/22545:
6697 * gdb.rust/simple.exp: Add inclusive range tests.
6698
6699 2018-04-26 Pedro Alves <palves@redhat.com>
6700
6701 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6702 ifunc breakpoint locations correctly of ifunc breakpoints set
6703 while the program resolves the ifunc.
6704
6705 2018-04-26 Pedro Alves <palves@redhat.com>
6706
6707 * gdb.base/gnu-ifunc-final.c: New file.
6708 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6709 * gdb.base/gnu-ifunc.exp (executable): Delete.
6710 (staticexecutable): Adjust.
6711 (lib_opts, exec_opts): Delete.
6712 (make_binsuffix, build, set-break): New procedures.
6713 (misc_tests): New, with tests factored out from the top level.
6714 (top level): Test different combinations of ifunc resolver name,
6715 resolver with and with debug info, and ifunc target with and
6716 without debug info. Wrap static tests with with_target_prefix.
6717
6718 2018-04-26 Pedro Alves <palves@redhat.com>
6719
6720 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6721 return type" warnings.
6722
6723 2018-04-25 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6726 killed".
6727 * gdb.base/kill-after-signal.exp: Likewise.
6728 * gdb.threads/kill.exp: Likewise.
6729
6730 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6731 Sergio Durigan Junior <sergiodj@redhat.com>
6732 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6735 regexps to expect for '[Inferior ... detached]' as well.
6736 * gdb.base/attach.exp: Likewise.
6737 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6738 "gdb_continue_to_end".
6739 (test_catch_syscall_with_wrong_args): Likewise.
6740 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6741 ']'. Don't set 'verbose' on.
6742 * gdb.base/foll-vfork.exp: Likewise.
6743 * gdb.base/fork-print-inferior-events.c: New file.
6744 * gdb.base/fork-print-inferior-events.exp: New file.
6745 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6746 '[Inferior ... has been killed]' message.
6747 * gdb.base/kill-after-signal.exp: Likewise.
6748 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6749 detach message.
6750 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6751 message.
6752 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6753 regexps to expect for '[Inferior ... detached]' as well.
6754 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6755
6756 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6757
6758 PR gdb/23104
6759 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6760
6761 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6762
6763 PR gdb/23095
6764 * gdb.base/break-probes.exp: Pass shlib_load to
6765 prepare_for_testing. Set normal_bp to r_debug_state if target is
6766 bsd.
6767
6768 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6769
6770 * gdb.threads/multiple-successive-infcall.c: New test.
6771 * gdb.threads/multiple-successive-infcall.exp: New file.
6772
6773 2018-04-17 Tom Tromey <tom@tromey.com>
6774
6775 * gdb.rust/simple.rs (Union): New type.
6776 (main): New local "u".
6777 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6778
6779 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6780
6781 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6782 number information in output of "whereis" command.
6783 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6784
6785 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6786
6787 * gdb.ada/info_types.exp: Adjust expected output to the line
6788 numbers now printed by "info var/func/type".
6789 * gdb.base/completion.exp: Likewise.
6790 * gdb.base/included.exp: Likewise.
6791 * gdb.cp/cp-relocate.exp: Likewise.
6792 * gdb.cp/cplusfuncs.exp: Likewise.
6793 * gdb.cp/namespace.exp: Likewise.
6794 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6795
6796 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6797
6798 * gdb.btrace/cpu.exp: New.
6799
6800 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6801
6802 * gdb.base/step-indirect-call-thunk.exp: New.
6803 * gdb.base/step-indirect-call-thunk.c: New.
6804 * gdb.reverse/step-indirect-call-thunk.exp: New.
6805 * gdb.reverse/step-indirect-call-thunk.c: New.
6806
6807 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6808
6809 * gdb.base/pie-fork.c: New file.
6810 * gdb.base/pie-fork.exp: New file.
6811
6812 2018-04-11 Tom Tromey <tom@tromey.com>
6813
6814 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6815
6816 2018-04-10 Pedro Alves <palves@redhat.com>
6817
6818 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6819 exits. Instead loop running forever.
6820 (fork_parent): Run forever too.
6821
6822 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6823
6824 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6825 mi_continue_to_line.
6826 * gdb.mi/mi-stack.c (callee4): Add comment.
6827
6828 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6829
6830 * gdb.mi/mi-stack.exp: Fix indentation.
6831
6832 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6833
6834 PR gdb/22979
6835 * gdb.arch/amd64-osabi.exp: New file.
6836
6837 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6838
6839 PR gdb/22980
6840 * gdb.base/osabi.exp: New file.
6841
6842 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6843
6844 * gdb.cp/static-typedef-print.exp: New file.
6845 * gdb.cp/static-typedef-print.cc: New file.
6846
6847 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6848
6849 * gdb.ada/varsize_limit: New testcase.
6850
6851 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6852
6853 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6854
6855 * gdb.ada/notcplusplus: New testcase.
6856
6857 * gdb.base/c-linkage-name.c: New file.
6858 * gdb.base/c-linkage-name.exp: New testcase.
6859
6860 2018-03-26 Tom Tromey <tom@tromey.com>
6861
6862 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6863 * gdb.python/py-framefilter.py (name_error): New global.
6864 (ErrorInName.function): Use name_error.
6865
6866 2018-03-26 Tom Tromey <tom@tromey.com>
6867
6868 PR backtrace/15582:
6869 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6870
6871 2018-03-23 Keith Seitz <keiths@redhat.com>
6872
6873 PR c++/22968
6874 * gdb.cp/subtypes.exp: New file.
6875 * gdb.cp/subtypes.h: New file.
6876 * gdb.cp/subtypes.cc: New file.
6877 * gdb.cp/subtypes-2.cc: New file.
6878
6879 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6880
6881 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6882 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6883 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6884 -nostartfiles when compiling the test. Confirm that all registers
6885 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6886
6887 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6888
6889 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6890 option, syntax was wrong anyway.
6891 * gdb.arch/arm-disp-step.exp: Likewise.
6892 * gdb.arch/sparc64-regs.exp: Likewise.
6893 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6894 option, syntax was wrong anyway, switch to use
6895 prepare_for_testing.
6896 * gdb.arch/i386-disp-step.exp: Likewise.
6897
6898 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6899
6900 * gdb.ada/exec_changed.exp: Replace "target_info exists
6901 use_gdb_stub" by "use_gdb_stub".
6902 * gdb.ada/start.exp: Likewise.
6903 * gdb.base/async-shell.exp: Likewise.
6904 * gdb.base/attach-pie-misread.exp: Likewise.
6905 * gdb.base/attach-wait-input.exp: Likewise.
6906 * gdb.base/break-entry.exp: Likewise.
6907 * gdb.base/break-interp.exp: Likewise.
6908 * gdb.base/dprintf-detach.exp: Likewise.
6909 * gdb.base/nostdlib.exp: Likewise.
6910 * gdb.base/solib-nodir.exp: Likewise.
6911 * gdb.base/statistics.exp: Likewise.
6912 * gdb.base/testenv.exp: Likewise.
6913 * gdb.mi/mi-exec-run.exp: Likewise.
6914 * gdb.mi/mi-start.exp: Likewise.
6915 * gdb.multi/dummy-frame-restore.exp: Likewise.
6916 * gdb.multi/multi-arch-exec.exp: Likewise.
6917 * gdb.multi/multi-arch.exp: Likewise.
6918 * gdb.multi/tids.exp: Likewise.
6919 * gdb.multi/watchpoint-multi.exp: Likewise.
6920 * gdb.python/py-events.exp: Likewise.
6921 * gdb.threads/attach-into-signal.exp: Likewise.
6922 * gdb.threads/attach-stopped.exp: Likewise.
6923 * gdb.threads/threadapply.exp: Likewise.
6924 * lib/selftest-support.exp: Likewise.
6925
6926 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6927
6928 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6929
6930 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6931
6932 * gdb.perf/template-breakpoints.cc: New file.
6933 * gdb.perf/template-breakpoints.exp: New file.
6934 * gdb.perf/template-breakpoints.py: New file.
6935
6936 2018-03-19 Tom Tromey <tom@tromey.com>
6937
6938 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6939 y0.
6940 * gdb.rust/simple.exp: Test bare identifier form of struct
6941 initializer.
6942
6943 2018-03-19 Tom Tromey <tom@tromey.com>
6944
6945 * gdb.gdb/observer.exp: Remove.
6946
6947 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6948
6949 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6950 "qualified" option when setting breakpoints.
6951 * gdb.trace/backtrace.exp: Likewise.
6952 * gdb.trace/circ.exp: Likewise.
6953 * gdb.trace/collection.exp: Likewise.
6954 * gdb.trace/disconnected-tracing.exp: Likewise.
6955 * gdb.trace/ftrace-lock.exp: Likewise.
6956 * gdb.trace/ftrace.exp: Likewise.
6957 * gdb.trace/infotrace.exp: Likewise.
6958 * gdb.trace/packetlen.exp: Likewise.
6959 * gdb.trace/passc-dyn.exp: Likewise.
6960 * gdb.trace/qtro.exp: Likewise.
6961 * gdb.trace/read-memory.exp: Likewise.
6962 * gdb.trace/report.exp: Likewise.
6963 * gdb.trace/signal.exp: Likewise.
6964 * gdb.trace/status-stop.exp: Likewise.
6965 * gdb.trace/strace.exp: Likewise.
6966 * gdb.trace/tfind.exp: Likewise.
6967 * gdb.trace/trace-break.exp: Likewise.
6968 * gdb.trace/trace-condition.exp: Likewise.
6969 * gdb.trace/trace-mt.exp: Likewise.
6970 * gdb.trace/tstatus.exp: Likewise.
6971 * gdb.trace/tsv.exp: Likewise.
6972 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6973 * gdb.trace/unavailable.exp: Likewise.
6974 * gdb.trace/while-dyn.exp: Likewise.
6975
6976 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6977
6978 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6979 that libinproctrace is copied to the target.
6980
6981 2018-03-14 Tom Tromey <tom@tromey.com>
6982
6983 PR cli/14977:
6984 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6985 a null pointer.
6986 * gdb.base/wchar.exp: Likewise.
6987
6988 2018-03-14 Tom Tromey <tom@tromey.com>
6989
6990 PR cli/19918:
6991 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6992 flag.
6993
6994 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
6995
6996 PR gdb/22841
6997 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
6998 "target" to remote_exec.
6999
7000 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7001
7002 PR gdb/22841
7003 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7004 ${board}_upload): Remove.
7005
7006 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7007
7008 * gdb.cp/watch-cp.cc: New test.
7009 * gdb.cp/watch-cp.exp: New file.
7010
7011 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7012
7013 * gdb.base/infcall-nested-structs.exp: New file.
7014 * gdb.base/infcall-nested-structs.c: New file.
7015 * gdb.base/float.exp: Add riscv support.
7016
7017 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7018
7019 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7020 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7021
7022 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7023
7024 * gdb.server/abspath.exp: New file.
7025 * lib/gdb.exp (with_cwd): New procedure.
7026
7027 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7028
7029 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7030 use it.
7031 (gdb_is_target_remote_prompt): New proc.
7032 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7033 (gdb_is_target_native): Pass prompt parameter to
7034 gdb_is_target_1.
7035
7036 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7037
7038 * gdb.base/load-command.c: New file.
7039 * gdb.base/load-command.exp: New file.
7040 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7041 (gdb_is_target_1): ...this, and generalize for other targets
7042 than just remote.
7043 (gdb_is_target_remote): Use gdb_is_target_1.
7044 (gdb_is_target_native): use gdb_is_target_1.
7045
7046 2018-02-26 Tom Tromey <tom@tromey.com>
7047
7048 PR python/16497:
7049 * gdb.python/py-framefilter.exp: Update test.
7050
7051 2018-02-26 Tom Tromey <tom@tromey.com>
7052
7053 * gdb.dwarf2/variant.c: New file.
7054 * gdb.dwarf2/variant.exp: New file.
7055
7056 2018-02-26 Tom Tromey <tom@tromey.com>
7057
7058 * gdb.rust/simple.exp: Accept more possible results in enum test.
7059
7060 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7061
7062 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7063 parentheses.
7064
7065 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7066
7067 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7068 name of a variable: $actual_linejj -> $actual_line.
7069
7070 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7071
7072 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7073
7074 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7075
7076 * gdb.btrace/buffer-size.exp: Do not force BTS.
7077
7078 2018-02-14 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7081 getting a "Quit".
7082
7083 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7084
7085 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7086 Fix test name.
7087
7088 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7089
7090 * gdb.cp/m-static.exp: Check type of optimized out static
7091 member.
7092
7093 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7094
7095 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7096 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7097
7098 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7099 Leszek Swirski <leszeks@google.com>
7100
7101 * gdb.python/py-prettyprint.c
7102 (struct to_string_returns_value_inner,
7103 struct to_string_returns_value_wrapper): New.
7104 (main): Add tsrvw variable.
7105 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7106 ToStringReturnsValueWrapper): New classes.
7107 (register_pretty_printers): Register new pretty-printers.
7108 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7109 recursive pretty printer.
7110 * gdb.python/py-mi.exp: Likewise.
7111
7112 2018-02-01 Leszek Swirski <leszeks@google.com>
7113
7114 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7115 functions with the same name as an include file are parsed
7116 correctly.
7117
7118 2018-02-01 Yao Qi <yao.qi@linaro.org>
7119
7120 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7121 "\[^\r\n\]*".
7122
7123 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7124
7125 * gdb.arch/powerpc-prologue-frame.s: New file.
7126 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7127 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7128
7129 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7130
7131 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7132
7133 2018-01-30 Pedro Alves <palves@redhat.com>
7134
7135 PR gdb/13211
7136 * gdb.base/interrupt-daemon.c: New.
7137 * gdb.base/interrupt-daemon.exp: New.
7138 * gdb.multi/multi-term-settings.c: New.
7139 * gdb.multi/multi-term-settings.exp: New.
7140
7141 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7142
7143 * gdb.base/break.exp: Save the location where the breakpoint
7144 on break.c:47 was actually inserted when debugging the version
7145 compiled at -O2 and use it in the expected output of the "info
7146 break" test performed soon after.
7147
7148 2018-01-22 Pedro Alves <palves@redhat.com>
7149 Sergio Durigan Junior <sergiodj@redhat.com>
7150
7151 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7152 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7153
7154 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7155
7156 * gdb.base/break-include.c, gdb.base/break-include.inc,
7157 gdb.base/break-include.exp: New files.
7158 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7159 line number now being the actual line number where the breakpoint
7160 was inserted.
7161 * gdb.mi/mi-break.exp: Likewise.
7162 * gdb.mi/mi-reverse.exp: Likewise.
7163 * gdb.mi/mi-simplerun.exp: Ditto.
7164
7165 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7166
7167 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7168 varobj.
7169 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7170
7171 2018-01-21 Don Breazeal <donb@codesourcery.com>
7172 Andrew Burgess <andrew.burgess@embecosm.com>
7173
7174 * gdb.mi/basics.c: Add new global.
7175 * gdb.mi/mi-frame-regs.exp: New file.
7176 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7177 case.
7178
7179 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7180
7181 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7182 non-parameter, and on an unknown symbol.
7183
7184 2018-01-19 Tom Tromey <tom@tromey.com>
7185
7186 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7187 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7188
7189 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7190
7191 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7192 setrlimit and chdir to int.
7193
7194 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7195
7196 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7197 function.
7198 (my_tend): Likewise.
7199 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7200 rationale of avoiding FP- and vector instructions.
7201
7202 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7203
7204 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7205 "info reg" with "\[ \t\]*".
7206 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7207 "\[ \t\]+".
7208 * gdb.arch/s390-multiarch.exp: Ditto.
7209 * gdb.base/pc-fp.exp: Ditto.
7210 * gdb.reverse/i386-precsave.exp: Ditto.
7211 * gdb.reverse/i386-reverse.exp: Ditto.
7212 * gdb.reverse/i387-env-reverse.exp: Ditto.
7213 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7214
7215 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7216
7217 * lib/gdb.exp (gdb_compile): Re-enable use of
7218 universal_compile_options for languages other than Rust.
7219
7220 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7221
7222 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7223
7224 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7225
7226 PR gdb/16577
7227 * gdb.base/solib-vanish.exp: New.
7228 * gdb.base/solib-vanish-main.c: New.
7229 * gdb.base/solib-vanish-lib1.c: New.
7230 * gdb.base/solib-vanish-lib2.c: New.
7231
7232 2018-01-17 Yao Qi <yao.qi@linaro.org>
7233
7234 * gdb.compile/compile.exp: Match the address printed for
7235 frame in the output of command "bt".
7236
7237 2018-01-15 Tom Tromey <tom@tromey.com>
7238
7239 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7240 compute sp_reg.
7241
7242 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7243
7244 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7245 to prepare.
7246 (prepare): Return 0 on error, 1 on success.
7247
7248 2018-01-12 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.base/continue-after-aborted-step-over.c: New.
7251 * gdb.base/continue-after-aborted-step-over.exp: New.
7252
7253 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7254
7255 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7256 options when not creating an executable.
7257
7258 2018-01-11 Pedro Alves <palves@redhat.com>
7259
7260 PR remote/22597
7261 * gdb.server/stop-reply-no-thread.c: New file.
7262 * gdb.server/stop-reply-no-thread.exp: New file.
7263
7264 2018-01-10 Pedro Alves <palves@redhat.com>
7265
7266 PR gdb/22670
7267 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7268 functions too. Test setting breakpoints and printing C functions
7269 with no debug info too.
7270 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7271
7272 2018-01-10 Pedro Alves <palves@redhat.com>
7273
7274 PR gdb/22670
7275 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7276 a fail.
7277
7278 2018-01-10 Pedro Alves <palves@redhat.com>
7279
7280 PR gdb/22670
7281 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7282
7283 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7284
7285 * gdb.server/unittest.exp: Match the output in non-development
7286 mode.
7287
7288 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7289
7290 * gdb.gdb/unittest.exp: Match output in non-development mode.
7291
7292 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7293
7294 * gdb.ada/access_tagged_param.exp: Relax expected output
7295 for value of "ObjL" in "continue" to pck.inspect breakpoint
7296 test.
7297
7298 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7299
7300 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7301 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7302
7303 2018-01-05 Pedro Alves <palves@redhat.com>
7304
7305 PR gdb/18653
7306 * gdb.base/libsegfault.exp: New.
7307
7308 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7309
7310 PR gdb/22670
7311 * gdb.ada/access_tagged_param.exp: New file.
7312 * gdb.ada/access_tagged_param/foo.adb: New file.
7313
7314 2018-01-05 Pedro Alves <palves@redhat.com>
7315
7316 PR gdb/22670
7317 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7318 exercise lower case too, and to exercise both full matching and
7319 wild matching.
7320
7321 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7322
7323 * gdb.ada/rename_subscript_param: New testcase.
7324
7325 2018-01-05 Jerome Guitton <guitton@adacore.com>
7326
7327 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7328
7329 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7330
7331 * gdb.ada/convvar_comp: New testcase.
7332
7333 2018-01-05 Xavier Roirand <roirand@adacore.com>
7334
7335 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7336 (My_Table): New global variable.
7337 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7338
7339 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7340
7341 PR gdb/22670
7342 * gdb.ada/maint_with_ada: New testcase.
7343
7344 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7345
7346 PR gdb/22670
7347 * gdb.ada/bp_c_mixed_case: New testcase.
7348
7349 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7350
7351 PR gdb/22670
7352 * gdb.ada/complete.exp: Add "complete break ada" test.
7353
7354 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7355
7356 PR gdb/22670
7357 * gdb.ada/info_addr_mixed_case: New testcase.
7358
7359 2018-01-03 Xavier Roirand <roirand@adacore.com>
7360
7361 * gdb.ada/excep_handle.exp: New testcase.
7362 * gdb.ada/excep_handle/foo.adb: New file.
7363 * gdb.ada/excep_handle/pck.ads: New file.
7364
7365 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7366
7367 * gdb.base/step-line.c: Add extra empty line in copyright header.
7368 * gdb.base/step-line.inp: Likewise.
7369
7370 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7371
7372 * gdb.ada/dyn_stride.exp: Add slice test.
7373
7374 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7375
7376 * gdb.ada/dyn_stride: New testcase.
7377
7378 2017-12-27 Stafford Horne <shorne@gmail.com>
7379
7380 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7381 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7382
7383 2017-12-27 Stafford Horne <shorne@gmail.com>
7384
7385 * gdb.base/reggroups.c: New file.
7386 * gdb.base/reggroups.exp: New file.
7387
7388 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7389
7390 * gdb.dwarf2/ada-valprint-error.c: New file.
7391 * gdb.dwarf2/ada-valprint-error.exp: New file.
7392
7393 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7394
7395 * gdb.ada/assign_arr: New testcase.
7396
7397 2017-12-18 Xavier Roirand <roirand@adacore.com>
7398
7399 * gdb.ada/funcall_ptr: New testcase.
7400
7401 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7402
7403 PR cli/16224
7404 * gdb.base/ptype-offsets.cc: New file.
7405 * gdb.base/ptype-offsets.exp: New file.
7406
7407 2017-12-15 Yao Qi <yao.qi@linaro.org>
7408
7409 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7410 if XML is disabled.
7411
7412 2017-12-15 Xavier Roirand <roirand@adacore.com>
7413
7414 * gdb.ada/same_component_name: New testcase.
7415
7416 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7417
7418 * gdb.ada/str_binop_equal: New testcase.
7419
7420 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7421
7422 * gdb.ada/task_switch_in_core: New testcase.
7423
7424 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7425
7426 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7427 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7428 call test_bkpt_qualified.
7429 (test_bkpt_qualified): New proc.
7430
7431 2017-12-13 Pedro Alves <palves@redhat.com>
7432
7433 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7434 Tighten regexp by matching with an anchor.
7435
7436 2017-12-13 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7439 ("expression with namespace"): New set of tests.
7440 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7441 (Nested::Test_NS::qux): New.
7442 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7443 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7444
7445 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7446
7447 * gdb.base/server-del-break.c: New file.
7448 * gdb.base/server-del-break.exp: New file.
7449
7450 2017-12-12 Stafford Horne <shorne@gmail.com>
7451
7452 * gdb.xml/tdesc-regs.exp: Add or1k support.
7453
7454 2017-12-12 Stafford Horne <shorne@gmail.com>
7455
7456 * gdb.base/bp-permanent.c: Define nop of or1k.
7457
7458 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7459
7460 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7461 output with components being reordered.
7462
7463 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7464
7465 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7466 output with components being reordered.
7467
7468 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7469 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/maint.exp (check for .gdb_index): Check also for
7472 .debug_names.
7473 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7474 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7475 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7476 (.gdb_index used after symbol reloading): Support also .debug_names.
7477 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7478
7479 2017-12-08 Yao Qi <yao.qi@linaro.org>
7480
7481 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7482 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7483
7484 2017-12-08 Yao Qi <yao.qi@linaro.org>
7485
7486 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7487 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7488
7489 2017-12-08 Yao Qi <yao.qi@linaro.org>
7490
7491 * gdb.arch/aarch64-tagged-pointer.c: New file.
7492 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7493
7494 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7495
7496 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7497 "int".
7498
7499 2017-12-07 Keith Seitz <keiths@redhat.com>
7500
7501 PR breakpoints/22569
7502 * gdb.linespec/ls-errs.exp: Change expected result of "break
7503 -source this file has spaces.c -line 3".
7504 Check that an explicit source file followed by whitespace is
7505 identified as an invalid explicit location.
7506
7507 2017-12-07 Keith Seitz <keiths@redhat.com>
7508
7509 * gdb.cp/nested-types.cc: New file.
7510 * gdb.cp/nested-types.exp: New file.
7511 * lib/cp-support.exp: Load data-structures.exp library.
7512 (debug_cp_test_ptype_class): New global.
7513 (cp_ptype_class_verbose, next_line): New procedures.
7514 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7515 Add and document new return value.
7516 Switch the list of lines to a queue.
7517 Add support for new `type' key for nested type definitions.
7518 Add debugging/troubleshooting messages.
7519 * lib/data-structures.exp: New file.
7520
7521 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7522
7523 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7524 with proc_with_prefix, don't use with_test_prefix.
7525
7526 2017-12-07 Tom Tromey <tom@tromey.com>
7527
7528 * gdb.base/break.exp: Add test for empty "commands".
7529
7530 2017-12-07 Yao Qi <yao.qi@linaro.org>
7531
7532 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7533 malloc and catch syscall.
7534
7535 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7536
7537 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7538 tests for explicit locations.
7539
7540 2017-12-06 Pedro Alves <palves@redhat.com>
7541
7542 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7543 force-disabling XML descriptions.
7544
7545 2017-12-04 Pedro Alves <palves@redhat.com>
7546
7547 PR gdb/22499
7548 * gdb.arch/amd64-disp-step-avx.S: New file.
7549 * gdb.arch/amd64-disp-step-avx.exp: New file.
7550
7551 2017-12-03 Pedro Alves <palves@redhat.com>
7552
7553 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7554 and <string.h>.
7555 (parent_function): Print distinct messages when waitpid fails, or
7556 the child exits with a signal, or the child exits for an unhandled
7557 reason.
7558 * gdb.threads/process-dies-while-detaching.exp
7559 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7560 it. Wait for both inferior output and GDB's prompt. Use an
7561 indirect spawn id list.
7562 (do_detach): New parameter 'child_exit'. Use it to compute
7563 expected inferior output.
7564 (test_detach, test_detach_watch, test_detach_killed_outside):
7565 Adjust to pass down the expected child exit kind.
7566
7567 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7568 Sergio Durigan Junior <sergiodj@redhat.com>
7569 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7572
7573 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7574
7575 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7576 to 'symbol-file' and 'add-symbol-file' can be
7577 position-independent.
7578
7579 2017-12-01 Yao Qi <yao.qi@linaro.org>
7580
7581 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7582 the URL in copyright header.
7583 * gdb.arch/aarch64-fp.exp: Likewise.
7584 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7585 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7586 * gdb.base/expand-psymtabs.exp: Likewise.
7587 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7588 * gdb.fortran/common-block.exp: Likewise.
7589 * gdb.fortran/common-block.f90: Likewise.
7590 * gdb.fortran/logical.exp: Likewise.
7591 * gdb.fortran/vla-datatypes.f90: Likewise.
7592 * gdb.fortran/vla-sub.f90: Likewise.
7593
7594 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7595
7596 * gdb.ada/repeat_dyn: New testcase.
7597
7598 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7599
7600 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7601 Update for changed thread numbering.
7602 * gdb.cell/bt.exp: Update for changed GDB output.
7603
7604 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7605
7606 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7607 setting isremote by hand.
7608 * boards/dwarf4-gdb-index.exp: Likewise.
7609 * boards/fission.exp: Likewise.
7610 * boards/stabs.exp: Likewise.
7611
7612 2017-11-30 Pedro Alves <palves@redhat.com>
7613
7614 * gdb.linespec/cpls-ops.exp
7615 (check_explicit_skips_function_argument): Extract the underlying
7616 type of size_t instead of hardcoding it.
7617
7618 2017-11-29 Pedro Alves <palves@redhat.com>
7619
7620 PR c++/19436
7621 * gdb.linespec/cpls-abi-tag.cc: New file.
7622 * gdb.linespec/cpls-abi-tag.exp: New file.
7623
7624 2017-11-29 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.base/langs.exp: Use -qualified.
7627 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7628 it.
7629 * gdb.cp/namespace.exp: Use -qualified.
7630 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7631 (overload-3, template-overload, template-ret-type, const-overload)
7632 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7633 procedures.
7634 (test_driver): Call them.
7635 * gdb.cp/save-bp-qualified.cc: New.
7636 * gdb.cp/save-bp-qualified.exp: New.
7637 * gdb.linespec/explicit.exp: Test -qualified.
7638 * lib/completion-support.exp (completion::explicit_opts_list): Add
7639 "-qualified".
7640 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7641
7642 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7643
7644 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7645
7646 2017-11-29 Tom Tromey <tom@tromey.com>
7647
7648 * gdb.base/relocate.exp: Update invalid argument test.
7649 Add new tests for invalid arguments.
7650
7651 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7652
7653 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7654 Return 0 as a long.
7655 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7656
7657 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7658
7659 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7660 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7661 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7662 func ().
7663 * gdb.cp/shadow.cc (B.func): Return 0.
7664
7665 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7666
7667 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7668 expected output in gdb_expect call to allow the exception
7669 message to be present as well. Fix syntax confusion to avoid
7670 TCL thinking that exception_name is an array.
7671
7672 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7673
7674 * gdb.arch/spu-info.c: Include <unistd.h>.
7675 (do_signal_test): Fix broken calls to write.
7676 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7677 Fix checks for empty mailboxes. Update signal tests for corrected
7678 do_signal_test routine. Allow nonzero event status.
7679 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7680 * gdb.cell/arch.exp: Use standard_output_file.
7681 * gdb.cell/break.exp: Likewise.
7682 * gdb.cell/bt.exp: Likewise.
7683 * gdb.cell/core.exp: Likewise.
7684 * gdb.cell/dwarfaddr.exp: Likewise.
7685 * gdb.cell/ea-cache.exp: Likewise.
7686 * gdb.cell/ea-standalone.exp: Likewise.
7687 * gdb.cell/f-regs.exp: Likewise.
7688 * gdb.cell/fork.exp: Likewise.
7689 * gdb.cell/gcore.exp: Likewise.
7690 * gdb.cell/mem-access.exp: Likewise.
7691 * gdb.cell/ptype.exp: Likewise.
7692 * gdb.cell/registers.exp: Likewise.
7693 * gdb.cell/sizeof.exp: Likewise.
7694 * gdb.cell/solib-symbol.exp: Likewise.
7695 * gdb.cell/solib.exp: Likewise.
7696
7697 2017-11-25 Pedro Alves <palves@redhat.com>
7698
7699 * gdb.base/complete-empty.exp: New file.
7700 * gdb.base/completion.exp: Adjust.
7701
7702 2017-11-25 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.linespec/cpls-ops.cc: New file.
7705 * gdb.linespec/cpls-ops.exp: New file.
7706 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7707 factored out from ...
7708 (test_complete_prefix_range): ... this.
7709
7710 2017-11-24 Pedro Alves <palves@redhat.com>
7711
7712 * gdb.linespec/cpcompletion.exp: New file.
7713 * gdb.linespec/cpls-hyphen.cc: New file.
7714 * gdb.linespec/cpls.cc: New file.
7715 * gdb.linespec/cpls2.cc: New file.
7716 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7717 test to use test_gdb_complete_unique. Add label completion,
7718 keyword completion and explicit location completion tests.
7719 * lib/completion-support.exp: New file.
7720
7721 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7722
7723 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7724 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7725 when hitting an exception catchpoint.
7726
7727 2017-11-22 Yao Qi <yao.qi@linaro.org>
7728
7729 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7730
7731 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7732
7733 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7734 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7735 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7736
7737 2017-11-22 Yao Qi <yao.qi@linaro.org>
7738
7739 * gdb.base/info-os.exp: Pass pthreads.
7740 * gdb.multi/multi-attach.exp: Likewise.
7741
7742 2017-11-22 Yao Qi <yao.qi@linaro.org>
7743
7744 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7745 compiler.
7746
7747 2017-11-22 Yao Qi <yao.qi@linaro.org>
7748
7749 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7750 * gdb.base/break-interp.exp: Likewise.
7751 * gdb.base/jit-attach-pie.exp: Likewise.
7752
7753 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7754
7755 * gdb.base/float128.c (large128): New variable.
7756 * gdb.base/float128.exp: Add test to print largest __float128 value.
7757
7758 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7759
7760 * gdb.arch/vsx-regs.exp: Update register content checks.
7761
7762 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7763
7764 * gdb.arch/ppc-longdouble.exp: New file.
7765 * gdb.arch/ppc-longdouble.c: Likewise.
7766
7767 2017-11-21 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7770
7771 2017-11-20 Pedro Alves <palves@redhat.com>
7772
7773 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7774 (long_double_typedef): New typedefs.
7775 Use DEF on double and long double.
7776 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7777 cases.
7778 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7779 and 'long_double_ptr_same_size' locals. Use them to decide
7780 whether cast from array/function to float is valid/invalid.
7781
7782 2017-11-17 Tom Tromey <tom@tromey.com>
7783
7784 * gdb.rust/traits.rs: New file.
7785 * gdb.rust/traits.exp: New file.
7786
7787 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7788
7789 * gdb.ada/minsyms: New testcase.
7790
7791 2017-11-16 Pedro Alves <palves@redhat.com>
7792
7793 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7794 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7795
7796 2017-11-16 Pedro Alves <palves@redhat.com>
7797
7798 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7799 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7800
7801 2017-11-16 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.server/reconnect-ctrl-c.c: New file.
7804 * gdb.server/reconnect-ctrl-c.exp: New file.
7805
7806 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7807
7808 * gdb.python/py-rbreak.exp: New file.
7809 * gdb.python/py-rbreak.c: New file.
7810 * gdb.python/py-rbreak-func2.c: New file.
7811
7812 2017-11-16 Pedro Alves <palves@redhat.com>
7813
7814 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7815 pattern.
7816 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7817 GDB.
7818
7819 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7820
7821 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7822 regex.
7823
7824 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7825
7826 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7827 test names.
7828
7829 2017-11-09 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7832 factored out from ...
7833 (top level): ... here, and adjusted to avoid expecting beyond the
7834 prompt in a single gdb_test_multiple.
7835
7836 2017-11-09 Pedro Alves <palves@redhat.com>
7837
7838 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7839 output.
7840 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7841 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7842 * gdb.server/ext-run.exp ("kill" test): Likewise.
7843 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7844
7845 2017-11-09 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7848 match till end of line.
7849
7850 2017-11-09 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7853
7854 2017-11-09 Pedro Alves <palves@redhat.com>
7855
7856 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7857 New procedures, factored out from ...
7858 (top level): ... here, and adjusted to avoid expecting beyond the
7859 prompt in one go.
7860
7861 2017-11-09 Pedro Alves <palves@redhat.com>
7862
7863 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7864 output. Fix '?' match.
7865
7866 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7867
7868 * gdb.ada/scoped_watch: New testcase.
7869 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7870 which is actually correct.
7871 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7872 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7873
7874 2017-11-08 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.gdb/complaints.exp (test_initial_complaints)
7877 (test_serial_complaints, test_short_complaints): Call
7878 complaint_internal instead of complaint.
7879
7880 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7881
7882 * gdb.threads/tls-core.c: New file.
7883 * gdb.threads/tls-core.exp: Likewise.
7884
7885 2017-11-08 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7888 (p Exported_Capitalized): New test.
7889 (p exported_capitalized): New test.
7890
7891 2017-11-07 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7894
7895 2017-11-07 Pedro Alves <palves@redhat.com>
7896
7897 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7898 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7899 (disable_invalid, disable_inverted, disable_negative): New
7900 procedures.
7901 ("bad numbers"): New set of tests.
7902
7903 2017-11-07 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.cp/ena-dis-br-range.exp: Add tests.
7906
7907 2017-11-07 Pedro Alves <palves@redhat.com>
7908
7909 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7910
7911 2017-11-07 Xavier Roirand <roirand@adacore.com>
7912 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/ena-dis-br.exp: Add reference to
7915 gdb.cp/ena-dis-br-range.exp.
7916 * gdb.cp/ena-dis-br-range.exp: New file.
7917 * gdb.cp/ena-dis-br-range.cc: New file.
7918
7919 2017-11-06 Pedro Alves <palves@redhat.com>
7920
7921 * gdb.base/attach-non-pgrp-leader.c: New.
7922 * gdb.base/attach-non-pgrp-leader.exp: New.
7923
7924 2017-11-06 Pedro Alves <palves@redhat.com>
7925
7926 * configure.ac: No longer check for termio.h and sgtty.h.
7927 * configure: Regenerate.
7928 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7929 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7930 Remove termio and sgtty code.
7931
7932 2017-11-03 Yao Qi <yao.qi@linaro.org>
7933
7934 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7935 in GDB is disabled.
7936
7937 2017-11-03 Yao Qi <yao.qi@linaro.org>
7938
7939 * gdb.python/py-thrhandle.exp: Skip it if python is not
7940 enabled.
7941
7942 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7943
7944 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7945 as a breakpoint command.
7946
7947 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7948
7949 PR python/21213
7950 * gdb.python/py-infthread.exp: Test calling
7951 InferiorThread.inferior () multiple times in a row.
7952
7953 2017-10-27 Keith Seitz <keiths@redhat.com>
7954
7955 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7956 Test "info break" for every inlined function breakpoint.
7957
7958 2017-10-27 Yao Qi <yao.qi@linaro.org>
7959
7960 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7961
7962 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7963
7964 * gdb.cp/classes.exp (test_static_members): Test printing
7965 Outer::instance.
7966 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7967 (Inner::instance, Outer::instance): New.
7968
7969 2017-10-24 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7972 extra console" test in two stages.
7973
7974 2017-10-24 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7977
7978 2017-10-24 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7981 loop.
7982
7983 2017-10-24 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7986 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7987
7988 2017-10-24 Pedro Alves <palves@redhat.com>
7989
7990 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7991 parameter and handle it. Don't output read value in test name.
7992
7993 2017-10-24 Pedro Alves <palves@redhat.com>
7994
7995 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
7996 custom test name.
7997
7998 2017-10-24 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8001 include the unstable output directory name in the test's name.
8002 (initial_setup_simple) <'set args'>: Use custom test name.
8003
8004 2017-10-24 Pedro Alves <palves@redhat.com>
8005
8006 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8007 with explicit test name.
8008
8009 2017-10-20 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8012 'wait -i'. Use gdb_assert and remote_close.
8013
8014 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8015
8016 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8017 number from variable rather than hard-coded.
8018
8019 2017-10-19 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/long-inferior-output.c: New file.
8022 * gdb.base/long-inferior-output.exp: New file.
8023
8024 2017-11-18 Keith Seitz <keiths@redhat.com>
8025
8026 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8027 method.
8028 (main): Call it.
8029 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8030 Add additional user-defined conversion operator tests.
8031
8032 2017-10-17 Pedro Alves <palves@redhat.com>
8033
8034 * boards/native-stdio-gdbserver.exp: Load "local-board".
8035
8036 2017-10-17 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.base/quit-live.c: New file.
8039 * gdb.base/quit-live.exp: New file.
8040
8041 2017-10-16 Keith Seitz <keiths@redhat.com>
8042
8043 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8044 (class_with_protected_typedef, class_with_private_typedef)
8045 (struct_with_public_typedef, struct_with_protected_typedef)
8046 (struct_with_private_typedef): New classes/structs.
8047 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8048 typedefs and access specifiers.
8049
8050 2017-10-16 Pedro Alves <palves@redhat.com>
8051 Simon Marchi <simon.marchi@polymtl.ca>
8052
8053 * README (Local vs Remote vs Native): New section.
8054 * boards/local-board.exp: New file, with bits factored out from
8055 ...
8056 * boards/native-extended-gdbserver.exp: ... here. Load
8057 "local-board".
8058 * boards/native-gdbserver.exp: Load "local-board".
8059 (${board}_spawn, ${board}_exec): Delete.
8060 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8061 ...
8062 * boards/stdio-gdbserver-base.exp: ... this new file.
8063 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8064 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8065 procedure.
8066 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8067 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8068 stdio_gdbserver_command.
8069 (${board}_get_remote_address, ${board}_get_comm_port)
8070 (${board}_download, ${board}_upload): Delete.
8071 (get_target_remote_pipe_cmd): New.
8072
8073 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8074
8075 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8076 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8077 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8078 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8079 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8080 remove with_test_prefix.
8081
8082 2017-10-13 Pedro Alves <palves@redhat.com>
8083
8084 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8085 * gdb.base/annota1.exp: Use it instead of is_remote.
8086 * gdb.base/annota3.exp: Use it instead of is_remote.
8087 * gdb.cp/annota2.exp: Use it instead of is_remote.
8088 * gdb.cp/annota3.exp: Use it instead of is_remote.
8089 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8090
8091 2017-10-13 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8094 (test_num_test_vars, run_and_count_vars, find_env)
8095 (test_set_unset_env, test_inherit_env_var): New procedures.
8096 (top level): Use them.
8097
8098 2017-10-13 Pedro Alves <palves@redhat.com>
8099
8100 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8101 also skip on stub-like targets.
8102
8103 2017-10-13 Pedro Alves <palves@redhat.com>
8104
8105 PR gdb/22293
8106 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8107 (top level): Move some tests to ...
8108 (test_not_found): ... this new procedure.
8109 (top level): Call it.
8110
8111 2017-10-13 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8114 expect different "info terminal" output if testing with a
8115 non-native target.
8116
8117 2017-10-13 Pedro Alves <palves@redhat.com>
8118 Simon Marchi <simon.marchi@polymtl.ca>
8119
8120 PR python/12966
8121 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8122
8123 2017-10-13 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8126 already.
8127
8128 2017-10-13 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8131 is_remote.
8132
8133 2017-10-13 Pedro Alves <palves@redhat.com>
8134
8135 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8136 is_remote.
8137
8138 2017-10-13 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8141 is set.
8142 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8143 instead of is_remote.
8144
8145 2017-10-13 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8148 (top level): Add comment.
8149
8150 2017-10-13 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/remote.exp (top level): Fix comment typo and add
8153 missing return.
8154
8155 2017-10-13 Pedro Alves <palves@redhat.com>
8156 Simon Marchi <simon.marchi@polymtl.ca>
8157
8158 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8159 calls and add comments. Skip test if use_gdb_stub is set.
8160 (top level): Use "set cwd" command instead of "cd" command.
8161
8162 2017-10-13 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8165 is_remote target check.
8166
8167 2017-10-13 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.base/scope.exp: Use build_executable + clean_restart +
8170 gdb_file_cmd instead of prepare_for_testing and no longer skip
8171 "before run" tests on is_remote target boards. Update comments.
8172 * boards/native-extended-gdbserver.exp
8173 (extended_gdbserver_load_last_file): New, factored out from ...
8174 (gdb_load): ... this. Move further below and add comment.
8175 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8176
8177 2017-10-12 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/attach.exp: Remove references to gdb64.
8180 * gdb.base/dbx.exp: Remove references to gdb64.
8181
8182 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8183 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.base/label.exp: Remove is_remote target check.
8186
8187 2017-10-12 Pedro Alves <palves@redhat.com>
8188
8189 * gdb.base/auvx.exp (coredir): Update comment.
8190 (top level) <core_works>: Use "set cwd" command instead of "cd"
8191 command.
8192
8193 2017-10-12 Pedro Alves <palves@redhat.com>
8194 Simon Marchi <simon.marchi@polymtl.ca>
8195
8196 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8197 target boards.
8198
8199 2017-10-12 Pedro Alves <palves@redhat.com>
8200 Simon Marchi <simon.marchi@polymtl.ca>
8201
8202 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8203 Instead skip if there's any gdb_protocol set.
8204
8205 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8206 Pedro Alves <palves@redhat.com>
8207
8208 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8209
8210 2017-10-12 Pedro Alves <palves@redhat.com>
8211 Simon Marchi <simon.marchi@polymtl.ca>
8212
8213 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8214 instead of on dejagnu remote boards.
8215
8216 2017-10-12 Pedro Alves <palves@redhat.com>
8217 Simon Marchi <simon.marchi@polymtl.ca>
8218
8219 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8220 checks. Use build_executable + clean_restart instead of
8221 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8222 of enabling non-stop after starting gdb.
8223
8224 2017-10-12 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8227 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8228 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8229 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8230
8231 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8232
8233 * gdb.arch/arc-tdesc-cpu.exp: New file.
8234 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8235
8236 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8237
8238 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8239
8240 2017-10-10 Pedro Alves <palves@redhat.com>
8241
8242 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8243 expect CLI output.
8244
8245 2017-10-10 Pedro Alves <palves@redhat.com>
8246
8247 * lib/selftest-support.exp (selftest_setup): Update for
8248 captured_command_loop's prototype change.
8249
8250 2017-10-09 Pedro Alves <palves@redhat.com>
8251
8252 Test both arch1=>arch2 and arch2=>arch1.
8253
8254 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8255 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8256 factored out to...
8257 (append_arch1_options, append_arch2_options, append_arch_options)
8258 (build_executables): New procedures.
8259 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8260 local.
8261 (top level): Add new 'first_arch' testing axis.
8262
8263 2017-10-09 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8266 (barrier): New.
8267 (thread_start, all_started): New functions.
8268 (main): Spawn new thread and wait until it is scheduled.
8269 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8270 option.
8271 (do_test): Add 'selected_thread' parameter. Run to all_started
8272 instead of main. Explicitly set the breakpoint at main. Switch
8273 to the SELECTED_THREAD thread.
8274 (top level): Test handling the exec event with either the main
8275 thread or the second thread selected.
8276
8277 2017-10-09 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8280 logic. Move STOP marker after the value checks.
8281 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8282 regexp.
8283
8284 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8285
8286 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8287
8288 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8289
8290 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8291 integer-to-dfp conversion.
8292 * gdb.base/dfp-test.exp: Likewise.
8293
8294 2017-10-04 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.multi/hangout.c: Include <unistd.h>.
8297 (hangout_loop): New function.
8298 (main): Call alarm. Call hangout_loop in a loop.
8299 * gdb.multi/hello.c: Include <unistd.h>.
8300 (hello_loop): New function.
8301 (main): Call alarm. Call hangout_loop in a loop.
8302 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8303 inferior with the other selected.
8304
8305 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8306
8307 * gdb.mi/list-thread-groups-available.exp: New file.
8308 * gdb.mi/list-thread-groups-available.c: New file.
8309
8310 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8311
8312 * gdb.base/set-cwd.exp: Make it available on
8313 native-extended-gdbserver.
8314
8315 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8316
8317 * gdb.base/set-cwd.c: New file.
8318 * gdb.base/set-cwd.exp: Likewise.
8319
8320 2017-10-02 Tom Tromey <tom@tromey.com>
8321
8322 PR rust/22236:
8323 * gdb.rust/simple.rs (main): New variable "fslice".
8324 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8325
8326 2017-10-02 Tom Tromey <tom@tromey.com>
8327
8328 * gdb.rust/simple.exp: Test ptype of a slice.
8329
8330 2017-10-02 Tom Tromey <tom@tromey.com>
8331
8332 * gdb.rust/simple.exp: Test index of slice.
8333
8334 2017-09-27 Tom Tromey <tom@tromey.com>
8335
8336 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8337
8338 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8339 Pedro Alves <palves@redhat.com>
8340
8341 * gdb.base/compare-sections.exp (get value of read-only section): Read
8342 as unsigned value.
8343 (corrupt read-only section): Likewise and don't set written if patching
8344 failed.
8345
8346 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8347
8348 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8349 files.
8350
8351 2017-09-20 Pedro Alves <palves@redhat.com>
8352
8353 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8354 symbol names in gdb's output.
8355 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8356
8357 2017-09-20 Pedro Alves <palves@redhat.com>
8358
8359 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8360 Rename to ...
8361 (test_list_ambiguous_symbol): ... this and add a symbol name
8362 parameter. Adjust.
8363 (test_list_ambiguous_function): Reimplement on top of
8364 test_list_ambiguous_symbol and also test listing ambiguous
8365 variables.
8366 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8367 (ambiguous_fun): ... this.
8368 (ambiguous_var): New.
8369 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8370 (ambiguous_fun): ... this.
8371 (ambiguous_var): New.
8372
8373 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8374
8375 * gdb.base/starti.c: New file.
8376 * gdb.base/starti.exp: New file.
8377 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8378
8379 2017-09-14 Pedro Alves <palves@redhat.com>
8380
8381 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8382 (top level): Use it instead of runto.
8383
8384 2017-09-11 Tom Tromey <tom@tromey.com>
8385
8386 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8387
8388 2017-09-11 Tom Tromey <tom@tromey.com>
8389
8390 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8391 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8392
8393 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8394
8395 * gdb.fortran/printing-types.exp: New file.
8396 * gdb.fortran/printing-types.exp: New file.
8397
8398 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8399
8400 * gdb.fortran/vla-ptype.exp: Fix typos.
8401 * gdb.fortran/vla-value.exp: Same.
8402
8403 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8404
8405 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8406 * gdb.mi/mi-var-child-f.exp: Likewise.
8407 * gdb.mi/mi-vla-fortran.exp: Likewise.
8408
8409 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8410 Christoph Weinmann <christoph.t.weinmann@intel.com>
8411 Bernhard Heckel <bernhard.heckel@intel.com>
8412
8413 * gdb.fortran/ptr-indentation.f90: New file.
8414 * gdb.fortran/ptr-indentation.exp: New file.
8415
8416 2017-09-05 Tom Tromey <tom@tromey.com>
8417
8418 PR gdb/22010:
8419 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8420
8421 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8422
8423 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8424
8425 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8426
8427 * gdb.threads/tls-nodebug-pie.c: New file.
8428 * gdb.threads/tls-nodebug-pie.exp: New file.
8429
8430 2017-09-05 Tom Tromey <tom@tromey.com>
8431
8432 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8433 for rust.
8434
8435 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8436
8437 * gdb.multi/multi-arch-exec.exp: Test with different
8438 "follow-exec-mode" settings.
8439 (do_test): New procedure.
8440
8441 2017-09-04 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.base/func-static.c (S::method const, S::method volatile)
8444 (S::method volatile const): New methods.
8445 (c_s, v_s, cv_s): New instances.
8446 (main): Call method() on them.
8447 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8448 (cannot_resolve): New procedure.
8449 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8450 print-quote-unquoted columns.
8451 (do_test): Test printing each scope too.
8452
8453 2017-09-04 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.base/local-static.exp: Also test with
8456 class::method::variable wholly quoted.
8457 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8458
8459 2017-09-04 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.base/local-static.c: New.
8462 * gdb.base/local-static.cc: New.
8463 * gdb.base/local-static.exp: New.
8464
8465 2017-09-04 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.asm/asm-source.exp: Add casts to int.
8468 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8469 (dataglobal64_1, dataglobal64_2): New globals.
8470 * gdb.base/nodebug.exp: Test different expressions involving the
8471 new globals, with print, whatis and ptype. Add casts to int.
8472 * gdb.base/solib-display.exp: Add casts to int.
8473 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8474 * gdb.cp/m-static.exp: Add cast to int.
8475 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8476 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8477 tls variable with no debug info without a cast. Test with a cast
8478 to int too.
8479 * gdb.trace/entry-values.exp: Add casts.
8480
8481 2017-09-04 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.base/nodebug.exp: Test that ptype's error about functions
8484 with unknown return type includes the function name too.
8485
8486 2017-09-04 Pedro Alves <palves@redhat.com>
8487
8488 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8489 return type of munmap in infcall.
8490 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8491 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8492 type of ftell in infcall.
8493 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8494 type of getpid in infcall.
8495 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8496 infcall.
8497 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8498 Bail on failure to extract the pid.
8499 * gdb.base/nodebug.c: #include <stdint.h>.
8500 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8501 New functions.
8502 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8503 Change expected output of print/whatis/ptype with functions with
8504 no debug info. Test all supported languages. Call
8505 test_call_promotion.
8506 * gdb.compile/compile.exp: Adjust expected output to expect
8507 warning.
8508 * gdb.threads/siginfo-threads.exp: Likewise.
8509
8510 2017-09-04 Pedro Alves <palves@redhat.com>
8511
8512 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8513 "prototypes". Test calling float functions via prototyped and
8514 unprototyped function pointers.
8515 (perform_all_tests): New parameter "prototypes". Pass it down.
8516 (top level): Pass down "prototypes" parameter to
8517 perform_all_tests.
8518
8519 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8520
8521 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8522 Test with nested loops.
8523
8524 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8525
8526 * gdb.base/commands.exp: Call the new procedures.
8527 (loop_break_test, loop_continue_test): New procedures.
8528
8529 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8530
8531 * gdb.base/commands.exp: Call new procedure.
8532 (define_if_without_arg_test): New procedure.
8533
8534 2017-09-04 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.base/list-ambiguous.exp: New file.
8537 * gdb.base/list-ambiguous0.c: New file.
8538 * gdb.base/list-ambiguous1.c: New file.
8539 * gdb.base/list.exp (test_list_range): Adjust expected output.
8540
8541 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8542
8543 * gdb.base/share-env-with-gdbserver.c: New file.
8544 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8545
8546 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8547
8548 * gdb.base/commands.exp (gdbvar_simple_if_test,
8549 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8550 progvar_simple_if_test, progvar_simple_while_test,
8551 progvar_complex_if_while_test, user_defined_command_test,
8552 user_defined_command_args_eval,
8553 user_defined_command_args_stack_test,
8554 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8555 temporary_breakpoint_commands,
8556 gdb_test_no_prompt, redefine_hook_test,
8557 redefine_backtrace_test): Remove "global gdb_prompt".
8558
8559 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8560
8561 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8562 New proc, call it from toplevel.
8563
8564 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8565
8566 PR remote/21852
8567 * gdb.server/normal.c: New file, copied from gdb.base.
8568 * gdb.server/run-without-local-binary.exp: New file.
8569
8570 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8571
8572 * gdb.arch/sparc64-adi.exp: New file.
8573 * gdb.arch/sparc64-adi.c: New file.
8574
8575 2017-08-22 Pedro Alves <palves@redhat.com>
8576
8577 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8578 (top level): Add "list all overloads" tests.
8579
8580 2017-08-22 Tom Tromey <tom@tromey.com>
8581
8582 * gdb.gdb/xfullpath.exp: Remove.
8583
8584 2017-08-21 Pedro Alves <palves@redhat.com>
8585
8586 PR gdb/19487
8587 * gdb.base/symbol-alias.c: New.
8588 * gdb.base/symbol-alias2.c: New.
8589 * gdb.base/symbol-alias.exp: New.
8590
8591 2017-08-21 Pedro Alves <palves@redhat.com>
8592
8593 * gdb.base/dfp-test.c
8594 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8595 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8596 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8597 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8598 * gdb.base/whatis-ptype-typedefs.c: New.
8599 * gdb.base/whatis-ptype-typedefs.exp: New.
8600 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8601 (an_int, an_int_type, an_int_type2): New globals.
8602 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8603 involving typedefs and cast expressions.
8604 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8605 (lookup_typedefs_function): New.
8606 (typedefs_pretty_printers_dict): New.
8607 (top level): Register lookup_typedefs_function in
8608 gdb.pretty_printers.
8609
8610 2017-08-18 Yao Qi <yao.qi@linaro.org>
8611
8612 * gdb.server/unittest.exp: New.
8613
8614 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8615
8616 PR gdb/21954
8617 * gdb.base/environ.exp: Add test to check if 'unset environment'
8618 works.
8619
8620 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8621
8622 * lib/gdb.exp (universal_compile_options): New caching proc.
8623 (gdb_compile): Suppress GCC's coloring of messages.
8624
8625 2017-08-14 Tom Tromey <tom@tromey.com>
8626
8627 PR gdb/21675:
8628 * gdb.base/printcmds.exp (test_radices): New function.
8629 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8630 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8631 * lib/gdb.exp (get_integer_valueof): Use p/d.
8632
8633 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8634
8635 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8636 characters.
8637
8638 2017-08-05 Tom Tromey <tom@tromey.com>
8639
8640 * gdb.rust/simple.exp: Allow String to appear in a different
8641 namespace.
8642
8643 2017-07-26 Yao Qi <yao.qi@linaro.org>
8644
8645 * gdb.gdb/unittest.exp: Invoke command
8646 "maintenance check xml-descriptions".
8647
8648 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8649
8650 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8651 calling context.
8652 (hex128): Drop erroneous calculation of parameters.
8653
8654 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8655
8656 * gdb.python/py-unwind.exp: Disable stack protection when
8657 building test file.
8658
8659 2017-07-20 Pedro Alves <palves@redhat.com>
8660
8661 * gdb.base/default.exp (set language): Adjust expected output.
8662
8663 2017-07-20 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8666 (test_minsym): ... this, and make static.
8667 (get_pck__foo__bar__minsym): Rename to ...
8668 (get_test_minsym): ... this.
8669 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8670 symbol names and comments.
8671 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8672 (get_test_minsym): ... this.
8673 (pck__foo__bar__minsym__2): Rename to ...
8674 (test_minsym): ... this.
8675 (main): Adjust.
8676
8677 2017-07-17 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.base/completion.exp: Adjust expected output.
8680 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8681 the completer works.
8682
8683 2017-07-17 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8686
8687 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8688
8689 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8690
8691 2017-07-14 Tom Tromey <tom@tromey.com>
8692
8693 PR rust/21764:
8694 * gdb.rust/simple.exp: Add tests.
8695
8696 2017-07-14 Tom Tromey <tom@tromey.com>
8697
8698 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8699
8700 2017-07-14 Pedro Alves <palves@redhat.com>
8701
8702 * gdb.linespec/base/one/thefile.cc (z1): New function.
8703 * gdb.linespec/base/two/thefile.cc (z2): New function.
8704 * gdb.linespec/linespec.exp: Add tests.
8705
8706 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8707
8708 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8709 to mi_create_breakpoint.
8710
8711 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8712
8713 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8714 mi_create_breakpoint.
8715
8716 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8717
8718 * gdb.dlang/demangle.exp: Update for demangling changes.
8719
8720 2017-07-09 Tom Tromey <tom@tromey.com>
8721
8722 * gdb.dwarf2/shortpiece.exp: New file.
8723
8724 2017-07-06 David Blaikie <dblaikie@gmail.com>
8725
8726 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8727 built from fissiont-multi-cu{1,2}.c.
8728 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8729 except putting 'main' and 'func' in separate CUs in the same DWO file.
8730 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8731 test.
8732 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8733 test.
8734
8735 2017-07-06 Pedro Alves <palves@redhat.com>
8736
8737 * gdb.python/py-unwind.exp: Test flushregs.
8738
8739 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8740
8741 PR cli/21688
8742 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8743 tests for alias commands and trailing whitespace.
8744
8745 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8746
8747 PR cli/21688
8748 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8749 procedure. Call it.
8750
8751 2017-06-29 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.base/printcmds.exp: Add tests.
8754
8755 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8756
8757 PR gdb/21337
8758 * gdb.base/reread-readsym.exp: New file.
8759 * gdb.base/reread-readsym.c: New file.
8760
8761 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8762
8763 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8764 subpattern.
8765
8766 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8767
8768 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8769 extended mnemonic.
8770 * gdb.arch/powerpc-power9.s: Likewise.
8771
8772 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8773
8774 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8775 on 32-bit x86 targets. Exploit is_*_target macros where
8776 appropriate.
8777
8778 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8779
8780 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8781 register pieces.
8782
8783 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8784
8785 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8786 located in one or more DWARF pieces.
8787
8788 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8789
8790 * lib/gdb.exp (get_endianness): New proc.
8791 * gdb.arch/aarch64-fp.exp: Use it.
8792 * gdb.arch/altivec-regs.exp: Likewise.
8793 * gdb.arch/e500-regs.exp: Likewise.
8794 * gdb.arch/vsx-regs.exp: Likewise.
8795 * gdb.base/dump.exp: Likewise.
8796 * gdb.base/funcargs.exp: Likewise.
8797 * gdb.base/gnu_vector.exp: Likewise.
8798 * gdb.dwarf2/formdata16.exp: Likewise.
8799 * gdb.dwarf2/implptrpiece.exp: Likewise.
8800 * gdb.dwarf2/nonvar-access.exp: Likewise.
8801 * gdb.python/py-inferior.exp: Likewise.
8802 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8803
8804 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8805
8806 PR gdb/21226
8807 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8808 stack value pieces are taken from the LSB end.
8809
8810 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8811
8812 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8813 variable at nonzero offset.
8814
8815 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8816
8817 * gdb.dwarf2/var-access.c: New file.
8818 * gdb.dwarf2/var-access.exp: New test.
8819 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8820
8821 2017-06-12 Tom Tromey <tom@tromey.com>
8822
8823 * gdb.dwarf2/formdata16.exp: Add tests.
8824
8825 2017-06-12 Tom Tromey <tom@tromey.com>
8826
8827 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8828
8829 2017-06-12 Tom Tromey <tom@tromey.com>
8830
8831 PR exp/16225:
8832 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8833 * gdb.arch/vsx-regs.exp: Update tests.
8834 * gdb.arch/s390-vregs.exp (hex128): New proc.
8835 Update test.
8836 * gdb.arch/altivec-regs.exp: Update tests.
8837
8838 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8839
8840 * gdb.base/startup-with-shell.c: New file.
8841 * gdb.base/startup-with-shell.exp: Likewise.
8842
8843 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8844
8845 * gdb.server/non-existing-program.exp: Update regex in order to
8846 reflect the fact that gdbserver is now using fork_inferior (with a
8847 shell) to startup the inferior.
8848
8849 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8850
8851 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8852 support function calls from GDB.
8853
8854 2017-05-21 Tom Tromey <tom@tromey.com>
8855
8856 PR rust/21466:
8857 * gdb.rust/unsized.exp: New file.
8858 * gdb.rust/unsized.rs: New file.
8859
8860 2017-05-19 Tom Tromey <tom@tromey.com>
8861
8862 PR rust/21484:
8863 * gdb.rust/watch.exp: New file.
8864 * gdb.rust/watch.rs: New file.
8865
8866 2017-05-18 Tom Tromey <tom@tromey.com>
8867
8868 * gdb.rust/simple.exp: Allow Box to be qualified.
8869
8870 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8871
8872 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8873
8874 2017-05-18 Pedro Alves <palves@redhat.com>
8875
8876 * gdb.base/fileio.c (test_write, test_read, test_close)
8877 (test_fstat): Don't print 'ret' in the fail path.
8878
8879 2017-05-18 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8882 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8883 (test_system, test_rename, test_unlink, test_time): Change
8884 prototypes.
8885 * gdb.base/fileio.exp (stop_msg): Adjust.
8886
8887 2017-05-18 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.base/fileio.c (null_str): New global.
8890 (test_stat): Use it.
8891 * gdb.base/fileio.exp: Remove nowarnings.
8892
8893 2017-05-17 Yao Qi <yao.qi@linaro.org>
8894
8895 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8896
8897 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8898
8899 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8900 argument command.
8901 (top-level): Invoke test_set_inferior_tty.
8902
8903 2017-05-04 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8906 Add parens to print call for Python 3.
8907
8908 2017-05-03 Keith Seitz <keiths@redhat.com>
8909
8910 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8911 (main): Call it.
8912
8913 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8914
8915 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8916 to prev and next.
8917
8918 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8919
8920 * gdb.python/py-record-btrace.exp: Remove test for
8921 gdb.BtraceInstruction.error.
8922
8923 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8924
8925 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8926
8927 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8928
8929 * gdb.python/py-record-btrace-threads.c: New file.
8930 * gdb.python/py-record-btrace-threads.exp: New file.
8931
8932 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8933
8934 PR testsuite/8595
8935 * gdb.base/environ.exp: Make test available in all architectures.
8936 Move bits related to "info program" testing to
8937 gdb.base/info-program.exp. Rewrite tests to use the two new
8938 procedures mentione below.
8939 (test_set_show_env_var) New procedure.
8940 (test_set_show_env_var_equal): Likewise.
8941 * gdb.base/info-program.exp: New file.
8942
8943 2017-04-27 Keith Seitz <keiths@redhat.com>
8944
8945 * gdb.cp/oranking.cc (test15): New function.
8946 (main): Call test15 and declare additional variables for testing.
8947 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8948 "p foo101('abc')" tests.
8949 Add tests for cv qualifier overloads.
8950 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8951 "lvalue reference overload" test.
8952 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8953 "print value of f1 on Child&& in f2" test.
8954
8955 2017-04-19 Pedro Alves <palves@redhat.com>
8956
8957 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8958 procedure.
8959 (top level): Call it.
8960 * lib/gdb.exp (gdb_define_cmd): New procedure.
8961
8962 2017-04-12 Pedro Alves <palves@redhat.com>
8963
8964 PR gdb/21323
8965 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8966 (wchar): New global.
8967 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8968 (do_test_wide_char, wide_char_types_no_program, top level): Add
8969 wchar_t testing.
8970
8971 2017-04-12 Pedro Alves <palves@redhat.com>
8972
8973 PR c++/21323
8974 * gdb.cp/wide_char_types.c: New file.
8975 * gdb.cp/wide_char_types.exp: New file.
8976
8977 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8978
8979 PR gdb/21352
8980 * gdb.trace/tsv.exp: Add test for "tsave -r".
8981
8982 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8983
8984 * gdb.dlang/watch-loc.c: New file.
8985 * gdb.dlang/watch-loc.exp: New file.
8986
8987 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8988
8989 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8990
8991 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8992
8993 * gdb.arch/arc-analyze-prologue.S: New file.
8994 * gdb.arch/arc-analyze-prologue.exp: Likewise.
8995
8996 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8997
8998 * gdb.arch/arc-decode-insn.S: New file.
8999 * gdb.arch/arc-decode-insn.exp: Likewise.
9000
9001 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9002
9003 PR tdep/20928
9004 * gdb.arch/sparc64-regs.exp: New file.
9005 * gdb.arch/sparc64-regs.S: Likewise.
9006
9007 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9008
9009 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9010 and memory view on Python 3.
9011
9012 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9013 Keith Seitz <keiths@redhat.com>
9014
9015 PR gdb/14441
9016 * gdb.cp/demangle.exp: Add rvalue reference tests.
9017 * gdb.cp/rvalue-ref-casts.cc: New file.
9018 * gdb.cp/rvalue-ref-casts.exp: New file.
9019 * gdb.cp/rvalue-ref-overload.cc: New file.
9020 * gdb.cp/rvalue-ref-overload.exp: New file.
9021 * gdb.cp/rvalue-ref-params.cc: New file.
9022 * gdb.cp/rvalue-ref-params.exp: New file.
9023 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9024 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9025 * gdb.cp/rvalue-ref-types.cc: New file.
9026 * gdb.cp/rvalue-ref-types.exp: New file.
9027 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9028 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9029
9030 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9031
9032 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9033 New procedure.
9034
9035 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9036
9037 * lib/mi-support.exp (mi_gdb_test): Add additional message
9038 for unexpected output.
9039
9040 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9041
9042 * gdb.base/examine-backward.c (Barrier): New character array
9043 constant, to ensure that TestStrings is preceded by a string
9044 terminator.
9045
9046 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9047
9048 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9049 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9050 and implicit pointer into such a location.
9051
9052 2017-03-16 Doug Evans <dje@google.com>
9053
9054 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9055
9056 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9057
9058 * gdb.cp/m-static.exp: Fix expectation for prototype of
9059 test5.single_constructor and single_constructor::single_constructor.
9060
9061 2017-03-16 Doug Evans <dje@google.com>
9062
9063 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9064 * gdb.guile/scm-lazy-string.c: New file.
9065 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9066 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9067 for pointer, array, typedef lazy strings.
9068
9069 2017-03-16 Doug Evans <dje@google.com>
9070
9071 PR python/17728, python/18439, python/18779
9072 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9073 * gdb.python/py-lazy-string.c (pointer): New typedef.
9074 (main): New locals ptr, array, typedef_ptr.
9075 * gdb.python/py-value.exp: Move lazy string tests to ...
9076 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9077 array, typedef lazy strings.
9078
9079 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9080
9081 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9082 Add optional 'test' parameter.
9083
9084 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9085
9086 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9087 Skip for versions of DejaGnu < 1.5.
9088
9089 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9090
9091 * lib/gdb.exp (dejagnu_version): New proc.
9092 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9093 Use dejagnu_version.
9094
9095 2017-03-10 Keith Seitz <keiths@redhat.com>
9096
9097 PR c++/8128
9098 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9099 type from destructor regexps.
9100 Add a branch which actually passes the test.
9101 Adjust "ptype t5i" test names.
9102
9103 2017-03-08 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.base/step-over-exit.exp: Add explicit test message.
9106
9107 2017-03-08 Pedro Alves <palves@redhat.com>
9108
9109 PR gdb/18360
9110 * gdb.threads/interrupt-while-step-over.c: New file.
9111 * gdb.threads/interrupt-while-step-over.exp: New file.
9112
9113 2017-03-08 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9116 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9117
9118 2017-03-08 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9121 PKRU as not supported as a PASS.
9122
9123 2017-03-08 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9126 prefix instead of $binfile1/$binfile2.
9127 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9128 in test message.
9129 * gdb.python/py-completion.exp: Use "load python file" as test
9130 messages instead of unstable path names.
9131
9132 2017-03-08 Pedro Alves <palves@redhat.com>
9133 Jan Kratochvil <jan.kratochvil@redhat.com>
9134
9135 PR cli/21218
9136 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9137 New proc.
9138 (top level): Call it.
9139
9140 2017-03-08 Pedro Alves <palves@redhat.com>
9141
9142 PR tui/21216
9143 * gdb.tui/tui-nl-filtered-output.exp: New file.
9144
9145 2017-03-08 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.base/completion.exp: Move TUI completion tests to ...
9148 * gdb.tui/completion.exp: ... this new file.
9149
9150 2017-03-08 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/tui-disasm-long-lines.c,
9153 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9154 gdb.base/tui-layout.exp: Move to ...
9155 * gdb.tui/: ... this new directory.
9156
9157 2017-03-07 Pedro Alves <palves@redhat.com>
9158
9159 * gdb.base/tui-layout.c: New file.
9160 * gdb.base/tui-layout.exp: New file.
9161
9162 2017-03-07 Pedro Alves <palves@redhat.com>
9163
9164 * gdb.base/tui-layout.c: Rename to ...
9165 * gdb.base/tui-disasm-long-lines.c: ... this.
9166 * gdb.base/tui-layout.exp: Rename to ...
9167 * gdb.base/tui-disasm-long-lines.exp: ... this.
9168
9169 2017-03-07 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9172
9173 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9174
9175 * i386-mpx-call.c: New file.
9176 * i386-mpx-call.exp: New file.
9177
9178 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9179
9180 * gdb.arch/powerpc-power.exp: Delete test.
9181 * gdb.arch/powerpc-power.s: Likewise.
9182 * gdb.disasm/disassembler-options.exp: New test.
9183 * gdb.arch/powerpc-altivec.exp: Likewise.
9184 * gdb.arch/powerpc-altivec.s: Likewise.
9185 * gdb.arch/powerpc-altivec2.exp: Likewise.
9186 * gdb.arch/powerpc-altivec2.s: Likewise.
9187 * gdb.arch/powerpc-altivec3.exp: Likewise.
9188 * gdb.arch/powerpc-altivec3.s: Likewise.
9189 * gdb.arch/powerpc-power7.exp: Likewise.
9190 * gdb.arch/powerpc-power7.s: Likewise.
9191 * gdb.arch/powerpc-power8.exp: Likewise.
9192 * gdb.arch/powerpc-power8.s: Likewise.
9193 * gdb.arch/powerpc-power9.exp: Likewise.
9194 * gdb.arch/powerpc-power9.s: Likewise.
9195 * gdb.arch/powerpc-vsx.exp: Likewise.
9196 * gdb.arch/powerpc-vsx.s: Likewise.
9197 * gdb.arch/powerpc-vsx2.exp: Likewise.
9198 * gdb.arch/powerpc-vsx2.s: Likewise.
9199 * gdb.arch/powerpc-vsx3.exp: Likewise.
9200 * gdb.arch/powerpc-vsx3.s: Likewise.
9201 * gdb.arch/arm-disassembler-options.exp: Likewise.
9202 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9203 * gdb.arch/s390-disassembler-options.exp: Likewise.
9204
9205 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9206
9207 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9208 (check_supported_features): ... this. Changed return type to void.
9209 (supports_rdseed): New static global.
9210 (rdseed): Check supports_rdseed.
9211 (initialize): Call check_supported_features.
9212
9213 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9214
9215 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9216 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9217 and lqarx/stqcx.
9218 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9219 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9220
9221 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9222
9223 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9224 uppercase.
9225
9226 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9227
9228 * gdb.dwarf2/formdata16.c: New file.
9229 * gdb.dwarf2/formdata16.exp: New file.
9230 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9231
9232 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9233
9234 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9235 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9236 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9237 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9238 DW_AT_GNU_*.
9239
9240 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9241
9242 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9243
9244 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9245
9246 PR gdb/21164
9247 * gdb.base/maint.exp: Add testcases for when the commands do
9248 not have arguments.
9249
9250 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9251
9252 * gdb.cp/chained-calls.exp: Use p instead of P.
9253
9254 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9255
9256 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9257 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9258
9259 2017-02-14 Tom Tromey <tom@tromey.com>
9260
9261 PR python/13598:
9262 * gdb.python/py-events.exp: Add before_prompt event tests.
9263
9264 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9265
9266 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9267
9268 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9269
9270 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9271 (main): Call my_unique_function_name.
9272 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9273 completion of patterns with a single match.
9274 Add missing -re switches to gdb_test_multiple calls.
9275
9276 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9277
9278 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9279 return if core file is not recognized.
9280
9281 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9282
9283 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9284 and extra UIs.
9285
9286 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9287
9288 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9289 proc_with_prefix.
9290
9291 2017-02-10 Tom Tromey <tom@tromey.com>
9292
9293 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9294
9295 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9296
9297 PR gdb/21122
9298 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9299
9300 2017-02-08 Jerome Guitton <guitton@adacore.com>
9301
9302 * gdb.base/define.exp: Add test for command abbreviations
9303 in define.
9304
9305 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9306
9307 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9308 * gdb.reverse/insn-reverse-x86.c: New file.
9309
9310 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9311
9312 PR tdep/20936
9313 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9314
9315 2017-02-03 Tom Tromey <tom@tromey.com>
9316
9317 PR rust/21097:
9318 * gdb.rust/simple.exp: Add new tests.
9319
9320 2017-02-02 Pedro Alves <palves@redhat.com>
9321
9322 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9323 tests.
9324
9325 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9326
9327 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9328 taking a 2-byte value out of a 4-byte DWARF implicit value on
9329 big-endian targets.
9330 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9331 logic. Add test cases for DW_OP_implicit.
9332
9333 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9334
9335 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9336
9337 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9338
9339 * gdb.btrace/enable.exp: Call gdb_exit before
9340 skip_gdbserver_tests.
9341
9342 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9343
9344 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9345 GDBFLAGS.
9346
9347 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9348
9349 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9350 the test is skipped.
9351 * gdb.btrace/data.exp: Likewise.
9352 * gdb.btrace/delta.exp: Likewise.
9353 * gdb.btrace/dlopen.exp: Likewise.
9354 * gdb.btrace/enable-running.exp: Likewise.
9355 * gdb.btrace/enable.exp: Likewise.
9356 * gdb.btrace/exception.exp: Likewise.
9357 * gdb.btrace/function_call_history.exp: Likewise.
9358 * gdb.btrace/gcore.exp: Likewise.
9359 * gdb.btrace/instruction_history.exp: Likewise.
9360 * gdb.btrace/multi-thread-step.exp: Likewise.
9361 * gdb.btrace/nohist.exp: Likewise.
9362 * gdb.btrace/non-stop.exp: Likewise.
9363 * gdb.btrace/reconnect.exp: Likewise.
9364 * gdb.btrace/record_goto-step.exp: Likewise.
9365 * gdb.btrace/record_goto.exp: Likewise.
9366 * gdb.btrace/rn-dl-bind.exp: Likewise.
9367 * gdb.btrace/segv.exp: Likewise.
9368 * gdb.btrace/step.exp: Likewise.
9369 * gdb.btrace/stepi.exp: Likewise.
9370 * gdb.btrace/tailcall-only.exp: Likewise.
9371 * gdb.btrace/tailcall.exp: Likewise.
9372 * gdb.btrace/tsx.exp: Likewise.
9373 * gdb.btrace/unknown_functions.exp: Likewise.
9374 * gdb.btrace/vdso.exp: Likewise.
9375
9376 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9377
9378 * gdb.btrace/enable-running.c: New.
9379 * gdb.btrace/enable-running.exp: New.
9380
9381 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9382
9383 * gdb.arch/amd64-gs_base.c: New file.
9384 * gdb.arch/amd64-gs_base.exp: New file.
9385
9386 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9387
9388 * lib/memory.exp: Remove spurious empty newlines.
9389
9390 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9391
9392 * gdb.python/py-bad-printers.exp: Load python file using "source".
9393 * gdb.python/py-events.exp: Likewise.
9394 * gdb.python/py-evsignal.exp: Likewise.
9395 * gdb.python/py-evthreads.exp: Likewise.
9396 * gdb.python/py-frame-args.exp: Likewise.
9397 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9398 * gdb.python/py-framefilter-mi.exp: Likewise.
9399 * gdb.python/py-framefilter.exp: Likewise.
9400 * gdb.python/py-mi.exp: Likewise.
9401 * gdb.python/py-pp-maint.exp: Likewise.
9402 * gdb.python/py-pp-registration.exp: Likewise.
9403 * gdb.python/py-prettyprint.exp: Likewise.
9404 (run_lang_tests): Likewise.
9405 * gdb.python/py-typeprint.exp: Likewise.
9406
9407 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9408
9409 * lib/memory.exp: New file.
9410 * lib/gdb.exp: Load memory.exp.
9411 * gdb.base/memattr.exp (delete_memory): Move proc to
9412 lib/memory.exp and rename to delete_memory_regions.
9413 Replace delete_memory with delete_memory_regions.
9414 Cleanup memory regions before tests.
9415 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9416 before tests.
9417
9418 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9419
9420 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9421 files.
9422 (initialize): New function conditionally defined.
9423 (testcases): Move within conditional block.
9424 (main): Call initialize.
9425 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9426 of gdb.reverse/insn-reverse.c.
9427 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9428 gdb.reverse/insn-reverse.c.
9429
9430 2017-01-26 Yao Qi <yao.qi@linaro.org>
9431
9432 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9433 disassemble on address 0.
9434
9435 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9436 Yao Qi <yao.qi@linaro.org>
9437
9438 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9439 * gdb.dwarf2/implptr-64bit.S: Remove.
9440 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9441 variables in caller's context. Add DW_OP_implicit_value.
9442
9443 2017-01-25 Yao Qi <yao.qi@linaro.org>
9444
9445 * lib/dwarf.exp (Dwarf::_location): Handle
9446 DW_OP_GNU_implicit_pointer with proper size.
9447
9448 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9449
9450 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9451 and add untested calls.
9452
9453 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9454
9455 * gdb.python/python.exp: Check line number against what GDB thinks
9456 the line number is for func1.
9457
9458 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9459
9460 * gdb.dlang/debug-expr.exp: New file.
9461
9462 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9463
9464 Fix test names for the following files:
9465
9466 * gdb.ada/exec_changed.exp
9467 * gdb.ada/info_types.exp
9468 * gdb.arch/aarch64-atomic-inst.exp
9469 * gdb.arch/aarch64-fp.exp
9470 * gdb.arch/altivec-abi.exp
9471 * gdb.arch/altivec-regs.exp
9472 * gdb.arch/amd64-byte.exp
9473 * gdb.arch/amd64-disp-step.exp
9474 * gdb.arch/amd64-dword.exp
9475 * gdb.arch/amd64-entry-value-inline.exp
9476 * gdb.arch/amd64-entry-value-param.exp
9477 * gdb.arch/amd64-entry-value-paramref.exp
9478 * gdb.arch/amd64-entry-value.exp
9479 * gdb.arch/amd64-i386-address.exp
9480 * gdb.arch/amd64-invalid-stack-middle.exp
9481 * gdb.arch/amd64-invalid-stack-top.exp
9482 * gdb.arch/amd64-optimout-repeat.exp
9483 * gdb.arch/amd64-prologue-skip.exp
9484 * gdb.arch/amd64-prologue-xmm.exp
9485 * gdb.arch/amd64-stap-special-operands.exp
9486 * gdb.arch/amd64-stap-wrong-subexp.exp
9487 * gdb.arch/amd64-tailcall-cxx.exp
9488 * gdb.arch/amd64-tailcall-noret.exp
9489 * gdb.arch/amd64-tailcall-ret.exp
9490 * gdb.arch/amd64-tailcall-self.exp
9491 * gdb.arch/amd64-word.exp
9492 * gdb.arch/arm-bl-branch-dest.exp
9493 * gdb.arch/arm-disp-step.exp
9494 * gdb.arch/arm-neon.exp
9495 * gdb.arch/arm-single-step-kernel-helper.exp
9496 * gdb.arch/avr-flash-qualifier.exp
9497 * gdb.arch/disp-step-insn-reloc.exp
9498 * gdb.arch/e500-abi.exp
9499 * gdb.arch/e500-regs.exp
9500 * gdb.arch/ftrace-insn-reloc.exp
9501 * gdb.arch/i386-avx512.exp
9502 * gdb.arch/i386-bp_permanent.exp
9503 * gdb.arch/i386-byte.exp
9504 * gdb.arch/i386-cfi-notcurrent.exp
9505 * gdb.arch/i386-disp-step.exp
9506 * gdb.arch/i386-dr3-watch.exp
9507 * gdb.arch/i386-float.exp
9508 * gdb.arch/i386-gnu-cfi.exp
9509 * gdb.arch/i386-mpx-map.exp
9510 * gdb.arch/i386-mpx-sigsegv.exp
9511 * gdb.arch/i386-mpx-simple_segv.exp
9512 * gdb.arch/i386-mpx.exp
9513 * gdb.arch/i386-permbkpt.exp
9514 * gdb.arch/i386-prologue.exp
9515 * gdb.arch/i386-signal.exp
9516 * gdb.arch/i386-size-overlap.exp
9517 * gdb.arch/i386-unwind.exp
9518 * gdb.arch/i386-word.exp
9519 * gdb.arch/mips-fcr.exp
9520 * gdb.arch/powerpc-d128-regs.exp
9521 * gdb.arch/powerpc-stackless.exp
9522 * gdb.arch/ppc64-atomic-inst.exp
9523 * gdb.arch/s390-stackless.exp
9524 * gdb.arch/s390-tdbregs.exp
9525 * gdb.arch/s390-vregs.exp
9526 * gdb.arch/sparc-sysstep.exp
9527 * gdb.arch/thumb-bx-pc.exp
9528 * gdb.arch/thumb-singlestep.exp
9529 * gdb.arch/thumb2-it.exp
9530 * gdb.arch/vsx-regs.exp
9531 * gdb.asm/asm-source.exp
9532 * gdb.base/a2-run.exp
9533 * gdb.base/advance.exp
9534 * gdb.base/all-bin.exp
9535 * gdb.base/anon.exp
9536 * gdb.base/args.exp
9537 * gdb.base/arithmet.exp
9538 * gdb.base/async-shell.exp
9539 * gdb.base/async.exp
9540 * gdb.base/attach-pie-noexec.exp
9541 * gdb.base/attach-twice.exp
9542 * gdb.base/auto-load.exp
9543 * gdb.base/bang.exp
9544 * gdb.base/bitfields.exp
9545 * gdb.base/break-always.exp
9546 * gdb.base/break-caller-line.exp
9547 * gdb.base/break-entry.exp
9548 * gdb.base/break-inline.exp
9549 * gdb.base/break-on-linker-gcd-function.exp
9550 * gdb.base/break-probes.exp
9551 * gdb.base/break.exp
9552 * gdb.base/breakpoint-shadow.exp
9553 * gdb.base/call-ar-st.exp
9554 * gdb.base/call-sc.exp
9555 * gdb.base/call-signal-resume.exp
9556 * gdb.base/call-strs.exp
9557 * gdb.base/callfuncs.exp
9558 * gdb.base/catch-fork-static.exp
9559 * gdb.base/catch-gdb-caused-signals.exp
9560 * gdb.base/catch-load.exp
9561 * gdb.base/catch-signal-fork.exp
9562 * gdb.base/catch-signal.exp
9563 * gdb.base/catch-syscall.exp
9564 * gdb.base/charset.exp
9565 * gdb.base/checkpoint.exp
9566 * gdb.base/chng-syms.exp
9567 * gdb.base/code-expr.exp
9568 * gdb.base/code_elim.exp
9569 * gdb.base/commands.exp
9570 * gdb.base/completion.exp
9571 * gdb.base/complex.exp
9572 * gdb.base/cond-expr.exp
9573 * gdb.base/condbreak.exp
9574 * gdb.base/consecutive.exp
9575 * gdb.base/continue-all-already-running.exp
9576 * gdb.base/coredump-filter.exp
9577 * gdb.base/corefile.exp
9578 * gdb.base/dbx.exp
9579 * gdb.base/debug-expr.exp
9580 * gdb.base/define.exp
9581 * gdb.base/del.exp
9582 * gdb.base/disabled-location.exp
9583 * gdb.base/disasm-end-cu.exp
9584 * gdb.base/disasm-optim.exp
9585 * gdb.base/display.exp
9586 * gdb.base/duplicate-bp.exp
9587 * gdb.base/ena-dis-br.exp
9588 * gdb.base/ending-run.exp
9589 * gdb.base/enumval.exp
9590 * gdb.base/environ.exp
9591 * gdb.base/eu-strip-infcall.exp
9592 * gdb.base/eval-avoid-side-effects.exp
9593 * gdb.base/eval-skip.exp
9594 * gdb.base/exitsignal.exp
9595 * gdb.base/expand-psymtabs.exp
9596 * gdb.base/filesym.exp
9597 * gdb.base/find-unmapped.exp
9598 * gdb.base/finish.exp
9599 * gdb.base/float.exp
9600 * gdb.base/foll-exec-mode.exp
9601 * gdb.base/foll-exec.exp
9602 * gdb.base/foll-fork.exp
9603 * gdb.base/fortran-sym-case.exp
9604 * gdb.base/freebpcmd.exp
9605 * gdb.base/func-ptr.exp
9606 * gdb.base/func-ptrs.exp
9607 * gdb.base/funcargs.exp
9608 * gdb.base/gcore-buffer-overflow.exp
9609 * gdb.base/gcore-relro-pie.exp
9610 * gdb.base/gcore-relro.exp
9611 * gdb.base/gcore.exp
9612 * gdb.base/gdb1090.exp
9613 * gdb.base/gdb11530.exp
9614 * gdb.base/gdb11531.exp
9615 * gdb.base/gdb1821.exp
9616 * gdb.base/gdbindex-stabs.exp
9617 * gdb.base/gdbvars.exp
9618 * gdb.base/hbreak.exp
9619 * gdb.base/hbreak2.exp
9620 * gdb.base/included.exp
9621 * gdb.base/infcall-input.exp
9622 * gdb.base/inferior-died.exp
9623 * gdb.base/infnan.exp
9624 * gdb.base/info-macros.exp
9625 * gdb.base/info-os.exp
9626 * gdb.base/info-proc.exp
9627 * gdb.base/info-shared.exp
9628 * gdb.base/info-target.exp
9629 * gdb.base/infoline.exp
9630 * gdb.base/interp.exp
9631 * gdb.base/interrupt.exp
9632 * gdb.base/jit-reader.exp
9633 * gdb.base/jit-simple.exp
9634 * gdb.base/kill-after-signal.exp
9635 * gdb.base/kill-detach-inferiors-cmd.exp
9636 * gdb.base/label.exp
9637 * gdb.base/langs.exp
9638 * gdb.base/ldbl_e308.exp
9639 * gdb.base/line-symtabs.exp
9640 * gdb.base/linespecs.exp
9641 * gdb.base/list.exp
9642 * gdb.base/long_long.exp
9643 * gdb.base/longest-types.exp
9644 * gdb.base/maint.exp
9645 * gdb.base/max-value-size.exp
9646 * gdb.base/memattr.exp
9647 * gdb.base/mips_pro.exp
9648 * gdb.base/morestack.exp
9649 * gdb.base/moribund-step.exp
9650 * gdb.base/multi-forks.exp
9651 * gdb.base/nested-addr.exp
9652 * gdb.base/nextoverexit.exp
9653 * gdb.base/noreturn-finish.exp
9654 * gdb.base/noreturn-return.exp
9655 * gdb.base/nostdlib.exp
9656 * gdb.base/offsets.exp
9657 * gdb.base/opaque.exp
9658 * gdb.base/pc-fp.exp
9659 * gdb.base/permissions.exp
9660 * gdb.base/print-symbol-loading.exp
9661 * gdb.base/prologue-include.exp
9662 * gdb.base/psymtab.exp
9663 * gdb.base/ptype.exp
9664 * gdb.base/random-signal.exp
9665 * gdb.base/randomize.exp
9666 * gdb.base/range-stepping.exp
9667 * gdb.base/readline-ask.exp
9668 * gdb.base/recpar.exp
9669 * gdb.base/recurse.exp
9670 * gdb.base/relational.exp
9671 * gdb.base/restore.exp
9672 * gdb.base/return-nodebug.exp
9673 * gdb.base/return.exp
9674 * gdb.base/run-after-attach.exp
9675 * gdb.base/save-bp.exp
9676 * gdb.base/scope.exp
9677 * gdb.base/sect-cmd.exp
9678 * gdb.base/set-lang-auto.exp
9679 * gdb.base/set-noassign.exp
9680 * gdb.base/setvar.exp
9681 * gdb.base/sigall.exp
9682 * gdb.base/sigbpt.exp
9683 * gdb.base/siginfo-addr.exp
9684 * gdb.base/siginfo-infcall.exp
9685 * gdb.base/siginfo-obj.exp
9686 * gdb.base/siginfo.exp
9687 * gdb.base/signals-state-child.exp
9688 * gdb.base/signest.exp
9689 * gdb.base/sigstep.exp
9690 * gdb.base/sizeof.exp
9691 * gdb.base/skip.exp
9692 * gdb.base/solib-corrupted.exp
9693 * gdb.base/solib-nodir.exp
9694 * gdb.base/solib-search.exp
9695 * gdb.base/stack-checking.exp
9696 * gdb.base/stale-infcall.exp
9697 * gdb.base/stap-probe.exp
9698 * gdb.base/start.exp
9699 * gdb.base/step-break.exp
9700 * gdb.base/step-bt.exp
9701 * gdb.base/step-line.exp
9702 * gdb.base/step-over-exit.exp
9703 * gdb.base/step-over-syscall.exp
9704 * gdb.base/step-resume-infcall.exp
9705 * gdb.base/step-test.exp
9706 * gdb.base/store.exp
9707 * gdb.base/structs3.exp
9708 * gdb.base/sym-file.exp
9709 * gdb.base/symbol-without-target_section.exp
9710 * gdb.base/term.exp
9711 * gdb.base/testenv.exp
9712 * gdb.base/ui-redirect.exp
9713 * gdb.base/until.exp
9714 * gdb.base/unwindonsignal.exp
9715 * gdb.base/value-double-free.exp
9716 * gdb.base/vla-datatypes.exp
9717 * gdb.base/vla-ptr.exp
9718 * gdb.base/vla-sideeffect.exp
9719 * gdb.base/volatile.exp
9720 * gdb.base/watch-cond-infcall.exp
9721 * gdb.base/watch-cond.exp
9722 * gdb.base/watch-non-mem.exp
9723 * gdb.base/watch-read.exp
9724 * gdb.base/watch-vfork.exp
9725 * gdb.base/watchpoint-cond-gone.exp
9726 * gdb.base/watchpoint-delete.exp
9727 * gdb.base/watchpoint-hw-hit-once.exp
9728 * gdb.base/watchpoint-hw.exp
9729 * gdb.base/watchpoint-stops-at-right-insn.exp
9730 * gdb.base/watchpoints.exp
9731 * gdb.base/wchar.exp
9732 * gdb.base/whatis-exp.exp
9733 * gdb.btrace/buffer-size.exp
9734 * gdb.btrace/data.exp
9735 * gdb.btrace/delta.exp
9736 * gdb.btrace/dlopen.exp
9737 * gdb.btrace/enable.exp
9738 * gdb.btrace/exception.exp
9739 * gdb.btrace/function_call_history.exp
9740 * gdb.btrace/gcore.exp
9741 * gdb.btrace/instruction_history.exp
9742 * gdb.btrace/nohist.exp
9743 * gdb.btrace/reconnect.exp
9744 * gdb.btrace/record_goto-step.exp
9745 * gdb.btrace/record_goto.exp
9746 * gdb.btrace/rn-dl-bind.exp
9747 * gdb.btrace/segv.exp
9748 * gdb.btrace/step.exp
9749 * gdb.btrace/stepi.exp
9750 * gdb.btrace/tailcall-only.exp
9751 * gdb.btrace/tailcall.exp
9752 * gdb.btrace/tsx.exp
9753 * gdb.btrace/unknown_functions.exp
9754 * gdb.btrace/vdso.exp
9755 * gdb.compile/compile-ifunc.exp
9756 * gdb.compile/compile-ops.exp
9757 * gdb.compile/compile-print.exp
9758 * gdb.compile/compile-setjmp.exp
9759 * gdb.cp/abstract-origin.exp
9760 * gdb.cp/ambiguous.exp
9761 * gdb.cp/annota2.exp
9762 * gdb.cp/annota3.exp
9763 * gdb.cp/anon-ns.exp
9764 * gdb.cp/anon-struct.exp
9765 * gdb.cp/anon-union.exp
9766 * gdb.cp/arg-reference.exp
9767 * gdb.cp/baseenum.exp
9768 * gdb.cp/bool.exp
9769 * gdb.cp/breakpoint.exp
9770 * gdb.cp/bs15503.exp
9771 * gdb.cp/call-c.exp
9772 * gdb.cp/casts.exp
9773 * gdb.cp/chained-calls.exp
9774 * gdb.cp/class2.exp
9775 * gdb.cp/classes.exp
9776 * gdb.cp/cmpd-minsyms.exp
9777 * gdb.cp/converts.exp
9778 * gdb.cp/cp-relocate.exp
9779 * gdb.cp/cpcompletion.exp
9780 * gdb.cp/cpexprs.exp
9781 * gdb.cp/cplabel.exp
9782 * gdb.cp/cplusfuncs.exp
9783 * gdb.cp/cpsizeof.exp
9784 * gdb.cp/ctti.exp
9785 * gdb.cp/derivation.exp
9786 * gdb.cp/destrprint.exp
9787 * gdb.cp/dispcxx.exp
9788 * gdb.cp/enum-class.exp
9789 * gdb.cp/exception.exp
9790 * gdb.cp/exceptprint.exp
9791 * gdb.cp/expand-psymtabs-cxx.exp
9792 * gdb.cp/expand-sals.exp
9793 * gdb.cp/extern-c.exp
9794 * gdb.cp/filename.exp
9795 * gdb.cp/formatted-ref.exp
9796 * gdb.cp/fpointer.exp
9797 * gdb.cp/gdb1355.exp
9798 * gdb.cp/gdb2495.exp
9799 * gdb.cp/hang.exp
9800 * gdb.cp/impl-this.exp
9801 * gdb.cp/infcall-dlopen.exp
9802 * gdb.cp/inherit.exp
9803 * gdb.cp/iostream.exp
9804 * gdb.cp/koenig.exp
9805 * gdb.cp/local.exp
9806 * gdb.cp/m-data.exp
9807 * gdb.cp/m-static.exp
9808 * gdb.cp/mb-ctor.exp
9809 * gdb.cp/mb-inline.exp
9810 * gdb.cp/mb-templates.exp
9811 * gdb.cp/member-name.exp
9812 * gdb.cp/member-ptr.exp
9813 * gdb.cp/meth-typedefs.exp
9814 * gdb.cp/method.exp
9815 * gdb.cp/method2.exp
9816 * gdb.cp/minsym-fallback.exp
9817 * gdb.cp/misc.exp
9818 * gdb.cp/namelessclass.exp
9819 * gdb.cp/namespace-enum.exp
9820 * gdb.cp/namespace-nested-import.exp
9821 * gdb.cp/namespace.exp
9822 * gdb.cp/nextoverthrow.exp
9823 * gdb.cp/no-dmgl-verbose.exp
9824 * gdb.cp/non-trivial-retval.exp
9825 * gdb.cp/noparam.exp
9826 * gdb.cp/nsdecl.exp
9827 * gdb.cp/nsimport.exp
9828 * gdb.cp/nsnested.exp
9829 * gdb.cp/nsnoimports.exp
9830 * gdb.cp/nsrecurs.exp
9831 * gdb.cp/nsstress.exp
9832 * gdb.cp/nsusing.exp
9833 * gdb.cp/operator.exp
9834 * gdb.cp/oranking.exp
9835 * gdb.cp/overload-const.exp
9836 * gdb.cp/overload.exp
9837 * gdb.cp/ovldbreak.exp
9838 * gdb.cp/ovsrch.exp
9839 * gdb.cp/paren-type.exp
9840 * gdb.cp/parse-lang.exp
9841 * gdb.cp/pass-by-ref.exp
9842 * gdb.cp/pr-1023.exp
9843 * gdb.cp/pr-1210.exp
9844 * gdb.cp/pr-574.exp
9845 * gdb.cp/pr10687.exp
9846 * gdb.cp/pr12028.exp
9847 * gdb.cp/pr17132.exp
9848 * gdb.cp/pr17494.exp
9849 * gdb.cp/pr9067.exp
9850 * gdb.cp/pr9167.exp
9851 * gdb.cp/pr9631.exp
9852 * gdb.cp/printmethod.exp
9853 * gdb.cp/psmang.exp
9854 * gdb.cp/psymtab-parameter.exp
9855 * gdb.cp/ptype-cv-cp.exp
9856 * gdb.cp/ptype-flags.exp
9857 * gdb.cp/re-set-overloaded.exp
9858 * gdb.cp/ref-types.exp
9859 * gdb.cp/rtti.exp
9860 * gdb.cp/scope-err.exp
9861 * gdb.cp/shadow.exp
9862 * gdb.cp/smartp.exp
9863 * gdb.cp/static-method.exp
9864 * gdb.cp/static-print-quit.exp
9865 * gdb.cp/temargs.exp
9866 * gdb.cp/templates.exp
9867 * gdb.cp/try_catch.exp
9868 * gdb.cp/typedef-operator.exp
9869 * gdb.cp/typeid.exp
9870 * gdb.cp/userdef.exp
9871 * gdb.cp/using-crash.exp
9872 * gdb.cp/var-tag.exp
9873 * gdb.cp/virtbase.exp
9874 * gdb.cp/virtfunc.exp
9875 * gdb.cp/virtfunc2.exp
9876 * gdb.cp/vla-cxx.exp
9877 * gdb.disasm/t01_mov.exp
9878 * gdb.disasm/t02_mova.exp
9879 * gdb.disasm/t03_add.exp
9880 * gdb.disasm/t04_sub.exp
9881 * gdb.disasm/t05_cmp.exp
9882 * gdb.disasm/t06_ari2.exp
9883 * gdb.disasm/t07_ari3.exp
9884 * gdb.disasm/t08_or.exp
9885 * gdb.disasm/t09_xor.exp
9886 * gdb.disasm/t10_and.exp
9887 * gdb.disasm/t11_logs.exp
9888 * gdb.disasm/t12_bit.exp
9889 * gdb.disasm/t13_otr.exp
9890 * gdb.dlang/circular.exp
9891 * gdb.dwarf2/arr-stride.exp
9892 * gdb.dwarf2/arr-subrange.exp
9893 * gdb.dwarf2/atomic-type.exp
9894 * gdb.dwarf2/bad-regnum.exp
9895 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9896 * gdb.dwarf2/callframecfa.exp
9897 * gdb.dwarf2/clztest.exp
9898 * gdb.dwarf2/corrupt.exp
9899 * gdb.dwarf2/data-loc.exp
9900 * gdb.dwarf2/dup-psym.exp
9901 * gdb.dwarf2/dw2-anon-mptr.exp
9902 * gdb.dwarf2/dw2-anonymous-func.exp
9903 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9904 * gdb.dwarf2/dw2-bad-unresolved.exp
9905 * gdb.dwarf2/dw2-basic.exp
9906 * gdb.dwarf2/dw2-canonicalize-type.exp
9907 * gdb.dwarf2/dw2-case-insensitive.exp
9908 * gdb.dwarf2/dw2-common-block.exp
9909 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9910 * gdb.dwarf2/dw2-compressed.exp
9911 * gdb.dwarf2/dw2-const.exp
9912 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9913 * gdb.dwarf2/dw2-cu-size.exp
9914 * gdb.dwarf2/dw2-dup-frame.exp
9915 * gdb.dwarf2/dw2-entry-value.exp
9916 * gdb.dwarf2/dw2-icycle.exp
9917 * gdb.dwarf2/dw2-ifort-parameter.exp
9918 * gdb.dwarf2/dw2-inline-break.exp
9919 * gdb.dwarf2/dw2-inline-param.exp
9920 * gdb.dwarf2/dw2-intercu.exp
9921 * gdb.dwarf2/dw2-intermix.exp
9922 * gdb.dwarf2/dw2-lexical-block-bare.exp
9923 * gdb.dwarf2/dw2-linkage-name-trust.exp
9924 * gdb.dwarf2/dw2-minsym-in-cu.exp
9925 * gdb.dwarf2/dw2-noloc.exp
9926 * gdb.dwarf2/dw2-op-call.exp
9927 * gdb.dwarf2/dw2-op-out-param.exp
9928 * gdb.dwarf2/dw2-opt-structptr.exp
9929 * gdb.dwarf2/dw2-param-error.exp
9930 * gdb.dwarf2/dw2-producer.exp
9931 * gdb.dwarf2/dw2-ranges-base.exp
9932 * gdb.dwarf2/dw2-ref-missing-frame.exp
9933 * gdb.dwarf2/dw2-reg-undefined.exp
9934 * gdb.dwarf2/dw2-regno-invalid.exp
9935 * gdb.dwarf2/dw2-restore.exp
9936 * gdb.dwarf2/dw2-restrict.exp
9937 * gdb.dwarf2/dw2-single-line-discriminators.exp
9938 * gdb.dwarf2/dw2-strp.exp
9939 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9940 * gdb.dwarf2/dw2-unresolved.exp
9941 * gdb.dwarf2/dw2-var-zero-addr.exp
9942 * gdb.dwarf2/dw4-sig-types.exp
9943 * gdb.dwarf2/dwz.exp
9944 * gdb.dwarf2/dynarr-ptr.exp
9945 * gdb.dwarf2/enum-type.exp
9946 * gdb.dwarf2/gdb-index.exp
9947 * gdb.dwarf2/implptr-64bit.exp
9948 * gdb.dwarf2/implptr-optimized-out.exp
9949 * gdb.dwarf2/implptr.exp
9950 * gdb.dwarf2/implref-array.exp
9951 * gdb.dwarf2/implref-const.exp
9952 * gdb.dwarf2/implref-global.exp
9953 * gdb.dwarf2/implref-struct.exp
9954 * gdb.dwarf2/mac-fileno.exp
9955 * gdb.dwarf2/main-subprogram.exp
9956 * gdb.dwarf2/member-ptr-forwardref.exp
9957 * gdb.dwarf2/method-ptr.exp
9958 * gdb.dwarf2/missing-sig-type.exp
9959 * gdb.dwarf2/nonvar-access.exp
9960 * gdb.dwarf2/opaque-type-lookup.exp
9961 * gdb.dwarf2/pieces-optimized-out.exp
9962 * gdb.dwarf2/pieces.exp
9963 * gdb.dwarf2/pr10770.exp
9964 * gdb.dwarf2/pr13961.exp
9965 * gdb.dwarf2/staticvirtual.exp
9966 * gdb.dwarf2/subrange.exp
9967 * gdb.dwarf2/symtab-producer.exp
9968 * gdb.dwarf2/trace-crash.exp
9969 * gdb.dwarf2/typeddwarf.exp
9970 * gdb.dwarf2/valop.exp
9971 * gdb.dwarf2/watch-notconst.exp
9972 * gdb.fortran/array-element.exp
9973 * gdb.fortran/charset.exp
9974 * gdb.fortran/common-block.exp
9975 * gdb.fortran/complex.exp
9976 * gdb.fortran/derived-type-function.exp
9977 * gdb.fortran/derived-type.exp
9978 * gdb.fortran/logical.exp
9979 * gdb.fortran/module.exp
9980 * gdb.fortran/multi-dim.exp
9981 * gdb.fortran/nested-funcs.exp
9982 * gdb.fortran/print-formatted.exp
9983 * gdb.fortran/subarray.exp
9984 * gdb.fortran/vla-alloc-assoc.exp
9985 * gdb.fortran/vla-datatypes.exp
9986 * gdb.fortran/vla-history.exp
9987 * gdb.fortran/vla-ptr-info.exp
9988 * gdb.fortran/vla-ptype-sub.exp
9989 * gdb.fortran/vla-ptype.exp
9990 * gdb.fortran/vla-sizeof.exp
9991 * gdb.fortran/vla-type.exp
9992 * gdb.fortran/vla-value-sub-arbitrary.exp
9993 * gdb.fortran/vla-value-sub-finish.exp
9994 * gdb.fortran/vla-value-sub.exp
9995 * gdb.fortran/vla-value.exp
9996 * gdb.fortran/whatis_type.exp
9997 * gdb.go/chan.exp
9998 * gdb.go/handcall.exp
9999 * gdb.go/hello.exp
10000 * gdb.go/integers.exp
10001 * gdb.go/methods.exp
10002 * gdb.go/package.exp
10003 * gdb.go/strings.exp
10004 * gdb.go/types.exp
10005 * gdb.go/unsafe.exp
10006 * gdb.guile/scm-arch.exp
10007 * gdb.guile/scm-block.exp
10008 * gdb.guile/scm-breakpoint.exp
10009 * gdb.guile/scm-cmd.exp
10010 * gdb.guile/scm-disasm.exp
10011 * gdb.guile/scm-equal.exp
10012 * gdb.guile/scm-frame-args.exp
10013 * gdb.guile/scm-frame-inline.exp
10014 * gdb.guile/scm-frame.exp
10015 * gdb.guile/scm-iterator.exp
10016 * gdb.guile/scm-math.exp
10017 * gdb.guile/scm-objfile.exp
10018 * gdb.guile/scm-ports.exp
10019 * gdb.guile/scm-symbol.exp
10020 * gdb.guile/scm-symtab.exp
10021 * gdb.guile/scm-value-cc.exp
10022 * gdb.guile/types-module.exp
10023 * gdb.linespec/break-ask.exp
10024 * gdb.linespec/cpexplicit.exp
10025 * gdb.linespec/explicit.exp
10026 * gdb.linespec/keywords.exp
10027 * gdb.linespec/linespec.exp
10028 * gdb.linespec/ls-dollar.exp
10029 * gdb.linespec/ls-errs.exp
10030 * gdb.linespec/skip-two.exp
10031 * gdb.linespec/thread.exp
10032 * gdb.mi/mi-async.exp
10033 * gdb.mi/mi-basics.exp
10034 * gdb.mi/mi-break.exp
10035 * gdb.mi/mi-catch-load.exp
10036 * gdb.mi/mi-cli.exp
10037 * gdb.mi/mi-cmd-param-changed.exp
10038 * gdb.mi/mi-console.exp
10039 * gdb.mi/mi-detach.exp
10040 * gdb.mi/mi-disassemble.exp
10041 * gdb.mi/mi-eval.exp
10042 * gdb.mi/mi-file-transfer.exp
10043 * gdb.mi/mi-file.exp
10044 * gdb.mi/mi-fill-memory.exp
10045 * gdb.mi/mi-inheritance-syntax-error.exp
10046 * gdb.mi/mi-linespec-err-cp.exp
10047 * gdb.mi/mi-logging.exp
10048 * gdb.mi/mi-memory-changed.exp
10049 * gdb.mi/mi-read-memory.exp
10050 * gdb.mi/mi-record-changed.exp
10051 * gdb.mi/mi-reg-undefined.exp
10052 * gdb.mi/mi-regs.exp
10053 * gdb.mi/mi-return.exp
10054 * gdb.mi/mi-reverse.exp
10055 * gdb.mi/mi-simplerun.exp
10056 * gdb.mi/mi-solib.exp
10057 * gdb.mi/mi-stack.exp
10058 * gdb.mi/mi-stepi.exp
10059 * gdb.mi/mi-syn-frame.exp
10060 * gdb.mi/mi-until.exp
10061 * gdb.mi/mi-var-block.exp
10062 * gdb.mi/mi-var-child.exp
10063 * gdb.mi/mi-var-cmd.exp
10064 * gdb.mi/mi-var-cp.exp
10065 * gdb.mi/mi-var-display.exp
10066 * gdb.mi/mi-var-invalidate.exp
10067 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10068 * gdb.mi/mi-vla-fortran.exp
10069 * gdb.mi/mi-watch.exp
10070 * gdb.mi/mi2-var-child.exp
10071 * gdb.mi/user-selected-context-sync.exp
10072 * gdb.modula2/unbounded-array.exp
10073 * gdb.multi/dummy-frame-restore.exp
10074 * gdb.multi/multi-arch-exec.exp
10075 * gdb.multi/multi-arch.exp
10076 * gdb.multi/tids.exp
10077 * gdb.multi/watchpoint-multi.exp
10078 * gdb.opencl/callfuncs.exp
10079 * gdb.opencl/convs_casts.exp
10080 * gdb.opencl/datatypes.exp
10081 * gdb.opencl/operators.exp
10082 * gdb.opencl/vec_comps.exp
10083 * gdb.opt/clobbered-registers-O2.exp
10084 * gdb.opt/inline-break.exp
10085 * gdb.opt/inline-bt.exp
10086 * gdb.opt/inline-cmds.exp
10087 * gdb.opt/inline-locals.exp
10088 * gdb.pascal/case-insensitive-symbols.exp
10089 * gdb.pascal/floats.exp
10090 * gdb.pascal/gdb11492.exp
10091 * gdb.python/lib-types.exp
10092 * gdb.python/py-arch.exp
10093 * gdb.python/py-as-string.exp
10094 * gdb.python/py-bad-printers.exp
10095 * gdb.python/py-block.exp
10096 * gdb.python/py-breakpoint-create-fail.exp
10097 * gdb.python/py-breakpoint.exp
10098 * gdb.python/py-caller-is.exp
10099 * gdb.python/py-cmd.exp
10100 * gdb.python/py-explore-cc.exp
10101 * gdb.python/py-explore.exp
10102 * gdb.python/py-finish-breakpoint.exp
10103 * gdb.python/py-finish-breakpoint2.exp
10104 * gdb.python/py-frame-args.exp
10105 * gdb.python/py-frame-inline.exp
10106 * gdb.python/py-frame.exp
10107 * gdb.python/py-framefilter-mi.exp
10108 * gdb.python/py-infthread.exp
10109 * gdb.python/py-lazy-string.exp
10110 * gdb.python/py-linetable.exp
10111 * gdb.python/py-mi-events.exp
10112 * gdb.python/py-mi-objfile.exp
10113 * gdb.python/py-mi.exp
10114 * gdb.python/py-objfile.exp
10115 * gdb.python/py-pp-integral.exp
10116 * gdb.python/py-pp-maint.exp
10117 * gdb.python/py-pp-re-notag.exp
10118 * gdb.python/py-pp-registration.exp
10119 * gdb.python/py-recurse-unwind.exp
10120 * gdb.python/py-strfns.exp
10121 * gdb.python/py-symbol.exp
10122 * gdb.python/py-symtab.exp
10123 * gdb.python/py-sync-interp.exp
10124 * gdb.python/py-typeprint.exp
10125 * gdb.python/py-unwind-maint.exp
10126 * gdb.python/py-unwind.exp
10127 * gdb.python/py-value-cc.exp
10128 * gdb.python/py-xmethods.exp
10129 * gdb.reverse/amd64-tailcall-reverse.exp
10130 * gdb.reverse/break-precsave.exp
10131 * gdb.reverse/break-reverse.exp
10132 * gdb.reverse/consecutive-precsave.exp
10133 * gdb.reverse/consecutive-reverse.exp
10134 * gdb.reverse/finish-precsave.exp
10135 * gdb.reverse/finish-reverse-bkpt.exp
10136 * gdb.reverse/finish-reverse.exp
10137 * gdb.reverse/fstatat-reverse.exp
10138 * gdb.reverse/getresuid-reverse.exp
10139 * gdb.reverse/i386-precsave.exp
10140 * gdb.reverse/i386-reverse.exp
10141 * gdb.reverse/i386-sse-reverse.exp
10142 * gdb.reverse/i387-env-reverse.exp
10143 * gdb.reverse/i387-stack-reverse.exp
10144 * gdb.reverse/insn-reverse.exp
10145 * gdb.reverse/machinestate-precsave.exp
10146 * gdb.reverse/machinestate.exp
10147 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10148 * gdb.reverse/pipe-reverse.exp
10149 * gdb.reverse/readv-reverse.exp
10150 * gdb.reverse/recvmsg-reverse.exp
10151 * gdb.reverse/rerun-prec.exp
10152 * gdb.reverse/s390-mvcle.exp
10153 * gdb.reverse/step-precsave.exp
10154 * gdb.reverse/step-reverse.exp
10155 * gdb.reverse/time-reverse.exp
10156 * gdb.reverse/until-precsave.exp
10157 * gdb.reverse/until-reverse.exp
10158 * gdb.reverse/waitpid-reverse.exp
10159 * gdb.reverse/watch-precsave.exp
10160 * gdb.reverse/watch-reverse.exp
10161 * gdb.rust/generics.exp
10162 * gdb.rust/methods.exp
10163 * gdb.rust/modules.exp
10164 * gdb.rust/simple.exp
10165 * gdb.server/connect-with-no-symbol-file.exp
10166 * gdb.server/ext-attach.exp
10167 * gdb.server/ext-restart.exp
10168 * gdb.server/ext-wrapper.exp
10169 * gdb.server/file-transfer.exp
10170 * gdb.server/server-exec-info.exp
10171 * gdb.server/server-kill.exp
10172 * gdb.server/server-mon.exp
10173 * gdb.server/wrapper.exp
10174 * gdb.stabs/exclfwd.exp
10175 * gdb.stabs/gdb11479.exp
10176 * gdb.threads/clone-new-thread-event.exp
10177 * gdb.threads/corethreads.exp
10178 * gdb.threads/current-lwp-dead.exp
10179 * gdb.threads/dlopen-libpthread.exp
10180 * gdb.threads/gcore-thread.exp
10181 * gdb.threads/sigstep-threads.exp
10182 * gdb.threads/watchpoint-fork.exp
10183 * gdb.trace/actions-changed.exp
10184 * gdb.trace/backtrace.exp
10185 * gdb.trace/change-loc.exp
10186 * gdb.trace/circ.exp
10187 * gdb.trace/collection.exp
10188 * gdb.trace/disconnected-tracing.exp
10189 * gdb.trace/ftrace.exp
10190 * gdb.trace/mi-trace-frame-collected.exp
10191 * gdb.trace/mi-trace-unavailable.exp
10192 * gdb.trace/mi-traceframe-changed.exp
10193 * gdb.trace/mi-tsv-changed.exp
10194 * gdb.trace/no-attach-trace.exp
10195 * gdb.trace/passc-dyn.exp
10196 * gdb.trace/qtro.exp
10197 * gdb.trace/range-stepping.exp
10198 * gdb.trace/read-memory.exp
10199 * gdb.trace/save-trace.exp
10200 * gdb.trace/signal.exp
10201 * gdb.trace/status-stop.exp
10202 * gdb.trace/tfile.exp
10203 * gdb.trace/trace-break.exp
10204 * gdb.trace/trace-buffer-size.exp
10205 * gdb.trace/trace-condition.exp
10206 * gdb.trace/tracefile-pseudo-reg.exp
10207 * gdb.trace/tstatus.exp
10208 * gdb.trace/unavailable.exp
10209 * gdb.trace/while-dyn.exp
10210 * gdb.trace/while-stepping.exp
10211
10212 2016-12-22 Doug Evans <xdje42@gmail.com>
10213
10214 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10215 and msymbols.
10216
10217 2016-12-19 Yao Qi <yao.qi@linaro.org>
10218
10219 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10220 (test_with_self): Don't call do_steps_and_nexts, and remove
10221 code about stepping into xmalloc.
10222
10223 2016-12-09 Yao Qi <yao.qi@linaro.org>
10224
10225 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10226
10227 2016-12-09 Yao Qi <yao.qi@linaro.org>
10228
10229 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10230
10231 2016-12-09 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.base/all-architectures-0.exp: New file.
10234 * gdb.base/all-architectures-1.exp: New file.
10235 * gdb.base/all-architectures-2.exp: New file.
10236 * gdb.base/all-architectures-3.exp: New file.
10237 * gdb.base/all-architectures-4.exp: New file.
10238 * gdb.base/all-architectures-5.exp: New file.
10239 * gdb.base/all-architectures-6.exp: New file.
10240 * gdb.base/all-architectures-7.exp: New file.
10241 * gdb.base/all-architectures.exp.in: New file.
10242
10243 2016-12-09 Yao Qi <yao.qi@linaro.org>
10244
10245 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10246
10247 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10248
10249 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10250 possible.
10251 Remove useless pattern-matching code.
10252
10253 2016-12-02 Pedro Alves <palves@redhat.com>
10254
10255 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10256 procedure.
10257 (top level): Call it.
10258
10259 2016-12-02 Pedro Alves <palves@redhat.com>
10260
10261 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10262 New procedure.
10263 (top level): Call it.
10264
10265 2016-12-02 Pedro Alves <palves@redhat.com>
10266
10267 PR cli/20559
10268 * gdb.base/commands.exp (user_defined_command_args_eval): New
10269 procedure.
10270 (top level): Call it.
10271
10272 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10273
10274 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10275 timeout handling.
10276
10277 2016-12-02 Tom Tromey <tom@tromey.com>
10278
10279 * gdb.dwarf2/main-subprogram.c: New file.
10280 * gdb.dwarf2/main-subprogram.exp: New file.
10281
10282 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10283
10284 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10285 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10286 gdb_test_no_output for a couple of cases.
10287 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10288
10289 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10290
10291 Fix test names and standardize compilation error messages throughout
10292 the following files:
10293
10294 * gdb.ada/start.exp
10295 * gdb.arch/alpha-step.exp
10296 * gdb.arch/e500-prologue.exp
10297 * gdb.arch/ftrace-insn-reloc.exp
10298 * gdb.arch/gdb1291.exp
10299 * gdb.arch/gdb1431.exp
10300 * gdb.arch/gdb1558.exp
10301 * gdb.arch/i386-dr3-watch.exp
10302 * gdb.arch/i386-sse-stack-align.exp
10303 * gdb.arch/ia64-breakpoint-shadow.exp
10304 * gdb.arch/pa-nullify.exp
10305 * gdb.arch/powerpc-aix-prologue.exp
10306 * gdb.arch/thumb-bx-pc.exp
10307 * gdb.base/annota1.exp
10308 * gdb.base/annota3.exp
10309 * gdb.base/arrayidx.exp
10310 * gdb.base/assign.exp
10311 * gdb.base/attach.exp
10312 * gdb.base/auxv.exp
10313 * gdb.base/bang.exp
10314 * gdb.base/bfp-test.exp
10315 * gdb.base/bigcore.exp
10316 * gdb.base/bitfields2.exp
10317 * gdb.base/break-fun-addr.exp
10318 * gdb.base/break-probes.exp
10319 * gdb.base/call-rt-st.exp
10320 * gdb.base/callexit.exp
10321 * gdb.base/catch-fork-kill.exp
10322 * gdb.base/charset.exp
10323 * gdb.base/checkpoint.exp
10324 * gdb.base/comprdebug.exp
10325 * gdb.base/constvars.exp
10326 * gdb.base/coredump-filter.exp
10327 * gdb.base/cursal.exp
10328 * gdb.base/cvexpr.exp
10329 * gdb.base/detach.exp
10330 * gdb.base/display.exp
10331 * gdb.base/dmsym.exp
10332 * gdb.base/dprintf-pending.exp
10333 * gdb.base/dso2dso.exp
10334 * gdb.base/dtrace-probe.exp
10335 * gdb.base/dump.exp
10336 * gdb.base/enum_cond.exp
10337 * gdb.base/exe-lock.exp
10338 * gdb.base/exec-invalid-sysroot.exp
10339 * gdb.base/execl-update-breakpoints.exp
10340 * gdb.base/exprs.exp
10341 * gdb.base/fileio.exp
10342 * gdb.base/find.exp
10343 * gdb.base/finish.exp
10344 * gdb.base/fixsection.exp
10345 * gdb.base/foll-vfork.exp
10346 * gdb.base/frame-args.exp
10347 * gdb.base/gcore.exp
10348 * gdb.base/gdb1250.exp
10349 * gdb.base/global-var-nested-by-dso.exp
10350 * gdb.base/gnu-ifunc.exp
10351 * gdb.base/hashline1.exp
10352 * gdb.base/hashline2.exp
10353 * gdb.base/hashline3.exp
10354 * gdb.base/hbreak-in-shr-unsupported.exp
10355 * gdb.base/huge.exp
10356 * gdb.base/infcall-input.exp
10357 * gdb.base/info-fun.exp
10358 * gdb.base/info-shared.exp
10359 * gdb.base/jit-simple.exp
10360 * gdb.base/jit-so.exp
10361 * gdb.base/jit.exp
10362 * gdb.base/jump.exp
10363 * gdb.base/label.exp
10364 * gdb.base/lineinc.exp
10365 * gdb.base/logical.exp
10366 * gdb.base/longjmp.exp
10367 * gdb.base/macscp.exp
10368 * gdb.base/miscexprs.exp
10369 * gdb.base/new-ui-echo.exp
10370 * gdb.base/new-ui-pending-input.exp
10371 * gdb.base/new-ui.exp
10372 * gdb.base/nodebug.exp
10373 * gdb.base/nofield.exp
10374 * gdb.base/offsets.exp
10375 * gdb.base/overlays.exp
10376 * gdb.base/pending.exp
10377 * gdb.base/pointers.exp
10378 * gdb.base/pr11022.exp
10379 * gdb.base/printcmds.exp
10380 * gdb.base/prologue.exp
10381 * gdb.base/ptr-typedef.exp
10382 * gdb.base/realname-expand.exp
10383 * gdb.base/relativedebug.exp
10384 * gdb.base/relocate.exp
10385 * gdb.base/remote.exp
10386 * gdb.base/reread.exp
10387 * gdb.base/return2.exp
10388 * gdb.base/savedregs.exp
10389 * gdb.base/sep.exp
10390 * gdb.base/sepdebug.exp
10391 * gdb.base/sepsymtab.exp
10392 * gdb.base/set-inferior-tty.exp
10393 * gdb.base/setshow.exp
10394 * gdb.base/shlib-call.exp
10395 * gdb.base/sigaltstack.exp
10396 * gdb.base/siginfo-addr.exp
10397 * gdb.base/signals.exp
10398 * gdb.base/signull.exp
10399 * gdb.base/sigrepeat.exp
10400 * gdb.base/so-impl-ld.exp
10401 * gdb.base/solib-display.exp
10402 * gdb.base/solib-overlap.exp
10403 * gdb.base/solib-search.exp
10404 * gdb.base/solib-symbol.exp
10405 * gdb.base/structs.exp
10406 * gdb.base/structs2.exp
10407 * gdb.base/symtab-search-order.exp
10408 * gdb.base/twice.exp
10409 * gdb.base/unload.exp
10410 * gdb.base/varargs.exp
10411 * gdb.base/watchpoint-solib.exp
10412 * gdb.base/watchpoint.exp
10413 * gdb.base/whatis.exp
10414 * gdb.base/wrong_frame_bt_full.exp
10415 * gdb.btrace/dlopen.exp
10416 * gdb.cell/ea-standalone.exp
10417 * gdb.cell/ea-test.exp
10418 * gdb.cp/dispcxx.exp
10419 * gdb.cp/gdb2384.exp
10420 * gdb.cp/method2.exp
10421 * gdb.cp/nextoverthrow.exp
10422 * gdb.cp/pr10728.exp
10423 * gdb.disasm/am33.exp
10424 * gdb.disasm/h8300s.exp
10425 * gdb.disasm/mn10300.exp
10426 * gdb.disasm/sh3.exp
10427 * gdb.dwarf2/dw2-dir-file-name.exp
10428 * gdb.fortran/complex.exp
10429 * gdb.fortran/library-module.exp
10430 * gdb.guile/scm-pretty-print.exp
10431 * gdb.guile/scm-symbol.exp
10432 * gdb.guile/scm-type.exp
10433 * gdb.guile/scm-value.exp
10434 * gdb.linespec/linespec.exp
10435 * gdb.mi/gdb701.exp
10436 * gdb.mi/gdb792.exp
10437 * gdb.mi/mi-breakpoint-changed.exp
10438 * gdb.mi/mi-dprintf-pending.exp
10439 * gdb.mi/mi-dprintf.exp
10440 * gdb.mi/mi-exit-code.exp
10441 * gdb.mi/mi-pending.exp
10442 * gdb.mi/mi-solib.exp
10443 * gdb.mi/new-ui-mi-sync.exp
10444 * gdb.mi/pr11022.exp
10445 * gdb.mi/user-selected-context-sync.exp
10446 * gdb.opt/solib-intra-step.exp
10447 * gdb.python/py-events.exp
10448 * gdb.python/py-finish-breakpoint.exp
10449 * gdb.python/py-mi.exp
10450 * gdb.python/py-prettyprint.exp
10451 * gdb.python/py-shared.exp
10452 * gdb.python/py-symbol.exp
10453 * gdb.python/py-template.exp
10454 * gdb.python/py-type.exp
10455 * gdb.python/py-value.exp
10456 * gdb.reverse/solib-precsave.exp
10457 * gdb.reverse/solib-reverse.exp
10458 * gdb.server/solib-list.exp
10459 * gdb.stabs/weird.exp
10460 * gdb.threads/reconnect-signal.exp
10461 * gdb.threads/stepi-random-signal.exp
10462 * gdb.trace/actions.exp
10463 * gdb.trace/ax.exp
10464 * gdb.trace/backtrace.exp
10465 * gdb.trace/change-loc.exp
10466 * gdb.trace/deltrace.exp
10467 * gdb.trace/ftrace-lock.exp
10468 * gdb.trace/ftrace.exp
10469 * gdb.trace/infotrace.exp
10470 * gdb.trace/mi-tracepoint-changed.exp
10471 * gdb.trace/packetlen.exp
10472 * gdb.trace/passcount.exp
10473 * gdb.trace/pending.exp
10474 * gdb.trace/range-stepping.exp
10475 * gdb.trace/report.exp
10476 * gdb.trace/stap-trace.exp
10477 * gdb.trace/tfind.exp
10478 * gdb.trace/trace-break.exp
10479 * gdb.trace/trace-condition.exp
10480 * gdb.trace/trace-enable-disable.exp
10481 * gdb.trace/trace-mt.exp
10482 * gdb.trace/tracecmd.exp
10483 * gdb.trace/tspeed.exp
10484 * gdb.trace/tsv.exp
10485 * lib/perftest.exp
10486
10487 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10488
10489 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10490 with gdb_test_no_output.
10491 Use command as test name.
10492
10493 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10494
10495 Fix test names starting with uppercase throughout the files.
10496
10497 * gdb.ada/assign_1.exp
10498 * gdb.ada/boolean_expr.exp
10499 * gdb.base/arrayidx.exp
10500 * gdb.base/del.exp
10501 * gdb.base/gcore-buffer-overflow.exp
10502 * gdb.base/testenv.exp
10503 * gdb.compile/compile.exp
10504 * gdb.python/py-framefilter-invalidarg.exp
10505 * gdb.python/py-framefilter.exp
10506
10507 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10508
10509 Fix test names starting with uppercase throughout the files.
10510
10511 * gdb.ada/array_return.exp
10512 * gdb.ada/expr_delims.exp
10513 * gdb.ada/mi_dyn_arr.exp
10514 * gdb.ada/mi_interface.exp
10515 * gdb.ada/mi_var_array.exp
10516 * gdb.ada/watch_arg.exp
10517 * gdb.arch/alpha-step.exp
10518 * gdb.arch/altivec-regs.exp
10519 * gdb.arch/e500-regs.exp
10520 * gdb.arch/powerpc-d128-regs.exp
10521 * gdb.base/arrayidx.exp
10522 * gdb.base/break.exp
10523 * gdb.base/checkpoint.exp
10524 * gdb.base/debug-expr.exp
10525 * gdb.base/dmsym.exp
10526 * gdb.base/radix.exp
10527 * gdb.base/sepdebug.exp
10528 * gdb.base/testenv.exp
10529 * gdb.base/watch_thread_num.exp
10530 * gdb.base/watchpoint-cond-gone.exp
10531 * gdb.cell/break.exp
10532 * gdb.cell/ea-cache.exp
10533 * gdb.compile/compile.exp
10534 * gdb.cp/gdb2495.exp
10535 * gdb.gdb/selftest.exp
10536 * gdb.gdb/xfullpath.exp
10537 * gdb.go/hello.exp
10538 * gdb.go/integers.exp
10539 * gdb.objc/basicclass.exp
10540 * gdb.pascal/hello.exp
10541 * gdb.pascal/integers.exp
10542 * gdb.python/py-breakpoint.exp
10543 * gdb.python/py-cmd.exp
10544 * gdb.python/py-linetable.exp
10545 * gdb.python/py-xmethods.exp
10546 * gdb.python/python.exp
10547 * gdb.reverse/consecutive-precsave.exp
10548 * gdb.reverse/finish-precsave.exp
10549 * gdb.reverse/i386-precsave.exp
10550 * gdb.reverse/machinestate-precsave.exp
10551 * gdb.reverse/sigall-precsave.exp
10552 * gdb.reverse/solib-precsave.exp
10553 * gdb.reverse/step-precsave.exp
10554 * gdb.reverse/until-precsave.exp
10555 * gdb.reverse/watch-precsave.exp
10556 * gdb.threads/leader-exit.exp
10557 * gdb.threads/pthreads.exp
10558 * gdb.threads/wp-replication.exp
10559 * gdb.trace/actions.exp
10560 * gdb.trace/mi-tsv-changed.exp
10561 * gdb.trace/tsv.exp
10562
10563 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10564
10565 Fix test names starting with uppercase throughout the files.
10566
10567 * gdb.arch/i386-bp_permanent.exp
10568 * gdb.arch/i386-gnu-cfi.exp
10569 * gdb.base/disasm-end-cu.exp
10570 * gdb.base/macscp.exp
10571 * gdb.base/pending.exp
10572 * gdb.base/watch_thread_num.exp
10573 * gdb.cp/exception.exp
10574 * gdb.cp/gdb2495.exp
10575 * gdb.cp/local.exp
10576 * gdb.python/py-evsignal.exp
10577 * gdb.python/python.exp
10578 * gdb.trace/tracecmd.exp
10579
10580 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10581
10582 Fix test names starting with uppercase throughout the files.
10583
10584 * gdb.base/charset.exp
10585 * gdb.base/eval.exp
10586 * gdb.base/multi-forks.exp
10587 * gdb.guile/scm-progspace.exp
10588 * gdb.opencl/datatypes.exp
10589 * gdb.python/py-block.exp
10590 * gdb.python/py-function.exp
10591 * gdb.python/py-symbol.exp
10592 * gdb.python/py-symtab.exp
10593 * gdb.python/py-xmethods.exp
10594 * gdb.reverse/break-precsave.exp
10595 * gdb.reverse/break-reverse.exp
10596 * gdb.reverse/consecutive-precsave.exp
10597 * gdb.reverse/consecutive-reverse.exp
10598 * gdb.reverse/finish-precsave.exp
10599 * gdb.reverse/finish-reverse-bkpt.exp
10600 * gdb.reverse/finish-reverse.exp
10601 * gdb.reverse/fstatat-reverse.exp
10602 * gdb.reverse/getresuid-reverse.exp
10603 * gdb.reverse/i386-precsave.exp
10604 * gdb.reverse/i386-reverse.exp
10605 * gdb.reverse/i386-sse-reverse.exp
10606 * gdb.reverse/i387-stack-reverse.exp
10607 * gdb.reverse/insn-reverse.exp
10608 * gdb.reverse/machinestate-precsave.exp
10609 * gdb.reverse/machinestate.exp
10610 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10611 * gdb.reverse/pipe-reverse.exp
10612 * gdb.reverse/readv-reverse.exp
10613 * gdb.reverse/recvmsg-reverse.exp
10614 * gdb.reverse/rerun-prec.exp
10615 * gdb.reverse/s390-mvcle.exp
10616 * gdb.reverse/sigall-precsave.exp
10617 * gdb.reverse/sigall-reverse.exp
10618 * gdb.reverse/solib-precsave.exp
10619 * gdb.reverse/solib-reverse.exp
10620 * gdb.reverse/step-precsave.exp
10621 * gdb.reverse/step-reverse.exp
10622 * gdb.reverse/time-reverse.exp
10623 * gdb.reverse/until-precsave.exp
10624 * gdb.reverse/until-reverse.exp
10625 * gdb.reverse/waitpid-reverse.exp
10626 * gdb.reverse/watch-precsave.exp
10627 * gdb.reverse/watch-reverse.exp
10628
10629 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10630
10631 Fix test names starting with uppercase throughout the files.
10632
10633 * gdb.arch/i386-mpx-simple_segv.exp
10634 * gdb.arch/i386-mpx.exp
10635 * gdb.arch/i386-permbkpt.exp
10636 * gdb.arch/pa-nullify.exp
10637 * gdb.arch/powerpc-d128-regs.exp
10638 * gdb.arch/vsx-regs.exp
10639 * gdb.base/bfp-test.exp
10640 * gdb.base/break.exp
10641 * gdb.base/breakpoint-shadow.exp
10642 * gdb.base/callfuncs.exp
10643 * gdb.base/charset.exp
10644 * gdb.base/commands.exp
10645 * gdb.base/completion.exp
10646 * gdb.base/dfp-test.exp
10647 * gdb.base/echo.exp
10648 * gdb.base/ending-run.exp
10649 * gdb.base/eval.exp
10650 * gdb.base/expand-psymtabs.exp
10651 * gdb.base/float128.exp
10652 * gdb.base/floatn.exp
10653 * gdb.base/foll-exec-mode.exp
10654 * gdb.base/gdb1056.exp
10655 * gdb.base/gdb11531.exp
10656 * gdb.base/kill-after-signal.exp
10657 * gdb.base/multi-forks.exp
10658 * gdb.base/overlays.exp
10659 * gdb.base/pending.exp
10660 * gdb.base/sepdebug.exp
10661 * gdb.base/testenv.exp
10662 * gdb.base/valgrind-db-attach.exp
10663 * gdb.base/watch_thread_num.exp
10664 * gdb.base/watchpoint-cond-gone.exp
10665 * gdb.base/watchpoint.exp
10666 * gdb.base/watchpoints.exp
10667 * gdb.cp/arg-reference.exp
10668 * gdb.cp/baseenum.exp
10669 * gdb.cp/operator.exp
10670 * gdb.cp/shadow.exp
10671 * gdb.dwarf2/dw2-op-out-param.exp
10672 * gdb.dwarf2/dw2-reg-undefined.exp
10673 * gdb.go/chan.exp
10674 * gdb.go/hello.exp
10675 * gdb.go/integers.exp
10676 * gdb.go/methods.exp
10677 * gdb.go/package.exp
10678 * gdb.guile/scm-parameter.exp
10679 * gdb.guile/scm-progspace.exp
10680 * gdb.guile/scm-value.exp
10681 * gdb.mi/mi-pending.exp
10682 * gdb.mi/user-selected-context-sync.exp
10683 * gdb.multi/multi-attach.exp
10684 * gdb.multi/tids.exp
10685 * gdb.opt/clobbered-registers-O2.exp
10686 * gdb.pascal/floats.exp
10687 * gdb.pascal/integers.exp
10688 * gdb.python/py-block.exp
10689 * gdb.python/py-events.exp
10690 * gdb.python/py-parameter.exp
10691 * gdb.python/py-symbol.exp
10692 * gdb.python/py-symtab.exp
10693 * gdb.python/py-type.exp
10694 * gdb.python/py-value.exp
10695 * gdb.python/py-xmethods.exp
10696 * gdb.python/python.exp
10697 * gdb.reverse/break-precsave.exp
10698 * gdb.reverse/consecutive-precsave.exp
10699 * gdb.reverse/finish-precsave.exp
10700 * gdb.reverse/i386-precsave.exp
10701 * gdb.reverse/machinestate-precsave.exp
10702 * gdb.reverse/sigall-precsave.exp
10703 * gdb.reverse/solib-precsave.exp
10704 * gdb.reverse/step-precsave.exp
10705 * gdb.reverse/until-precsave.exp
10706 * gdb.reverse/watch-precsave.exp
10707 * gdb.server/ext-attach.exp
10708 * gdb.server/ext-restart.exp
10709 * gdb.server/ext-run.exp
10710 * gdb.server/ext-wrapper.exp
10711 * gdb.stabs/gdb11479.exp
10712 * gdb.stabs/weird.exp
10713 * gdb.threads/attach-many-short-lived-threads.exp
10714 * gdb.threads/kill.exp
10715 * gdb.threads/watchpoint-fork.exp
10716
10717 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10718
10719 Fix test names starting with uppercase throughout all the files below.
10720
10721 * gdb.ada/array_return.exp
10722 * gdb.ada/catch_ex.exp
10723 * gdb.ada/info_exc.exp
10724 * gdb.ada/mi_catch_ex.exp
10725 * gdb.ada/mi_dyn_arr.exp
10726 * gdb.ada/mi_ex_cond.exp
10727 * gdb.ada/mi_exc_info.exp
10728 * gdb.ada/mi_interface.exp
10729 * gdb.ada/mi_task_arg.exp
10730 * gdb.ada/mi_task_info.exp
10731 * gdb.ada/mi_var_array.exp
10732 * gdb.arch/alpha-step.exp
10733 * gdb.arch/amd64-disp-step.exp
10734 * gdb.arch/arm-disp-step.exp
10735 * gdb.arch/disp-step-insn-reloc.exp
10736 * gdb.arch/e500-prologue.exp
10737 * gdb.arch/ftrace-insn-reloc.exp
10738 * gdb.arch/gdb1558.exp
10739 * gdb.arch/i386-bp_permanent.exp
10740 * gdb.arch/i386-disp-step.exp
10741 * gdb.arch/i386-float.exp
10742 * gdb.arch/i386-gnu-cfi.exp
10743 * gdb.arch/ia64-breakpoint-shadow.exp
10744 * gdb.arch/mips16-thunks.exp
10745 * gdb.arch/pa-nullify.exp
10746 * gdb.arch/powerpc-aix-prologue.exp
10747 * gdb.arch/powerpc-power.exp
10748 * gdb.arch/ppc-dfp.exp
10749 * gdb.arch/s390-tdbregs.exp
10750 * gdb.arch/spu-info.exp
10751 * gdb.arch/spu-ls.exp
10752 * gdb.arch/thumb-bx-pc.exp
10753 * gdb.base/advance.exp
10754 * gdb.base/annota-input-while-running.exp
10755 * gdb.base/arrayidx.exp
10756 * gdb.base/asmlabel.exp
10757 * gdb.base/async.exp
10758 * gdb.base/attach-wait-input.exp
10759 * gdb.base/auto-connect-native-target.exp
10760 * gdb.base/batch-preserve-term-settings.exp
10761 * gdb.base/bfp-test.exp
10762 * gdb.base/bigcore.exp
10763 * gdb.base/bp-permanent.exp
10764 * gdb.base/break-always.exp
10765 * gdb.base/break-fun-addr.exp
10766 * gdb.base/break-idempotent.exp
10767 * gdb.base/break-main-file-remove-fail.exp
10768 * gdb.base/break-probes.exp
10769 * gdb.base/break-unload-file.exp
10770 * gdb.base/break.exp
10771 * gdb.base/call-ar-st.exp
10772 * gdb.base/call-rt-st.exp
10773 * gdb.base/call-sc.exp
10774 * gdb.base/call-signal-resume.exp
10775 * gdb.base/call-strs.exp
10776 * gdb.base/callexit.exp
10777 * gdb.base/callfuncs.exp
10778 * gdb.base/catch-gdb-caused-signals.exp
10779 * gdb.base/catch-signal-siginfo-cond.exp
10780 * gdb.base/catch-syscall.exp
10781 * gdb.base/compare-sections.exp
10782 * gdb.base/cond-eval-mode.exp
10783 * gdb.base/condbreak-call-false.exp
10784 * gdb.base/consecutive-step-over.exp
10785 * gdb.base/cursal.exp
10786 * gdb.base/disabled-location.exp
10787 * gdb.base/disasm-end-cu.exp
10788 * gdb.base/display.exp
10789 * gdb.base/double-prompt-target-event-error.exp
10790 * gdb.base/dprintf-bp-same-addr.exp
10791 * gdb.base/dprintf-detach.exp
10792 * gdb.base/dprintf-next.exp
10793 * gdb.base/dprintf-non-stop.exp
10794 * gdb.base/dprintf-pending.exp
10795 * gdb.base/dso2dso.exp
10796 * gdb.base/ending-run.exp
10797 * gdb.base/enum_cond.exp
10798 * gdb.base/examine-backward.exp
10799 * gdb.base/exe-lock.exp
10800 * gdb.base/exec-invalid-sysroot.exp
10801 * gdb.base/execl-update-breakpoints.exp
10802 * gdb.base/execution-termios.exp
10803 * gdb.base/fileio.exp
10804 * gdb.base/fixsection.exp
10805 * gdb.base/foll-exec-mode.exp
10806 * gdb.base/foll-exec.exp
10807 * gdb.base/fork-running-state.exp
10808 * gdb.base/frame-args.exp
10809 * gdb.base/fullpath-expand.exp
10810 * gdb.base/func-ptr.exp
10811 * gdb.base/gcore-relro-pie.exp
10812 * gdb.base/gdb1090.exp
10813 * gdb.base/gdb1555.exp
10814 * gdb.base/global-var-nested-by-dso.exp
10815 * gdb.base/gnu-ifunc.exp
10816 * gdb.base/hbreak-in-shr-unsupported.exp
10817 * gdb.base/hbreak-unmapped.exp
10818 * gdb.base/hook-stop.exp
10819 * gdb.base/infcall-input.exp
10820 * gdb.base/info-fun.exp
10821 * gdb.base/info-shared.exp
10822 * gdb.base/interrupt-noterm.exp
10823 * gdb.base/jit-so.exp
10824 * gdb.base/jit.exp
10825 * gdb.base/line-symtabs.exp
10826 * gdb.base/list.exp
10827 * gdb.base/longjmp.exp
10828 * gdb.base/macscp.exp
10829 * gdb.base/max-value-size.exp
10830 * gdb.base/nodebug.exp
10831 * gdb.base/nofield.exp
10832 * gdb.base/overlays.exp
10833 * gdb.base/paginate-after-ctrl-c-running.exp
10834 * gdb.base/paginate-bg-execution.exp
10835 * gdb.base/paginate-inferior-exit.exp
10836 * gdb.base/pending.exp
10837 * gdb.base/pr11022.exp
10838 * gdb.base/printcmds.exp
10839 * gdb.base/ptr-typedef.exp
10840 * gdb.base/ptype.exp
10841 * gdb.base/randomize.exp
10842 * gdb.base/range-stepping.exp
10843 * gdb.base/realname-expand.exp
10844 * gdb.base/relativedebug.exp
10845 * gdb.base/remote.exp
10846 * gdb.base/savedregs.exp
10847 * gdb.base/sepdebug.exp
10848 * gdb.base/set-noassign.exp
10849 * gdb.base/shlib-call.exp
10850 * gdb.base/shreloc.exp
10851 * gdb.base/sigaltstack.exp
10852 * gdb.base/sigbpt.exp
10853 * gdb.base/siginfo-addr.exp
10854 * gdb.base/siginfo-obj.exp
10855 * gdb.base/siginfo-thread.exp
10856 * gdb.base/signest.exp
10857 * gdb.base/signull.exp
10858 * gdb.base/sigrepeat.exp
10859 * gdb.base/skip.exp
10860 * gdb.base/so-impl-ld.exp
10861 * gdb.base/solib-corrupted.exp
10862 * gdb.base/solib-disc.exp
10863 * gdb.base/solib-display.exp
10864 * gdb.base/solib-overlap.exp
10865 * gdb.base/solib-search.exp
10866 * gdb.base/solib-symbol.exp
10867 * gdb.base/source-execution.exp
10868 * gdb.base/sss-bp-on-user-bp-2.exp
10869 * gdb.base/sss-bp-on-user-bp.exp
10870 * gdb.base/stack-checking.exp
10871 * gdb.base/stale-infcall.exp
10872 * gdb.base/step-break.exp
10873 * gdb.base/step-line.exp
10874 * gdb.base/step-over-exit.exp
10875 * gdb.base/step-test.exp
10876 * gdb.base/structs.exp
10877 * gdb.base/sym-file.exp
10878 * gdb.base/symtab-search-order.exp
10879 * gdb.base/term.exp
10880 * gdb.base/type-opaque.exp
10881 * gdb.base/unload.exp
10882 * gdb.base/until-nodebug.exp
10883 * gdb.base/until.exp
10884 * gdb.base/unwindonsignal.exp
10885 * gdb.base/watch-cond.exp
10886 * gdb.base/watch-non-mem.exp
10887 * gdb.base/watch_thread_num.exp
10888 * gdb.base/watchpoint-reuse-slot.exp
10889 * gdb.base/watchpoint-solib.exp
10890 * gdb.base/watchpoint.exp
10891 * gdb.btrace/dlopen.exp
10892 * gdb.cell/arch.exp
10893 * gdb.cell/break.exp
10894 * gdb.cell/bt.exp
10895 * gdb.cell/core.exp
10896 * gdb.cell/data.exp
10897 * gdb.cell/dwarfaddr.exp
10898 * gdb.cell/ea-cache.exp
10899 * gdb.cell/ea-standalone.exp
10900 * gdb.cell/ea-test.exp
10901 * gdb.cell/f-regs.exp
10902 * gdb.cell/fork.exp
10903 * gdb.cell/gcore.exp
10904 * gdb.cell/mem-access.exp
10905 * gdb.cell/ptype.exp
10906 * gdb.cell/registers.exp
10907 * gdb.cell/sizeof.exp
10908 * gdb.cell/solib-symbol.exp
10909 * gdb.cell/solib.exp
10910 * gdb.compile/compile-tls.exp
10911 * gdb.cp/exception.exp
10912 * gdb.cp/gdb2495.exp
10913 * gdb.cp/local.exp
10914 * gdb.cp/mb-inline.exp
10915 * gdb.cp/mb-templates.exp
10916 * gdb.cp/pr10687.exp
10917 * gdb.cp/pr9167.exp
10918 * gdb.cp/scope-err.exp
10919 * gdb.cp/templates.exp
10920 * gdb.cp/virtfunc.exp
10921 * gdb.dwarf2/dw2-dir-file-name.exp
10922 * gdb.dwarf2/dw2-single-line-discriminators.exp
10923 * gdb.fortran/complex.exp
10924 * gdb.fortran/library-module.exp
10925 * gdb.guile/guile.exp
10926 * gdb.guile/scm-cmd.exp
10927 * gdb.guile/scm-frame-inline.exp
10928 * gdb.guile/scm-objfile.exp
10929 * gdb.guile/scm-pretty-print.exp
10930 * gdb.guile/scm-symbol.exp
10931 * gdb.guile/scm-type.exp
10932 * gdb.guile/scm-value.exp
10933 * gdb.linespec/keywords.exp
10934 * gdb.linespec/ls-errs.exp
10935 * gdb.linespec/macro-relative.exp
10936 * gdb.linespec/thread.exp
10937 * gdb.mi/mi-breakpoint-changed.exp
10938 * gdb.mi/mi-dprintf-pending.exp
10939 * gdb.mi/mi-fullname-deleted.exp
10940 * gdb.mi/mi-logging.exp
10941 * gdb.mi/mi-pending.exp
10942 * gdb.mi/mi-solib.exp
10943 * gdb.mi/new-ui-mi-sync.exp
10944 * gdb.mi/user-selected-context-sync.exp
10945 * gdb.multi/dummy-frame-restore.exp
10946 * gdb.multi/multi-arch-exec.exp
10947 * gdb.multi/remove-inferiors.exp
10948 * gdb.multi/watchpoint-multi-exit.exp
10949 * gdb.opt/solib-intra-step.exp
10950 * gdb.perf/backtrace.exp
10951 * gdb.perf/single-step.exp
10952 * gdb.perf/skip-command.exp
10953 * gdb.perf/skip-prologue.exp
10954 * gdb.perf/solib.exp
10955 * gdb.python/lib-types.exp
10956 * gdb.python/py-as-string.exp
10957 * gdb.python/py-bad-printers.exp
10958 * gdb.python/py-block.exp
10959 * gdb.python/py-breakpoint.exp
10960 * gdb.python/py-cmd.exp
10961 * gdb.python/py-events.exp
10962 * gdb.python/py-evthreads.exp
10963 * gdb.python/py-finish-breakpoint.exp
10964 * gdb.python/py-finish-breakpoint2.exp
10965 * gdb.python/py-frame-inline.exp
10966 * gdb.python/py-frame.exp
10967 * gdb.python/py-inferior.exp
10968 * gdb.python/py-infthread.exp
10969 * gdb.python/py-mi.exp
10970 * gdb.python/py-objfile.exp
10971 * gdb.python/py-pp-maint.exp
10972 * gdb.python/py-pp-registration.exp
10973 * gdb.python/py-prettyprint.exp
10974 * gdb.python/py-recurse-unwind.exp
10975 * gdb.python/py-shared.exp
10976 * gdb.python/py-symbol.exp
10977 * gdb.python/py-symtab.exp
10978 * gdb.python/py-template.exp
10979 * gdb.python/py-type.exp
10980 * gdb.python/py-unwind-maint.exp
10981 * gdb.python/py-unwind.exp
10982 * gdb.python/py-value.exp
10983 * gdb.python/python.exp
10984 * gdb.reverse/finish-reverse-bkpt.exp
10985 * gdb.reverse/insn-reverse.exp
10986 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10987 * gdb.reverse/solib-precsave.exp
10988 * gdb.reverse/solib-reverse.exp
10989 * gdb.stabs/gdb11479.exp
10990 * gdb.stabs/weird.exp
10991 * gdb.threads/fork-child-threads.exp
10992 * gdb.threads/fork-plus-threads.exp
10993 * gdb.threads/fork-thread-pending.exp
10994 * gdb.threads/forking-threads-plus-breakpoint.exp
10995 * gdb.threads/hand-call-in-threads.exp
10996 * gdb.threads/interrupted-hand-call.exp
10997 * gdb.threads/linux-dp.exp
10998 * gdb.threads/local-watch-wrong-thread.exp
10999 * gdb.threads/next-while-other-thread-longjmps.exp
11000 * gdb.threads/non-ldr-exit.exp
11001 * gdb.threads/pending-step.exp
11002 * gdb.threads/print-threads.exp
11003 * gdb.threads/process-dies-while-detaching.exp
11004 * gdb.threads/process-dies-while-handling-bp.exp
11005 * gdb.threads/pthreads.exp
11006 * gdb.threads/queue-signal.exp
11007 * gdb.threads/reconnect-signal.exp
11008 * gdb.threads/signal-command-handle-nopass.exp
11009 * gdb.threads/signal-command-multiple-signals-pending.exp
11010 * gdb.threads/signal-delivered-right-thread.exp
11011 * gdb.threads/signal-sigtrap.exp
11012 * gdb.threads/sigthread.exp
11013 * gdb.threads/staticthreads.exp
11014 * gdb.threads/stepi-random-signal.exp
11015 * gdb.threads/thread-unwindonsignal.exp
11016 * gdb.threads/thread_check.exp
11017 * gdb.threads/thread_events.exp
11018 * gdb.threads/tid-reuse.exp
11019 * gdb.threads/tls-nodebug.exp
11020 * gdb.threads/tls-shared.exp
11021 * gdb.threads/tls-so_extern.exp
11022 * gdb.threads/tls.exp
11023 * gdb.threads/wp-replication.exp
11024 * gdb.trace/actions-changed.exp
11025 * gdb.trace/actions.exp
11026 * gdb.trace/backtrace.exp
11027 * gdb.trace/change-loc.exp
11028 * gdb.trace/collection.exp
11029 * gdb.trace/deltrace.exp
11030 * gdb.trace/disconnected-tracing.exp
11031 * gdb.trace/entry-values.exp
11032 * gdb.trace/ftrace-lock.exp
11033 * gdb.trace/ftrace.exp
11034 * gdb.trace/infotrace.exp
11035 * gdb.trace/mi-trace-frame-collected.exp
11036 * gdb.trace/mi-trace-unavailable.exp
11037 * gdb.trace/mi-traceframe-changed.exp
11038 * gdb.trace/mi-tracepoint-changed.exp
11039 * gdb.trace/mi-tsv-changed.exp
11040 * gdb.trace/no-attach-trace.exp
11041 * gdb.trace/packetlen.exp
11042 * gdb.trace/passc-dyn.exp
11043 * gdb.trace/passcount.exp
11044 * gdb.trace/pending.exp
11045 * gdb.trace/pr16508.exp
11046 * gdb.trace/qtro.exp
11047 * gdb.trace/range-stepping.exp
11048 * gdb.trace/read-memory.exp
11049 * gdb.trace/report.exp
11050 * gdb.trace/save-trace.exp
11051 * gdb.trace/signal.exp
11052 * gdb.trace/stap-trace.exp
11053 * gdb.trace/status-stop.exp
11054 * gdb.trace/strace.exp
11055 * gdb.trace/tfile.exp
11056 * gdb.trace/tfind.exp
11057 * gdb.trace/trace-break.exp
11058 * gdb.trace/trace-condition.exp
11059 * gdb.trace/trace-enable-disable.exp
11060 * gdb.trace/trace-mt.exp
11061 * gdb.trace/tracecmd.exp
11062 * gdb.trace/tracefile-pseudo-reg.exp
11063 * gdb.trace/tspeed.exp
11064 * gdb.trace/tstatus.exp
11065 * gdb.trace/tsv.exp
11066 * gdb.trace/unavailable.exp
11067 * gdb.trace/while-dyn.exp
11068 * gdb.trace/while-stepping.exp
11069 * lib/gdb-guile.exp
11070 * lib/gdb.exp
11071 * lib/mi-support.exp
11072 * lib/pascal.exp
11073 * lib/perftest.exp
11074 * lib/prelink-support.exp
11075 * lib/selftest-support.exp
11076
11077 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11078
11079 * Makefile.in: Include disable-implicit-rules.mk.
11080
11081 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11082
11083 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11084 non-byte-aligned bit fields.
11085
11086 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11087
11088 PR gdb/12616
11089 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11090 respects the DW_AT_data_bit_offset attribute.
11091
11092 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11093
11094 * gdb.base/default.exp: Fix output of "set language".
11095
11096 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11097
11098 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11099 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11100 make.
11101 * configure.ac: Remove checks for the make program.
11102 * configure: Re-generate.
11103
11104 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11105
11106 * gdb.python/py-recurse-unwind.c (main): Add loop.
11107 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11108 to read_register() and gdb.parse_and_eval(). Make each code
11109 call a separate case that can be individually tested.
11110 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11111 proc. Call cont_and_backtrace for each of the code paths that
11112 we want to test in the unwinder.
11113
11114 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11115
11116 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11117 the definition of struct S.
11118
11119 2016-11-11 Catherine Moore <clm@codesourcery.com>
11120
11121 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11122
11123 2016-11-09 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.base/commands.exp (runto_or_return): New procedure.
11126 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11127 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11128 (progvar_simple_while_test, progvar_complex_if_while_test)
11129 (if_while_breakpoint_command_test)
11130 (infrun_breakpoint_command_test, breakpoint_command_test)
11131 (user_defined_command_test, watchpoint_command_test)
11132 (test_command_prompt_position, redefine_hook_test)
11133 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11134 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11135 multi_line_input and multi_line. Remove gdb_expect and
11136 gdb_stop_suppressing_tests uses.
11137 * lib/gdb.exp (valnum_re): New global.
11138 (multi_line_input): New procedure.
11139
11140 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11141
11142 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11143 Remove.
11144 (test_setup): Define with proc_with_prefix.
11145 (test_cli_inferior): Likewise.
11146 (test_cli_thread): Likewise.
11147 (test_cli_frame): Likewise.
11148 (test_cli_select_frame): Likewise.
11149 (test_cli_up_down): Likewise.
11150 (test_mi_thread_select): Likewise.
11151 (test_mi_stack_select_frame): Likewise.
11152 (test_cli_in_mi_inferior): Likewise.
11153 (test_cli_in_mi_thread): Likewise.
11154 (test_cli_in_mi_frame): Likewise.
11155 (top level): Do not use with_test_prefix_procname.
11156
11157 2016-11-09 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.base/commands.exp (gdbvar_simple_if_test)
11160 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11161 (progvar_simple_if_test, progvar_simple_while_test)
11162 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11163 (infrun_breakpoint_command_test, breakpoint_command_test)
11164 (user_defined_command_test, watchpoint_command_test)
11165 (test_command_prompt_position, deprecated_command_test)
11166 (bp_deleted_in_command, temporary_breakpoint_commands)
11167 (stray_arg0_test, source_file_with_indented_comment)
11168 (recursive_source_test, if_commands_test)
11169 (error_clears_commands_left, redefine_hook_test)
11170 (redefine_backtrace_test): Use proc_with_prefix.
11171 * lib/gdb.exp (proc_with_prefix): New proc.
11172
11173 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11174
11175 * gdb.base/tui-layout.c: New file.
11176 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11177 disassembly window contains very long lines.
11178
11179 2016-11-08 Tom Tromey <tom@tromey.com>
11180
11181 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11182 depend on Python 2.
11183
11184 2016-11-08 Tom Tromey <tom@tromey.com>
11185
11186 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11187 New method.
11188
11189 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11190
11191 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11192
11193 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11194
11195 * gdb.rust/simple.rs: Add test for univariant enums without
11196 discriminants and for encoded struct-like enums.
11197
11198 2016-10-28 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11201 gdb_test_multiple, tighten regexps and match symtabs and line
11202 tables incrementally.
11203
11204 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11205
11206 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11207 general.
11208
11209 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11210
11211 * gdb.base/exec-invalid-sysroot.exp: New file.
11212
11213 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11214
11215 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11216
11217 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11218
11219 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11220
11221 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11222
11223 * gdb.base/killed-outside.exp: Remove $options from a call to
11224 `prepare_for_testing'.
11225
11226 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11227
11228 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11229 Change test message.
11230
11231 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11232
11233 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11234 Update comment.
11235
11236 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11237
11238 * gdb.trace/mi-trace-save.exp: New file.
11239
11240 2016-10-13 Yao Qi <yao.qi@linaro.org>
11241
11242 * gdb.base/code_elim.exp (get_var_address): Remove.
11243 * gdb.base/relocate.exp: Likewise.
11244 * gdb.base/shreloc.exp: Likewise.
11245 * lib/gdb.exp (get_var_address): New.
11246
11247 2016-10-13 Yao Qi <yao.qi@linaro.org>
11248
11249 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11250 floating point tests if $skip_float_test is false.
11251
11252 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11253
11254 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11255 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11256 argc values.
11257 Add 1 to argc so we guarantee distinct initial/modified argc values.
11258
11259 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11260
11261 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11262
11263 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11264
11265 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11266 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11267 * gdb.arch/vsx-regs.exp: Likewise.
11268
11269 2016-10-07 Yao Qi <yao.qi@linaro.org>
11270
11271 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11272
11273 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11274
11275 * gdb.python/python.exp: Test decode_line("*0").
11276
11277 2016-10-06 Doug Evans <dje@google.com>
11278
11279 * gdb.python/py-value.exp (test_value_creation): Add test for large
11280 unsigned 64-bit value.
11281
11282 2016-10-06 Tom Tromey <tom@tromey.com>
11283
11284 * gdb.compile/compile.exp: Change java tests to rust.
11285 * gdb.base/setshow.exp: Change java tests to rust.
11286 * gdb.base/default.exp: Remove java from language list.
11287 * README (Examples): Update language example.
11288 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11289 test.
11290 * lib/gdb.exp (skip_java_tests): Remove.
11291 * lib/java.exp: Remove.
11292 * gdb.java: Remove.
11293
11294 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11295
11296 * gdb.arch/mips-fcr.exp: New test.
11297 * gdb.arch/mips-fcr.c: Source for the new test.
11298
11299 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11300
11301 * gdb.base/solib-disc.exp: Use `standard_output_file'
11302 throughout.
11303
11304 2016-10-06 Pedro Alves <palves@redhat.com>
11305
11306 * gdb.base/jit-simple-dl.c: New file.
11307 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11308 * gdb.base/jit-simple.c: ... this.
11309 * gdb.base/jit-simple.exp (jit_run): Delete.
11310 (build_jit): New proc.
11311 (jit_test_reread): Recompile either the main program or the shared
11312 library, depending on what is being tested. Skip changing address
11313 if caller wants to. Compare before/after addresses. If testing
11314 standalone, explicitly load the binary. Test "maint info
11315 breakpoints".
11316 (top level): Add "standalone vs shared lib" and "change address"
11317 vs "same address" axes.
11318
11319 2016-10-06 Pedro Alves <palves@redhat.com>
11320
11321 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11322 call.
11323 (jit_run): Delete.
11324 (jit_test_reread): Use with_test_prefix. Reload the main binary
11325 explicitly. Compare the before/after addresses of the JIT
11326 descriptor.
11327
11328 2016-08-15 Doug Evans <dje@google.com>
11329
11330 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11331 for single bitfields is bool.
11332 * gdb.xml/tdesc-regs.exp: Ditto.
11333
11334 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11335
11336 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11337
11338 2016-10-05 Yao Qi <yao.qi@linaro.org>
11339
11340 * lib/gdb.exp (support_complex_tests): Return zero if
11341 gdb_skip_float_test return true.
11342
11343 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11344 Simon Marchi <simon.marchi@ericsson.com>
11345
11346 PR gdb/20487
11347 * gdb.mi/user-selected-context-sync.exp: New file.
11348 * gdb.mi/user-selected-context-sync.c: New file.
11349
11350 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11351 Simon Marchi <simon.marchi@ericsson.com>
11352
11353 PR gdb/20487
11354 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11355 =thread-select-event check.
11356
11357 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11358
11359 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11360 the compulsory L operand changes.
11361 * gdb.arch/powerpc-power.s: Likewise.
11362
11363 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11366 * gdb.base/jit-attach-pie.c: New file.
11367 * gdb.base/jit-attach-pie.exp: New file.
11368
11369 2016-09-28 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.base/infcall-input.c: New file.
11372 * gdb.base/infcall-input.exp: New file.
11373
11374 2016-09-22 Yao Qi <yao.qi@linaro.org>
11375
11376 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11377 (gdb_exit): Rename it to ...
11378 (gdbserver_gdb_exit): ... Close GDBserver.
11379 (gdb_exit): New proc, call gdbserver_gdb_exit.
11380 (mi_gdb_exit): Likewise.
11381
11382 2016-09-22 Yao Qi <yao.qi@linaro.org>
11383
11384 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11385 path.
11386 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11387 Remove duplication.
11388
11389 2016-09-22 Yao Qi <yao.qi@linaro.org>
11390
11391 * lib/gdbserver-support.exp: Check the existence of
11392 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11393
11394 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11395
11396 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11397
11398 2016-09-21 Tom Tromey <tom@tromey.com>
11399
11400 PR gdb/20604:
11401 * gdb.base/quit.exp: New file.
11402
11403 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11404
11405 * .gitignore: New file.
11406
11407 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11408
11409 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11410 throughout.
11411
11412 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11413
11414 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11415
11416 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11417
11418 * gdb.cp/casts.cc (decltype): Move it ...
11419 (main): ... with its call to ...
11420 * gdb.cp/casts03.cc: ... a new file.
11421 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11422
11423 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11424
11425 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11426
11427 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11428
11429 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11430 and sync up the test with tests in gas/testsuite/gas/ppc.
11431 * gdb.arch/powerpc-power.exp: Likewise.
11432
11433 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11434
11435 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11436
11437 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11438 Jan Kratochvil <jan.kratochvil@redhat.com>
11439
11440 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11441 make m1's definition to be different from m2's. Use 'dummy' as an
11442 argument for probe 'two'.
11443
11444 2016-09-10 Jon Beniston <jon@beniston.com>
11445
11446 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11447 for sim target.
11448
11449 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11450
11451 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11452 variable declaration.
11453 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11454 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11455 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11456 received HWCAP as its argument.
11457
11458 2016-09-06 Pedro Alves <palves@redhat.com>
11459
11460 * gdb.base/new-ui-pending-input.c: New file.
11461 * gdb.base/new-ui-pending-input.exp: New file.
11462 * gdb.exp (clear_gdb_spawn_id): New procedure.
11463 (with_spawn_id): Check whether gdb_spawn_id exists before
11464 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11465 on exit.
11466
11467 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11468
11469 * gdb.base/float128.c: New file.
11470 * gdb.base/float128.exp: Likewise.
11471 * gdb.base/floatn.c: Likewise.
11472 * gdb.base/floatn.exp: Likewise.
11473
11474 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11475
11476 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11477
11478 2016-09-05 Pedro Alves <palves@redhat.com>
11479
11480 PR backtrace/19927
11481 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11482 unwinders are immediately called as side effect of "source" or
11483 "disable unwinder" commands.
11484 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11485
11486 2016-09-02 Yao Qi <yao.qi@linaro.org>
11487
11488 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11489 is true and $type is "float" or "double".
11490
11491 2016-09-02 Yao Qi <yao.qi@linaro.org>
11492
11493 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11494 true.
11495 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11496 * gdb.base/call-rt-st.exp: Likewise.
11497 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11498 return value instead of gdb,skip_float_test.
11499 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11500 (do_function_calls): Use its return value instead of
11501 gdb,skip_float_test.
11502 * gdb.base/finish.exp: Likewise.
11503 * gdb.base/funcargs.exp: Likewise.
11504 * gdb.base/return.exp: Likewise.
11505 * gdb.base/return2.exp: Likewise.
11506 * gdb.base/varargs.exp: Likewise.
11507 * lib/gdb.exp (gdb_skip_float_test): Change it to
11508 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11509
11510 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11511
11512 * gdb.multi/tids.exp: Test "thread apply all".
11513
11514 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11515
11516 * gdb.base/default.exp (tty): Remove.
11517
11518 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11519
11520 * gdb.python/py-recurse-unwind.c: New file.
11521 * gdb.python/py-recurse-unwind.py: New file.
11522 * gdb.python/py-recurse-unwind.exp: New file.
11523
11524 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11525
11526 * gdb.base/set-inferior-tty.exp: New file.
11527 * gdb.base/set-inferior-tty.c: New file.
11528
11529 2016-08-23 Pedro Alves <palves@redhat.com>
11530
11531 PR gdb/20494
11532 * gdb.base/new-ui-echo.c: New file.
11533 * gdb.base/new-ui-echo.exp: New file.
11534
11535 2016-08-23 Yao Qi <yao.qi@linaro.org>
11536
11537 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11538 gdbserver_spawn.
11539 * gdb.server/connect-without-multi-process.exp (do_test):
11540 Likewise.
11541
11542 2016-08-23 Yao Qi <yao.qi@linaro.org>
11543
11544 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11545 standalone_txt. Delete gdb_txt and standalone_txt on host
11546 and target. Spawn the binary on target. Copy files from
11547 target to host.
11548
11549 2016-08-22 Pedro Alves <palves@redhat.com>
11550
11551 PR gdb/20505
11552 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11553 with_test_prefix. Factor out bits to ...
11554 (test_no_vdso): ... this new procedure.
11555
11556 2016-08-19 Carl Love <cel@us.ibm.com>
11557
11558 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11559 maintaining separate logic for constructing the output path.
11560 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11561 * gdb.arch/ppc-dfp.exp: Likewise.
11562 * gdb.arch/ppc-fp.exp: Likewise.
11563 * gdb.arch/vsx-regs.exp: Likewise.
11564 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11565 binprefix for generating the additional binary files.
11566
11567 2016-08-19 Pedro Alves <palves@redhat.com>
11568
11569 * gdb.trace/mi-trace-frame-collected.exp
11570 (test_trace_frame_collected): On x32, expect two registers.
11571
11572 2016-08-18 Carl Love <cel@us.ibm.com>
11573
11574 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11575 and sync up the test with tests in gas/testsuite/gas/ppc.
11576 * gdb.arch/powerpc-power.exp: Likewise.
11577
11578 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11579
11580 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11581 expected error message.
11582
11583 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11584
11585 * gdb.multi/remove-inferiors.exp: New file.
11586 * gdb.multi/remove-inferiors.c: New file.
11587
11588 2016-08-12 Yao Qi <yao.qi@linaro.org>
11589
11590 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11591 argument list.
11592
11593 2016-08-10 Pedro Alves <palves@redhat.com>
11594
11595 PR gdb/19187
11596 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11597 setup_kfails.
11598
11599 2016-08-09 Pedro Alves <palves@redhat.com>
11600 Simon Marchi <simon.marchi@ericsson.com>
11601
11602 PR gdb/20418
11603 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11604 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11605
11606 2016-08-09 Pedro Alves <palves@redhat.com>
11607
11608 PR mi/20431
11609 * gdb.mi/mi-cmd-error.exp: New file.
11610
11611 2016-08-09 Pedro Alves <palves@redhat.com>
11612
11613 PR gdb/18653
11614 * gdb.base/signals-state-child.c: New file.
11615 * gdb.base/signals-state-child.exp: New file.
11616 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11617
11618 2016-08-09 Pedro Alves <palves@redhat.com>
11619
11620 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11621
11622 2016-08-03 Tom Tromey <tom@tromey.com>
11623
11624 PR python/18565:
11625 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11626
11627 2016-08-01 Yao Qi <yao.qi@linaro.org>
11628
11629 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11630 variable mode to "multi-process" if $multi_process is 1, otherwise
11631 set it to "single-process".
11632
11633 2016-08-01 Yao Qi <yao.qi@linaro.org>
11634
11635 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11636 * gdb.cp/cpexprs.exp: Likewise.
11637 * gdb.cp/m-static.exp: Likewise.
11638
11639 2016-07-26 Tom Tromey <tom@tromey.com>
11640
11641 PR python/20190:
11642 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11643 test.
11644
11645 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11646
11647 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11648 selecting assembly source files.
11649 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11650 assembly source files.
11651 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11652 assembly source files.
11653 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11654 selecting assembly source files.
11655
11656 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11657
11658 * gdb.base/new-ui.exp (do_test_invalid_args): New
11659 procedure.
11660
11661 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11662
11663 * gdb.btrace/reconnect.c: New file.
11664 * gdb.btrace/reconnect.exp: New file.
11665
11666 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11667
11668 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11669 to test_catch_syscall_group.
11670 (test_catch_syscall_group): New.
11671
11672 2016-07-21 Tom Tromey <tom@tromey.com>
11673
11674 * gdb.rust/simple.rs (main): Use empty struct expression.
11675 * gdb.rust/simple.exp: Add tests for empty struct expression.
11676
11677 2016-07-21 Yao Qi <yao.qi@linaro.org>
11678
11679 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11680 if gdb_skip_xml_test is true on some targets.
11681
11682 2016-07-21 Yao Qi <yao.qi@linaro.org>
11683
11684 * gdb.server/solib-list.exp: Unset last_loaded_file.
11685
11686 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11687
11688 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11689 "step into captured_main (args)".
11690
11691 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11692
11693 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11694
11695 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11696
11697 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11698
11699 2016-07-19 Pedro Alves <palves@redhat.com>
11700
11701 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11702 * gdb.opt/inline-bt.exp: Likewise.
11703 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11704 additional_flags=-Winline.
11705 * gdb.opt/inline-locals.exp: Likewise.
11706 * gdb.opt/inline-markers.c (ATTR): Define.
11707 (inlined_fn): Use it.
11708
11709 2016-07-19 Yao Qi <yao.qi@linaro.org>
11710
11711 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11712 (test_with_self): Remove some code. Remove argument executable.
11713 (top-level): Use do_self_tests.
11714
11715 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11716 Don Breazeal <donb@codesourcery.com>
11717
11718 * gdb.base/maint.exp: Escape paths used in regular expressions.
11719 * gdb.stabs/weird.exp: Likewise.
11720
11721 2016-07-13 Tom Tromey <tom@tromey.com>
11722
11723 PR python/15620, PR python/18620:
11724 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11725 (test_bkpt_events): New procs.
11726
11727 2016-07-13 Tom Tromey <tom@tromey.com>
11728
11729 PR python/17698:
11730 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11731 test.
11732 (test_watchpoints): Likewise.
11733 (test_bkpt_pending): New proc.
11734
11735 2016-07-13 Tom Tromey <tom@tromey.com>
11736
11737 PR cli/18053:
11738 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11739 completion test.
11740
11741 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11742
11743 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11744 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11745 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11746 f_label.
11747 (g): Rename g_end_lbl to g_label.
11748 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11749 low_pc and high_pc.
11750 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11751
11752 2016-07-12 Tom Tromey <tom@tromey.com>
11753
11754 PR python/19293:
11755 * gdb.python/py-unwind-maint.exp: Update tests.
11756
11757 2016-07-12 Yao Qi <yao.qi@linaro.org>
11758
11759 * lib/selftest-support.exp (selftest_setup): Match the output
11760 when captured_main is inlined.
11761
11762 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11763
11764 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11765 New variables.
11766 (print this%a, print this%b, print this): New tests.
11767 * gdb.fortran/derived-types.f90 (this): New object and
11768 initialization.
11769
11770 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11771
11772 * gdb.ada/arraydim.exp: Remove extra directory level in build
11773 directory.
11774
11775 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * lib/ada.exp: Remove extra directory level in build directory.
11778 * gdb.ada/cond_lang.exp: Likewise.
11779 * gdb.ada/exec_changed.exp: Likewise.
11780 * gdb.ada/lang_switch.exp: Likewise.
11781
11782 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11783
11784 * simple.rs: Add test for raw pointer subscripting.
11785 * simple.exp: Add test expectations.
11786
11787 2016-07-05 Yao Qi <yao.qi@linaro.org>
11788
11789 * gdb.mi/mi-reverse.exp: Match =record-started output.
11790
11791 2016-07-01 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11794 procedure.
11795 (jit_reader_test): Test the jit reader's unwinder.
11796 * gdb.base/jithost.c (jit_function_00_code): New global.
11797 (main): Use memcpy to fill in the mmapped code, instead of poking
11798 bytes manually here.
11799 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11800 value.
11801 (read_debug_info): Save the function's range.
11802 (read_sp): New function.
11803 (unwind_frame): Use it. Also unwind RBP.
11804 (get_frame_id): Use read_sp.
11805 (gdb_init_reader): Use calloc instead of malloc.
11806 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11807 parameter. Use gdb_test_multiple.
11808
11809 2016-07-01 Pedro Alves <palves@redhat.com>
11810 Antoine Tremblay <antoine.tremblay@ericsson.com>
11811
11812 * gdb.threads/process-dies-while-detaching.c: New file.
11813 * gdb.threads/process-dies-while-detaching.exp: New file.
11814
11815 2016-07-01 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.multi/watchpoint-multi-exit.c: New file.
11818 * gdb.multi/watchpoint-multi-exit.exp: New file.
11819
11820 2016-06-30 Pedro Alves <palves@redhat.com>
11821
11822 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11823 unset inferior_spawn_id.
11824
11825 2016-06-30 Pedro Alves <palves@redhat.com>
11826
11827 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11828 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11829
11830 2016-06-29 Yao Qi <yao.qi@linaro.org>
11831
11832 * gdb.base/return.c: Add copyright header.
11833
11834 2016-06-29 Tom Tromey <tom@tromey.com>
11835
11836 PR python/20129:
11837 * gdb.python/py-framefilter.exp: Add tests for setting priority
11838 and disabling of non-existent frame filter.
11839
11840 2016-06-29 Yao Qi <yao.qi@linaro.org>
11841
11842 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11843 0x0f07ff.
11844
11845 2016-06-28 Yao Qi <yao.qi@linaro.org>
11846
11847 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11848 triplets. Start gdb, execute catch syscall, and continue. Check
11849 gdb's output to determine catch syscall is supported.
11850
11851 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11852
11853 * gdb.rust/simple.rs: Add test for returning unit in a function.
11854 * gdb.rust/simple.exp: Add expectation for functions returning
11855 unit.
11856
11857 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11858
11859 * gdb.python/py-breakpoint-create-fail.c,
11860 gdb.python/py-breakpoint-create-fail.exp,
11861 gdb.python/py-breakpoint-create-fail.py: New testcase.
11862
11863 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11864
11865 PR gdb/20239
11866 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11867 * gdb.rust/simple.exp: Add test expectations for new NonZero
11868 tests.
11869
11870 2016-06-24 David Taylor <dtaylor@emc.com>
11871
11872 * gdb.base/offsets.exp: New file.
11873 * gdb.base/offsets.c: New file.
11874
11875 2016-06-23 Tom Tromey <tom@tromey.com>
11876
11877 PR gdb/16483:
11878 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11879 before any filters are loaded.
11880
11881 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11882
11883 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11884 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11885 structs.
11886 * gdb.fortran/derived-type-function.exp: New file.
11887 * gdb.fortran/derived-type-function.f90: New file.
11888
11889
11890 2016-06-21 Pedro Alves <palves@redhat.com>
11891
11892 * gdb.base/new-ui.exp: New file.
11893 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11894 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11895 (with_spawn_id): New procedure.
11896
11897 2016-06-21 Pedro Alves <palves@redhat.com>
11898
11899 * gdb.mi/mi-exec-run.exp: New file.
11900
11901 2016-06-21 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11904 breakpoint command's output on the main UI.
11905 (test_break): New procedure, factored out from calls in the top
11906 level.
11907 (top level): Use foreach_with_prefix to test MI as main UI and as
11908 separate UI.
11909
11910 2016-06-21 Pedro Alves <palves@redhat.com>
11911
11912 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11913 (test_awatch_creation_and_listing)
11914 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11915 Remove 'type' parameter.
11916 (test_watchpoint_all): New parameter mi_mode. Remove
11917 with_test_prefix.
11918 (top level): Use foreach_with_prefix, and add main/separate UI MI
11919 testing axis.
11920
11921 2016-06-21 Pedro Alves <palves@redhat.com>
11922
11923 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11924 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11925 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11926 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11927 (gdb_main_spawn_id, mi_spawn_id): Declare and
11928 comment.
11929 (mi_create_inferior_pty): New procedure,
11930 factored out from default_mi_gdb_start.
11931 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11932 procedures.
11933 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11934 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11935 Use mi_create_inferior_pty.
11936 (mi_gdb_start): Use eval to pass down args list.
11937
11938 2016-06-21 Pedro Alves <palves@redhat.com>
11939
11940 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11941 * gdb.opt/inline-cmds.exp: Add MI tests.
11942
11943 2016-06-21 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11946
11947 2016-06-21 Pedro Alves <palves@redhat.com>
11948
11949 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11950 (top level): Use it instead of mi_execute_to.
11951
11952 2016-06-21 Pedro Alves <palves@redhat.com>
11953
11954 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11955 (cont_handler_str): New.
11956 (signal_stop_handler): Set stop_handler_str instead of printing to
11957 stdout.
11958 (continue_handler): Set cont_handler_str instead of printing to
11959 stdout.
11960 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11961 mi_send_resuming_command. Print stop_handler_str and
11962 cont_handler_str instead of expecting the python events print
11963 directly.
11964
11965 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11966
11967 * gdb.base/jit-reader.exp: New file.
11968 * gdb.base/jithost.c: New file.
11969 * gdb.base/jithost.h: New file.
11970 * gdb.base/jitreader.c : New file.
11971 * gdb.base/jit-protocol.h: New file.
11972
11973 2016-06-17 Yao Qi <yao.qi@linaro.org>
11974
11975 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11976 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11977 and detach-on-fork. Adjust tests.
11978 (top level): Invoke break_cond_on_syscall with combinations of
11979 syscall, follow-fork-mode and detach-on-fork.
11980
11981 2016-06-17 Yao Qi <yao.qi@linaro.org>
11982
11983 * gdb.base/step-over-exit.c: New.
11984 * gdb.base/step-over-exit.exp: New.
11985
11986 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11987
11988 * gdb.base/float.exp: Add target check for nds32*-*-*.
11989 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11990
11991 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11992
11993 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11994 for unsupported target features.
11995 * gdb.base/call-rt-st.exp: Likewise.
11996 * gdb.base/call-sc.exp: Likewise.
11997 * gdb.base/call-signal-resume.exp: Likewise.
11998 * gdb.base/call-strs.exp: Likewise.
11999 * gdb.base/callexit.exp: Likewise.
12000 * gdb.base/callfuncs.exp: Likewise.
12001 * gdb.base/nodebug.exp: Likewise.
12002 * gdb.base/printcmds.exp: Likewise.
12003 * gdb.base/ptype.exp: Likewise.
12004 * gdb.base/structs.exp: Likewise.
12005 * gdb.base/unwindonsignal.exp: Likewise.
12006 * gdb.cp/gdb2495.exp: Likewise.
12007 * gdb.cp/templates.exp: Likewise.
12008 * gdb.cp/virtfunc.exp: Likewise.
12009 * gdb.threads/hand-call-in-threads.exp: Likewise.
12010 * gdb.threads/interrupted-hand-call.exp: Likewise.
12011 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12012
12013 2016-06-10 Tom Tromey <tom@tromey.com>
12014
12015 PR rust/20110:
12016 * gdb.rust/expr.exp: Add test for integer constant larger than
12017 i32.
12018
12019 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12020
12021 * gdb.fortran/nested-funcs.exp: New.
12022 * gdb.fortran/nested-funcs.f90: New.
12023
12024 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12025
12026 * gdb.base/examine-backward.c: New file.
12027 * gdb.base/examine-backward.exp: New file.
12028
12029 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12030
12031 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12032 matching.
12033
12034 2016-06-02 Tom Tromey <tom@tromey.com>
12035
12036 PR python/18984:
12037 * gdb.python/py-shared.exp: Add solib_name test.
12038
12039 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12040
12041 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12042
12043 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12044
12045 PR c++/19893
12046 * gdb.dwarf2/implref.exp: Rename to...
12047 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12048 * gdb.dwarf2/implref-array.c: New file.
12049 * gdb.dwarf2/implref-array.exp: Likewise.
12050 * gdb.dwarf2/implref-global.c: Likewise.
12051 * gdb.dwarf2/implref-global.exp: Likewise.
12052 * gdb.dwarf2/implref-struct.c: Likewise.
12053 * gdb.dwarf2/implref-struct.exp: Likewise.
12054
12055 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12056
12057 * gdb.trace/trace-condition.exp: Add 64bit tests.
12058
12059 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12060
12061 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12062 bits types.
12063 (main): Adapt to 8 to 64 bits types.
12064 * gdb.trace/trace-condition.exp: Add new tests.
12065
12066 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12067
12068 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12069
12070 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12071
12072 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12073 Move condition tests...
12074 * gdb.trace/trace-condition.exp: Here.
12075
12076 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12077
12078 * gdb.trace/trace-condition.exp: Add counter-case tests.
12079
12080 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12081
12082 PR c++/15231
12083 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12084 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12085
12086 2016-05-27 Pedro Alves <palves@redhat.com>
12087
12088 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12089 New procedure.
12090 (top level): Call it, and bail out of DejaGnu is known to be bad.
12091
12092 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12093
12094 * gdb.base/whatis.c: Extend the test case.
12095 * gdb.base/whatis.exp: Add additional tests.
12096
12097 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12098
12099 * gdb.fortran/type.f90: Add pointer variable.
12100 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12101
12102 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12103
12104 * gdb.fortran/vla-type.exp: Fix testcase name.
12105
12106 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12107
12108 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12109
12110 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12111
12112 * gdb.fortran/type.f90: Add nested structures.
12113 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12114 * gdb.fortran/derived-type.exp: Adapt expected output.
12115 * gdb.fortran/vla-type.exp: Adapt expected output.
12116
12117 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12118
12119 * gdb.fortran/whatis_type.exp: Adapt expected output.
12120
12121 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12122
12123 * gdb.fortran/print_type.exp: Fix expected output.
12124 * gdb.fortran/whatis_type.exp: Fix expected output.
12125
12126 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12127
12128 * gdb.fortran/whatis_type.exp: Use multi_line.
12129
12130 2016-05-24 Tom Tromey <tom@tromey.com>
12131
12132 PR python/17386:
12133 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12134 use value as an index.
12135
12136 2016-05-23 Tom Tromey <tom@tromey.com>
12137
12138 PR python/17981:
12139 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12140 no-breakpoint case.
12141
12142 2016-05-24 Pedro Alves <palves@redhat.com>
12143
12144 PR gdb/19828
12145 * gdb.threads/clone-attach-detach.c: New file.
12146 * gdb.threads/clone-attach-detach.exp: New file.
12147
12148 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12149
12150 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12151
12152 2016-05-23 Tom Tromey <tom@tromey.com>
12153
12154 PR python/19438, PR python/18393:
12155 * gdb.python/py-progspace.exp: Add "dir" test.
12156 * gdb.python/py-objfile.exp: Add "dir" test.
12157
12158 2016-05-23 Yao Qi <yao.qi@linaro.org>
12159
12160 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12161 * gdb.arch/thumb2-it.exp: Likewise.
12162
12163 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12164
12165 * gdb.mi/mi-threads-interrupt.c: New file.
12166 * gdb.mi/mi-threads-interrupt.exp: New file.
12167
12168 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12169
12170 PR gdb/18077
12171 * gdb.mi/mi-async-run.exp: New file.
12172 * gdb.mi/mi-async-run.c: New file.
12173
12174 2016-05-17 Tom Tromey <tom@tromey.com>
12175 Manish Goregaokar <manishsmail@gmail.com>
12176
12177 * lib/rust-support.exp: New file.
12178 * lib/gdb.exp (skip_rust_tests): New proc.
12179 (build_executable_from_specs): Handle rust.
12180 * lib/future.exp (gdb_find_rustc): New proc.
12181 (gdb_default_target_compile): Handle rust.
12182 * gdb.rust/expr.exp: New file.
12183 * gdb.rust/generics.exp: New file.
12184 * gdb.rust/generics.rs: New file.
12185 * gdb.rust/methods.exp: New file.
12186 * gdb.rust/methods.rs: New file.
12187 * gdb.rust/modules.exp: New file.
12188 * gdb.rust/modules.rs: New file.
12189 * gdb.rust/simple.exp: New file.
12190 * gdb.rust/simple.rs: New file.
12191
12192 2016-05-17 Tom Tromey <tom@tromey.com>
12193
12194 * gdb.base/default.exp (set language): Add rust.
12195
12196 2016-05-17 Tom Tromey <tom@tromey.com>
12197
12198 * gdb.gdb/unittest.exp: New file.
12199
12200 2016-05-16 Yao Qi <yao.qi@linaro.org>
12201
12202 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12203 shell_prompt. Update shell_prompt_re.
12204
12205 2016-05-12 Doug Evans <dje@google.com>
12206
12207 PR symtab/19999
12208 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12209 $options when building executable.
12210 * gdb.dwarf2/fission-loclists-pie.S: New file.
12211 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12212
12213 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12214
12215 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12216 of [is_remote target],
12217
12218 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12219
12220 * lib/gdb.exp (use_gdb_stub): New procedure.
12221
12222 2016-05-03 Yunlian Jiang <yunlian@google.com>
12223 Doug Evans <dje@google.com>
12224
12225 PR symtab/19914
12226 * gdb.dwarf2/dwp-sepdebug.c: New file.
12227 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12228
12229 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12230
12231 * gdb.base/detach.exp: Remove is_remote check.
12232
12233 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12234
12235 * gdb.base/annota-input-while-running.exp: Don't check for
12236 [is_remote target]. Enable annotations after running to main.
12237 Remove unused "set test..." line.
12238
12239 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12240
12241 * gdb.trace/trace-enable-disable.exp: New file.
12242 * gdb.trace/trace-enable-disable.c: New file.
12243
12244 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12245
12246 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12247 use it in info sharedlibrary test.
12248 * gdb.trace/ftrace-lock.exp: Likewise.
12249 * gdb.trace/ftrace.exp: Likewise.
12250 * gdb.trace/range-stepping.exp: Likewise.
12251 * gdb.trace/trace-break.exp: Likewise.
12252 * gdb.trace/trace-condition.exp: Likewise.
12253 * gdb.trace/trace-mt.exp: Likewise.
12254
12255 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12256
12257 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12258 (gdb_load_shlib): ... this.
12259 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12260 gdb_load_shlib.
12261 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12262 * gdb.base/ctxobj.exp: Likewise.
12263 * gdb.base/dprintf-pending.exp: Likewise.
12264 * gdb.base/dso2dso.exp: Likewise.
12265 * gdb.base/fixsection.exp: Likewise.
12266 * gdb.base/gcore-relro.exp: Likewise.
12267 * gdb.base/gdb1555.exp: Likewise.
12268 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12269 * gdb.base/gnu-ifunc.exp: Likewise.
12270 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12271 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12272 * gdb.base/pending.exp: Likewise.
12273 * gdb.base/print-file-var.exp: Likewise.
12274 * gdb.base/print-symbol-loading.exp: Likewise.
12275 * gdb.base/shlib-call.exp: Likewise.
12276 * gdb.base/shreloc.exp: Likewise.
12277 * gdb.base/so-impl-ld.exp: Likewise.
12278 * gdb.base/solib-disc.exp: Likewise.
12279 * gdb.base/solib-nodir.exp: Likewise.
12280 * gdb.base/solib-overlap.exp: Likewise.
12281 * gdb.base/solib-symbol.exp: Likewise.
12282 * gdb.base/solib-weak.exp (do_test): Likewise.
12283 * gdb.base/sym-file.exp: Likewise.
12284 * gdb.base/symtab-search-order.exp: Likewise.
12285 * gdb.base/type-opaque.exp: Likewise.
12286 * gdb.base/unload.exp: Likewise.
12287 * gdb.base/watchpoint-solib.exp: Likewise.
12288 * gdb.compile/compile.exp: Likewise.
12289 * gdb.cp/gdb2384.exp: Likewise.
12290 * gdb.cp/infcall-dlopen.exp: Likewise.
12291 * gdb.cp/re-set-overloaded.exp: Likewise.
12292 * gdb.fortran/library-module.exp: Likewise.
12293 * gdb.opt/solib-intra-step.exp: Likewise.
12294 * gdb.python/py-finish-breakpoint.exp: Likewise.
12295 * gdb.python/py-shared.exp: Likewise.
12296 * gdb.reverse/solib-precsave.exp: Likewise.
12297 * gdb.reverse/solib-reverse.exp: Likewise.
12298 * gdb.server/solib-list.exp: Likewise.
12299 * gdb.threads/dlopen-libpthread.exp: Likewise.
12300 * gdb.threads/tls-shared.exp: Likewise.
12301 * gdb.threads/tls-so_extern.exp: Likewise.
12302 * gdb.trace/change-loc.exp: Likewise.
12303 * gdb.trace/ftrace-lock.exp: Likewise.
12304 * gdb.trace/ftrace.exp: Likewise.
12305 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12306 * gdb.trace/pending.exp: Likewise.
12307 * gdb.trace/range-stepping.exp: Likewise.
12308 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12309 (strace_info_marker): Likewise.
12310 (strace_probe_marker): Likewise.
12311 (strace_trace_on_same_addr): Likewise.
12312 (strace_trace_on_diff_addr): Likewise.
12313 * gdb.trace/trace-break.exp: Likewise.
12314 * gdb.trace/trace-condition.exp: Likewise.
12315 * gdb.trace/trace-mt.exp: Likewise.
12316
12317 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12318
12319 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12320 result of gdb_remote_download.
12321 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12322 * gdb.base/dso2dso.exp: Likewise.
12323 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12324 * gdb.base/print-file-var.exp: Likewise.
12325 * gdb.base/shlib-call.exp: Likewise.
12326 * gdb.base/shreloc.exp: Likewise.
12327 * gdb.base/solib-overlap.exp: Likewise.
12328 * gdb.base/solib-weak.exp (do_test): Likewise.
12329 * gdb.base/unload.exp: Likewise.
12330
12331 2016-04-27 Yao Qi <yao.qi@linaro.org>
12332
12333 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12334 exists.
12335
12336 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12337
12338 * vla-type.exp: Print structure from toplevel.
12339
12340 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12341
12342 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12343 of dynamic types.
12344 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12345 of dynamic types.
12346
12347 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12348
12349 * gdb.fortran/vla-type.f90: New file.
12350 * gdb.fortran/vla-type.exp: New file.
12351
12352 2016-04-25 Yao Qi <yao.qi@linaro.org>
12353
12354 * gdb.base/branch-to-self.c: New file.
12355 * gdb.base/branch-to-self.exp: New file.
12356
12357 2016-04-22 Yao Qi <yao.qi@linaro.org>
12358
12359 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12360 more after $hex.
12361
12362 2016-04-22 Yao Qi <yao.qi@linaro.org>
12363
12364 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12365 * gdb.base/annota3.exp: Likewise.
12366
12367 2016-04-22 Yao Qi <yao.qi@linaro.org>
12368
12369 * gdb.reverse/step-precsave.exp: Do one step and test program
12370 stops in "callee" and do multiple steps until program goes out
12371 of "callee".
12372 * gdb.reverse/step-reverse.exp: Likewise.
12373
12374 2016-04-22 Yao Qi <yao.qi@linaro.org>
12375
12376 * gdb.trace/signal.exp: Also pass if
12377 $tracepoint_hits($i) > $iterations.
12378
12379 2016-04-22 Yao Qi <yao.qi@linaro.org>
12380
12381 * gdb.trace/signal.c: New file.
12382 * gdb.trace/signal.exp: New file.
12383
12384 2016-04-19 Doug Evans <xdje42@gmail.com>
12385
12386 * gdb.base/bad-file.exp: New file.
12387
12388 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12389
12390 * gdb.dwarf2/implref.exp: New file.
12391
12392 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12393
12394 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12395 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12396 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12397 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12398 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12399 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12400 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12401 * lib/fortran.exp (fortran_int4): New procedure.
12402 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12403 (fortran_logical4): Likewise.
12404
12405 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12406
12407 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12408
12409 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12410
12411 * lib/compiler.c: Add Intel specific preprocessor macros.
12412 * lib/compiler.cc: Likewise.
12413
12414 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12415
12416 * gdb.server/connect-with-no-symbol-file.c: New file.
12417 * gdb.server/connect-with-no-symbol-file.exp: New file.
12418
12419 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12420
12421 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12422
12423 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12424
12425 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12426 standard output directory.
12427
12428 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12429
12430 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12431
12432 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12433
12434 * gdb.btrace/instruction_history.c (loop): Add declaration.
12435
12436 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12437
12438 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12439
12440 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12441
12442 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12443 parentheses to print.
12444 (continue_handler): Likewise.
12445
12446 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12447
12448 * gdb.server/solib-list.exp: Remove is_remote check.
12449 Pass shlib= to gdb_compile. Don't link shared library with
12450 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12451 Run binary filename through "readlink -f" on the target.
12452
12453 2016-04-08 Pedro Alves <palves@redhat.com>
12454
12455 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12456 interpreter filename as argument to gdbserver_spawn.
12457 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12458 Return empty if $last_loaded_file does not exist.
12459
12460 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12461
12462 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12463 * gdb.base/jit-main.c: Use exit after usage.
12464
12465 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12466
12467 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12468 GDBHISTSIZE prior to the tests.
12469 * gdb.base/gdbinit-history.exp: Likewise.
12470
12471 2016-04-07 Pedro Alves <palves@redhat.com>
12472
12473 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12474 instead of build_executable. Use gdb_load_shlibs.
12475
12476 2016-04-07 Yao Qi <yao.qi@linaro.org>
12477
12478 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12479 Execute "si" command.
12480
12481 2016-04-07 Yao Qi <yao.qi@linaro.org>
12482
12483 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12484 number instead of the comments on some line.
12485
12486 2016-04-06 Don Breazeal <donb@codesourcery.com>
12487
12488 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12489 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12490
12491 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12492
12493 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12494 standard_output_file. Remove unused binfile variable.
12495
12496 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12497
12498 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12499 * gdb.python/py-mi-objfile.exp: Match "list main" output
12500 in console format.
12501
12502 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12503
12504 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12505 absolute.
12506
12507 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12508
12509 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12510 absolute.
12511 * gdb.trace/ftrace.exp: Likewise.
12512 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12513 targets as well.
12514 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12515 (gdb_load_shlibs): Copy libraries to test directory when testing
12516 natively. Only set solib-search-path if testing remotely.
12517 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12518
12519 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12520
12521 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12522 gdb_download. Use it even if the target is not remote.
12523 * gdb.base/jit.exp (compile_jit_test): Likewise.
12524 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12525 output directory if the destination board is local, otherwise use
12526 the standard remote_download from DejaGnu.
12527 (gdb_download): Remove.
12528 (gdb_load_shlibs): Use gdb_remote_download instead of
12529 gdb_download.
12530 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12531 Use gdb_remote_download instead of gdb_download. Use it even if
12532 the target is not remote.
12533 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12534 instead of gdb_download.
12535
12536 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12537
12538 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12539 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12540 run.
12541
12542 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12543
12544 PR gdb/19820
12545 * gdb.base/printcmds.exp: Add artificial arrays tests.
12546
12547 2016-03-31 Pedro Alves <palves@redhat.com>
12548
12549 PR gdb/19858
12550 * gdb.base/jit-main.c: Include unistd.h.
12551 (ATTACH): Define to 0 if not already defined.
12552 (wait_for_gdb, mypid): New globals.
12553 (WAIT_FOR_GDB): New macro.
12554 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12555 some breakpoint locations.
12556 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12557 New procedures.
12558 (one_jit_test): Add REATTACH parameter, and handle it. Use
12559 continue_to_test_location.
12560 (top level): Test attach, and adjusts calls to one_jit_test.
12561
12562 2016-03-31 Pedro Alves <palves@redhat.com>
12563
12564 PR gdb/19858
12565 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12566 BINSUFFIX parameter, and handle it.
12567 (top level): Adjust calls compile_jit_test.
12568
12569 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12570
12571 PR python/19743
12572 * gdb.python/py-mi-events-gdb.py: New file.
12573 * gdb.python/py-mi-events.c: New file.
12574 * gdb.python/py-mi-events.exp: New file.
12575
12576 2016-03-30 Yao Qi <yao.qi@linaro.org>
12577
12578 * gdb.reverse/until-precsave.exp: Match function name only.
12579 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12580 Move malloc to a condition block.
12581 * gdb.reverse/until-reverse.exp: Match function name only.
12582
12583 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12584
12585 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12586 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12587 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12588 variable for GPR 0 instead of assuming it is register 0.
12589 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12590 * lib/trace-support.exp: Add s390 registers.
12591
12592 2016-03-29 Yao Qi <yao.qi@linaro.org>
12593
12594 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12595
12596 2016-03-24 Yao Qi <yao.qi@linaro.org>
12597
12598 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12599 test message.
12600
12601 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12602
12603 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12604 maintaining separate logic for constructing the output path.
12605
12606 2016-03-16 Don Breazeal <donb@codesourcery.com>
12607
12608 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12609 Retry fork and waitpid on interrupted system call errors.
12610 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12611 Use with_timeout_factor to increase timeout by factor of 10.
12612
12613 2016-03-15 Don Breazeal <donb@codesourcery.com>
12614
12615 * gdb.cp/scope-err.cc: New test program.
12616 * gdb.cp/scope-err.exp: New test script.
12617 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12618 lines and "set breakpoint here" comment.
12619 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12620 Fixed some whitespace and format issues.
12621 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12622 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12623
12624 2016-03-15 Doug Evans <dje@google.com>
12625
12626 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12627 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12628 All callers updated. Add tests for enums, mixed flags register.
12629
12630 2016-03-15 Doug Evans <dje@google.com>
12631
12632 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12633 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12634
12635 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12636
12637 * gdb.base/default.exp: Add $_as_string to the list of expected
12638 convenience functions.
12639
12640 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12641
12642 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12643
12644 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12645
12646 * gdb.python/py-as-string.exp: New file.
12647 * gdb.python/py-as-string.c: New file.
12648
12649 2016-03-09 Pedro Alves <palves@redhat.com>
12650
12651 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12652 signal" -> "Thread NN received signal" output change.
12653 * gdb.threads/ia64-sigill.exp: Likewise.
12654 * gdb.threads/linux-dp.exp: Likewise.
12655 * gdb.threads/manythreads.exp: Likewise.
12656 * gdb.threads/pending-step.exp: Likewise.
12657 * gdb.threads/print-threads.exp: Likewise.
12658 * gdb.threads/sigstep-threads.exp: Likewise.
12659 * gdb.threads/staticthreads.exp: Likewise.
12660 * gdb.threads/tls.exp: Likewise.
12661
12662 2016-03-09 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.base/command-line-input.exp: New file.
12665
12666 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12667
12668 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12669 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12670 * gdb.trace/pending.exp: Accept leading dot before function name.
12671 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12672 * lib/trace-support.exp: Set registers for ppc.
12673
12674 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12675
12676 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12677 use it for disassembly; accept .main in addition to main in backtrace.
12678
12679 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12680 Marcin Kościelnicki <koriakin@0x04.net>
12681
12682 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12683 (gdb_recursion_test_ptr): New global variable.
12684 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12685 gdb_recursion_test.
12686 (gdb_c_test): Ditto.
12687
12688 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12689
12690 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12691 ordering.
12692
12693 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12694
12695 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12696 (bar): Add bar_start_lbl label.
12697 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12698 of foo/bar for emitting DWARF and tracing.
12699
12700 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12701
12702 * analyze-racy-logs.py: Set executable bit.
12703
12704 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12705
12706 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12707 (CHECK_TARGET_TMP): Likewise.
12708 (check-single-racy): New rule.
12709 (check-parallel-racy): Likewise.
12710 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12711 (do-check-parallel-racy): New rule.
12712 (check-racy/%.exp): Likewise.
12713 * README (Racy testcases): New section.
12714 * analyze-racy-logs.py: New file.
12715
12716 2016-03-03 Doug Evans <dje@google.com>
12717
12718 * gdb.base/skip.exp: Use with_test_prefix.
12719
12720 2016-03-03 Yao Qi <yao.qi@linaro.org>
12721
12722 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12723 Invoke step_over_syscall "clone" and break_cond_on_syscall
12724 "clone".
12725 * gdb.base/step-over-clone.c: New file.
12726
12727 2016-03-03 Yao Qi <yao.qi@linaro.org>
12728
12729 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12730 code format.
12731
12732 2016-03-03 Yao Qi <yao.qi@linaro.org>
12733
12734 * gdb.base/disp-step-fork.c: Rename to ...
12735 * gdb.base/step-over-fork.c: ... it. New file.
12736 * gdb.base/disp-step-vfork.c: Rename to ...
12737 * gdb.base/step-over-vfork.c: ... it. New file.
12738 * gdb.base/disp-step-syscall.exp: Rename to ...
12739 * gdb.base/step-over-syscall.exp: ... it. New file.
12740 (disp_step_cross_syscall): Rename to ...
12741 (step_over_syscall): ... it.
12742
12743 2016-03-03 Yao Qi <yao.qi@linaro.org>
12744
12745 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12746 If target supports condition evaluation on target, invoke
12747 break_cond_on_syscall for fork and vfork.
12748
12749 2016-03-03 Yao Qi <yao.qi@linaro.org>
12750
12751 * gdb.base/disp-step-syscall.exp: Don't invoke
12752 support_displaced_stepping.
12753 (disp_step_cross_syscall): Test with displaced stepping off and
12754 on if supported.
12755
12756 2016-03-03 Yao Qi <yao.qi@linaro.org>
12757
12758 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12759 proc.
12760 (setup): New proc.
12761 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12762 and setup.
12763
12764 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12765
12766 * gdb.fortran/vla-history.exp: Remove breakpoint.
12767
12768 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12769
12770 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12771 exceeds timeout.
12772
12773 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12774
12775 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12776 breakpoint.
12777
12778 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12779
12780 * gdb.mi/vla.f90: Nullify pointer after declaration.
12781
12782 2016-03-01 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12785
12786 2016-03-01 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12789 before anything else.
12790 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12791 _GNU_SOURCE here.
12792 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12793 before anything else.
12794 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12795
12796 2016-03-01 Pedro Alves <palves@redhat.com>
12797
12798 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12799
12800 2016-03-01 Yao Qi <yao.qi@linaro.org>
12801
12802 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12803 prepare_for_testing.
12804
12805 2016-03-01 Yao Qi <yao.qi@linaro.org>
12806
12807 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12808
12809 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12810
12811 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12812 manually constructing the output path.
12813
12814 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12815
12816 * gdb.arch/s390-stackless.S: New.
12817 * gdb.arch/s390-stackless.exp: New.
12818
12819 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12820
12821 * gdb.dlang/circular.c: New file.
12822 * gdb.dlang/circular.exp: New file.
12823
12824 2016-02-26 Yao Qi <yao.qi@linaro.org>
12825
12826 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12827 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12828 (testcases): Update.
12829
12830 2016-02-26 Yao Qi <yao.qi@linaro.org>
12831
12832 * gdb.reverse/aarch64.c: Rename to ...
12833 * gdb.reverse/insn-reverse.c: ... it.
12834 * gdb.reverse/aarch64.exp: Rename to ...
12835 * gdb.reverse/insn-reverse.exp: ... it.
12836
12837 2016-02-26 Yao Qi <yao.qi@linaro.org>
12838
12839 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12840 (testcase_ftype): New.
12841 (testcases): New array.
12842 (n_testcases): New.
12843 (main): Call each element in testcases.
12844 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12845 (read_testcase): New.
12846 Do the tests in a loop.
12847
12848 2016-02-25 Yao Qi <yao.qi@linaro.org>
12849
12850 * gdb.base/branches.c: Remove.
12851
12852 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12853
12854 PR gdb/13808
12855 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12856
12857 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12858
12859 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12860
12861 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12862
12863 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12864 change x86_64 call_insn to 'callq'.
12865
12866 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12867
12868 * gdb.trace/tfile-avx.c: Move to...
12869 * gdb.trace/tracefile-pseudo-reg.c: Here.
12870 * gdb.trace/tfile-avx.exp: Move to...
12871 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12872
12873 2016-02-24 Gary Benson <gbenson@redhat.com>
12874
12875 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12876 message on attach.
12877
12878 2016-02-23 Doug Evans <dje@google.com>
12879
12880 * gdb.base/skip.c (test_skip): New function.
12881 (end_test_skip_file_and_function): New function.
12882 (test_skip_file_and_function): New function.
12883 * gdb.base/skip1.c (test_skip): New function.
12884 (skip1_test_skip_file_and_function): New function.
12885 * gdb.base/skip.exp: Add tests for new skip options.
12886 * gdb.base/skip-solib.exp: Update expected output.
12887 * gdb.perf/skip-command.cc: New file.
12888 * gdb.perf/skip-command.exp: New file.
12889 * gdb.perf/skip-command.py: New file.
12890
12891 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12892
12893 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12894 info registers pattern.
12895
12896 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12897
12898 * lib/future.exp: Add D support.
12899 (gdb_find_gdc): New proc.
12900 (gdb_default_target_compile): Add D support.
12901
12902 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12903
12904 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12905 user+system time.
12906 (trace_speed_test): Determine the iteration count for a time
12907 between 15..30 seconds.
12908
12909 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12910
12911 * gdb.arch/i386-mpx-sigsegv.c: New file.
12912 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12913 * gdb.arch/i386-mpx-simple_segv.c: New file.
12914 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12915
12916 2016-02-18 Yao Qi <yao.qi@linaro.org>
12917
12918 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12919 Don't call setup_kfail.
12920
12921 2016-02-18 Yao Qi <yao.qi@linaro.org>
12922
12923 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12924 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12925
12926 2016-02-16 Doug Evans <dje@google.com>
12927
12928 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12929 * gdb.base/skip1.c: Ditto.
12930 * gdb.base/skip.exp: Whitespace cleanup.
12931
12932 2016-02-16 Don Breazeal <donb@codesourcery.com>
12933
12934 PR remote/19496
12935 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12936 Remove kfail for PR remote/19496.
12937
12938 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12939
12940 * lib/gdb.exp (standard_temp_file): Return a path specific to
12941 the runtest invocation.
12942
12943 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12944
12945 * gdb.trace/save-trace.exp: Change relative path to be in the
12946 standard output directory.
12947
12948 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12949
12950 * gdb.arch/i386-prologue.c: Add missing prototypes.
12951
12952 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12953
12954 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12955 * gdb.arch/i386-prologue.exp: Likewise.
12956 * gdb.arch/i386-size.exp: Likewise.
12957
12958 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12959
12960 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12961 define object file path.
12962 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12963 file path.
12964 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12965 standard_output_file to define binfile.
12966
12967 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12968
12969 Fix compatibility with recent gfortran-5.3.1.
12970 * gdb.fortran/vla-history.exp (print vla1 allocated)
12971 (print vla2 allocated, print $2, print $3): Remove
12972 (print $4): Rename to ...
12973 (print $2): ... here.
12974 (print $9): Rename to ...
12975 (print $5): ... here.
12976 (print $10): Rename to ...
12977 (print $6): ... here.
12978 * gdb.fortran/vla.f90: Add pvla initialization.
12979
12980 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12981
12982 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12983 New test.
12984 * gdb.fortran/vla-value-sub.exp: Likewise.
12985
12986 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12987
12988 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12989
12990 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12991
12992 * i386-biarch-core.exp: Define corefile using
12993 standard_output_file.
12994
12995 2016-02-12 Yao Qi <yao.qi@linaro.org>
12996
12997 * gdb.arch/arm-single-step-kernel-helper.c: New.
12998 * gdb.arch/arm-single-step-kernel-helper.exp: New.
12999
13000 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13001
13002 * gdb.btrace/tailcall-only.exp: New.
13003 * gdb.btrace/tailcall-only.c: New.
13004 * gdb.btrace/x86_64-tailcall-only.S: New.
13005 * gdb.btrace/i686-tailcall-only.S: New.
13006
13007 2016-02-11 Pedro Alves <palves@redhat.com>
13008
13009 * README (Parallel testing): Add missing double quotes.
13010
13011 2016-02-11 Pedro Alves <palves@redhat.com>
13012
13013 * README (Parallel testing): New section.
13014 (GDB_PARALLEL): Rewrite.
13015 (FORCE_PARALLEL): Document.
13016
13017 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13018
13019 * gdb.trace/tfile-avx.c: New test.
13020 * gdb.trace/tfile-avx.exp: New test.
13021
13022 2016-02-09 Keith Seitz <keiths@redhat.com>
13023
13024 PR breakpoints/19546
13025 * gdb.base/infcall-exec.c: New file.
13026 * gdb.base/infcall-exec2.c: New file.
13027 * gdb.base/infcall-exec.exp: New file.
13028
13029 2016-02-09 Keith Seitz <keiths@redhat.com>
13030
13031 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13032 (toplevel): Call test_bkpt_address.
13033
13034 2016-02-09 Keith Seitz <keiths@redhat.com>
13035
13036 PR python/19506
13037 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13038 (toplevel): Call test_bkpt_address.
13039
13040 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13041
13042 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13043 to AC_OUTPUT.
13044 * configure: Regenerate.
13045
13046 2016-02-09 Pedro Alves <palves@redhat.com>
13047
13048 PR breakpoints/19548
13049 * gdb.base/execl-update-breakpoints.c (some_function): New
13050 function.
13051 (main): Call it.
13052 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13053 Tighten expected GDB output.
13054
13055 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13056
13057 * Makefile.in (ALL_SUBDIRS): Remove.
13058 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13059 (distclean maintainer-clean realclean): Likewise.
13060 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13061 * configure: Regenerate.
13062 * gdb.ada/Makefile.in: Delete.
13063 * gdb.arch/Makefile.in: Likewise.
13064 * gdb.asm/Makefile.in: Likewise.
13065 * gdb.base/Makefile.in: Likewise.
13066 * gdb.btrace/Makefile.in: Likewise.
13067 * gdb.cell/Makefile.in: Likewise.
13068 * gdb.compile/Makefile.in: Likewise.
13069 * gdb.cp/Makefile.in: Likewise.
13070 * gdb.disasm/Makefile.in: Likewise.
13071 * gdb.dlang/Makefile.in: Likewise.
13072 * gdb.dwarf2/Makefile.in: Likewise.
13073 * gdb.fortran/Makefile.in: Likewise.
13074 * gdb.gdb/Makefile.in: Likewise.
13075 * gdb.go/Makefile.in: Likewise.
13076 * gdb.guile/Makefile.in: Likewise.
13077 * gdb.java/Makefile.in: Likewise.
13078 * gdb.linespec/Makefile.in: Likewise.
13079 * gdb.mi/Makefile.in: Likewise.
13080 * gdb.modula2/Makefile.in: Likewise.
13081 * gdb.multi/Makefile.in: Likewise.
13082 * gdb.objc/Makefile.in: Likewise.
13083 * gdb.opencl/Makefile.in: Likewise.
13084 * gdb.opt/Makefile.in: Likewise.
13085 * gdb.pascal/Makefile.in: Likewise.
13086 * gdb.perf/Makefile.in: Likewise.
13087 * gdb.python/Makefile.in: Likewise.
13088 * gdb.reverse/Makefile.in: Likewise.
13089 * gdb.server/Makefile.in: Likewise.
13090 * gdb.stabs/Makefile.in: Likewise.
13091 * gdb.threads/Makefile.in: Likewise.
13092 * gdb.trace/Makefile.in: Likewise.
13093 * gdb.xml/Makefile.in: Likewise.
13094 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13095 GDB_PARALLEL.
13096 (standard_output_file): Remove check for GDB_PARALLEL, always
13097 return path in outputs/$subdir/$testname.
13098
13099 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13100
13101 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13102 (site.exp): Assign abs_srcdir to tcl's srcdir.
13103
13104 2016-02-04 Yao Qi <yao.qi@linaro.org>
13105
13106 * gdb.base/foll-exec-mode.c: Include limits.h.
13107 (main): Add parameters argc and argv. Get directory from
13108 argv[0].
13109 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13110 compilation.
13111 * gdb.base/foll-exec.c: Include limits.h.
13112 (main): Add parameters argc and argv.
13113 Get directory from argv[0].
13114 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13115 Adjust tests on the number of lines as source code changed.
13116 * gdb.base/foll-vfork-exit.c: Include limits.h.
13117 (main): Add one line of statement before vfork.
13118 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13119 (main): Add parameters argc and argv. Get directory from
13120 argv[0].
13121 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13122 (setup_gdb): Set tbreak to skip some source lines.
13123 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13124 (main): Add parameters argc and argv. Get directory from
13125 argv[0].
13126 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13127 compilation.
13128 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13129 (main): Add parameters argc and argv. Get directory from
13130 argv[0].
13131 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13132 compilation.
13133
13134 2016-02-01 Doug Evans <dje@google.com>
13135
13136 * gdb.base/skip.exp: Clean up multiple references to same test name.
13137
13138 2016-02-01 Pedro Alves <palves@redhat.com>
13139
13140 PR remote/19496
13141 * gdb.threads/forking-threads-plus-breakpoint.exp
13142 (displaced_stepping_supported): New global.
13143 (probe_displaced_stepping_support): New procedure.
13144 (do_test): Add 'displaced' parameter, and use it.
13145 (top level): Check for displaced stepping support. Add displaced
13146 stepping on/off testing axis.
13147
13148 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13149
13150 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13151 pointer. Don't perform further tests on the unassociated pointer
13152 if the first test fails.
13153
13154 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13155
13156 * gdb.base/max-value-size.c: New file.
13157 * gdb.base/max-value-size.exp: New file.
13158 * gdb.base/huge.exp: Disable max-value-size for this test.
13159
13160 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13161
13162 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13163
13164 2016-01-28 Yao Qi <yao.qi@linaro.org>
13165
13166 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13167
13168 2016-01-25 Pedro Alves <palves@redhat.com>
13169
13170 PR threads/19461
13171 * gdb.base/fork-running-state.c: New file.
13172 * gdb.base/fork-running-state.exp: New file.
13173
13174 2016-01-25 Pedro Alves <palves@redhat.com>
13175
13176 PR gdb/19494
13177 * gdb.base/catch-fork-kill.c: New file.
13178 * gdb.base/catch-fork-kill.exp: New file.
13179
13180 2016-01-25 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13183 Delete, moved to lib/gdb.exp.
13184 * gdb.threads/forking-threads-plus-breakpoint.exp
13185 (foreach_with_prefix): Likewise.
13186 * gdb.threads/process-dies-while-handling-bp.exp
13187 (foreach_with_prefix): Likewise.
13188 * lib/gdb.exp (foreach_with_prefix): New procedure.
13189
13190 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13191
13192 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13193 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13194
13195 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13196
13197 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13198 endian targets.
13199
13200 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13201 Pedro Alves <palves@redhat.com>
13202
13203 Fix testsuite compatibility with Guile.
13204 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13205 number.
13206
13207 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13208
13209 Fix testsuite compatibility with Guile.
13210 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13211 (thread 1): New test for backtrace through signal handler.
13212
13213 2016-01-22 Yao Qi <yao.qi@linaro.org>
13214
13215 PR testsuite/19491
13216 * gdb.base/multi-forks.c: Include
13217 ../lib/unbuffer_output.c
13218 (main): Call gdb_unbuffer_output.
13219
13220 2016-01-21 Doug Evans <dje@google.com>
13221
13222 * lib/ada.exp (gdb_compile_ada): Fix typo.
13223
13224 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13225
13226 * gdb.base/break-fun-addr.exp: New file.
13227 * gdb.base/break-fun-addr1.c: New file.
13228 * gdb.base/break-fun-addr2.c: New file.
13229
13230 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13231
13232 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13233 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13234 enum flag values.
13235
13236 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13237
13238 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13239 when GDB can not set the vector return value. Add more comments
13240 for clarification.
13241
13242 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13243
13244 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13245 command.
13246
13247 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13248
13249 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13250
13251 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13252
13253 * Makefile.in (check-single): Pass --status to runtest.
13254 (check/%.exp): Likewise.
13255
13256 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13257
13258 * Makefile.in (check-parallel): Propagate return code from make
13259 do-check-parallel.
13260
13261 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13262
13263 * gdb.trace/ftrace.exp: Fix expected message on continue.
13264 * gdb.trace/pending.exp: Fix expected message on continue.
13265 * gdb.trace/trace-break.exp: Fix expected message on continue.
13266
13267 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13268
13269 * lib/gdb.exp (gdb_test): Remove unused global references.
13270
13271 2016-01-18 Pedro Alves <palves@redhat.com>
13272
13273 * gdb.base/async-shell.exp: Adjust expected output.
13274 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13275 * gdb.base/siginfo-thread.exp: Adjust expected output.
13276 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13277 * gdb.java/jnpe.exp: Adjust expected output.
13278 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13279 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13280 * gdb.threads/leader-exit.exp: Adjust expected output.
13281 * gdb.threads/manythreads.exp: Adjust expected output.
13282 * gdb.threads/pthreads.exp: Adjust expected output.
13283 * gdb.threads/schedlock.exp: Adjust expected output.
13284 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13285 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13286 expected output.
13287 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13288 output.
13289 * gdb.threads/sigthread.exp: Adjust expected output.
13290 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13291
13292 2016-01-18 Yao Qi <yao.qi@linaro.org>
13293
13294 * gdb.guile/scm-section-script.c: Replace @progbits with
13295 %progbits.
13296 * gdb.python/py-section-script.c: Likewise.
13297
13298 2016-01-15 Pedro Alves <palves@redhat.com>
13299
13300 * gdb.multi/tids.exp: Test star wildcard ranges.
13301
13302 2016-01-15 Pedro Alves <palves@redhat.com>
13303
13304 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13305 command from "thread apply" invocation.
13306 (thr_apply_info_thr_invalid): Default the expected output to the
13307 input tid list.
13308 (top level): Add tests that use convenience variables. Add tests
13309 for "thread apply" with a valid TID list, but missing the command.
13310
13311 2016-01-13 Pedro Alves <palves@redhat.com>
13312
13313 * gdb.base/default.exp: Expect $_gthread as well.
13314 * gdb.multi/tids.exp: Test $_gthread.
13315 * gdb.threads/thread-specific.exp: Test $_gthread.
13316
13317 2016-01-13 Pedro Alves <palves@redhat.com>
13318
13319 * gdb.multi/tids.exp: Test "info threads -gid".
13320
13321 2016-01-13 Pedro Alves <palves@redhat.com>
13322
13323 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13324 Breakpoint.thread.
13325 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13326
13327 2016-01-07 Pedro Alves <palves@redhat.com>
13328
13329 * gdb.base/break.exp: Adjust to output changes.
13330 * gdb.base/hbreak2.exp: Likewise.
13331 * gdb.base/sepdebug.exp: Likewise.
13332 * gdb.base/watch_thread_num.exp: Likewise.
13333 * gdb.linespec/keywords.exp: Likewise.
13334 * gdb.multi/info-threads.exp: Likewise.
13335 * gdb.threads/thread-find.exp: Likewise.
13336 * gdb.multi/tids.c: New file.
13337 * gdb.multi/tids.exp: New file.
13338
13339 2016-01-13 Pedro Alves <palves@redhat.com>
13340
13341 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13342
13343 2016-01-13 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.base/default.exp: Expect $_inferior as well.
13346 * gdb.multi/base.exp: Test $_inferior.
13347
13348 2016-01-13 Pedro Alves <palves@redhat.com>
13349
13350 PR breakpoints/19388
13351 * gdb.base/catch-signal-siginfo-cond.c: New file.
13352 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13353
13354 2016-01-12 Josh Stone <jistone@redhat.com>
13355 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13356
13357 * gdb.base/catch-syscall.c (do_execve): New variable.
13358 (main): Conditionally trigger an execve.
13359 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13360 (test_catch_syscall_execve): New, check entry/return across execve.
13361 (do_syscall_tests): Call test_catch_syscall_execve.
13362
13363 2016-01-12 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.base/random-signal.exp (do_test): New procedure, with body
13366 of testcase moved in.
13367
13368 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13369 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.base/funcargs.exp (finish from indirectly called function):
13372 Reintroduce the case for 'First'.
13373
13374 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13375 Pedro Alves <palves@redhat.com>
13376
13377 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13378 (tcatch_vfork_then_child_follow_exec)
13379 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13380 identification.
13381
13382 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13383
13384 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13385 and repeats to unlimited.
13386 * gdb.python/py-value.exp: Likewise.
13387 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13388 and repeats to unlimited.
13389
13390 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13391
13392 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13393 and reordering the functions.
13394 * gdb.multi/hangout.c: Likewise.
13395 * gdb.multi/hello.c: Likewise.
13396
13397 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13398
13399 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13400 absolute.
13401 (SingleStatisticTestResult.report): Use dict.keys instead of
13402 dict.iterkeys.
13403
13404 2016-01-06 Pedro Alves <palves@redhat.com>
13405
13406 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13407
13408 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13409
13410 * gdb.btrace/dlopen.exp: New.
13411 * gdb.btrace/dlopen.c: New.
13412 * gdb.btrace/dlopen-dso.c: New.
13413
13414 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13415
13416 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13417 PATTERN argument is optional.
13418
13419 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13420
13421 * lib/ada.exp (target_compile_ada_from_dir): New function.
13422 (gdb_compile_ada): Reimplement avoiding the use of project files.
13423 * gdb.ada/gnat_ada.gpr: Delete.
13424 * gdb.ada/cond_lang.exp: Adjust test to make path before
13425 filename optional.
13426 * gdb.ada/small_reg_param.exp: Likewise.
13427
13428 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13429
13430 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13431
13432 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13433
13434 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13435 case.
13436
13437 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13438
13439 * gdb.base/break.exp: Remove dead code.
13440 * gdb.base/sepdebug.exp: Likewise.
13441
13442 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13443
13444 * gdb.asm/asm-source.exp: Remove HP-UX references.
13445 * gdb.base/annota1.exp: Likewise.
13446 * gdb.base/annota3.exp: Likewise.
13447 * gdb.base/attach.exp: Likewise.
13448 * gdb.base/bigcore.exp: Likewise.
13449 * gdb.base/break.exp: Likewise.
13450 * gdb.base/call-ar-st.exp: Likewise.
13451 * gdb.base/callfuncs.exp: Likewise.
13452 * gdb.base/catch-fork-static.exp: Likewise.
13453 * gdb.base/display.exp: Likewise.
13454 * gdb.base/foll-exec-mode.exp: Likewise.
13455 * gdb.base/foll-exec.exp: Likewise.
13456 * gdb.base/foll-fork.exp: Likewise.
13457 * gdb.base/foll-vfork.exp: Likewise.
13458 * gdb.base/funcargs.exp: Likewise.
13459 * gdb.base/hbreak2.exp: Likewise.
13460 * gdb.base/inferior-died.exp: Likewise.
13461 * gdb.base/interrupt.exp: Likewise.
13462 * gdb.base/multi-forks.exp: Likewise.
13463 * gdb.base/nodebug.exp: Likewise.
13464 * gdb.base/sepdebug.exp: Likewise.
13465 * gdb.base/solib1.c: Likewise.
13466 * gdb.base/step-test.exp: Likewise.
13467 * gdb.mi/non-stop.c: Likewise.
13468 * gdb.mi/pthreads.c: Likewise.
13469 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13470 * gdb.threads/pthreads.c: Likewise.
13471 * gdb.threads/staticthreads.exp: Likewise.
13472 * lib/future.exp: Likewise.
13473 * lib/gdb.exp: Likewise.
13474 * gdb.base/so-indr-cl.c: Remove.
13475 * gdb.base/so-indr-cl.exp: Likewise.
13476 * gdb.base/solib.c: Likewise.
13477 * gdb.base/solib.exp: Likewise.
13478 * gdb.base/solib2.c: Likewise.
13479
13480 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13481
13482 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13483 * gdb.base/call-ar-st.exp: Likewise.
13484 * gdb.base/callfuncs.exp: Likewise.
13485 * gdb.base/condbreak.exp: Likewise.
13486 * gdb.base/constvars.exp: Likewise.
13487 * gdb.base/hbreak2.exp: Likewise.
13488 * gdb.base/langs.exp: Likewise.
13489 * gdb.base/list.exp: Likewise.
13490 * gdb.base/long_long.exp: Likewise.
13491 * gdb.base/ptype.exp: Likewise.
13492 * gdb.base/scope.exp: Likewise.
13493 * gdb.base/signals.exp: Likewise.
13494 * gdb.base/so-impl-ld.exp: Likewise.
13495 * gdb.base/varargs.exp: Likewise.
13496 * gdb.base/volatile.exp: Likewise.
13497 * gdb.base/whatis.exp: Likewise.
13498 * gdb.cp/cplusfuncs.exp: Likewise.
13499 * gdb.cp/inherit.exp: Likewise.
13500 * gdb.cp/local.exp: Likewise.
13501 * gdb.cp/member-ptr.exp: Likewise.
13502 * gdb.cp/method.exp: Likewise.
13503 * gdb.cp/overload.exp: Likewise.
13504 * gdb.cp/templates.exp: Likewise.
13505 * gdb.stabs/weird.exp: Likewise.
13506 * lib/compiler.c: Likewise.
13507 * lib/compiler.cc: Likewise.
13508 * lib/cp-support.exp: Likewise.
13509 * lib/gdb.exp: Likewise.
13510
13511 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13512
13513 * configure.ac: Remove HP-UX case.
13514 * configure: Regenerate.
13515
13516 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13517
13518 * lib/gdb.exp (gdb_compile): Add function doc.
13519
13520 2015-12-17 Pedro Alves <palves@redhat.com>
13521
13522 PR threads/19354
13523 * gdb.multi/info-threads.exp: New file.
13524
13525 2015-12-15 Yao Qi <yao.qi@linaro.org>
13526
13527 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13528 is aarch64*-*-*.
13529
13530 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13531
13532 * gdb.base/history-duplicates.exp: Skip if no readline support.
13533
13534 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13535
13536 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13537
13538 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13539
13540 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13541
13542 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13543
13544 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13545 ctrl-C if nointerrupts target property is set.
13546 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13547 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13548 * gdb.base/paginate-bg-execution.exp: Likewise.
13549 * gdb.base/paginate-execution-startup.exp: Likewise.
13550 * gdb.base/random-signal.exp: Likewise.
13551 * gdb.base/range-stepping.exp: Likewise.
13552 * gdb.cp/annota2.exp: Likewise.
13553 * gdb.cp/annota3.exp: Likewise.
13554 * gdb.gdb/selftest.exp: Likewise.
13555 * gdb.threads/continue-pending-status.exp: Likewise.
13556 * gdb.threads/leader-exit.exp: Likewise.
13557 * gdb.threads/manythreads.exp: Likewise.
13558 * gdb.threads/pthreads.exp: Likewise.
13559 * gdb.threads/schedlock.exp: Likewise.
13560 * gdb.threads/sigthread.exp: Likewise.
13561
13562 2015-12-11 Don Breazeal <donb@codesourcery.com>
13563
13564 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13565 remote.
13566 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13567 * gdb.base/foll-exec.exp (main): Enable for target remote.
13568 * gdb.base/foll-fork.exp (main): Likewise.
13569 * gdb.base/foll-vfork.exp (main): Likewise.
13570 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13571 (proc continue_to_exit_bp_loc): Use clean_restart.
13572 * gdb.base/pie-execl.exp (main): Disable for target remote.
13573 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13574 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13575 * gdb.threads/execl.exp (main): Likewise.
13576 * gdb.threads/fork-child-threads.exp (main): Likewise.
13577 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13578 remote.
13579 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13580 remote.
13581 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13582 pid.tid style ptids, instead of just tid.
13583 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13584 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13585 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13586 ptids, instead of just tid.
13587
13588 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13589
13590 * gdb.base/list.exp (test_list_forward): Add end of file error
13591 test.
13592 (test_repeat_list_command): Add end of file error test.
13593 (test_list_backwards): Add beginning of file error test.
13594
13595 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13596
13597 * gdb.base/list.exp (test_list_invalid_args): New function,
13598 defined, and called.
13599
13600 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13601
13602 * gdb.base/list.exp (test_list): Make test names unique.
13603
13604 2015-12-11 Yao Qi <yao.qi@linaro.org>
13605
13606 * gdb.base/coremaker2.c: Remove.
13607
13608 2015-12-10 Pedro Alves <palves@redhat.com>
13609
13610 * gdb.multi/base.exp: Remove stale "spaces" references.
13611
13612 2015-12-10 Pedro Alves <palves@redhat.com>
13613
13614 * gdb.multi/base.exp: Don't use nowarnings.
13615 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13616 * gdb.multi/hangout.c: Include stdio.h.
13617 * gdb.multi/hello.c: Include stdlib.h.
13618 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13619 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13620 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13621
13622 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13623
13624 * gdb.dwarf2/dw2-ranges-base.c: New file.
13625 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13626 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13627 support additional line table, and debug ranges generation.
13628 (Dwarf::ranges): New function, generate .debug_ranges.
13629 (Dwarf::lines): Support generating simple line table programs.
13630 (Dwarf::assemble): Initialise new namespace variables.
13631
13632 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13633
13634 * gdb.base/async.exp (proc test_background): Add case for
13635 asynchronous execution not supported.
13636
13637 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13638
13639 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13640 format and change test names to make them unique.
13641
13642 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13643 Pedro Alves <pedro@redhat.com>
13644
13645 PR gdb/18702
13646 Add checking of floatformats setup on x86_64 hosts.
13647 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13648 (smallval, bigval): New labels/constants.
13649 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13650 float" after loading bigval and smallval.
13651
13652 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13653
13654 * gdb.ada/fun_overload_menu.exp: New testcase.
13655 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13656
13657 2015-12-04 Josh Stone <jistone@redhat.com>
13658
13659 * gdb.base/catch-fork-static.exp: New.
13660
13661 2015-12-03 Yao Qi <yao.qi@linaro.org>
13662
13663 * gdb.base/sizeof.c: Don't include stdio.h and
13664 ../lib/unbuffer_output.c.
13665 (main): New variable 'size' and 'value'. Remove printf and
13666 gdb_unbuffer_output. Assign return value to size and value.
13667 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13668 at the beginning.
13669 (check_sizeof): Check the result by printing variable 'size'.
13670 (check_valueof): Check the result by printing variable 'value'.
13671
13672 2015-12-01 Yao Qi <yao.qi@linaro.org>
13673
13674 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13675 for aarch64*-*-linux* target.
13676
13677 2015-11-30 Pedro Alves <palves@redhat.com>
13678
13679 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13680
13681 2015-11-30 Pedro Alves <palves@redhat.com>
13682
13683 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13684 Handle non-stop mode vCont replies.
13685
13686 2015-11-30 Pedro Alves <palves@redhat.com>
13687
13688 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13689 prepare_for_testing. Start gdb with "set non-stop on" appended to
13690 GDBFLAGS. Lax expected stop output.
13691
13692 2015-11-27 Yao Qi <yao.qi@linaro.org>
13693
13694 * gdb.arch/arm-neon.exp: New.
13695 * gdb.arch/arm-neon.c: New.
13696
13697 2015-11-27 Yao Qi <yao.qi@linaro.org>
13698
13699 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13700
13701 2015-11-27 Yao Qi <yao.qi@linaro.org>
13702
13703 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13704 frames-invalid annotation.
13705
13706 2015-11-27 Yao Qi <yao.qi@linaro.org>
13707
13708 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13709
13710 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13711
13712 * gdb.threads/names.exp: New file.
13713 * gdb.threads/names.c: New file.
13714 * README: Mention gdb,no_thread_names.
13715
13716 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13717
13718 PR 19297
13719 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13720 support" error.
13721
13722 2015-11-24 Pedro Alves <palves@redhat.com>
13723
13724 PR 17539
13725 * gdb.base/display.exp: Expect displays to be sorted in ascending
13726 order. Use multi_line.
13727 * gdb.base/solib-display.exp: Likewise.
13728
13729 2015-11-24 Pedro Alves <palves@redhat.com>
13730
13731 PR 17539
13732 * gdb.base/display.exp: Expect displays to be sorted in ascending
13733 order. Use multi_line.
13734 * gdb.base/solib-display.exp: Likewise.
13735
13736 2015-11-24 Pedro Alves <palves@redhat.com>
13737
13738 PR 17539
13739 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13740 threads in ascending order.
13741 * gdb.base/foll-fork.exp: Likewise.
13742 * gdb.base/foll-vfork.exp: Likewise.
13743 * gdb.base/multi-forks.exp: Likewise.
13744 * gdb.mi/mi-nonstop.exp: Likewise.
13745 * gdb.mi/mi-nsintrall.exp: Likewise.
13746 * gdb.multi/base.exp: Likewise.
13747 * gdb.multi/multi-arch.exp: Likewise.
13748 * gdb.python/py-inferior.exp: Likewise.
13749 * gdb.threads/break-while-running.exp: Likewise.
13750 * gdb.threads/execl.exp: Likewise.
13751 * gdb.threads/gcore-thread.exp: Likewise.
13752 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13753 * gdb.threads/kill.exp: Likewise.
13754 * gdb.threads/linux-dp.exp: Likewise.
13755 * gdb.threads/multiple-step-overs.exp: Likewise.
13756 * gdb.threads/next-bp-other-thread.exp: Likewise.
13757 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13758 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13759 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13760 * gdb.threads/thread-find.exp: Likewise.
13761 * gdb.threads/tls.exp: Likewise.
13762 * lib/mi-support.exp (mi_reverse_list): Delete.
13763 (mi_check_thread_states): No longer reverse list.
13764
13765 2015-11-24 Pedro Alves <palves@redhat.com>
13766
13767 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13768 use lowercase.
13769
13770 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13771
13772 * gdb.trace/actions.c: Include trace-common.h.
13773 (main): Add a location for a fast tracepoint.
13774 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13775 the normal tracepoints.
13776 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13777
13778 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13779
13780 * save-trace.exp: Factor out code to these...
13781 (gdb_save_tracepoints): New.
13782 (gdb_load_tracepoints): New.
13783 (do_save_load_test): New.
13784
13785 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13786
13787 * gdb.base/asmlabel.exp: New test.
13788 * gdb.base/asmlabel.c: New test case.
13789
13790 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13791
13792 * gdb.base/wrong_frame_bt_full-main.c: New file.
13793 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13794 * gdb.base/wrong_frame_bt_full.exp: New file.
13795
13796 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13797
13798 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13799
13800 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13801
13802 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13803 pstate register when comparing registers values in
13804 sparc64-*-linux-gnu targets to avoid spurious differences.
13805
13806 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13807
13808 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13809
13810 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13811
13812 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13813 as type argument to gdb_compile.
13814 * gdb.base/nested-subp2.exp: Likewise.
13815 * gdb.base/nested-subp3.exp: Likewise.
13816
13817 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13818
13819 * lib/dwarf.exp (_note): Fix left shift of negative value.
13820 * gdb.trace/trace-condition.exp: Likewise.
13821
13822 2015-11-13 Yao Qi <yao.qi@linaro.org>
13823
13824 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13825 comments about d10v.
13826 (test_scalar_returns): Likewise.
13827 * gdb.base/d10v.ld: Remove.
13828 * gdb.base/overlays.exp: Remove the target triplet checking for
13829 d10v-*-*.
13830 * gdb.base/structs.exp (test_struct_returns): Remove the
13831 comments about d10v.
13832 (test_struct_calls): Likewise.
13833
13834 2015-11-13 Yao Qi <yao.qi@linaro.org>
13835
13836 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13837 * gdb.base/gnu_vector.c: Don't include stdio.h.
13838 (main): Don't print res and call add_some_intvecs.
13839
13840 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13841
13842 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13843 macro.
13844 (func5): Removed.
13845 (func4): Use FAST_TRACEPOINT_LABEL.
13846 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13847 macro.
13848 (func): Removed.
13849 (thread_function): Use FAST_TRACEPOINT_LABEL.
13850 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13851 (func): Remove.
13852 (marker): Use FAST_TRACEPOINT_LABEL.
13853 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13854 (pendfunc1): Remove.
13855 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13856 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13857 (foo): Remove.
13858 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13859 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13860 macro.
13861 (func): Remove.
13862 (marker): Use FAST_TRACEPOINT_LABEL.
13863 * gdb.trace/trace-common.h: New header.
13864 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13865 macro.
13866 (func): Remove.
13867 (marker): Use FAST_TRACEPOINT_LABEL.
13868 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13869 (func): Remove.
13870 (thread_function): Use FAST_TRACEPOINT_LABEL.
13871
13872 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13873
13874 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13875 in front.
13876 * gdb.trace/change-loc.exp: Use global pcreg definition.
13877 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13878 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13879 in front.
13880 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13881 * gdb.trace/pending.exp: Likewise.
13882 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13883 * gdb.trace/trace-break.exp: Likewise.
13884 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13885 in front.
13886 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13887 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13888 in front.
13889 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13890
13891 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13892
13893 * gdb.ada/fin_fun_out: New testcase.
13894
13895 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13896
13897 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13898 value associated with DW_AT_byte_size.
13899 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13900 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13901 DW_AT_upper_bound.
13902
13903 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13904
13905 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13906 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13907 version.
13908 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13909 gdb.dwarf2/dw2-canonicalize-type.exp,
13910 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13911 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13912 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13913 provided by gdb_target_symbol_prefix_flags_asm.
13914 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13915 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13916 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13917 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13918 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13919 macros where needed). Use this macro for symbols which require
13920 the prefix provided by SYMBOL_PREFIX.
13921
13922 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13923
13924 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13925 New procs.
13926 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13927 representing expressions, of more than one list element.
13928 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13929 to prepend linker symbol prefix to f.
13930 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13931 table_1 and table_2.
13932 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13933 Likewise, for f and g.
13934 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13935 for ptr.
13936 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13937 for main.
13938 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13939 table_1_ptr and table_2_ptr.
13940
13941 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13942 Joel Brobecker <brobecker@adacore.com>
13943
13944 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13945
13946 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13947
13948 * gdb.reverse/s390-mvcle.c: New test.
13949 * gdb.reverse/s390-mvcle.exp: New file.
13950 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13951
13952 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13953
13954 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13955
13956 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13957
13958 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13959 reaching marker2.
13960 * gdb.reverse/getresuid-reverse.exp: Likewise.
13961 * gdb.reverse/pipe-reverse.exp: Likewise.
13962 * gdb.reverse/readv-reverse.exp: Likewise.
13963 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13964 * gdb.reverse/time-reverse.exp: Likewise.
13965 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13966
13967 2015-10-30 Yao Qi <yao.qi@linaro.org>
13968
13969 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13970 (empty_cycle): Remove.
13971 (main): Don't call empty_cycle. Don't use watch_count_done.
13972 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13973 empty_cycle. Rewrite the code counting HW watchpoints.
13974
13975 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13976
13977 * gdb.reverse/fstatat-reverse.c: New test.
13978 * gdb.reverse/fstatat-reverse.exp: New file.
13979 * gdb.reverse/getresuid-reverse.c: New test.
13980 * gdb.reverse/getresuid-reverse.exp: New file.
13981 * gdb.reverse/pipe-reverse.c: New test.
13982 * gdb.reverse/pipe-reverse.exp: New file.
13983 * gdb.reverse/readv-reverse.c: New test.
13984 * gdb.reverse/readv-reverse.exp: New file.
13985 * gdb.reverse/recvmsg-reverse.c: New test.
13986 * gdb.reverse/recvmsg-reverse.exp: New file.
13987 * gdb.reverse/time-reverse.c: New test.
13988 * gdb.reverse/time-reverse.exp: New file.
13989 * gdb.reverse/waitpid-reverse.c: New test.
13990 * gdb.reverse/waitpid-reverse.exp: New file.
13991
13992 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13993
13994 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
13995
13996 2015-10-26 Doug Evans <dje@google.com>
13997
13998 PR symtab/17391
13999 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14000 * gdb.dwarf2/bad-regnum.c: New file.
14001 * gdb.dwarf2/bad-regnum.exp: New file.
14002
14003 2015-10-26 Doug Evans <dje@google.com>
14004
14005 PR python/18938
14006 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14007 file.
14008
14009 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14010
14011 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14012 for a change by "Mention language in compile error message".
14013
14014 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14015
14016 PR python/18073
14017 * gdb.python/py-type.c (C::a_method): New.
14018 (C::a_const_method): New.
14019 (C::a_static_method): New.
14020 (a_function): New.
14021 * gdb.python/py-type.exp (test_fields): Test getting fields
14022 from function and method.
14023
14024 2015-10-21 Keven Boell <keven.boell@intel.com>
14025
14026 * gdb.fortran/vla-alloc-assoc.exp: New file.
14027 * gdb.fortran/vla-datatypes.exp: New file.
14028 * gdb.fortran/vla-datatypes.f90: New file.
14029 * gdb.fortran/vla-history.exp: New file.
14030 * gdb.fortran/vla-ptype-sub.exp: New file.
14031 * gdb.fortran/vla-ptype.exp: New file.
14032 * gdb.fortran/vla-sizeof.exp: New file.
14033 * gdb.fortran/vla-sub.f90: New file.
14034 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14035 * gdb.fortran/vla-value-sub-finish.exp: New file.
14036 * gdb.fortran/vla-value-sub.exp: New file.
14037 * gdb.fortran/vla-value.exp: New file.
14038 * gdb.fortran/vla-ptr-info.exp: New file.
14039 * gdb.mi/mi-vla-fortran.exp: New file.
14040 * gdb.mi/vla.f90: New file.
14041
14042 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14043
14044 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14045 of hardwired timeout value.
14046
14047 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14048 Pedro Alves <palves@redhat.com>
14049
14050 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14051 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14052
14053 2015-10-19 Josh Stone <jistone@redhat.com>
14054
14055 * gdb.base/catch-syscall.c: Include <sched.h>.
14056 (unknown_syscall): New variable.
14057 (main): Trigger a vfork and an unknown syscall.
14058 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14059 (unknown_syscall_number): Likewise.
14060 (check_call_to_syscall): Accept an optional syscall pattern.
14061 (check_return_from_syscall): Likewise.
14062 (check_continue): Likewise.
14063 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14064 (test_catch_syscall_skipping_return): New test toggling off 'catch
14065 syscall' to step over the syscall return, then toggling back on.
14066 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14067 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14068 (do_syscall_tests): Call test_catch_syscall_without_args and
14069 test_catch_syscall_mid_vfork.
14070 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14071 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14072
14073 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14074
14075 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14076 print g_vE): Add new pass patterns.
14077 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14078 print various symbol names for vptr fields.
14079
14080 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14081
14082 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14083 results.
14084
14085 2015-10-12 Yao Qi <yao.qi@linaro.org>
14086
14087 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14088
14089 2015-10-12 Yao Qi <yao.qi@linaro.org>
14090
14091 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14092 is aarch64*-*-linux*.
14093
14094 2015-10-12 Yao Qi <yao.qi@linaro.org>
14095
14096 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14097 (can_relocate_bcond_true): ... it.
14098 (can_relocate_bcond_false): New function.
14099 (foo): Likewise.
14100 (can_relocate_bl): Likewise.
14101 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14102 can_relocate_bl.
14103
14104 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14105
14106 * gdb.base/nested-addr.c: New file.
14107 * gdb.base/nested-addr.exp: New testcase.
14108
14109 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14110
14111 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14112 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14113 its output. Ignore the output of "record goto begin" and instead
14114 check that GDB is replaying.
14115
14116 2015-10-09 Pedro Alves <palves@redhat.com>
14117
14118 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14119 (top level): Use it in the run with no args test.
14120
14121 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14122
14123 * gdb.dlang/properties.exp: New file.
14124
14125 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14126
14127 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14128 whether or not address 0x1000 is mapped on the target.
14129
14130 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14131
14132 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14133 build.
14134
14135 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14136
14137 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14138 instruction-history test.
14139
14140 2015-09-28 Doug Evans <dje@google.com>
14141
14142 * gdb.base/gcore.c (array_func): Add reference to static_array.
14143
14144 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14145
14146 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14147 source line.
14148
14149 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14150
14151 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14152 short or char as base type.
14153
14154 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14155
14156 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14157 to allow any size enum.
14158
14159 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14160
14161 * gdb.ada/array_ptr_renaming.exp: New testcase.
14162 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14163 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14164
14165 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14166
14167 * gdb.trace/ftrace-lock.c: New file.
14168 * gdb.trace/ftrace-lock.exp: New file.
14169
14170 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14171
14172 * gdb.arch/insn-reloc.c: New file.
14173 * gdb.arch/ftrace-insn-reloc.exp: New file.
14174
14175 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14176
14177 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14178 instruction.
14179 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14180 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14181 * gdb.trace/range-stepping.c: Likewise.
14182 * gdb.trace/trace-break.c: Likewise.
14183 * gdb.trace/trace-mt.c (thread_function): Likewise.
14184 * gdb.trace/ftrace.c (marker): Likewise.
14185 * gdb.trace/trace-condition.c (marker): Likewise.
14186 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14187 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14188 is_aarch64_target.
14189
14190 2015-09-18 Doug Evans <xdje42@gmail.com>
14191
14192 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14193 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14194
14195 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14196
14197 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14198 the breakpoint.
14199
14200 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14201
14202 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14203 the pending breakpoint. Remove timeout override for "Run till
14204 MI pending breakpoint on pendfunc3 on thread 2" test.
14205
14206 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14207
14208 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14209 filename pattern.
14210
14211 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14212
14213 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14214 in breakpoint filename pattern.
14215
14216 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14217
14218 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14219
14220 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14221
14222 * gdb.linespec/explicit.exp: Check for readline support for
14223 tab-completion tests. Fix obvious typo.
14224
14225 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14226
14227 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14228 and replay.
14229
14230 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14231
14232 * gdb.btrace/non-stop.c: New.
14233 * gdb.btrace/non-stop.exp: New.
14234
14235 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14236 Yao Qi <yao.qi@linaro.org>
14237
14238 * gdb.trace/trace-condition.c: New file.
14239 * gdb.trace/trace-condition.exp: New file.
14240
14241 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14242
14243 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14244 for testing bytecode compilation.
14245
14246 2015-09-16 Pedro Alves <palves@redhat.com>
14247 Sandra Loosemore <sandra@codesourcery.com>
14248
14249 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14250 (SECONDS): Redefine.
14251 (main): Call pthread_kill and alarm early.
14252 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14253 support.
14254 (test): If the target can't hardware step and doesn't support
14255 displaced stepping, increase the timeout.
14256
14257 2015-09-16 Pedro Alves <palves@redhat.com>
14258
14259 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14260 (enable_debug): New procedures.
14261 (test): Use them. Bail out if waiting for threads fails.
14262 (top level): Bail out if a test fails.
14263
14264 2015-09-16 Yao Qi <yao.qi@linaro.org>
14265
14266 * gdb.asm/asm-source.exp: Set asm-arch for
14267 aarch64*-*-* target.
14268 * gdb.asm/aarch64.inc: New file.
14269
14270 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14271
14272 * gdb.ada/array_of_variable_length.exp: New testcase.
14273 * gdb.ada/array_of_variable_length/foo.adb: New file.
14274 * gdb.ada/array_of_variable_length/pck.adb: New file.
14275 * gdb.ada/array_of_variable_length/pck.ads: New file.
14276
14277 2015-09-15 Doug Evans <dje@google.com>
14278
14279 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14280 of function static local variable.
14281
14282 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14283
14284 * gdb.threads/tls-so_extern.exp: New test file.
14285 * gdb.threads/tls-so_extern.c: New test file.
14286 * gdb.threads/tls-so_extern_main.c: New test file.
14287
14288 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14289
14290 * gdb.opt/solib-intra-step-lib.c: New file.
14291 * gdb.opt/solib-intra-step-main.c: New file.
14292 * gdb.opt/solib-intra-step.exp: New file.
14293
14294 2015-09-15 Pedro Alves <palves@redhat.com>
14295
14296 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14297 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14298
14299 2015-09-14 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.base/hook-stop-continue.c: Delete.
14302 * gdb.base/hook-stop-continue.exp: Delete.
14303 * gdb.base/hook-stop-frame.c: Delete.
14304 * gdb.base/hook-stop-frame.exp: Delete.
14305 * gdb.base/hook-stop.c: New file.
14306 * gdb.base/hook-stop.exp: New file.
14307
14308 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14309
14310 * gdb.ada/access_to_packed_array.exp: New testcase.
14311 * gdb.ada/access_to_packed_array/foo.adb: New file.
14312 * gdb.ada/access_to_packed_array/pack.adb: New file.
14313 * gdb.ada/access_to_packed_array/pack.ads: New file.
14314
14315 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14316
14317 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14318 buffer size test.
14319
14320 2015-09-11 Don Breazeal <donb@codesourcery.com>
14321
14322 * gdb.base/foll-exec.c: Add copyright header. Fix
14323 formatting issues.
14324 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14325 (do_exec_tests): Use clean_restart in place of zap_session,
14326 and for test initialization. Fix formatting issues. Use
14327 fail in place of perror.
14328 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14329 an expect statement to match an expression with output from
14330 the program under debug.
14331 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14332 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14333 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14334 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14335 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14336
14337 2015-09-09 Doug Evans <dje@google.com>
14338
14339 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14340
14341 2015-09-09 Doug Evans <dje@google.com>
14342
14343 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14344
14345 2015-09-09 Doug Evans <dje@google.com>
14346
14347 * gdb.base/savedregs.exp: Fix typo.
14348
14349 2015-09-09 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14352
14353 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14354
14355 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14356 command actually switches threads. Give up on remaining
14357 tests if target fails to stop at breakpoint.
14358
14359 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14360
14361 * gdb.ada/funcall_char.exp: New testcase.
14362 * gdb.ada/funcall_char/foo.adb: New file.
14363
14364 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14365
14366 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14367 expected outputs. Add two testcases for completing ambiguous
14368 functions.
14369 * gdb.ada/complete/aux_pck.adb: New file.
14370 * gdb.ada/complete/aux_pck.ads: New file.
14371 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14372 Ambiguous_Func functions.
14373 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14374 * gdb.ada/complete/pck.adb: Likewise.
14375
14376 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14377
14378 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14379 failures to run the test program under GDB.
14380
14381 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14382
14383 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14384 to C.
14385
14386 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14387
14388 * gdb.base/run-after-attach.exp: New test file.
14389 * gdb.base/run-after-attach.c: New test file.
14390
14391 2015-08-26 Don Breazeal <donb@codesourcery.com>
14392
14393 * gdb.base/foll-exec-2.c: New test program.
14394 * gdb.base/foll-exec-2.exp: New test.
14395
14396 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14397
14398 * gdb.base/nested-subp1.exp: New file.
14399 * gdb.base/nested-subp1.c: New file.
14400 * gdb.base/nested-subp2.exp: New file.
14401 * gdb.base/nested-subp2.c: New file.
14402 * gdb.base/nested-subp3.exp: New file.
14403 * gdb.base/nested-subp3.c: New file.
14404
14405 2015-08-24 Pedro Alves <palves@redhat.com>
14406
14407 * gdb.server/connect-without-multi-process.c: New file.
14408 * gdb.server/connect-without-multi-process.exp: New file.
14409
14410 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14411
14412 * gdb.opt/inline-markers.c: Make z int.
14413
14414 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14415
14416 * gdb.opt/inline-markers.c: Make z volatile.
14417
14418 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14419
14420 * gdb.opt/inline-bt.c: New volatile global z.
14421 * gdb.opt/inline-cmds.c: Likewise.
14422 * gdb.opt/inline-locals.c: Likewise.
14423 * gdb.opt/inline-markers.c: New extern global z.
14424 (marker): Use z.
14425 (inline_fn): Likewise.
14426
14427 2015-08-24 Pedro Alves <palves@redhat.com>
14428
14429 * config/m32r-stub.exp: Remove file.
14430 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14431 * gdb.base/call-rt-st.exp: Likewise.
14432 * gdb.base/call-strs.exp: Likewise.
14433 * gdb.base/default.exp: Remove references to h8300-*-hms and
14434 *-*-udi*.
14435 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14436
14437 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14438
14439 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14440 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14441 and "return" use KFAIL when GDB can not read/write the vector
14442 return value.
14443
14444 2015-08-21 Gary Benson <gbenson@redhat.com>
14445
14446 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14447
14448 2015-08-20 Pedro Alves <palves@redhat.com>
14449
14450 * gdb.server/solib-list.exp: No longer expect an interior stop in
14451 non-stop mode.
14452
14453 2015-08-20 Pedro Alves <palves@redhat.com>
14454
14455 * gdb.server/connect-stopped-target.c: New file.
14456 * gdb.server/connect-stopped-target.exp: New file.
14457
14458 2015-08-20 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.dwarf2/comp-unit-lang.exp: New file.
14461 * gdb.dwarf2/comp-unit-lang.c: New file.
14462
14463 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14464
14465 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14466 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14467
14468 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14469
14470 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14471 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14472
14473 2015-08-18 Doug Evans <dje@google.com>
14474 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14475
14476 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14477 skip_python_tests. New arg prompt_regexp.
14478 (skip_python_tests): New function.
14479 * lib/mi-support.exp (mi_skip_python_tests): New function.
14480 * gdb.python/py-mi-objfile-gdb.py: New file.
14481 * gdb.python/py-mi-objfile.c: New file.
14482 * gdb.python/py-mi-objfile.exp: New file.
14483
14484 2015-08-17 Keith Seitz <keiths@redhat.com>
14485
14486 * gdb.linespec/explicit.exp: Move strace test from here ...
14487 * gdb.trace/strace.exp: ... to here.
14488
14489 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14490
14491 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14492 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14493
14494 2015-08-14 Doug Evans <xdje42@gmail.com>
14495
14496 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14497 inferior before selecting a new file.
14498
14499 2015-08-14 Doug Evans <xdje42@gmail.com>
14500
14501 * gdb.mi/mi-disassemble.exp: Update.
14502 * gdb.base/disasm-optim.S: New file.
14503 * gdb.base/disasm-optim.c: New file.
14504 * gdb.base/disasm-optim.h: New file.
14505 * gdb.base/disasm-optim.exp: New file.
14506
14507 2015-08-14 Keith Seitz <keiths@redhat.com>
14508
14509 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14510 "evaluated-by".
14511
14512 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14513
14514 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14515
14516 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14517
14518 * gdb.ada/fun_renaming.exp: New testcase.
14519 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14520 * gdb.ada/fun_renaming/pack.adb: New file.
14521 * gdb.ada/fun_renaming/pack.ads: New file.
14522
14523 2015-08-12 Keith Seitz <keiths@redhat.com>
14524
14525 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14526 gdb_get_line_number.
14527
14528 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14529
14530 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14531 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14532 gdb.base/dso2dso.exp: New files.
14533
14534 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14535 Pedro Alves <palves@redhat.com>
14536 Keith Seitz <keiths@redhat.com>
14537
14538 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14539 GDBFLAGS.
14540
14541 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14542
14543 * gdb.base/gdbhistsize-history.exp
14544 (test_histsize_history_setting): Use save_vars.
14545 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14546 Use save_vars.
14547 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14548 * gdb.base/readline.exp: Use save_vars.
14549
14550 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14551
14552 * lib/gdb.exp (save_vars): New proc.
14553
14554 2015-08-11 Keith Seitz <keiths@redhat.com>
14555
14556 * gdb.base/help.exp: Update help_breakpoint_text.
14557
14558 2015-08-11 Keith Seitz <keiths@redhat.com>
14559
14560 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14561 (at toplevel): Call test_explicit_breakpoints.
14562 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14563 breakpoints.
14564 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14565 breakpoint conditions, "-cond".
14566
14567 2015-08-11 Keith Seitz <keiths@redhat.com>
14568
14569 * gdb.linespec/3explicit.c: New file.
14570 * gdb.linespec/cpexplicit.cc: New file.
14571 * gdb.linespec/cpexplicit.exp: New file.
14572 * gdb.linespec/explicit.c: New file.
14573 * gdb.linespec/explicit.exp: New file.
14574 * gdb.linespec/explicit2.c: New file.
14575 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14576 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14577 before using in the matching pattern.
14578 Clarify that `prefix' is a regular expression.
14579
14580 2015-08-11 Keith Seitz <keiths@redhat.com>
14581
14582 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14583 test.
14584 Add tests for missing ",FMT" and ",".
14585
14586 2015-08-10 Doug Evans <dje@google.com>
14587 Keith Seitz <keiths@redhat.com>
14588
14589 PR gdb/17960
14590 * gdb.base/completion.exp: Add location completer tests.
14591
14592 2015-08-07 Pedro Alves <palves@redhat.com>
14593
14594 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14595 tests here.
14596 (top level): Run do_test with and without displaced stepping.
14597
14598 2015-08-07 Pedro Alves <palves@redhat.com>
14599
14600 * gdb.base/valgrind-disp-step.c: New file.
14601 * gdb.base/valgrind-disp-step.exp: New file.
14602
14603 2015-08-07 Pedro Alves <palves@redhat.com>
14604
14605 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14606 Delete function.
14607 (main): Add alarm. Run an infinite loop instead of calling
14608 wait_threads.
14609 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14610 comment.
14611 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14612 Delete function.
14613 (main): Add alarm. Run an infinite loop instead of calling
14614 wait_threads.
14615 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14616 comment.
14617
14618 2015-08-07 Pedro Alves <palves@redhat.com>
14619
14620 * gdb.base/checkpoint-ns.exp: New file.
14621 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14622 standard_testfile.
14623
14624 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14625
14626 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14627 * gdb.btrace/instruction_history.exp: Update.
14628 * gdb.btrace/tsx.exp: New.
14629 * gdb.btrace/tsx.c: New.
14630
14631 2015-08-06 Pedro Alves <palves@redhat.com>
14632
14633 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14634 increase timeout.
14635 * gdb.reverse/until-precsave.exp: Bump timeouts.
14636
14637 2015-08-06 Pedro Alves <palves@redhat.com>
14638
14639 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14640
14641 2015-08-06 Pedro Alves <palves@redhat.com>
14642
14643 PR gdb/18749
14644 * gdb.threads/process-dies-while-handling-bp.c: New file.
14645 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14646
14647 2015-08-06 Pedro Alves <palves@redhat.com>
14648
14649 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14650 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14651
14652 2015-08-05 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14655 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14656
14657 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14658
14659 * gdb.base/bp-permanent.exp: Report test as unsupported if
14660 the target cannot stop at the permanent breakpoint.
14661
14662 2015-08-03 Doug Evans <dje@google.com>
14663
14664 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14665 10000.
14666
14667 2015-08-03 Doug Evans <dje@google.com>
14668
14669 * Makefile.in (workers/%.worker, build-perf): New rule.
14670 (GDB_PERFTEST_MODE): New variable.
14671 (check-perf): Use it.
14672 (clean): Clean up gdb.perf parallel build subdirs.
14673 * lib/build-piece.exp: New file.
14674 * lib/gdb.exp (make_gdb_parallel_path): New function
14675 (standard_output_file, standard_temp_file): Call it.
14676 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14677 of $GDB_PARALLEL.
14678 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14679
14680 2015-08-03 Doug Evans <dje@google.com>
14681
14682 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14683 (LOG_FILE_NAME): New global.
14684 (TextReporter.__init__): Initialize self.txt_sum.
14685 (TextReporter.report): Add support for multiple data-points.
14686 Move report to perftest.sum, put raw data in perftest.log.
14687 (TextReporter.start): Open sum and log files.
14688 (TextReporter.end): Close sum and log files.
14689 * gdb.perf/lib/perftest/testresult.py
14690 (SingleStatisticTestResult.record): Handle multiple data-points.
14691
14692 2015-07-31 Pedro Alves <palves@redhat.com>
14693
14694 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14695 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14696 kill_wait_spawned_process instead of explicit "kill -9".
14697 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14698 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14699 kill_wait_spawned_process.
14700 * gdb.base/attach-twice.exp: Likewise.
14701 * gdb.base/attach.exp: Likewise.
14702 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14703 gdb_test_multiple.
14704 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14705 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14706 kill_wait_spawned_process.
14707 * gdb.base/valgrind-infcall.exp: Likewise.
14708 * gdb.multi/multi-attach.exp: Likewise.
14709 * gdb.python/py-prompt.exp: Likewise.
14710 * gdb.python/py-sync-interp.exp: Likewise.
14711 * gdb.server/ext-attach.exp: Likewise.
14712 * gdb.threads/attach-into-signal.exp (corefunc): Use
14713 spawn_wait_for_attach, spawn_id_get_pid and
14714 kill_wait_spawned_process.
14715 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14716 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14717 spawn_id_get_pid and kill_wait_spawned_process.
14718 * gdb.threads/attach-stopped.exp (corefunc): Use
14719 spawn_wait_for_attach, spawn_id_get_pid and
14720 kill_wait_spawned_process.
14721 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14722 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14723 kill_wait_spawned_process instead of explicit "kill -9".
14724 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14725 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14726 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14727 processes. Don't map cygwin/windows pids here. Now returns a
14728 spawn id list.
14729
14730 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14731
14732 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14733 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14734 correct patch.
14735
14736 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14737
14738 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14739
14740 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14741
14742 Reapply:
14743 2014-05-21 Mark Wielaard <mjw@redhat.com>
14744
14745 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14746
14747 2015-07-30 Pedro Alves <palves@redhat.com>
14748
14749 * linux-low.c (handle_extended_wait): Set the child's last
14750 reported status to TARGET_WAITKIND_STOPPED.
14751
14752 2015-07-30 Pedro Alves <palves@redhat.com>
14753
14754 PR threads/18600
14755 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14756 only shows inferior 1.
14757
14758 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14759 Pedro Alves <palves@redhat.com>
14760
14761 PR threads/18600
14762 * gdb.threads/fork-plus-threads.c: New file.
14763 * gdb.threads/fork-plus-threads.exp: New file.
14764
14765 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14766
14767 * gdb.base/batch-preserve-term-settings.exp
14768 (test_terminal_settings_preserved_after_cli_exit): Use
14769 send_quit_command.
14770
14771 2015-07-29 Pedro Alves <palves@redhat.com>
14772 Don Breazeal <donb@codesourcery.com>
14773
14774 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14775 output from both inferior_spawn_id and gdb_spawn_id.
14776
14777 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14778
14779 * gdb.threads/attach-into-signal.exp (corefunc): Use
14780 with_test_prefix on nested loops, uniquefying the test messages.
14781
14782 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14783
14784 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14785 commit.
14786
14787 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14788
14789 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14790 New proc.
14791 (test_terminal_settings_preserved_after_sigterm): New test.
14792
14793 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14794
14795 * gdb.base/batch-preserve-term-settings.exp
14796 (test_terminal_settings_preserved_after_cli_exit): New test.
14797
14798 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14799
14800 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14801 manipulation of saved_gdbflags.
14802 (test_terminal_settings_preserved): Remove global declaration of
14803 the unused variable pagination_prompt. Remove manipulation of
14804 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14805 GDBFLAGS.
14806
14807 2015-07-29 Pedro Alves <palves@redhat.com>
14808
14809 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14810
14811 2015-07-29 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14814 at the top.
14815
14816 2015-07-29 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14819 (main): Call gdb_unbuffer_output.
14820 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14821 (main): Call gdb_unbuffer_output.
14822 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14823 (main): Call gdb_unbuffer_output.
14824 * gdb.base/call-strs.exp: Adjust to step over the
14825 gdb_unbuffer_output call.
14826 * gdb.base/catch-gdb-caused-signals.c: Include
14827 "../lib/unbuffer_output.c".
14828 (main): Call gdb_unbuffer_output.
14829 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14830 (main): Call gdb_unbuffer_output.
14831 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14832 (main): Call gdb_unbuffer_output.
14833 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14834 (main): Call gdb_unbuffer_output.
14835 * gdb.base/shlib-call.exp: Adjust to step over the
14836 gdb_unbuffer_output call.
14837 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14838 (main): Call gdb_unbuffer_output.
14839 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14840 (main): Call gdb_unbuffer_output.
14841 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14842 (main): Rename to ...
14843 (test): ... this.
14844 (main): Reimplement.
14845 * gdb.base/varargs.exp: Run to test instead of to main.
14846 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14847 (main): Call gdb_unbuffer_output.
14848
14849 2015-07-29 Pedro Alves <palves@redhat.com>
14850
14851 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14852 factore out from mi_continue_dprintf. For call-style dprintfs,
14853 expect dprintf output out of $inferior_spawn_id.
14854 (mi_continue_dprintf): Use mi_expect_dprintf.
14855 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14856 (main): Call gdb_unbuffer_output.
14857
14858 2015-07-29 Pedro Alves <palves@redhat.com>
14859
14860 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14861 (default_mi_gdb_start): Set inferior_spawn_id instead of
14862 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14863 gdb_spawn_id.
14864 (mi_gdb_test): Always expect inferior output from both
14865 $inferior_spawn_id and $gdb_spawn_id.
14866
14867 2015-07-29 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14870 send_inferior and $inferior_spawn_id.
14871
14872 2015-07-29 Pedro Alves <palves@redhat.com>
14873
14874 * gdb.gdb/complaints.exp (test_initial_complaints)
14875 (test_serial_complaints, test_short_complaints): Use
14876 gdb_test_stdio.
14877 (test_empty_complaint): Handle $inferior_spawn_id !=
14878 $gdb_spawn_id.
14879
14880 2015-07-29 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.base/varargs.exp: Use gdb_test_stdio.
14883
14884 2015-07-29 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14887
14888 2015-07-29 Pedro Alves <palves@redhat.com>
14889
14890 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14891
14892 2015-07-29 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14895 parameter into two new parameters, "inf_result" and "gdb_result".
14896 Expect inferior output and gdb output from $inferior_spawn_id and
14897 $gdb_spawn_id, respectively. Adjust all callers.
14898
14899 2015-07-29 Pedro Alves <palves@redhat.com>
14900
14901 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14902 of gdb_test_sequence.
14903
14904 2015-07-29 Pedro Alves <palves@redhat.com>
14905
14906 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14907 (saw_spurious_output): Expect inferior output from
14908 $inferior_spawn_id. Use gdb_test_stdio.
14909
14910 2015-07-29 Pedro Alves <palves@redhat.com>
14911
14912 * gdb.base/dprintf.exp: Use standard_testfile. Change
14913 prepare_for_testing call.
14914 (srcfile): Don't set.
14915 (restart): New procedure.
14916 (test_dprintf): New procecure, use to continue over dprintfs.
14917 (test_call, test_agent): New procedures, tests moved here.
14918 Restart gdb and recreate dprintfs. Adjust expected output.
14919
14920 2015-07-29 Pedro Alves <palves@redhat.com>
14921
14922 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14923
14924 2015-07-29 Pedro Alves <palves@redhat.com>
14925
14926 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14927
14928 2015-07-29 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14931 gdb_test_stdio.
14932
14933 2015-07-29 Pedro Alves <palves@redhat.com>
14934
14935 * lib/gdb.exp (gdb_test_stdio): New procedure.
14936
14937 2015-07-29 Pedro Alves <palves@redhat.com>
14938
14939 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14940
14941 2015-07-29 Pedro Alves <palves@redhat.com>
14942
14943 * gdb.base/call-signal-resume.exp: Remove check for
14944 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14945 * gdb.base/unwindonsignal.exp: Likewise.
14946 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14947 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14948
14949 2015-07-29 Pedro Alves <palves@redhat.com>
14950
14951 * gdb.base/siginfo-addr.c (pass): New function.
14952 (handler): Call it iff si_addr is correct.
14953 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14954 Set a breakpoint at "pass" and continue to it.
14955
14956 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14957
14958 * gdb.python/py-objfile.exp: Make some tests have unique names.
14959 * gdb.python/py-pp-registration.exp: Likewise.
14960
14961 2015-07-28 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14964
14965 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14966
14967 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14968
14969 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14970
14971 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14972
14973 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14974
14975 * gdb.base/gdb-sigterm-2.exp: New test.
14976
14977 2015-07-25 Doug Evans <xdje42@gmail.com>
14978
14979 Revert:
14980 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14981 (workers/%.worker, build-perf): New rule.
14982 (GDB_PERFTEST_MODE): New variable.
14983 (check-perf): Use it.
14984 (clean): Clean up gdb.perf parallel build subdirs.
14985 * lib/build-piece.exp: New file.
14986 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14987 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14988 name.
14989 (standard_temp_file): Ditto.
14990 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14991 of $GDB_PARALLEL.
14992
14993 2015-07-24 Doug Evans <dje@google.com>
14994
14995 * gdb.perf/lib/perftest/utils.py: New file.
14996 * gdb.perf/gm-hello.cc: New file.
14997 * gdb.perf/gm-pervasive-typedef.cc: New file.
14998 * gdb.perf/gm-pervasive-typedef.h: New file.
14999 * gdb.perf/gm-std.cc: New file.
15000 * gdb.perf/gm-std.h: New file.
15001 * gdb.perf/gm-use-cerr.cc: New file.
15002 * gdb.perf/gm-utils.h: New file.
15003 * gdb.perf/gmonster-null-lookup.py: New file.
15004 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15005 * gdb.perf/gmonster-print-cerr.py: New file.
15006 * gdb.perf/gmonster-ptype-string.py: New file.
15007 * gdb.perf/gmonster-runto-main.py: New file.
15008 * gdb.perf/gmonster-select-file.py: New file.
15009 * gdb.perf/gmonster1-null-lookup.exp: New file.
15010 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15011 * gdb.perf/gmonster1-print-cerr.exp: New file.
15012 * gdb.perf/gmonster1-ptype-string.exp: New file.
15013 * gdb.perf/gmonster1-runto-main.exp: New file.
15014 * gdb.perf/gmonster1-select-file.exp: New file.
15015 * gdb.perf/gmonster1.cc: New file.
15016 * gdb.perf/gmonster1.exp: New file.
15017 * gdb.perf/gmonster2-null-lookup.exp: New file.
15018 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15019 * gdb.perf/gmonster2-print-cerr.exp: New file.
15020 * gdb.perf/gmonster2-ptype-string.exp: New file.
15021 * gdb.perf/gmonster2-runto-main.exp: New file.
15022 * gdb.perf/gmonster2-select-file.exp: New file.
15023 * gdb.perf/gmonster2.cc: New file.
15024 * gdb.perf/gmonster2.exp: New file.
15025
15026 2015-07-24 Doug Evans <dje@google.com>
15027
15028 * gdb.perf/README: New file.
15029 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15030 * lib/gen-perf-test.exp: New file.
15031
15032 2015-07-24 Doug Evans <dje@google.com>
15033
15034 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15035 (PerfTest::startup): New function.
15036 (PerfTest::run): Return result of calling body.
15037 (PerfTest::assemble): Rewrite.
15038 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15039 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15040 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15041 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15042 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15043
15044 2015-07-24 Doug Evans <dje@google.com>
15045
15046 * lib/gdb.exp (clean_restart): Make executable optional.
15047
15048 2015-07-24 Doug Evans <dje@google.com>
15049
15050 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15051 compiler_info references.
15052 * gdb.cp/temargs.exp: Ditto.
15053 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15054 (get_compiler_info): Early exit if already computed. Set compiler_info
15055 to "unknown" if there was a problem.
15056 (test_compiler_info): Add function comment. Call get_compiler_info.
15057
15058 2015-07-24 Doug Evans <dje@google.com>
15059
15060 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15061 (workers/%.worker, build-perf): New rule.
15062 (GDB_PERFTEST_MODE): New variable.
15063 (check-perf): Use it.
15064 (clean): Clean up gdb.perf parallel build subdirs.
15065 * lib/build-piece.exp: New file.
15066 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15067 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15068 name.
15069 (standard_temp_file): Ditto.
15070 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15071 of $GDB_PARALLEL.
15072
15073 2015-07-24 Doug Evans <dje@google.com>
15074
15075 * lib/future.exp (gdb_default_target_compile): New option
15076 "early_flags".
15077 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15078 --as-needed.
15079
15080 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15081
15082 * gdb.base/catch-syscall.exp: Call gdb_exit before
15083 gdb_skip_xml_test.
15084
15085 2015-07-24 Pedro Alves <palves@redhat.com>
15086
15087 * gdb.python/py-events.exp: Accept output between the stop event
15088 and the prompt.
15089 * gdb.python/py-evsignal.exp: Likewise.
15090 * gdb.python/py-evthreads.exp: Likewise.
15091
15092 2015-07-24 Pedro Alves <palves@redhat.com>
15093
15094 PR gdb/18717
15095 * gdb.threads/non-ldr-exit.c: New file.
15096 * gdb.threads/non-ldr-exit.exp: New file.
15097
15098 2015-07-24 Yao Qi <yao.qi@linaro.org>
15099
15100 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15101 restarting process.
15102
15103 2015-07-24 Yao Qi <yao.qi@linaro.org>
15104
15105 * gdb.server/ext-restart.exp: New file.
15106
15107 2015-07-24 Yao Qi <yao.qi@linaro.org>
15108
15109 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15110 argument options.
15111 * gdb.server/ext-wrapper.exp: New file.
15112
15113 2015-07-23 Doug Evans <dje@google.com>
15114
15115 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15116 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15117
15118 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15119
15120 * gdb.ada/var_arr_typedef.exp: New testcase.
15121 * gdb.ada/var_arr_typedef/pack.adb: New file.
15122 * gdb.ada/var_arr_typedef/pack.ads: New file.
15123 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15124
15125 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15126
15127 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15128
15129 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15130
15131 * gdb.arch/i386-biarch-core.exp: Replace istarget
15132 by "complete set gnutarget". Remove expectation for the "core-file"
15133 command.
15134
15135 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15136
15137 Revert the previous commit:
15138 Tests for validate symbol file using build-id.
15139
15140 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15141
15142 Tests for validate symbol file using build-id.
15143 * gdb.base/solib-mismatch-lib.c: New file.
15144 * gdb.base/solib-mismatch-libmod.c: New file.
15145 * gdb.base/solib-mismatch.c: New file.
15146 * gdb.base/solib-mismatch.exp: New file.
15147
15148 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15149
15150 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15151 nios2-*-linux*.
15152 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15153 * gdb.base/siginfo.exp: Likewise.
15154 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15155
15156 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15157
15158 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15159 Move it to ...
15160 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15161 ... here.
15162 * gdb.trace/range-stepping.exp: Check that the target supports
15163 range stepping.
15164
15165 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15166
15167 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15168
15169 2015-07-14 Pedro Alves <palves@redhat.com>
15170
15171 * gdb.base/killed-outside.exp: New file.
15172 * gdb.base/killed-outside.c: New file.
15173
15174 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15175
15176 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15177 (n at main): New.
15178 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15179
15180 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15181
15182 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15183 infcall tests instead of setting up for KFAIL.
15184
15185 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15186
15187 * gdb.btrace/record_goto-step.exp: New.
15188
15189 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15190
15191 PR compile/18484
15192 * gdb.compile/compile.c (struct struct_type): Add volatile to
15193 selffield's type.
15194 * gdb.compile/compile.exp
15195 (compile code struct_object.selffield = &struct_object): Skip further
15196 struct_object tests if this one xfails.
15197
15198 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15199
15200 PR exp/18617
15201 * gdb.trace/ax.exp: Add test.
15202
15203 2015-07-07 Yao Qi <yao.qi@linaro.org>
15204
15205 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15206 instead of istarget "aarch64*-*-*".
15207 * gdb.arch/aarch64-fp.exp: Likewise.
15208 * gdb.base/float.exp: Likewise.
15209 * gdb.reverse/aarch64.exp: Likewise.
15210 * lib/gdb.exp (is_aarch64_target): New proc.
15211
15212 2015-07-07 Yao Qi <yao.qi@linaro.org>
15213
15214 * lib/gdb.exp (is_aarch32_target): New proc.
15215 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15216 instead of "istarget "arm*-*-*"".
15217 * gdb.arch/arm-disp-step.exp: Likewise.
15218 * gdb.arch/thumb-bx-pc.exp: Likewise.
15219 * gdb.arch/thumb-prologue.exp: Likewise.
15220 * gdb.arch/thumb-singlestep.exp: Likewise.
15221 * gdb.base/disp-step-syscall.exp: Likewise.
15222 * gdb.base/float.exp: Likewise.
15223
15224 2015-07-07 Yao Qi <yao.qi@linaro.org>
15225
15226 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15227 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15228
15229 2015-07-07 Yao Qi <yao.qi@linaro.org>
15230
15231 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15232 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15233 if it exists.
15234 * gdb.multi/multi-arch.exp: Likewise.
15235
15236 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15237
15238 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15239 print.
15240
15241 2015-07-07 Yao Qi <yao.qi@linaro.org>
15242
15243 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15244
15245 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15246
15247 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15248 '[' and ']' characters.
15249
15250 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15251
15252 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15253
15254 2015-06-29 Pedro Alves <palves@redhat.com>
15255
15256 PR threads/18127
15257 * gdb.threads/hand-call-new-thread.c: New file.
15258 * gdb.threads/hand-call-new-thread.c: New file.
15259
15260 2015-06-26 Keith Seitz <keiths@redhat.com>
15261 Doug Evans <dje@google.com>
15262
15263 PR 16253
15264 * gdb.cp/var-tag-2.cc: New file.
15265 * gdb.cp/var-tag-3.cc: New file.
15266 * gdb.cp/var-tag-4.cc: New file.
15267 * gdb.cp/var-tag.cc: New file.
15268 * gdb.cp/var-tag.exp: New file.
15269
15270 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15271
15272 * gdb.base/history-duplicates.exp: New test.
15273
15274 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15275
15276 * gdb.base/completion.exp: Test the completion of the "focus"
15277 command.
15278
15279 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15280
15281 * gdb.arch/amd64-prologue-skip.S: New file.
15282 * gdb.arch/amd64-prologue-skip.exp: New file.
15283
15284 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15285
15286 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15287 is_address_zero_readable check.
15288
15289 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15290
15291 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15292 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15293
15294 2015-06-24 Yao Qi <yao.qi@linaro.org>
15295
15296 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15297 linux targets.
15298
15299 2015-06-24 Yao Qi <yao.qi@linaro.org>
15300
15301 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15302 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15303 * gdb.base/siginfo-thread.exp: Likewise.
15304
15305 2015-06-22 Yao Qi <yao.qi@linaro.org>
15306
15307 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15308
15309 2015-06-22 Yao Qi <yao.qi@linaro.org>
15310
15311 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15312 aarch64*-*-*.
15313 (skip_hw_watchpoint_tests): Likewise.
15314
15315 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15316
15317 * gdb.base/gdbinit-history.exp: Test the interaction between
15318 setting GDBHISTSIZE and setting the history size via .gdbinit.
15319
15320 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15321
15322 PR gdb/16999
15323 * gdb.base/gdbhistsize-history.exp: New test.
15324
15325 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15326
15327 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15328 with GDBHISTSIZE.
15329 * gdb.base/readline.exp: Likewise.
15330
15331 2015-06-17 Yao Qi <yao.qi@linaro.org>
15332
15333 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15334 line.
15335
15336 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15337
15338 * gdb.base/gdbinit-history.exp: Add test case to check that
15339 an unlimited history file does not get truncated on exit.
15340
15341 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15342
15343 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15344 (VECTOR): New macro. Use it...
15345 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15346 ...for these typedefs.
15347 (int8, char1, int1, double1): New typedefs.
15348 (struct just_int2, struct two_int2): New structures.
15349 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15350 (add_structvecs, add_singlevecs): New functions.
15351 (main): Call add_some_intvecs twice.
15352 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15353 the compile and exit upon failure. Try compiling for the "native"
15354 architecture. Test inferior function calls with vector arguments
15355 and vector return value handling with "finish" and "return".
15356
15357 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15358
15359 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15360 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15361 PE file.
15362 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15363
15364 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15365
15366 PR breakpoints/16465
15367 * gdb.mi/mi-dprintf-pending.c: New file.
15368 * gdb.mi/mi-dprintf-pending.exp: New test.
15369 * gdb.mi/mi-dprintf-pendshr.c: New file.
15370
15371 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15372 Mircea Gherzan <mircea.gherzan@intel.com>
15373
15374 * gdb.arch/i386-mpx-map.c: New file.
15375 * gdb.arch/i386-mpx-map.exp: New File.
15376
15377 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15378
15379 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15380 * gdb.arch/i386-mpx.exp: Indentation fixed.
15381
15382 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15383
15384 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15385 function and improved indentation.
15386 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15387 gdb_test_multiple. Added additional tests to skip the test.
15388
15389 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15390
15391 * gdb.arch/i386-avx512.c: Change path in include file.
15392 * gdb.arch/i386-avx512.exp: Change include dir path
15393 compilation flag.
15394 * gdb.arch/i386-mpx.c: Change path in include file.
15395 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15396 flag.
15397
15398 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15399
15400 * gdb.compile/compile-print.exp (compile print *vararray@3)
15401 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15402
15403 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15404
15405 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15406 (do not keep jit in memory): ... this.
15407 (expect 5): Change it to ...
15408 (expect no 5): ... this.
15409
15410 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15411
15412 PR gdb/15564
15413 * gdb.mi/mi-detach.exp: New file.
15414
15415 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15416
15417 PR symtab/18392
15418 * gdb.arch/amd64-tailcall-self.S: New file.
15419 * gdb.arch/amd64-tailcall-self.c: New file.
15420 * gdb.arch/amd64-tailcall-self.exp: New file.
15421
15422 2015-05-28 Don Breazeal <donb@codesourcery.com>
15423
15424 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15425 tests for remote targets by checking is_target_gdbserver.
15426
15427 2015-05-27 Doug Evans <dje@google.com>
15428
15429 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15430 * gdb.dwarf2/opaque-type-lookup.c: New file.
15431 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15432
15433 2015-05-26 Doug Evans <dje@google.com>
15434
15435 * gdb.cp/iostream.cc: New file.
15436 * gdb.cp/iostream.exp: New file.
15437
15438 2015-05-26 Doug Evans <dje@google.com>
15439
15440 * gdb.dwarf2/dw2-op-call.exp: Update.
15441 * gdb.dwarf2/dw4-sig-types.exp: Update.
15442 * gdb.dwarf2/implptr.exp: Update.
15443 * gdb.mi/mi-cmd-param-changed.exp: Update.
15444
15445 2015-05-26 Doug Evans <dje@google.com>
15446
15447 * gdb.python/py-lazy-string.c: New file.
15448 * gdb.python/py-lazy-string.exp: New file.
15449 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15450 (main): Update. Add estring3.
15451 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15452 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15453
15454 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15455 Yao Qi <yao.qi@linaro.org>
15456
15457 * gdb.reverse/aarch64.c: New.
15458 * gdb.reverse/aarch64.exp: New.
15459
15460 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15461
15462 * lib/gdb.exp (supports_process_record): Return true for
15463 aarch64*-linux*.
15464 (supports_reverse): Likewise.
15465
15466 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15467
15468 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15469 Use with_test_prefix.
15470
15471 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15472
15473 * gdb.base/completion.exp: Add test for completion of layout
15474 names.
15475
15476 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15477
15478 * lib/gdb.exp (skip_tui_tests): New proc.
15479 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15480
15481 2015-05-19 Pedro Alves <palves@redhat.com>
15482
15483 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15484 Save the whole env array instead of just HOME. Unset HISTSIZE in
15485 the environment while testing. Restore whole environment
15486 afterwards.
15487
15488 2015-05-16 Doug Evans <xdje42@gmail.com>
15489
15490 * gdb.guile/scm-ports.c: New file.
15491 * gdb.guile/scm-ports.exp: Add memory port tests.
15492
15493 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15494
15495 * gdb.compile/compile-print.c: New file.
15496 * gdb.compile/compile-print.exp: New file.
15497
15498 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15499
15500 * gdb.compile/compile-ops.exp: Cast param to void.
15501 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15502 (compile code struct_object.selffield = &struct_object): Add xfail.
15503
15504 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15505
15506 * gdb.ada/arr_enum_with_gap: New testcase.
15507
15508 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15509
15510 * gdb.ada/byte_packed_arr: New testcase.
15511
15512 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15513
15514 * gdb.ada/pckd_neg: New testcase.
15515
15516 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15517
15518 PR gdb/17820
15519 * gdb.base/gdbinit-history.exp: New test.
15520 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15521 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15522
15523 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15524
15525 * gdb.python/py-xmethods.cc: Enhance test case.
15526 * gdb.python/py-xmethods.exp: New tests.
15527 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15528 function.
15529 (B_indexoper): Likewise.
15530 (global_dm_list) : Add new xmethod worker functions.
15531
15532 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15533
15534 * gdb.base/coredump-filter.exp: Correctly unset
15535 "coredump_var_addr" array.
15536
15537 2015-05-08 Pedro Alves <palves@redhat.com>
15538
15539 * gdb.server/non-existing-program.exp: Unset spawn_id.
15540
15541 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15542
15543 PR python/18291
15544 * gdb.python/py-xmethods.exp: Add tests.
15545
15546 2015-05-08 Yao Qi <yao.qi@linaro.org>
15547
15548 PR gdb/18208
15549 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15550 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15551 function set_coredump_filter, and remove remote_exec call.
15552 Remove argument ipid. Callers update.
15553 (top level): Don't get inferior's PID.
15554
15555 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15556
15557 * gdb.base/watch_thread_num.exp: Skip test on targets without
15558 access watchpoints.
15559
15560 2015-05-06 Pedro Alves <palves@redhat.com>
15561
15562 PR server/18081
15563 * gdb.server/non-existing-program.exp: New file.
15564
15565 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15566
15567 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15568
15569 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15570
15571 * gdb.ada/out_of_line_in_inlined: New testcase.
15572
15573 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15574
15575 * gdb.ada/var_rec_arr: New testcase.
15576
15577 2015-04-30 Yao Qi <yao.qi@linaro.org>
15578
15579 * gdb.base/break-idempotent.exp: If
15580 skip_hw_watchpoint_multi_tests returns true, skip the tests
15581 on "rwatch" and "awatch".
15582
15583 2015-04-30 Yao Qi <yao.qi@linaro.org>
15584
15585 * gdb.base/relativedebug.exp: Invoke gdb command
15586 "info sharedlibrary", and if libc.so doesn't have debug info,
15587 skip the test.
15588
15589 2015-04-29 Doug Evans <dje@google.com>
15590
15591 * gdb.python/py-xmethods.exp: Add ptype tests.
15592 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15593 get_result_type method.
15594
15595 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15596
15597 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15598 the target does not support hardware watchpoints.
15599
15600 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15601
15602 * gdb.base/break-always.exp: Abort testing if writing to memory
15603 causes an error.
15604
15605 2015-04-28 Doug Evans <dje@google.com>
15606
15607 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15608 * gdb.python/py-pp-registration.exp: ... here. New file.
15609 * gdb.python/py-pp-registration.c: New file.
15610 * gdb.python/py-pp-registration.py: New file.
15611
15612 2015-04-28 Doug Evans <dje@google.com>
15613
15614 * gdb.python/py-bad-printers.c: New file.
15615 * gdb.python/py-bad-printers.py: New file.
15616 * gdb.python/py-bad-printers.exp: New file.
15617
15618 2015-04-28 Sasha Smundak <asmundak@google.com>
15619
15620 * gdb.python/py-type.exp: New test.
15621
15622 2015-04-28 Andy Wingo <wingo@igalia.com>
15623
15624 * gdb.python/py-parameter.exp:
15625 * gdb.guile/scm-parameter.exp: Escape the path that we are
15626 matching against, as it might contain characters that are special
15627 to regular expressions.
15628
15629 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15630
15631 * gdb.ada/rec_comp: New testcase.
15632
15633 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15634
15635 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15636 before using it.
15637
15638 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15639
15640 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15641 new tests for verilog output.
15642
15643 2015-04-24 Yao Qi <yao.qi@linaro.org>
15644
15645 * boards/remote-gdbserver-on-localhost.exp: New file.
15646
15647 2015-04-23 Pedro Alves <palves@redhat.com>
15648
15649 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15650 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15651 "end of file", remove $inferior_spawn_id from the indirect list.
15652
15653 2015-04-23 Pedro Alves <palves@redhat.com>
15654
15655 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15656
15657 2015-04-23 Pedro Alves <palves@redhat.com>
15658
15659 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15660 on $any_spawn_id instead of only on $gdb_spawn_id.
15661
15662 2015-04-21 Pierre Muller <muller@sourceware.org>
15663
15664 PR pascal/17815
15665 * lib/pascal.exp (gpc_compile): Add new option "class".
15666 (fpc_compile): Likewise.
15667 * gdb.pascal/case-insensitive-symbols.pas: New file.
15668 * gdb.pascal/case-insensitive-symbols.exp: New file.
15669
15670 2015-04-20 Gary Benson <gbenson@redhat.com>
15671
15672 * gdb.base/attach.exp: Fix three extended remote failures.
15673
15674 2015-04-17 Gary Benson <gbenson@redhat.com>
15675
15676 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15677 the main executable over the remote protocol.
15678
15679 2015-04-16 Pedro Alves <palves@redhat.com>
15680
15681 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15682 a new gdbserver if gdbserver_reconnect_p is set.
15683
15684 2015-04-16 Pedro Alves <palves@redhat.com>
15685
15686 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15687 is set, don't exit gdbserver.
15688
15689 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15690
15691 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15692 appropriate .insn, such that an older assembler can be used.
15693 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15694 the z/Architecture instruction set on 31-bit targets as well.
15695
15696 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15697
15698 * gdb.go/handcall.exp: Remove all logic related to the first
15699 breakpoint and rely on go_runto_main instead.
15700 * gdb.go/strings.exp: Likewise.
15701 * gdb.go/unsafe.exp: Likewise.
15702 * gdb.go/hello.exp: Likewise. Also rename the remaining
15703 breakpoint marker to "breakpoint 1".
15704 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15705 * gdb.go/strings.go: Likewise.
15706 * gdb.go/unsafe.go: Likewise.
15707 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15708 "set breakpoint 2 here" and rename the remaining breakpoint marker
15709 to "breakpoint 1".
15710
15711 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15712
15713 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15714 if itertools.imap is not present.
15715 * gdb.python/py-objfile.exp: Add parentheses.
15716 * gdb.python/py-type.exp: Same.
15717 * gdb.python/py-unwind-maint.py: Same.
15718
15719 2015-04-15 Yao Qi <yao.qi@linaro.org>
15720
15721 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15722 of ":$ptr_size" and set its form explicitly.
15723
15724 2015-04-15 Pedro Alves <palves@redhat.com>
15725 Yao Qi <yao.qi@linaro.org>
15726
15727 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15728 timeout by factor of 4.
15729 (test_regular_watch): Likewise.
15730 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15731 * gdb.reverse/sigall-reverse.exp: Likewise.
15732 * gdb.reverse/until-precsave.exp: Likewise.
15733 * lib/gdb.exp (with_timeout_factor): New proc.
15734 (gdb_expect): Move some code to ...
15735 (get_largest_timeout): ... here. New procedure.
15736
15737 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15738
15739 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15740
15741 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15742
15743 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15744 to write to the .text section.
15745
15746 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15747
15748 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15749 Handle the case of targets that do not provide PID information.
15750
15751 2015-04-13 Yao Qi <yao.qi@linaro.org>
15752
15753 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15754 and use expect instead of gdb_expect.
15755
15756 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15757
15758 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15759 "coredump_var_addr" to avoid naming conflict with other testcases.
15760
15761 2015-04-10 Pedro Alves <palves@redhat.com>
15762
15763 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15764 gdb_test_sequence and gdb_assert.
15765
15766 2015-04-10 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15769 test messages that don't include the breakpoint address.
15770
15771 2015-04-10 Yao Qi <yao.qi@linaro.org>
15772
15773 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15774 false for some offset and width combinations which aren't
15775 supported by linux kernel.
15776
15777 2015-04-10 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15780 procedure, factored out from ...
15781 (top level): ... here. Add "set displaced-stepping" testing axis.
15782 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15783 parameter "displaced". Use it.
15784 (top level): Use foreach and add "set displaced-stepping" testing
15785 axis.
15786
15787 2015-04-10 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15790 Remove comment.
15791 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15792 both the address of the instruction that triggers the watchpoint
15793 and the address of the instruction immediately after, and use
15794 those addresses for the test. Fix comment.
15795
15796 2015-04-10 Pedro Alves <palves@redhat.com>
15797
15798 * gdb.base/sigstep.exp (breakpoint_to_handler)
15799 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15800 Test "backtrace" in handler.
15801 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15802 (top level): Add new "displaced" test axis to
15803 breakpoint_to_handler, breakpoint_to_handler_entry and
15804 breakpoint_over_handler.
15805
15806 2015-04-10 Pedro Alves <palves@redhat.com>
15807
15808 PR gdb/18216
15809 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15810
15811 2015-04-10 Yao Qi <yao.qi@linaro.org>
15812
15813 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15814 (test_add_rn_pc): New function.
15815 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15816 (top level): Invoke test_add_rn_pc.
15817
15818 2015-04-10 Pedro Alves <palves@redhat.com>
15819
15820 PR gdb/13858
15821 * gdb.base/step-over-no-symbols.exp: New file.
15822
15823 2015-04-09 Andy Wingo <wingo@igalia.com>
15824
15825 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15826 after the Python tests.
15827
15828 2015-04-08 Keith Seitz <keiths@redhat.com>
15829
15830 PR python/16699
15831 * gdb.python/py-completion.exp: New tests for completion.
15832 * gdb.python/py-completion.py (CompleteLimit1): New class.
15833 (CompleteLimit2): Likewise.
15834 (CompleteLimit3): Likewise.
15835 (CompleteLimit4): Likewise.
15836 (CompleteLimit5): Likewise.
15837 (CompleteLimit6): Likewise.
15838 (CompleteLimit7): Likewise.
15839
15840 2015-04-08 Pedro Alves <palves@redhat.com>
15841
15842 PR gdb/18214
15843 PR gdb/18216
15844 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15845 function.
15846 (main): Install it as SIGUSR1 handler.
15847 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15848 parameter. Always use "setup" as prefix. Toggle "set
15849 displaced-stepping" off/on depending on global. Don't switch to
15850 thread 1 here.
15851 (top level): Add displaced stepping "off/on" test axis. Update
15852 "setup" calls. Wrap each subtest with with_test_prefix. Test
15853 continuing with a queued signal in each thread.
15854
15855 2015-04-08 Pedro Alves <palves@redhat.com>
15856
15857 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15858 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15859 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15860 Return early if running to main fails.
15861 * gdb.trace/while-stepping.exp: Likewise.
15862
15863 2015-04-07 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15866 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15867 interact with inferior program.
15868
15869 2015-04-07 Pedro Alves <palves@redhat.com>
15870
15871 * lib/gdb.exp (inferior_spawn_id): New global.
15872 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15873 spawn id after processing the user code.
15874 (default_gdb_start): Set inferior_spawn_id.
15875 (send_inferior): New procedure.
15876 * lib/gdbserver-support.exp (gdbserver_start): Set
15877 inferior_spawn_id.
15878 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15879
15880 2015-04-07 Pedro Alves <palves@redhat.com>
15881
15882 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15883 * lib/gdbserver-support.exp (gdbserver_start): Make
15884 $server_spawn_id global.
15885 (gdbserver_start): Don't wait for gdbserver's spawn id with
15886 expect_background.
15887 (close_gdbserver): New procedure.
15888 (gdb_exit): Rename the default version and reimplement.
15889
15890 2015-04-07 Pedro Alves <palves@redhat.com>
15891
15892 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15893 append the substituted item, not the original item.
15894
15895 2015-04-07 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15898 gdb_expect.
15899
15900 2015-04-07 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15903 output appearing once only.
15904
15905 2015-04-07 Pedro Alves <palves@redhat.com>
15906
15907 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15908 that doesn't expect anything. Return early if running to main
15909 fails.
15910
15911 2015-04-07 Yao Qi <yao.qi@linaro.org>
15912
15913 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15914 (child_function): Call alarm.
15915 (main): Move call to alarm into the loop.
15916 * gdb.threads/non-stop-fair-events.exp: Build program with
15917 -DTIMEOUT=$timeout.
15918
15919 2015-04-06 Doug Evans <xdje42@gmail.com>
15920
15921 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15922 Fix dest parameter to board_info.
15923 (fpc_compile): Ditto.
15924 (gdb_compile_pascal): Rename dest arg to destfile.
15925
15926 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15927
15928 * gdb.ada/funcall_ref.exp: New file.
15929 * gdb.ada/funcall_ref/foo.adb: New file.
15930
15931 2015-04-02 Yao Qi <yao.qi@linaro.org>
15932
15933 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15934 is remote.
15935
15936 2015-04-02 Gary Benson <gbenson@redhat.com>
15937
15938 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15939
15940 2015-04-01 Sasha Smundak <asmundak@google.com>
15941
15942 * gdb.python/py-unwind-maint.c: New file.
15943 * gdb.python/py-unwind-maint.exp: New test.
15944 * gdb.python/py-unwind-maint.py: New file.
15945 * gdb.python/py-unwind.c: New file.
15946 * gdb.python/py-unwind.exp: New test.
15947 * gdb.python/py-unwind.py: New test.
15948
15949 2015-04-01 Pedro Alves <palves@redhat.com>
15950
15951 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15952 to fail instead of non-existent $test.
15953
15954 2015-04-01 Pedro Alves <palves@redhat.com>
15955
15956 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15957 GDBFLAGS if not empty.
15958
15959 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15960
15961 * gdb.ada/complete.exp: Remove "multi_line".
15962 * gdb.ada/info_exc.exp: Remove "multi_line".
15963 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15964 * gdb.ada/ptype_field.exp: Remove "multi_line".
15965 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15966 * gdb.ada/tagged.exp: Remove "multi_line".
15967 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15968 [multi_line ...]
15969 * gdb.btrace/delta.exp: Likewise.
15970 * gdb.btrace/exception.exp: Likewise.
15971 * gdb.btrace/function_call_history.exp: Likewise.
15972 * gdb.btrace/instruction_history.exp: Likewise.
15973 * gdb.btrace/nohist.exp: Likewise.
15974 * gdb.btrace/record_goto.exp: Likewise.
15975 * gdb.btrace/segv.exp: Likewise.
15976 * gdb.btrace/stepi.exp: Likewise.
15977 * gdb.btrace/tailcall.exp: Likewise.
15978 * gdb.btrace/unknown_functions.exp: Likewise.
15979 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15980 * lib/gdb.exp: Add the "multi_line" helper.
15981
15982 2015-04-01 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.threads/tid-reuse.c: New file.
15985 * gdb.threads/tid-reuse.exp: New file.
15986
15987 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15988
15989 PR corefiles/16092
15990 * gdb.base/coredump-filter.c: New file.
15991 * gdb.base/coredump-filter.exp: Likewise.
15992
15993 2015-03-27 Petr Machata <pmachata@redhat.com>
15994
15995 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
15996 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
15997 (Dwarf::assemble): Initialize them.
15998 (Dwarf::lines): New function.
15999
16000 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16001
16002 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16003 SYMBOL_PREFIX for x86_64-*-cygwin.
16004
16005 2015-03-26 Andy Wingo <wingo@igalia.com>
16006
16007 PR symtab/18148
16008 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16009 const_value but not a location.
16010 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16011 location defined in non-main CUs are visible.
16012
16013 2015-03-26 Yao Qi <yao.qi@linaro.org>
16014
16015 PR testsuite/18139
16016 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16017 Add a line number entry for the same line.
16018 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16019 Add a line number entry for the same line.
16020
16021 2015-03-26 Yao Qi <yao.qi@linaro.org>
16022
16023 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16024 .int 0.
16025 (func): Likewise. Add .Lfunc_1 label.
16026 Use .Lfunc_1 label.
16027 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16028 .int 0.
16029 (func): Likewise.
16030 Use .Lfunc_1 label.
16031
16032 2015-03-26 Yao Qi <yao.qi@linaro.org>
16033
16034 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16035 Call gdb_compile instead to compile each .s files without debug
16036 information.
16037
16038 2015-03-26 Yao Qi <yao.qi@linaro.org>
16039
16040 * gdb.base/savedregs.exp (process_saved_regs): Make
16041 "Saved registers:" optional in the pattern.
16042
16043 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16044
16045 * gdb.btrace/next.exp: Merged into step.exp.
16046 * gdb.btrace/finish.exp: Merged into step.exp.
16047 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16048 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16049 "record goto" and checking the exact replay position.
16050 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16051 check for "Recording format" in "info record" output.
16052 * gdb.btrace/record_goto.exp: Choose test file based on target.
16053 * gdb.btrace/x86-record_goto.S: Renamed into ...
16054 * gdb.btrace/x86_64-record_goto.S: ... this.
16055 * gdb.btrace/i686-record_goto.S: New.
16056 * gdb.btrace/x86-tailcall.S: Renamed into ...
16057 * gdb.btrace/x86_64-tailcall.S: ... this.
16058 * gdb.btrace/i686-tailcall.S: New.
16059 * gdb.btrace/x86-tailcall.c: Renamed into ...
16060 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16061 separate statements. Update test.
16062 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16063 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16064 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16065 * gdb.btrace/tailcall.exp: Choose test file based on target.
16066 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16067
16068 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16069
16070 * gdb.btrace/exception.exp: Increase BTS buffer size.
16071
16072 2015-03-24 Pedro Alves <palves@redhat.com>
16073
16074 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16075
16076 2015-03-24 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.threads/schedlock.exp (test_step): No longer expect that
16079 "set scheduler-locking step" with "next" over a function call runs
16080 threads unlocked.
16081
16082 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16083
16084 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16085
16086 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16087
16088 PR breakpoints/16466
16089 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16090 * gdb.mi/mi-pending.c (thread_func): New function.
16091 (int main): Add threading support required.
16092 * gdb.mi/mi-pending.exp: Add tests for this issue.
16093 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16094 (pendfunc2): Remove stdio dependency.
16095 * gdb.mi/mi-pendshr2.c: New file.
16096
16097 2015-03-23 Keith Seitz <keiths@redhat.com>
16098
16099 * gdb.linespec/keywords.c: New file.
16100 * gdb.linespec/keywords.exp: New file.
16101
16102 2015-03-23 Keith Seitz <keiths@redhat.com>
16103
16104 PR gdb/18021
16105 * gdb.dwarf2/staticvirtual.exp: New test.
16106
16107 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16108
16109 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16110 * README: Remove HP-UX and gdb.hp.
16111 (configuration):
16112 * configure: Regenerate.
16113 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16114 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16115 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16116 gdb.hp/gdb.defects/Makefile.
16117 * gdb.hp/Makefile.in: File deleted.
16118 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16119 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16120 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16121 * gdb.hp/gdb.aCC/run.c: File deleted.
16122 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16123 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16124 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16125 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16126 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16127 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16128 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16129 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16130 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16131 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16132 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16133 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16134 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16135 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16136 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16137 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16138 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16139 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16140 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16141 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16142 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16143 * gdb.hp/gdb.compat/average.c: File deleted.
16144 * gdb.hp/gdb.compat/sum.c: File deleted.
16145 * gdb.hp/gdb.compat/xdb.c: File deleted.
16146 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16147 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16148 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16149 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16150 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16151 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16152 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16153 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16154 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16155 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16156 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16157 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16158 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16159 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16160 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16161 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16162 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16163 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16164 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16165 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16166 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16167 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16168 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16169 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16170 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16171 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16172 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16173 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16174 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16175 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16176 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16177 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16178 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16179 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16180 * gdb.hp/tools/odump: File deleted.
16181
16182 2015-03-19 Pedro Alves <palves@redhat.com>
16183
16184 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16185 (saw_thread_3): New globals.
16186 (top level): Increment them when an event for the corresponding
16187 thread is seen.
16188 (no thread starvation): New test.
16189
16190 2015-03-19 Pedro Alves <palves@redhat.com>
16191
16192 * gdb.threads/continue-pending-status.c: New file.
16193 * gdb.threads/continue-pending-status.exp: New file.
16194
16195 2015-03-18 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16198 Use gdb_is_target_remote instead of is_remote. Use
16199 gdb_test_multiple instead of gdb_expect. Exit early if
16200 gdb_test_multiple hits its internal matches. Tighten stepi tests
16201 expected output. Fail on exit with any signal, instead of just
16202 SIGILL.
16203
16204 2015-03-18 Yao Qi <yao.qi@linaro.org>
16205
16206 PR tdep/18107
16207 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16208 variable.
16209 * gdb.base/catch-syscall.exp: Don't skip it on
16210 aarch64*-*-linux* target. Remove elements in all_syscalls.
16211 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16212 target.
16213 (setup_all_syscalls): New proc.
16214
16215 2015-03-16 Yao Qi <yao.qi@linaro.org>
16216
16217 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16218 (top level): Skip tests if valid_addr_p returns false for
16219 $cmd1 or $cmd2.
16220
16221 2015-03-11 Andy Wingo <wingo@igalia.com>
16222
16223 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16224
16225 2015-03-11 Yao Qi <yao.qi@linaro.org>
16226
16227 * gdb.base/catch-syscall.exp: Fix typo in comments.
16228
16229 2015-03-11 Yao Qi <yao.qi@linaro.org>
16230
16231 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16232
16233 2015-03-09 Pedro Alves <palves@redhat.com>
16234
16235 * dg-extract-results.py: Delete.
16236
16237 2015-03-09 Pedro Alves <palves@redhat.com>
16238
16239 Merge dg-extract-results.sh from GCC upstream (r218843).
16240
16241 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16242 * dg-extract-results.sh: Use --text with grep to avoid issues with
16243 binary files. Fall back to cat -v, if that doesn't work.
16244
16245 2015-03-05 Pedro Alves <palves@redhat.com>
16246
16247 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16248
16249 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16250
16251 * lib/mi-support.exp (mi_expect_interrupt): Accept
16252 alternative event for when in all-stop mode.
16253
16254 2015-03-04 Pedro Alves <palves@redhat.com>
16255
16256 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16257
16258 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16259
16260 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16261
16262 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16263
16264 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16265 regexps for GDB's current line display, accept a hex address
16266 preceding the line number.
16267
16268 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16269
16270 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16271 the 'arch1' variable for "s390*-linux*" targets.
16272
16273 2015-03-04 Pedro Alves <palves@redhat.com>
16274
16275 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16276 (main): Pass missing retval argument to pthread_join call.
16277
16278 2015-03-02 Pedro Alves <palves@redhat.com>
16279
16280 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16281 (top level): Call do_test with non-stop as well.
16282
16283 2015-03-02 Pedro Alves <palves@redhat.com>
16284
16285 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16286 -1.
16287
16288 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16289
16290 * gdb.arch/s390-vregs.exp: New test.
16291 * gdb.arch/s390-vregs.S: New file.
16292
16293 2015-02-27 Pedro Alves <palves@redhat.com>
16294
16295 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16296 call to catch_command_errors.
16297 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16298 catch_command_errors.
16299
16300 2015-02-27 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16303 "true" for boolean result.
16304 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16305 prototype of main.
16306
16307 2015-02-27 Pedro Alves <palves@redhat.com>
16308
16309 * lib/unbuffer_output.c: New file.
16310 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16311 (main): Call gdb_unbuffer_output.
16312
16313 2015-02-27 Yao Qi <yao.qi@linaro.org>
16314
16315 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16316 target.
16317
16318 2015-02-26 Doug Evans <dje@google.com>
16319
16320 * gdb.cp/class2.cc (Dbase, D): New classes.
16321 (main): New local delta.
16322 * gdb.cp/class2.exp: Test printing delta.
16323 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16324 (dynbar): New global.
16325 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16326
16327 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16328
16329 * gdb.compile/compile-ifunc.c: New file.
16330 * gdb.compile/compile-ifunc.exp: New file.
16331
16332 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16333
16334 * gdb.base/structs.exp: Check for correct struct on finish.
16335
16336 2015-02-26 Yao Qi <yao.qi@linaro.org>
16337
16338 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16339 is zero.
16340
16341 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16342
16343 * gdb.arch/cordic.ko.bz2: New file.
16344 * gdb.arch/cordic.ko.debug.bz2: New file.
16345 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16346
16347 2015-02-25 Yao Qi <yao.qi@linaro.org>
16348
16349 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16350 aarch64*-*-* target.
16351
16352 2015-02-23 Pedro Alves <palves@redhat.com>
16353
16354 * lib/gdb.exp (delete_breakpoints): Rewrite using
16355 gdb_test_multiple.
16356
16357 2015-02-23 Pedro Alves <palves@redhat.com>
16358
16359 * gdb.base/info-os.c: Include stdlib.h.
16360
16361 2015-02-22 Doug Evans <xdje42@gmail.com>
16362
16363 PR symtab/17855
16364 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16365 is read after symbols have been re-read.
16366 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16367 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16368
16369 2015-02-21 Doug Evans <dje@google.com>
16370
16371 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16372
16373 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16374
16375 PR corefiles/17808
16376 * gdb.arch/i386-biarch-core.core.bz2: New file.
16377 * gdb.arch/i386-biarch-core.exp: New file.
16378
16379 2015-02-21 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16382 runto_main fails.
16383
16384 2015-02-20 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16387 info probes.
16388
16389 2015-02-20 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16392
16393 2015-02-20 Pedro Alves <palves@redhat.com>
16394
16395 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16396 clean_restart before gdb_target_supports_trace.
16397
16398 2015-02-20 Pedro Alves <palves@redhat.com>
16399
16400 PR threads/18006
16401 * gdb.threads/clone-thread_db.c: New file.
16402 * gdb.threads/clone-thread_db.exp: New file.
16403
16404 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16405
16406 PR breakpoints/16812
16407 * gdb.base/catch-gdb-caused-signals.c: New file.
16408 * gdb.base/catch-gdb-caused-signals.exp: New file.
16409
16410 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16411
16412 * configure: Regenerated.
16413 * configure.ac: Use GDB_AC_TRANSFORM.
16414 * aclocal.m4: sinclude ../transform.m4.
16415
16416 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16417
16418 * lib/dtrace.exp: New file.
16419 * gdb.base/dtrace-probe.exp: Likewise.
16420 * gdb.base/dtrace-probe.d: Likewise.
16421 * gdb.base/dtrace-probe.c: Likewise.
16422 * lib/pdtrace.in: Likewise.
16423 * configure.ac: Output variables with the transformed names of
16424 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16425 * configure: Regenerated.
16426
16427 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16428
16429 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16430 expected message when trying to access $_probe_* convenience
16431 variables while not on a probe.
16432
16433 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16434
16435 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16436
16437 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16438
16439 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16440 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16441
16442 2015-02-10 Doug Evans <xdje42@gmail.com>
16443
16444 * lib/gdb.exp (gdb_load): Always return a result.
16445
16446 2015-02-10 Pedro Alves <palves@redhat.com>
16447
16448 * gdb.threads/signal-sigtrap.c: New file.
16449 * gdb.threads/signal-sigtrap.exp: New file.
16450
16451 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16452
16453 * gdb.trace/no-attach-trace.c: New file.
16454 * gdb.trace/no-attach-trace.exp: New file.
16455
16456 2015-02-09 Mark Wielaard <mjw@redhat.com>
16457
16458 * gdb.dwarf2/atomic.c: New file.
16459 * gdb.dwarf2/atomic-type.exp: Likewise.
16460
16461 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16462
16463 * gdb.btrace/buffer-size.exp: Update "info record" output.
16464 * gdb.btrace/delta.exp: Update "info record" output.
16465 * gdb.btrace/enable.exp: Update "info record" output.
16466 * gdb.btrace/finish.exp: Update "info record" output.
16467 * gdb.btrace/instruction_history.exp: Update "info record" output.
16468 * gdb.btrace/next.exp: Update "info record" output.
16469 * gdb.btrace/nexti.exp: Update "info record" output.
16470 * gdb.btrace/step.exp: Update "info record" output.
16471 * gdb.btrace/stepi.exp: Update "info record" output.
16472 * gdb.btrace/nohist.exp: Update "info record" output.
16473
16474 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16475
16476 * gdb.btrace/buffer-size: New.
16477
16478 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16479
16480 * gdb.btrace/delta.exp: Update "info record" output.
16481 * gdb.btrace/enable.exp: Update "info record" output.
16482 * gdb.btrace/finish.exp: Update "info record" output.
16483 * gdb.btrace/instruction_history.exp: Update "info record" output.
16484 * gdb.btrace/next.exp: Update "info record" output.
16485 * gdb.btrace/nexti.exp: Update "info record" output.
16486 * gdb.btrace/step.exp: Update "info record" output.
16487 * gdb.btrace/stepi.exp: Update "info record" output.
16488 * gdb.btrace/nohist.exp: Update "info record" output.
16489
16490 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16491
16492 PR gdb/15678
16493 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16494
16495 2015-02-06 Pedro Alves <palves@redhat.com>
16496
16497 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16498 macro.
16499 (seconds_left, again): New globals.
16500 (main): Wait seconds_left in a 1-second sleep loop instead of
16501 sleeping 180 seconds. If 'again' is set, reset the seconds
16502 counter.
16503 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16504 'again' in the inferior before detaching. Print the seconds left.
16505 (options): New global.
16506 (top level): Build program with -DTIMEOUT=$timeout.
16507
16508 2015-02-06 Pedro Alves <palves@redhat.com>
16509
16510 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16511 determine how many seconds to pass to 'alarm'.
16512 * gdb.base/gdb-sigterm.exp (top level): Build program with
16513 -DTIMEOUT=$timeout.
16514 (do_test): Return success/failure indication. Add more verbose
16515 logging. Don't fail if 200 single steps are seen. Instead, fail
16516 when the test times out.
16517 (passes): New global.
16518 (top level): Break the testing loop if testing fails on any
16519 iteration. Use gdb_assert.
16520
16521 2015-02-04 Don Breazeal <donb@codesourcery.com>
16522
16523 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16524 and initialize them.
16525 (ipc_cleanup): New function.
16526 (main): Don't declare shmid, semid, and msqid. Add a call to
16527 atexit so that we call ipc_cleanup on exit.
16528
16529 2015-02-04 Pedro Alves <palves@redhat.com>
16530
16531 * boards/native-extended-gdbserver.exp: Remove any target variant
16532 specifications from the board name before clearing the isremote
16533 flag from board_info.
16534
16535 2015-01-31 Doug Evans <xdje42@gmail.com>
16536
16537 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16538
16539 2015-01-31 Gary Benson <gbenson@redhat.com>
16540
16541 * gdb.base/completion.exp: Disable completion limiting for
16542 existing tests. Add new tests to check completion limiting.
16543 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16544
16545 2015-01-31 Doug Evans <xdje42@gmail.com>
16546
16547 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16548
16549 2015-01-31 Doug Evans <xdje42@gmail.com>
16550
16551 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16552 entries. Duplicate file section script entries.
16553 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16554 inlined entries. Add test for safe-path rejection.
16555 * gdb.python/py-section-script.c: Add duplicate inlined section script
16556 entries. Duplicate file section script entries.
16557 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16558 inlined entries. Add test for safe-path rejection.
16559
16560 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16561
16562 * gdb.ada/disc_arr_bound: New testcase.
16563
16564 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16565
16566 * gdb.ada/mi_var_array: New testcase.
16567
16568 2015-01-27 Doug Evans <dje@google.com>
16569
16570 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16571 Add test for objfile.filename, objfile.username after objfile
16572 has been unloaded.
16573
16574 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16575
16576 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16577 the second test to print the name attribute of value
16578 returned by the call to gdb.lookup_type, and adjust
16579 the expected output accordingly.
16580
16581 2015-01-25 Mark Wielaard <mjw@redhat.com>
16582
16583 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16584 * gdb.base/disp-step-fork.c: Include unistd.h.
16585 * gdb.base/siginfo-obj.c: Include stdio.h.
16586 * gdb.base/siginfo-thread.c: Likewise.
16587 * gdb.mi/non-stop.c: Include unistd.h.
16588 * gdb.mi/nsthrexec.c: Include stdio.h.
16589 * gdb.mi/pthreads.c: Include unistd.h.
16590 * gdb.modula2/unbounded1.c (main): Declare returns int.
16591 * gdb.reverse/consecutive-reverse.c: Likewise.
16592 * gdb.threads/create-fail.c: Include unistd.h.
16593 * gdb.threads/killed.c: Likewise.
16594 * gdb.threads/linux-dp.c: Likewise.
16595 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16596 * gdb.threads/non-ldr-exc-2.c: Likewise.
16597 * gdb.threads/non-ldr-exc-3.c: Likewise.
16598 * gdb.threads/non-ldr-exc-4.c: Likewise.
16599 * gdb.threads/pthreads.c: Include unistd.h.
16600 (main): Declare returns int.
16601 * gdb.threads/tls-main.c (foo): New declaration.
16602 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16603
16604 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16605
16606 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16607 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16608
16609 2015-01-15 Mark Wielaard <mjw@redhat.com>
16610
16611 * gdb.base/noreturn-return.c: New file.
16612 * gdb.base/noreturn-return.exp: New file.
16613 * gdb.base/noreturn-finish.c: New file.
16614 * gdb.base/noreturn-finish.exp: New file.
16615
16616 2015-01-23 Pedro Alves <palves@redhat.com>
16617
16618 * gdb.threads/continue-pending-after-query.c: New file.
16619 * gdb.threads/continue-pending-after-query.exp: New file.
16620
16621 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16622 Simon Marchi <simon.marchi@ericsson.com>
16623
16624 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16625 * gdb.base/valgrind-db-attach.exp: Same.
16626 * gdb.base/valgrind-infcall.exp: Same.
16627 * lib/mi-support.exp (default_mi_gdb_start): Same.
16628 * lib/prompt.exp (default_prompt_gdb_start): Same.
16629 * lib/gdb.exp (default_gdb_spawn): Same.
16630 (gdb_interact): New.
16631
16632
16633 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16634
16635 * gdb.compile/compile.exp (pointer to jit function): New test.
16636
16637 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16638
16639 * lib/gdb.exp (supports_process_record): Return true for
16640 powerpc*-*-linux*.
16641 (supports_reverse): Likewise.
16642
16643 2015-01-15 Don Breazeal <donb@codesourcery.com>
16644
16645 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16646 instead of checking whether the target board is remote and
16647 use spawn_wait_for_attach instead of exec/sleep.
16648 * gdb.base/attach-twice.exp: Likewise.
16649
16650 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16651
16652 * gdb.ada/var_arr_attrs: New testcase.
16653
16654 2015-01-14 Pedro Alves <palves@redhat.com>
16655 Joel Brobecker <brobecker@adacore.com>
16656
16657 PR gdb/17525
16658 * gdb.base/bp-cmds-execution-x-script.c: New file.
16659 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16660 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16661
16662 2015-01-14 Pedro Alves <palves@redhat.com>
16663
16664 PR cli/17828
16665 * gdb.base/batch-preserve-term-settings.c: New file.
16666 * gdb.base/batch-preserve-term-settings.exp: New file.
16667
16668 2015-01-13 Doug Evans <dje@google.com>
16669
16670 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16671 binary.
16672
16673 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16674
16675 * Makefile.in (clean mostlyclean): Do not delete *.py.
16676
16677 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16678
16679 * gdb.python/py-lookup-type.exp: New file.
16680
16681 2015-01-12 Pedro Alves <palves@redhat.com>
16682
16683 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16684 restore GDBFLAGS before returning.
16685
16686 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16687
16688 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16689 is_amd64_regs_target and is_x86_like_target.
16690
16691 2015-01-11 Doug Evans <xdje42@gmail.com>
16692
16693 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16694 is given without an explicit form.
16695 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16696 attributes.
16697 * gdb.dwarf/corrupt.exp: Ditto.
16698 * gdb.dwarf2/enum-type.exp: Ditto.
16699 * gdb.trace/entry-values.exp: Ditto.
16700 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16701
16702 2015-01-11 Doug Evans <xdje42@gmail.com>
16703
16704 PR gdb/15830
16705 * gdb.base/maint.exp: Remove references to "maint demangle".
16706 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16707 Add tests for explicitly specifying language to demangle.
16708 * gdb.dlang/demangle.exp: Ditto.
16709
16710 2015-01-09 Pedro Alves <palves@redhat.com>
16711
16712 * gdb.threads/non-stop-fair-events.c: New file.
16713 * gdb.threads/non-stop-fair-events.exp: New file.
16714
16715 2015-01-09 Pedro Alves <palves@redhat.com>
16716
16717 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16718 the global scope. Set a breakpoint after all threads are started
16719 rather than stepping over two source lines. Expect the prompt.
16720 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16721 global.
16722 (NUM): Now 15.
16723 (main): Use threads_started_barrier to wait for all threads to
16724 start. Main thread no longer calls thread_function. Exit after
16725 180 seconds.
16726 (loop): New function.
16727 (thread_function): Wait on threads_started_barrier barrier. Call
16728 'loop' at each iteration.
16729 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16730 threads have started, instead of hardcoding number of "next"
16731 steps. Use an access watchpoint instead of a write watchpoint.
16732
16733 2015-01-09 Pedro Alves <palves@redhat.com>
16734
16735 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16736 (thread_func): Wait on barrier.
16737 (main): Wait for all threads to start before stopping GDB.
16738 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16739 global.
16740 (thread1_func, thread2_func): Wait on barrier.
16741 (main): Wait for all threads to start before stopping GDB.
16742 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16743 New global.
16744 (thread1_func, thread2_func): Wait on barrier.
16745 (main): Wait for all threads to start before stopping GDB.
16746
16747 2015-01-09 Pedro Alves <palves@redhat.com>
16748
16749 * gdb.threads/attach-many-short-lived-threads.c: New file.
16750 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16751
16752 2014-01-09 Pedro Alves <palves@redhat.com>
16753
16754 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16755 instead of to thread 2.
16756 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16757 Add barrier around each pthread_create call instead of around all
16758 calls.
16759 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16760 Set a break on thread_function and have the child threads hit it
16761 one at at a time.
16762
16763 2015-01-09 Pedro Alves <palves@redhat.com>
16764
16765 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16766 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16767 false.
16768 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16769 checking whether the target board is remote.
16770 * gdb.multi/multi-attach.exp: Likewise.
16771 * gdb.python/py-sync-interp.exp: Likewise.
16772 * gdb.server/ext-attach.exp: Likewise.
16773 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16774 tests that need to attach, instead of checking whether the target
16775 board is remote at the top of the file.
16776
16777 2015-01-08 Yao Qi <yao@codesourcery.com>
16778
16779 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16780
16781 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16782
16783 Fix testcase compilation.
16784 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16785
16786 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16787
16788 * gdb.python/py-type.exp: Add a couple test about empty
16789 array creation, and negative-length array creation.
16790
16791 2015-01-02 Doug Evans <xdje42@gmail.com>
16792
16793 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16794
16795 2015-01-02 Doug Evans <dje@google.com>
16796
16797 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16798
16799 2014-12-29 Yao Qi <yao@codesourcery.com>
16800
16801 * gdb.trace/entry-values.exp: Update comments. Rename variable
16802 bar_call_foo to returned_from_foo.
16803
16804 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16805
16806 PR gdb/17394
16807 * gdb.linespec/break-asm-file.c: New file.
16808 * gdb.linespec/break-asm-file.exp: New file.
16809 * gdb.linespec/break-asm-file0.s: New file.
16810 * gdb.linespec/break-asm-file1.s: New file.
16811
16812 2014-12-18 Nigel Stephens <nigel@mips.com>
16813 Maciej W. Rozycki <macro@codesourcery.com>
16814
16815 * gdb.base/float.exp: Handle the new output from "info float" on
16816 MIPS targets.
16817
16818 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16819
16820 Fix MinGW compilation.
16821 * gdb.compile/compile-ops.exp: Update untested message if
16822 !skip_compile_feature_tests.
16823 * gdb.compile/compile-setjmp.exp: Likewise.
16824 * gdb.compile/compile-tls.exp: Likewise.
16825 * gdb.compile/compile.exp: Likewise.
16826 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16827 supported on this host".
16828
16829 2014-12-16 Doug Evans <xdje42@gmail.com>
16830
16831 * boards/stabs.exp: New file.
16832
16833 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16834
16835 * gdb.base/completion.exp: Adjust to format changes of "maint
16836 print user-registers".
16837
16838 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16839
16840 PR server/17457
16841 * gdb.arch/aarch64-fp.c: New file.
16842 * gdb.arch/aarch64-fp.exp: New file.
16843
16844 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16845
16846 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16847 r210637, r210913, r211666, r215400, r215817).
16848
16849 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16850 * dg-extract-results.py: New file.
16851 * dg-extract-results.sh: Use it if the environment seems
16852 suitable.
16853
16854 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16855
16856 * dg-extract-results.py (parse_run): Handle warnings that
16857 are printed before a test harness is run.
16858
16859 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16860
16861 * dg-extract-results.py (Named): Remove __cmp__ method.
16862 (output_variation): Use a key to sort variation.harnesses.
16863
16864 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16865
16866 * dg-extract-results.py: For Python 3, force sys.stdout to
16867 handle surrogate escape sequences.
16868 (safe_open): New function.
16869 (output_segment, main): Use it.
16870
16871 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16872
16873 * dg-extract-results.py (Prog.result_re): Include options
16874 in test name.
16875
16876 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16877
16878 * dg-extract-results.py (output_variation): Always sort if
16879 do_sum.
16880
16881 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16882
16883 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16884 as long as we get pagination notifications.
16885
16886 2014-12-15 Jason Merrill <jason@redhat.com>
16887
16888 * Makefile.in (check-gdb.%): Restore.
16889 * README: Mention it.
16890
16891 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16892
16893 * gdb.ada/str_uninit: New testcase.
16894
16895 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16896
16897 PR symtab/17642
16898 * gdb.base/vla-stub-define.c: New file.
16899 * gdb.base/vla-stub.c: New file.
16900 * gdb.base/vla-stub.exp: New file.
16901
16902 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16903 Jan Kratochvil <jan.kratochvil@redhat.com>
16904 Tom Tromey <tromey@redhat.com>
16905
16906 * configure.ac: Add gdb.compile/.
16907 * configure: Regenerate.
16908 * gdb.compile/Makefile.in: New file.
16909 * gdb.compile/compile-ops.exp: New file.
16910 * gdb.compile/compile-ops.c: New file.
16911 * gdb.compile/compile-tls.c: New file.
16912 * gdb.compile/compile-tls.exp: New file.
16913 * gdb.compile/compile-constvar.S: New file.
16914 * gdb.compile/compile-constvar.c: New file.
16915 * gdb.compile/compile-mod.c: New file.
16916 * gdb.compile/compile-nodebug.c: New file.
16917 * gdb.compile/compile-setjmp-mod.c: New file.
16918 * gdb.compile/compile-setjmp.c: New file.
16919 * gdb.compile/compile-setjmp.exp: New file.
16920 * gdb.compile/compile-shlib.c: New file.
16921 * gdb.compile/compile.c: New file.
16922 * gdb.compile/compile.exp: New file.
16923 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16924
16925 2014-12-12 Tom Tromey <tromey@redhat.com>
16926
16927 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16928 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16929
16930 2014-12-12 Doug Evans <dje@google.com>
16931
16932 * lib/gdb-python.exp (get_python_valueof): New function.
16933 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16934
16935 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16936
16937 * gdb.base/completion.exp: Add test for completion of "info
16938 registers ".
16939
16940 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16941
16942 * gdb.base/func-ptrs.c: New file.
16943 * gdb.base/func-ptrs.exp: New file.
16944
16945 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16946
16947 PR breakpoints/17012
16948 * gdb.base/dprintf-detach.c: New file.
16949 * gdb.base/dprintf-detach.exp: New file.
16950
16951 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16952
16953 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16954 * lib/gdb.exp (target_is_gdbserver): New procedure.
16955
16956 2014-12-08 Doug Evans <dje@google.com>
16957
16958 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16959
16960 2014-12-05 Yao Qi <yao@codesourcery.com>
16961
16962 * gdb.guile/scm-error.exp: Remove the third argument to
16963 gdb_remote_download.
16964 * gdb.guile/scm-frame-args.exp: Likewise.
16965 * gdb.guile/scm-section-script.exp: Likewise.
16966
16967 2014-12-05 Yao Qi <yao@codesourcery.com>
16968
16969 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16970
16971 2014-12-04 Doug Evans <dje@google.com>
16972
16973 * gdb.python/py-objfile.exp: Add tests for
16974 objfile.add_separate_debug_file.
16975
16976 2014-12-04 Doug Evans <dje@google.com>
16977
16978 * lib/gdb.exp (get_build_id): New function.
16979 (build_id_debug_filename_get): Rewrite to use it.
16980 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16981
16982 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16983
16984 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16985 `method(long)', not just 0x0.
16986 * gdb.cp/nsalias.exp: Align code labels to 4.
16987 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16988 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16989 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16990 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16991 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16992 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16993
16994 2014-12-02 Doug Evans <dje@google.com>
16995
16996 PR symtab/17602
16997 * gdb.cp/anon-ns.cc: Move guts of this file to ...
16998 * gdb.cp/anon-ns2.cc: ... here. New file.
16999 * gdb.cp/anon-ns.exp: Update.
17000
17001 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17002
17003 * gdb.python/py-events.py (inferior_call_handler): New.
17004 (register_changed_handler, memory_changed_handler): New.
17005 (test_events.invoke): Register new handlers.
17006 * gdb.python/py-events.exp: Add tests for inferior call,
17007 memory_changed and register_changed events.
17008
17009 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17010
17011 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17012 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17013 if the linker doesn't understand this.
17014
17015 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17016
17017 * gdb.python/python.exp: Change expected reply to help().
17018
17019 2014-12-01 Yao Qi <yao@codesourcery.com>
17020
17021 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17022 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17023 * configure: Re-generated.
17024
17025 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17026
17027 * gdb.cp/chained-calls.cc: New file.
17028 * gdb.cp/chained-calls.exp: New file.
17029 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17030
17031 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17032
17033 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17034 * gdb.dwarf2/symtab-producer.exp: Same.
17035 * gdb.gdb/python-interrupts.exp: Same.
17036 * gdb.gdb/python-selftest.exp: Same.
17037 * gdb.python/py-linetable.exp: Same.
17038 * gdb.python/py-type.exp: Same.
17039 * gdb.python/py-value-cc.exp: Same.
17040 * gdb.python/py-value.exp: Same.
17041
17042 2014-11-28 Yao Qi <yao@codesourcery.com>
17043
17044 * gdb.base/break-probes.exp: Match library name prefixed with
17045 sysroot.
17046
17047 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17048
17049 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17050 test expected output. Add parentheses for the call to print.
17051 Remove L suffix from integers.
17052
17053 2014-11-26 Doug Evans <dje@google.com>
17054
17055 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17056
17057 2014-11-22 Yao Qi <yao@codesourcery.com>
17058
17059 * gdb.trace/entry-values.c: Remove asms.
17060 (foo): Add foo_label.
17061 (bar): Add bar_label.
17062 * gdb.trace/entry-values.exp: Remove code computing foo's
17063 length and bar's length.
17064 (Dwarf::assemble): Invoke function_range for bar and use
17065 MACRO_AT_func for foo.
17066
17067 2014-11-22 Yao Qi <yao@codesourcery.com>
17068
17069 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17070 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17071 Use .Lgcc43_procstart instead of gcc43.
17072
17073 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17074
17075 * gdb.ada/n_arr_bound: New testcase.
17076
17077 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17078
17079 PR breakpoints/10737
17080 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17081 test_catch_syscall_multi_arch.
17082 (test_catch_syscall_multi_arch): New function.
17083
17084 2014-11-20 Doug Evans <xdje42@gmail.com>
17085
17086 * gdb.base/maint.exp: Update expected output.
17087
17088 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17089
17090 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17091 4-byte instruction on S390.
17092
17093 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17094
17095 * gdb.ada/arr_arr: New testcase.
17096
17097 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17098
17099 * gdb.ada/pkd_arr_elem: New Testcase.
17100
17101 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17102
17103 * gdb.reverse/break-precsave: Expect completion message for
17104 core file reads.
17105 * gdb.reverse/consecutive-precsave.exp: Likewise.
17106 * gdb.reverse/finish-precsave.exp: Likewise.
17107 * gdb.reverse/i386-precsave.exp: Likewise.
17108 * gdb.reverse/machinestate-precsave.exp: Likewise.
17109 * gdb.reverse/sigall-precsave.exp: Likewise.
17110 * gdb.reverse/solib-precsave.exp: Likewise.
17111 * gdb.reverse/step-precsave.exp: Likewise.
17112 * gdb.reverse/until-precsave.exp: Likewise.
17113 * gdb.reverse/watch-precsave.exp: Likewise.
17114
17115 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17116
17117 * gdb.base/bp-permanent.c: Include unistd.h.
17118 * gdb.python/py-framefilter-mi.c (main): Add return type.
17119 * gdb.python/py-framefilter.c (main): Likewise.
17120 * gdb.trace/actions-changed.c (main): Likewise.
17121
17122 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17123
17124 * gdb.mi/until.c: Add eye-catchers.
17125 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17126 line numbers.
17127
17128 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17129
17130 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17131 function header variants in break1.c.
17132 * gdb.base/ena-dis-br.exp: Likewise.
17133 * gdb.base/hbreak2.exp: Likewise.
17134 * gdb.reverse/until-precsave.exp: Drop references to removed
17135 non-prototype function header variants in ur1.c.
17136 * gdb.reverse/until-reverse.exp: Likewise.
17137
17138 2014-11-17 Petr Machata <pmachata@redhat.com>
17139
17140 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17141 ${_cu_offset_size} bytes abbrev offset.
17142
17143 2014-11-15 Doug Evans <xdje42@gmail.com>
17144
17145 PR symtab/17559
17146 * gdb.base/line-symtabs.exp: New file.
17147 * gdb.base/line-symtabs.c: New file.
17148 * gdb.base/line-symtabs.h: New file.
17149
17150 2014-11-14 Yao Qi <yao@codesourcery.com>
17151
17152 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17153 (func): Add label func_label.
17154 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17155 Replace low_pc and high_pc with MACRO_AT_range.
17156 Replace name, low_pc and high_pc with MACRO_AT_func.
17157
17158 2014-11-14 Yao Qi <yao@codesourcery.com>
17159
17160 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17161 Replace name, low_pc and high_pc with MACRO_AT_func.
17162
17163 2014-11-14 Yao Qi <yao@codesourcery.com>
17164
17165 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17166 produce debug information.
17167 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17168
17169 2014-11-14 Yao Qi <yao@codesourcery.com>
17170
17171 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17172 object and get function length.
17173 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17174 with MACRO_AT_func.
17175 (top-level): Replace gdb_compile and clean_restart with
17176 prepare_for_testing.
17177 * gdb.dwarf2/main.c (main): Add label main_label.
17178
17179 2014-11-14 Yao Qi <yao@codesourcery.com>
17180
17181 * lib/dwarf.exp (function_range): New procedure.
17182 (Dwarf::_handle_macro_at_func): New procedure.
17183 (Dwarf::_handle_macro_at_range): New procedure.
17184 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17185
17186 2014-11-14 Yao Qi <yao@codesourcery.com>
17187
17188 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17189 (_handle_attribute): New procedure.
17190
17191 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17192
17193 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17194 * gdb.base/call-sc.c (zed): Likewise.
17195 * gdb.base/checkpoint.c (main): Likewise.
17196 * gdb.base/dump.c (main): Likewise.
17197 * gdb.base/gcore.c (main): Likewise.
17198 * gdb.base/huge.c (main): Likewise.
17199 * gdb.base/multi-forks.c (main): Likewise.
17200 * gdb.base/pr10179-a.c (main): Likewise.
17201 * gdb.base/savedregs.c (main): Likewise.
17202 * gdb.base/sigaltstack.c (main): Likewise.
17203 * gdb.base/siginfo.c (main): Likewise.
17204 * gdb.base/structs.c (zed): Likewise.
17205 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17206 * gdb.mi/mi-syn-frame.c (main): Likewise.
17207 * gdb.mi/until.c (foo, main): Likewise.
17208 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17209 * gdb.base/solib-weak.c (foo): Declare.
17210 * gdb.base/attach-twice.c: Include stdio.h.
17211 * gdb.base/weaklib1.c: Likewise.
17212 * gdb.base/weaklib2.c: Likewise.
17213 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17214 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17215 unistd.h.
17216 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17217 * gdb.mi/mi-exit-code.c: Likewise.
17218 * gdb.base/break-interp-lib.c: Include string.h.
17219 * gdb.base/coremaker.c: Likewise.
17220 * gdb.base/testenv.c: Likewise.
17221 * gdb.python/py-finish-breakpoint.c: Likewise.
17222 * gdb.base/inferior-died.c: Include sys/wait.h.
17223 * gdb.base/fileio.c: Include time.h.
17224 * gdb.base/async-shell.c: Include unistd.h.
17225 * gdb.base/dprintf-non-stop.c: Likewise.
17226 * gdb.base/info-os.c: Likewise.
17227 * gdb.mi/mi-console.c: Likewise.
17228 * gdb.mi/watch-nonstop.c: Likewise.
17229 * gdb.python/py-events.c: Likewise.
17230 * gdb.base/async.c (baz): Move up before its invocation.
17231 * gdb.base/code_elim2.c (my_global_func): Likewise.
17232 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17233 * gdb.base/advance.c (func2): Likewise.
17234
17235 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17236
17237 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17238 variant.
17239 * gdb.base/annota3.c: Likewise.
17240 * gdb.base/async.c: Likewise.
17241 * gdb.base/average.c: Likewise.
17242 * gdb.base/call-ar-st.c: Likewise.
17243 * gdb.base/call-rt-st.c: Likewise.
17244 * gdb.base/call-sc.c: Likewise.
17245 * gdb.base/call-strs.c: Likewise.
17246 * gdb.base/ending-run.c: Likewise.
17247 * gdb.base/execd-prog.c: Likewise.
17248 * gdb.base/exprs.c: Likewise.
17249 * gdb.base/foll-exec.c: Likewise.
17250 * gdb.base/foll-fork.c: Likewise.
17251 * gdb.base/foll-vfork.c: Likewise.
17252 * gdb.base/funcargs.c: Likewise.
17253 * gdb.base/gcore.c: Likewise.
17254 * gdb.base/jump.c: Likewise.
17255 * gdb.base/langs0.c: Likewise.
17256 * gdb.base/langs1.c: Likewise.
17257 * gdb.base/langs2.c: Likewise.
17258 * gdb.base/mips_pro.c: Likewise.
17259 * gdb.base/nodebug.c: Likewise.
17260 * gdb.base/opaque0.c: Likewise.
17261 * gdb.base/opaque1.c: Likewise.
17262 * gdb.base/recurse.c: Likewise.
17263 * gdb.base/run.c: Likewise.
17264 * gdb.base/scope0.c: Likewise.
17265 * gdb.base/scope1.c: Likewise.
17266 * gdb.base/setshow.c: Likewise.
17267 * gdb.base/setvar.c: Likewise.
17268 * gdb.base/shmain.c: Likewise.
17269 * gdb.base/shr1.c: Likewise.
17270 * gdb.base/shr2.c: Likewise.
17271 * gdb.base/sigall.c: Likewise.
17272 * gdb.base/signals.c: Likewise.
17273 * gdb.base/so-indr-cl.c: Likewise.
17274 * gdb.base/solib2.c: Likewise.
17275 * gdb.base/structs.c: Likewise.
17276 * gdb.base/sum.c: Likewise.
17277 * gdb.base/vforked-prog.c: Likewise.
17278 * gdb.base/watchpoint.c: Likewise.
17279 * gdb.reverse/shr2.c: Likewise.
17280 * gdb.reverse/until-reverse.c: Likewise.
17281 * gdb.reverse/ur1.c: Likewise.
17282 * gdb.reverse/watch-reverse.c: Likewise.
17283
17284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17285
17286 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17287 variant.
17288 * gdb.base/sepdebug.exp: Drop references to removed code.
17289
17290 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17291
17292 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17293 variant. Preserve original line numbering.
17294 * gdb.base/list1.c: Likewise.
17295
17296 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17297
17298 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17299 variant.
17300 * gdb.base/break1.c: Likewise.
17301 * gdb.base/break.exp: Drop references to removed code.
17302
17303 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17304
17305 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17306 variant.
17307
17308 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17309
17310 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17311
17312 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17313
17314 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17315 logic into perform_all_tests() and invoke it with and without
17316 function header prototypes.
17317 (do_function_calls): Remove conditional XFAIL for PR 5318.
17318 (rerun_and_prepare): Remove duplicate code.
17319 (perform_all_tests): New. Main logic moved here.
17320
17321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17322
17323 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17324 code guarded by #ifdef NO_PROTOTYPES.
17325 (t_double_many_args): Likewise.
17326 (DEF_FUNC_MANY_ARGS_1): Likewise.
17327 (DEF_FUNC_VALUES_1): Likewise.
17328 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17329 guarded by #ifdef PROTOTYPES.
17330
17331 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17332
17333 * gdb.mi/mi-console.c: Add eye-catcher.
17334 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17335 instead of literal line number.
17336
17337 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17338
17339 * gdb.base/shr2.c: Add eye-catcher.
17340 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17341 line number.
17342
17343 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17344
17345 * gdb.base/jump.c: Add eye-catchers.
17346 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17347 numbers.
17348
17349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17350
17351 * gdb.base/execd-prog.c: Add eye-catchers.
17352 * gdb.base/foll-exec.c: Likewise.
17353 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17354 line numbers.
17355
17356 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17357
17358 * gdb.base/ending-run.c: Add eye-catchers.
17359 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17360 literal line numbers.
17361
17362 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17363
17364 * gdb.base/call-rt-st.c: Add eye-catchers.
17365 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17366 literal line numbers.
17367
17368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17369
17370 * gdb.base/call-ar-st.c: Add eye-catchers.
17371 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17372 literal line numbers.
17373
17374 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17375
17376 * gdb.base/average.c: Add eye-catchers.
17377 * gdb.base/sum.c: Likewise.
17378 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17379 regexps dynamically.
17380
17381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17382
17383 * gdb.base/solib1.c: Add eye-catchers.
17384 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17385 literal line numbers.
17386
17387 2014-11-12 Pedro Alves <palves@redhat.com>
17388
17389 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17390 leader has exited.
17391
17392 2014-11-12 Pedro Alves <palves@redhat.com>
17393
17394 * gdb.arch/i386-bp_permanent.c: New file.
17395 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17396 (srcfile): Set to i386-bp_permanent.c.
17397 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17398 that stepi does not execute the 'leave' instruction, instead of
17399 testing it does execute.
17400 * gdb.base/bp-permanent.c: New file.
17401 * gdb.base/bp-permanent.exp: New file.
17402
17403 2014-11-10 Doug Evans <xdje42@gmail.com>
17404
17405 PR symtab/17564
17406 * gdb.base/symtab-search-order.exp: New file.
17407 * gdb.base/symtab-search-order.c: New file.
17408 * gdb.base/symtab-search-order-1.c: New file.
17409 * gdb.base/symtab-search-order-shlib-1.c: New file.
17410
17411 2014-11-07 Pedro Alves <palves@redhat.com>
17412
17413 PR gdb/17511
17414 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17415 i?86-*-linux*.
17416
17417 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17418
17419 PR c++/17494
17420 * gdb.cp/pr17494.cc: New file.
17421 * gdb.cp/pr17494.exp: New file.
17422
17423 2014-11-02 Yao Qi <yao@codesourcery.com>
17424
17425 * gdb.python/python.exp: Get working directory and match the
17426 output of "set extended-prompt \\w " with it.
17427
17428 2014-10-30 Doug Evans <dje@google.com>
17429
17430 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17431 in objfiles.
17432 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17433 in progspaces.
17434
17435 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17436
17437 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17438 * gdb.base/realname-expand.exp: Likewise.
17439 * gdb.linespec/macro-relative.exp: Likewise.
17440
17441 2014-10-29 Pedro Alves <palves@redhat.com>
17442
17443 PR gdb/17408
17444 * gdb.threads/schedlock.c (some_function): New function.
17445 (call_function): New global.
17446 (MAYBE_CALL_SOME_FUNCTION): New macro.
17447 (thread_function): Call it.
17448 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17449 and use it instead of a global counter. Adjust all callers.
17450 (get_current_thread): Use "find current thread" for test message
17451 here rather than having all callers pass down the same string.
17452 (goto_loop): New procedure, factored out from ...
17453 (my_continue): ... this.
17454 (step_ten_loops): Change parameter from test message to command to
17455 use. Adjust.
17456 (list_count): Delete global.
17457 (check_result): New procedure, factored out from duplicate top
17458 level code.
17459 (continue tests): Wrap in with_test_prefix.
17460 (test_step): New procedure, factored out from duplicate top level
17461 code.
17462 (top level): Test "step" in combination with all scheduler-locking
17463 modes. Test "next" in combination with all scheduler-locking
17464 modes, and in combination with stepping over a function call or
17465 not.
17466 * gdb.threads/next-bp-other-thread.c: New file.
17467 * gdb.threads/next-bp-other-thread.exp: New file.
17468
17469 2014-10-29 Pedro Alves <palves@redhat.com>
17470
17471 PR python/17372
17472 * gdb.python/python.exp: Test a multi-line command that spawns
17473 interactive Python.
17474 * gdb.base/multi-line-starts-subshell.exp: New file.
17475
17476 2014-10-29 Yao Qi <yao@codesourcery.com>
17477
17478 * gdb.base/fileio.exp: Make directories on host.
17479
17480 2014-10-29 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.base/fileio.c (test_write): Close the file.
17483
17484 2014-10-28 Pedro Alves <palves@redhat.com>
17485
17486 PR gdb/12623
17487 * gdb.base/sigstep.c (no_handler): New global.
17488 (main): If 'no_handler is true, set the signal handlers to
17489 SIG_IGN.
17490 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17491 with_sw_watch and no_handler parameters. Handle them.
17492 (top level) <stepping over handler when stopped at a breakpoint
17493 test>: Add a test axis for testing with a software watchpoint, and
17494 another for testing with the signal handler set to SIG_IGN.
17495 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17496 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17497
17498 2014-10-28 Pedro Alves <palves@redhat.com>
17499
17500 PR gdb/17511
17501 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17502 * gdb.base/sigstep.exp (other_handler_location): New global.
17503 (advance): Support stepping into the signal handler, and running
17504 commands while in the handler.
17505 (in_handler_map): New global.
17506 (top level): In the advance test, add combinations for getting
17507 into the handler with stepping commands, and for running commands
17508 in the handler. Add comment descripting the advancei tests.
17509
17510 2014-10-28 Pedro Alves <palves@redhat.com>
17511
17512 * gdb.base/sigstep.exp: Use build_executable instead of
17513 prepare_for_testing.
17514 (top level): Move code that starts GDB, runs to main and creates a
17515 display to ...
17516 (restart): ... this new procedure.
17517 (top level): Move backtrace from signal handler test to ...
17518 (validate_backtrace): ... this new procedure.
17519 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17520 with_test_prefix. Always restart GDB.
17521 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17522 with_test_prefix. Always restart GDB. No need to delete
17523 breakpoints after the test.
17524 (test_skip_handler): Remove prefix parameter.
17525 (skip_over_handler, breakpoint_to_handler)
17526 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17527 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17528 restart GDB. No need to delete breakpoints after the test.
17529 (top level): Use foreach to call the test procedures with
17530 different commands.
17531
17532 2014-10-28 Pedro Alves <palves@redhat.com>
17533
17534 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17535 instead of GNATS numbers.
17536 * gdb.base/sigbpt.exp: Likewise.
17537 * gdb.base/siginfo.exp: Likewise.
17538 * gdb.base/sigstep.exp: Likewise.
17539
17540 2014-10-27 Pedro Alves <palves@redhat.com>
17541
17542 * gdb.base/sigstep.c (dummy): New global.
17543 (main): Issue a couple writes to the new global.
17544 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17545 procedures.
17546 (skip_over_handler): Use test_skip_handler.
17547 (top level): Call skip_over_handler for stepi and nexti too.
17548 (breakpoint_over_handler): Use test_skip_handler.
17549 (top level): Call breakpoint_over_handler for stepi and nexti too.
17550
17551 2014-10-27 Yao Qi <yao@codesourcery.com>
17552
17553 * gdb.trace/tfile.c (adjust_function_address)
17554 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17555 function descriptor.
17556
17557 2014-10-24 Don Breazeal <donb@codesourcery.com>
17558
17559 * gdb.base/foll-fork.exp (test_follow_fork,
17560 catch_fork_child_follow): Check for updated fork messages emitted
17561 from infrun.c.
17562 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17563 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17564 vfork_and_exec_child_follow_through_step): Check for updated vfork
17565 messages emitted from infrun.c.
17566
17567 2014-10-24 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.base/corefile.exp: Remove references to ultrix.
17570 * gdb.base/interrupt.exp: Likewise.
17571 * gdb.base/whatis.exp: Likewise.
17572 * gdb.gdb/selftest.exp: Likewise.
17573 * gdb.threads/manythreads.exp: Likewise.
17574 * gdb.threads/print-threads.exp: Likewise.
17575 * gdb.threads/pthreads.exp:: Likewise.
17576 * gdb.threads/schedlock.exp: Likewise.
17577
17578 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17579
17580 * gdb.cp/non-trivial-retval.cc: Add a test case.
17581 * gdb.cp/non-trivial-retval.exp: Add a test.
17582
17583 2014-10-20 Yao Qi <yao@codesourcery.com>
17584
17585 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17586 * gdb.python/py-objfile-script-gdb.py: New file.
17587 * gdb.python/py-objfile-script.exp: Update reference to
17588 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17589 of remote_download. Remove the dest file.
17590
17591 2014-10-20 Yao Qi <yao@codesourcery.com>
17592
17593 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17594 * gdb.base/step-line.exp: Likewise.
17595 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17596 * gdb.dwarf2/dw2-basic.exp: Likewise.
17597 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17598 * gdb.dwarf2/dw2-filename.exp: Likewise.
17599 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17600 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17601 * gdb.dwarf2/dw2-producer.exp: Likewise.
17602 * gdb.dwarf2/mac-fileno.exp: Likewise.
17603 * gdb.python/py-frame-args.exp: Likewise.
17604 * gdb.python/py-framefilter.exp: Likewise.
17605 * gdb.python/py-mi.exp: Likewise.
17606 * gdb.python/py-objfile-script.exp: Likewise
17607 * gdb.python/py-pp-integral.exp: Likewise.
17608 * gdb.python/py-pp-re-notag.exp: Likewise.
17609 * gdb.python/py-prettyprint.exp: Likewise.
17610 * gdb.python/py-section-script.exp: Likewise.
17611 * gdb.python/py-typeprint.exp: Likewise.
17612 * gdb.python/py-xmethods.exp: Likewise.
17613 * gdb.stabs/weird.exp: Likewise.
17614 * gdb.xml/tdesc-regs.exp: Likewise.
17615
17616 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17617
17618 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17619 (out_cu): Use addr_len for the size of addresses.
17620 (out_line): Likewise. Size DW_LNE_set_address instruction
17621 according to addr_len.
17622 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17623 (FUNC): Add START_INSNS to definition.
17624
17625 2014-10-18 Yao Qi <yao@codesourcery.com>
17626
17627 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17628 gdb_has_argv0 return true.
17629 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17630 check [target_info exists noargs], check [gdb_has_argv0]
17631 instead.
17632 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17633 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17634 procedures.
17635
17636 2014-10-17 Doug Evans <dje@google.com>
17637
17638 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17639 event.
17640 * gdb.python/py-events.py: Add clear_objfiles event.
17641
17642 2014-10-17 Doug Evans <dje@google.com>
17643
17644 * gdb.python/py-objfile.exp: Test progspace attribute.
17645
17646 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17647
17648 * gdb.guile/scm-breakpoint.exp: Do not assume any
17649 directory separators when matching source file paths.
17650 * gdb.python/py-breakpoint.exp: Likewise.
17651 * gdb.reverse/break-precsave.exp: Likewise.
17652 * gdb.reverse/break-reverse.exp: Likewise.
17653 * gdb.reverse/consecutive-precsave.exp: Likewise.
17654 * gdb.reverse/finish-precsave.exp: Likewise.
17655 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17656 * gdb.reverse/finish-reverse.exp: Likewise.
17657 * gdb.reverse/i386-precsave.exp: Likewise.
17658 * gdb.reverse/i387-env-reverse.exp: Likewise.
17659 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17660 * gdb.reverse/machinestate-precsave.exp: Likewise.
17661 * gdb.reverse/machinestate.exp: Likewise.
17662 * gdb.reverse/sigall-precsave.exp: Likewise.
17663 * gdb.reverse/solib-precsave.exp: Likewise.
17664 * gdb.reverse/step-precsave.exp: Likewise.
17665 * gdb.reverse/until-precsave.exp: Likewise.
17666 * gdb.reverse/watch-precsave.exp: Likewise.
17667 * gdb.reverse/watch-reverse.exp: Likewise.
17668
17669 2014-10-17 Yao Qi <yao@codesourcery.com>
17670
17671 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17672 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17673
17674 2014-10-17 Pedro Alves <palves@redhat.com>
17675
17676 PR gdb/17471
17677 * gdb.base/bg-execution-repeat.c: New file.
17678 * gdb.base/bg-execution-repeat.exp: New file.
17679
17680 2014-10-17 Pedro Alves <palves@redhat.com>
17681
17682 PR gdb/17300
17683 * gdb.base/continue-all-already-running.c: New file.
17684 * gdb.base/continue-all-already-running.exp: New file.
17685
17686 2014-10-17 Pedro Alves <palves@redhat.com>
17687
17688 PR gdb/17472
17689 * gdb.base/annota-input-while-running.c: New file.
17690 * gdb.base/annota-input-while-running.exp: New file.
17691
17692 2014-10-17 Pedro Alves <palves@redhat.com>
17693
17694 * gdb.base/callfuncs.exp: emove references to osf.
17695 * gdb.base/sigall.exp: Likewise.
17696 * gdb.gdb/selftest.exp: Likewise.
17697 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17698 * gdb.mi/non-stop.c: Likewise.
17699 * gdb.mi/pthreads.c: Likewise.
17700 * gdb.reverse/sigall-precsave.exp: Likewise.
17701 * gdb.reverse/sigall-reverse.exp: Likewise.
17702 * gdb.threads/pthreads.c: Likewise.
17703 * gdb.threads/pthreads.exp: Likewise.
17704
17705 2014-10-17 Yao Qi <yao@codesourcery.com>
17706
17707 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17708 check 'target_info exists noargs'.
17709 (test_command_prompt_position): Likewise.
17710 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17711 Remove "set args".
17712 (progvar_simple_while_test): Likewise.
17713 (progvar_complex_if_while_test): Likewise.
17714 (if_while_breakpoint_command_test): Likewise.
17715 (infrun_breakpoint_command_test): Likewise.
17716 (breakpoint_command_test): Likewise.
17717 (watchpoint_command_test): Likewise.
17718 (bp_deleted_in_command_test): Likewise.
17719 (temporary_breakpoint_commands): Likewise.
17720
17721 2014-10-16 Yao Qi <yao@codesourcery.com>
17722
17723 * gdb.base/remotetimeout.exp: Remove noargs checking.
17724
17725 2014-10-15 Pedro Alves <palves@redhat.com>
17726
17727 PR breakpoints/9649
17728 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17729 * gdb.base/breakpoint-in-ro-region.exp
17730 (probe_target_hardware_step): New procedure.
17731 (top level): Probe hardware stepping and hardware breakpoint
17732 support. Test stepping through a read-only region, with both
17733 "breakpoint auto-hw" on and off and both "always-inserted" on and
17734 off.
17735
17736 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17737
17738 * gdb.dlang/demangle.exp: Update for demangling changes.
17739
17740 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17741
17742 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17743 * gdb.cp/non-trivial-retval.exp: Add new tests.
17744
17745 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17746
17747 PR c++/13403
17748 PR c++/15154
17749 * gdb.cp/non-trivial-retval.cc: New file.
17750 * gdb.cp/non-trivial-retval.exp: New file.
17751
17752 2014-10-15 Yao Qi <yao@codesourcery.com>
17753
17754 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17755 remote host.
17756
17757 2014-10-15 Yao Qi <yao@codesourcery.com>
17758
17759 * gdb.python/py-symbol.exp: Match file base name if host is
17760 remote, otherwise match file name with dir name.
17761 * gdb.python/py-symtab.exp: Likewise.
17762 * gdb.python/python.exp: Likewise.
17763
17764 2014-10-15 Yao Qi <yao@codesourcery.com>
17765
17766 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17767 pattern.
17768 * gdb.python/py-symtab.exp: Likewise.
17769 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17770 locationn.
17771
17772 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17773
17774 * gdb.ada/addr_arith: New testcase.
17775
17776 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17777
17778 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17779 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17780 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17781 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17782
17783 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17784
17785 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17786 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17787 * gdb.arch/stap-eval-lang-ada.exp: New file.
17788
17789 2014-10-14 Yao Qi <yao@codesourcery.com>
17790
17791 * gdb.mi/mi-var-child.c (nothing1): New function.
17792 (nothing2): New function.
17793 (do_children_tests): Set function pointers by nothing1 and
17794 nothing2.
17795 * gdb.mi/mi-var-child.exp: Step over new added statements.
17796 Update test to match the new output.
17797 * gdb.mi/var-cmd.c (nothing1): New function.
17798 (nothing2): New function.
17799 (do_children_tests): Set function pointers by nothing1 and
17800 nothing2.
17801 * gdb.mi/mi-var-display.exp: Update test to match output.
17802 Step to the line specified by $line_dct_nothing.
17803 Increase the number of lines to step.
17804
17805 2014-10-14 Yao Qi <yao@codesourcery.com>
17806
17807 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17808 tests.
17809 * gdb.mi/mi2-var-child.exp: Likewise.
17810
17811 2014-10-13 Doug Evans <dje@google.com>
17812
17813 * gdb.python/py-objfile.exp: Change name of file name test.
17814
17815 2014-10-13 Doug Evans <dje@google.com>
17816
17817 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17818 from the start of the CU.
17819
17820 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17821 Yao Qi <yao@codesourcery.com>
17822
17823 Fix "save breakpoints" for "catch" command.
17824 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17825 Remove -nonewline. Match also the added "main" line.
17826
17827 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17828
17829 Fix "save breakpoints" for "disable $bpnum" command.
17830 * gdb.base/save-bp.c (main): Add label.
17831 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17832
17833 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17834
17835 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17836
17837 2014-10-11 Yao Qi <yao@codesourcery.com>
17838
17839 * gdb.server/server-kill.exp: Execute command
17840 "set remote trace-status-packet on" before "tstatus".
17841
17842 2014-10-11 Yao Qi <yao@codesourcery.com>
17843
17844 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17845 (main): Call getppid.
17846 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17847 and continue to it. Read variable "server_pid".
17848
17849 2014-10-11 Yao Qi <yao@codesourcery.com>
17850
17851 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17852
17853 2014-10-11 Yao Qi <yao@codesourcery.com>
17854
17855 * gdb.threads/thread-find.exp: Don't execute command
17856 "info threads".
17857 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17858 * gdb.threads/linux-dp.exp: Don't check the condition
17859 $threads_created equals to zero.
17860
17861 2014-10-10 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.base/bigcore.exp: Remove references to IRIX.
17864 * gdb.base/funcargs.exp: Likewise.
17865 * gdb.base/interrupt.exp: Likewise.
17866 * gdb.base/mips_pro.exp: Likewise.
17867 * gdb.base/nodebug.exp: Likewise.
17868 * gdb.base/setvar.exp: Likewise.
17869 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17870
17871 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17872 Pedro Alves <palves@redhat.com>
17873
17874 PR symtab/14466
17875 * gdb.base/vdso-warning.c: New file.
17876 * gdb.base/vdso-warning.exp: New file.
17877
17878 2014-10-02 Doug Evans <dje@google.com>
17879
17880 * gdb.base/structs.c (main): Don't run forever.
17881
17882 2014-10-02 Pedro Alves <palves@redhat.com>
17883
17884 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17885 (top level) <stop threads 1, stop threads 2>: Use it.
17886
17887 2014-10-02 Pedro Alves <palves@redhat.com>
17888
17889 * gdb.threads/break-while-running.exp (test): Add new
17890 'update_thread_list' argument. Skip "info threads" if false.
17891 (top level): Add new 'update_thread_list' axis.
17892
17893 2014-10-02 Pedro Alves <palves@redhat.com>
17894
17895 PR breakpoints/17431
17896 * gdb.base/execl-update-breakpoints.c: New file.
17897 * gdb.base/execl-update-breakpoints.exp: New file.
17898
17899 2014-10-01 Pedro Alves <palves@redhat.com>
17900
17901 * gdb.base/breakpoint-in-ro-region.c: New file.
17902 * gdb.base/breakpoint-in-ro-region.exp: New file.
17903
17904 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17905
17906 * gdb.mi/mi-exit-code.exp: New file.
17907 * gdb.mi/mi-exit-code.c: New file.
17908
17909 2014-09-30 Yao Qi <yao@codesourcery.com>
17910
17911 * lib/prelink-support.exp (build_executable_own_libs): Error if
17912 the target isn't native.
17913
17914 2014-09-30 Yao Qi <yao@codesourcery.com>
17915
17916 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17917 false.
17918
17919 2014-09-22 Pedro Alves <palves@redhat.com>
17920
17921 * gdb.threads/break-while-running.exp: New file.
17922 * gdb.threads/break-while-running.c: New file.
17923
17924 2014-09-19 Yao Qi <yao@codesourcery.com>
17925
17926 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17927 Invoke test. Restart GDB with --readnow and invoke test again.
17928
17929 2014-09-19 Yao Qi <yao@codesourcery.com>
17930
17931 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17932 proc set_breakpoint_on_gcd_function. Invoke
17933 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17934 invoke set_breakpoint_on_gcd_function again.
17935
17936 2014-09-18 Doug Evans <dje@google.com>
17937
17938 * gdb.dwarf2/symtab-producer.exp: New file.
17939
17940 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17941
17942 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17943 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17944 * gdb.base/global-var-nested-by-dso.c: Likewise.
17945 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17946
17947 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17948 Pedro Alves <palves@redhat.com>
17949
17950 * gdb.base/watch-bitfields.exp: Pass string other than test file
17951 name to prepare_for_testing.
17952 (watch): New procedure.
17953 (expect_watchpoint): Use with_test_prefix.
17954 (top level): Factor out tests to ...
17955 (test_watch_location, test_regular_watch): ... these new
17956 procedures, and use with_test_prefix and gdb_continue_to_end.
17957
17958 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17959
17960 PR breakpoints/12526
17961 * gdb.base/watch-bitfields.exp: New file.
17962 * gdb.base/watch-bitfields.c: New file.
17963
17964 2014-09-16 Pedro Alves <palves@redhat.com>
17965
17966 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17967 software and hardware addresses, not software address against
17968 itself.
17969
17970 2014-09-16 Pedro Alves <palves@redhat.com>
17971
17972 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17973 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17974
17975 2014-09-16 Pedro Alves <palves@redhat.com>
17976
17977 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17978 files.
17979 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17980 "*-*-vxworks*" throughout.
17981 * gdb.base/break.exp: Likewise.
17982 * gdb.base/default.exp: Likewise.
17983 * gdb.base/scope.exp: Likewise.
17984 * gdb.base/sepdebug.exp: Likewise.
17985 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17986 throughout.
17987 * gdb.base/run.c: Likewise.
17988 * gdb.base/sepdebug.c: Likewise.
17989 * gdb.hp/gdb.aCC/run.c: Likewise.
17990 * gdb.reverse/until-reverse.c: Likewise.
17991 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17992
17993 2014-09-16 Yao Qi <yao@codesourcery.com>
17994
17995 * boards/local-remote-host-native.exp: New file.
17996
17997 2014-09-14 Doug Evans <xdje42@gmail.com>
17998
17999 * gdb.threads/queue-signal.c (thread_count): New variable.
18000 (thread_count_mutex, thread_count_condvar): New variables.
18001 (incr_thread_count, wait_all_threads_running): New functions.
18002 (main): Wait for all threads to be in their thread functions.
18003
18004 2014-09-13 Doug Evans <xdje42@gmail.com>
18005
18006 * gdb.threads/queue-signal.c: New file.
18007 * gdb.threads/queue-signal.exp: New file.
18008
18009 2014-09-13 Doug Evans <xdje42@gmail.com>
18010
18011 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18012 be consistent with what default_gdb_init uses.
18013 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18014 the plain text of the prompt. Add some logging printfs.
18015 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18016
18017 2014-09-12 Pedro Alves <palves@redhat.com>
18018
18019 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18020 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18021 * gdb.arch/i386-size-overlap.exp: Likewise.
18022 * gdb.arch/i386-size.exp: Likewise.
18023 * gdb.arch/i386-unwind.exp: Likewise.
18024 * gdb.base/a2-run.exp: Likewise.
18025 * gdb.base/break.exp: Likewise.
18026 * gdb.base/charset.exp: Likewise.
18027 * gdb.base/chng-syms.exp: Likewise.
18028 * gdb.base/commands.exp: Likewise.
18029 * gdb.base/dbx.exp: Likewise.
18030 * gdb.base/find.exp: Likewise.
18031 * gdb.base/funcargs.exp: Likewise.
18032 * gdb.base/jit-simple.exp: Likewise.
18033 * gdb.base/reread.exp: Likewise.
18034 * gdb.base/sepdebug.exp: Likewise.
18035 * gdb.base/step-bt.exp: Likewise.
18036 * gdb.cp/mb-inline.exp: Likewise.
18037 * gdb.cp/mb-templates.exp: Likewise.
18038 * gdb.objc/basicclass.exp: Likewise.
18039 * gdb.threads/killed.exp: Likewise.
18040
18041 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18042
18043 PR tdep/17379
18044 * gdb.arch/powerpc-stackless.S: New file.
18045 * gdb.arch/powerpc-stackless.exp: New file.
18046
18047 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18048
18049 * gdb.base/attach.c: Include unistd.h.
18050 (main): Call alarm. Add label postloop.
18051 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18052 gdb_breakpoint, gdb_continue_to_breakpoint.
18053 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18054
18055 2014-09-11 Pedro Alves <palves@redhat.com>
18056
18057 PR gdb/17347
18058 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18059 * gdb.base/attach.exp (test_command_line_attach_run): New
18060 procedure.
18061 (top level): Call it.
18062
18063 2014-09-11 Pedro Alves <palves@redhat.com>
18064
18065 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18066 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18067 (do_command_attach_tests): Use spawn_wait_for_attach.
18068 * gdb.base/solib-overlap.exp: Likewise.
18069 * gdb.multi/multi-attach.exp: Likewise.
18070 * gdb.python/py-prompt.exp: Likewise.
18071 * gdb.python/py-sync-interp.exp: Likewise.
18072 * gdb.server/ext-attach.exp: Likewise.
18073
18074 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18075
18076 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18077 command in testcase. Simplify testcase.
18078
18079 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18080
18081 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18082
18083 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18084
18085 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18086
18087 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18088
18089 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18090
18091 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18092
18093 * gdb.dwarf2/dynarr-ptr.c: New file.
18094 * gdb.dwarf2/dynarr-ptr.exp: New file.
18095
18096 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18097
18098 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18099 of 30 rather than hardcoding 120 for a slow test case. Take the
18100 `gdb,timeout' target setting into account for this calculation.
18101 Don't extend the timeout for the test cases that don't need it.
18102
18103 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18104
18105 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18106 a factor of 2 for a slow test case. Take the `gdb,timeout'
18107 target setting into account for this calculation.
18108 * gdb.reverse/until-precsave.exp: Increase the timeout by
18109 a factor of 15 and 3 respectively rather than adding 120
18110 for a pair of slow test cases. Take the `gdb,timeout'
18111 target setting into account for this calculation.
18112
18113 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18114
18115 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18116 timeout, don't pass one down to gdb_expect.
18117 (gdb_expect): Rework timeout selection.
18118
18119 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18120
18121 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18122 exception on timeout.
18123 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18124 (gdbserver_start_extended): Catch any `gdbserver_start' error
18125 exceptions.
18126 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18127 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18128 `gdbserver_gdb_load' error exceptions.
18129
18130 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18131
18132 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18133 120 on waiting for the TCP socket to open.
18134
18135 2014-09-09 Doug Evans <xdje42@gmail.com>
18136
18137 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18138 _caller_matches, _any_caller_is, _any_caller_matches.
18139
18140 2014-09-09 Doug Evans <xdje42@gmail.com>
18141
18142 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18143
18144 2014-09-09 Yao Qi <yao@codesourcery.com>
18145
18146 * gdb.mi/mi-var-display.exp: Set print symbol off.
18147
18148 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18149
18150 PR gdb/17035
18151 * gdb.base/commands.exp: Add tests to verify user-defined
18152 commands with empty bodies.
18153 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18154 python commands in `show user command`.
18155 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18156 scheme commands in `show user command`.
18157
18158 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18159
18160 PR python/17355
18161 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18162 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18163 * gdb.python/py-framefilter-invalidarg.exp: New file.
18164 * gdb.python/py-framefilter-invalidarg.py: New file.
18165
18166 2014-09-06 Doug Evans <xdje42@gmail.com>
18167
18168 PR 15276
18169 * gdb.python/py-caller-is.c: New file.
18170 * gdb.python/py-caller-is.exp: New file.
18171
18172 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18173
18174 PR gdb/17235
18175 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18176 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18177
18178 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18179
18180 PR fortran/17237
18181 * gdb.fortran/print-formatted.exp: New file.
18182 * gdb.fortran/print-formatted.f90: Likewise.
18183
18184 2014-09-03 Sasha Smundak <asmundak@google.com>
18185
18186 * gdb.python/py-frame.exp: Test Frame.read_register.
18187
18188 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18189
18190 PR python/16699
18191 * gdb.python/py-completion.exp: New file.
18192 * gdb.python/py-completion.py: Likewise.
18193
18194 2014-08-28 Doug Evans <dje@google.com>
18195
18196 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18197 eax,etc. are live with values set by gdb and thus the compiler can't
18198 use them.
18199 * gdb.arch/i386-pseudo.c (main): Ditto.
18200
18201 2014-08-27 Doug Evans <dje@google.com>
18202
18203 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18204
18205 2014-08-25 Doug Evans <dje@google.com>
18206
18207 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18208 (main): Ditto.
18209
18210 2014-08-25 Doug Evans <dje@google.com>
18211
18212 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18213
18214 2014-08-24 Yao Qi <yao@codesourcery.com>
18215
18216 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18217 symbol off.
18218 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18219
18220 2014-08-22 Doug Evans <dje@google.com>
18221
18222 PR 17276
18223 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18224 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18225 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18226
18227 2014-08-22 Yao Qi <yao@codesourcery.com>
18228
18229 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18230 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18231 * gdb.python/python.exp: Likewise. Use .py file on the host
18232 instead of the build.
18233
18234 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18235
18236 * gdb.threads/gcore-stale-thread.c: New file.
18237 * gdb.threads/gcore-stale-thread.exp: New file.
18238
18239 2014-08-21 Pedro Alves <palves@redhat.com>
18240
18241 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18242 * gdb.base/gcore-relro-pie.exp: Likewise.
18243 * gdb.base/gcore-relro.exp: Likewise.
18244 * gdb.base/gcore.exp: Likewise.
18245 * gdb.base/print-symbol-loading.exp: Likewise.
18246 * gdb.threads/gcore-thread.exp: Likewise.
18247 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18248
18249 2014-08-20 Pedro Alves <palves@redhat.com>
18250 Jan Kratochvil <jan.kratochvil@redhat.com>
18251
18252 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18253 configure.
18254 (EXPECT): Handle READ1 being set.
18255 (all): Depend on EXTRA_RULES.
18256 (check-read1, expect-read1, read1.so, read1): New rules.
18257 * README (Testsuite Parameters): Document the READ1 make variable.
18258 (Race detection): New section.
18259 * configure: Regenerate.
18260 * configure.ac: If build==host==target, and running under a
18261 GNU/glibc system, add read1 to the extra Makefile rules.
18262 (EXTRA_RULES): AC_SUBST it.
18263 * lib/read1.c: New file.
18264
18265 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18266
18267 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18268 the handling of variables declared as a typedef to an array
18269 which a DW_AT_data_location attribute.
18270
18271 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18272 Pedro Alves <palves@redhat.com>
18273
18274 PR symtab/14604
18275 PR symtab/14605
18276 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18277 gdb_test.
18278
18279 2014-08-19 Pedro Alves <palves@redhat.com>
18280
18281 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18282
18283 2014-08-19 Yao Qi <yao@codesourcery.com>
18284
18285 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18286 right line.
18287
18288 2014-08-18 David Blaikie <dblaikie@gmail.com>
18289
18290 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18291
18292 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18293
18294 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18295 attribute in array range.
18296
18297 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18298
18299 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18300
18301 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18302
18303 PR c++/17132
18304 * gdb.cp/pr17132.cc: New file.
18305 * gdb.cp/pr17132.exp: New file.
18306
18307 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18308
18309 * gdb.python/py-xmethods.py (A_getarrayind)
18310 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18311 Use 'print' with function call syntax.
18312 (E_method_matcher.match): Fix tab vs space indentation mixup.
18313
18314 2014-08-15 Yao Qi <yao@codesourcery.com>
18315
18316 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18317 false.
18318
18319 2014-08-15 Yao Qi <yao@codesourcery.com>
18320
18321 * gdb.cp/casts.exp: Set print symbol off.
18322 * gdb.cp/class2.exp: Likewise.
18323 * gdb.cp/overload.exp: Likewise.
18324 * gdb.cp/templates.exp: Likewise.
18325
18326 2014-08-11 Doug Evans <dje@google.com>
18327
18328 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18329 (test_load_shlib): Update.
18330
18331 2014-08-09 Yao Qi <yao@codesourcery.com>
18332
18333 * gdb.base/display.exp: Invoke is_address_zero_readable.
18334 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18335 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18336 * gdb.base/hbreak-unmapped.exp: Return if
18337 is_address_zero_readable returns true.
18338 * gdb.base/signest.exp: Likewise.
18339 * gdb.base/signull.exp: Likewise.
18340 * gdb.base/sigbpt.exp: Likewise.
18341 * gdb.guile/scm-disasm.exp: Do the test if
18342 is_address_zero_readable returns false.
18343 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18344 * gdb.python/py-arch.exp: Likewise.
18345 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18346 * lib/gdb.exp (is_address_zero_readable): New proc.
18347
18348 2014-08-09 Yao Qi <yao@codesourcery.com>
18349
18350 PR testsuite/13443
18351 * gdb.mi/mi-var-display.exp: Make test messages unique.
18352
18353 2014-08-04 Tom Tromey <tromey@redhat.com>
18354
18355 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18356 target 0".
18357
18358 2014-08-04 Tom Tromey <tromey@redhat.com>
18359
18360 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18361 "target_resume".
18362
18363 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18364
18365 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18366 inner_vla_struct_object_size.
18367 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18368 as xfail.
18369
18370 2014-07-30 Pedro Alves <palves@redhat.com>
18371
18372 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18373 comment.
18374
18375 2014-07-29 Yao Qi <yao@codesourcery.com>
18376
18377 PR gdb/17206
18378 * gdb.base/until-nodebug.exp: New.
18379
18380 2014-07-28 Doug Evans <xdje42@gmail.com>
18381
18382 PR guile/17203
18383 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18384 previously existing parameter, and previously ambiguously spelled
18385 parameter.
18386
18387 2014-07-28 Will Newton <will.newton@linaro.org>
18388
18389 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18390
18391 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18392 Doug Evans <xdje42@gmail.com>
18393
18394 PR guile/17146
18395 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18396
18397 2014-07-25 Pedro Alves <palves@redhat.com>
18398
18399 * gdb.threads/signal-command-handle-nopass.c: New file.
18400 * gdb.threads/signal-command-handle-nopass.exp: New file.
18401 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18402 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18403 * gdb.threads/signal-delivered-right-thread.c: New file.
18404 * gdb.threads/signal-delivered-right-thread.exp: New file.
18405
18406 2014-07-25 Pedro Alves <palves@redhat.com>
18407
18408 * gdb.base/double-prompt-target-event-error.exp
18409 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18410 match.
18411 (cancel_pagination_in_target_event): Rework double prompt
18412 detection.
18413 * gdb.base/paginate-after-ctrl-c-running.exp
18414 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18415 <return>' match.
18416 * gdb.base/paginate-bg-execution.exp
18417 (test_bg_execution_pagination_return)
18418 (test_bg_execution_pagination_cancel): Remove '-notransfer
18419 <return>' matches.
18420 * gdb.base/paginate-execution-startup.exp
18421 (test_fg_execution_pagination_return)
18422 (test_fg_execution_pagination_cancel): Remove '-notransfer
18423 <return>' matches.
18424 * gdb.base/paginate-inferior-exit.exp
18425 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18426 match.
18427 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18428 * lib/gdb.exp (pagination_prompt): Run text through
18429 string_to_regexp.
18430 (gdb_test_multiple): Match $pagination_prompt instead of
18431 "<return>".
18432 (string_to_regexp): Move to lib/gdb-utils.exp.
18433
18434 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18435
18436 * gdb.arch/amd64-entry-value-paramref.S: New file.
18437 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18438 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18439 * gdb.arch/amd64-optimout-repeat.S: New file.
18440 * gdb.arch/amd64-optimout-repeat.c: New file.
18441 * gdb.arch/amd64-optimout-repeat.exp: New file.
18442
18443 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18444
18445 PR gdb/17170
18446 * gdb.base/statistics.exp: New file.
18447
18448 2014-07-17 Doug Evans <dje@google.com>
18449
18450 PR gdb/17170
18451 * gdb.base/maint.exp: Update testing of per-command stats.
18452
18453 2014-07-16 Pedro Alves <palves@redhat.com>
18454
18455 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18456 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18457 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18458 (tfile_write_buf): New functions.
18459 (add_memory_block): Rewrite using the above.
18460 (adjust_function_address): New function.
18461 (FUNCTION_ADDRESS): New macro.
18462 (write_basic_trace_file): Remove short_x local, and use
18463 tfile_write_16. Change type of func_addr local to unsigned long
18464 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18465 here. Cast argument of add_memory_block to char pointer.
18466 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18467 (main): Remove parameters.
18468 * gdb.trace/tfile.exp: Remove nowarnings.
18469
18470 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18471
18472 * gdb.base/debug-expr.exp: Test string evaluation with
18473 "debug expression" on.
18474
18475 2014-07-15 Pedro Alves <palves@redhat.com>
18476
18477 * gdb.base/reread.exp: Use clean_restart.
18478
18479 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18480
18481 * gdb.arch/avr-flash-qualifer.c: New.
18482 * gdb.arch/avr-flash-qualifer.exp: New.
18483
18484 2014-07-14 Pedro Alves <palves@redhat.com>
18485
18486 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18487 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18488
18489 2014-07-14 Pedro Alves <palves@redhat.com>
18490
18491 * gdb.base/double-prompt-target-event-error.c: New file.
18492 * gdb.base/double-prompt-target-event-error.exp: New file.
18493
18494 2014-07-14 Pedro Alves <palves@redhat.com>
18495
18496 PR gdb/17072
18497 * gdb.base/paginate-inferior-exit.c: New file.
18498 * gdb.base/paginate-inferior-exit.exp: New file.
18499
18500 2014-07-14 Pedro Alves <palves@redhat.com>
18501
18502 PR gdb/17072
18503 * gdb.base/paginate-bg-execution.c: New file.
18504 * gdb.base/paginate-bg-execution.exp: New file.
18505
18506 2014-07-14 Pedro Alves <palves@redhat.com>
18507
18508 PR gdb/17072
18509 * gdb.base/paginate-execution-startup.c: New file.
18510 * gdb.base/paginate-execution-startup.exp: New file.
18511 * lib/gdb.exp (pagination_prompt): New global.
18512 (default_gdb_spawn): New procedure, factored out from
18513 default_gdb_spawn.
18514 (default_gdb_start): Adjust to call default_gdb_spawn.
18515 (gdb_spawn): New procedure.
18516
18517 2014-07-14 Pedro Alves <palves@redhat.com>
18518
18519 * lib/gdb.exp (gdb_assert): New procedure.
18520 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18521
18522 2014-07-14 Pedro Alves <palves@redhat.com>
18523
18524 * gdb.base/execution-termios.c: New file.
18525 * gdb.base/execution-termios.exp: New file.
18526
18527 2014-07-14 Tom Tromey <tromey@redhat.com>
18528
18529 * gdb.cp/vla-cxx.cc: New file.
18530 * gdb.cp/vla-cxx.exp: New file.
18531
18532 2014-07-14 Tom Tromey <tromey@redhat.com>
18533
18534 * gdb.reverse/rerun-prec.c: New file.
18535 * gdb.reverse/rerun-prec.exp: New file.
18536
18537 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18538 Maciej W. Rozycki <macro@codesourcery.com>
18539
18540 * lib/gdb-utils.exp: New file.
18541 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18542 inline `gdb_init_command' processing.
18543 (gdb_start_cmd): Likewise.
18544 * lib/mi-support.exp (mi_run_cmd): Likewise.
18545 * README: Document `gdb_init_command' and `gdb_init_commands'.
18546
18547 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18548
18549 Fix false FAIL running under a very long directory name.
18550 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18551 and "set print elements 10000". Twice.
18552
18553 2014-07-11 Yao Qi <yao@codesourcery.com>
18554
18555 * gdb.base/exprs.exp: "set print symbol off".
18556
18557 2014-07-11 Pedro Alves <palves@redhat.com>
18558
18559 * gdb.threads/kill.c: New file.
18560 * gdb.threads/kill.exp: New file.
18561
18562 2014-07-10 Yao Qi <yao@codesourcery.com>
18563
18564 * gdb.trace/tfile.c (write_basic_trace_file)
18565 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18566 address written to trace file.
18567
18568 2014-07-09 Pedro Alves <palves@redhat.com>
18569
18570 * gdb.base/attach-wait-input.exp: New file.
18571 * gdb.base/attach-wait-input.c: New file.
18572
18573 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18574
18575 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18576 setting up test structures.
18577 (main): Call new test function.
18578 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18579 test function, continue into test function and walk test
18580 structures.
18581
18582 2014-07-02 Yao Qi <yao@codesourcery.com>
18583
18584 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18585 'bar_start' at the beginning of functions 'foo' and 'bar'
18586 respectively.
18587 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18588 instead of 'foo' and 'bar'.
18589
18590 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18591
18592 * gdb.btrace/segv.exp: New.
18593 * gdb.btrace/segv.c: New.
18594
18595 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18596
18597 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18598 instruction.
18599
18600 2014-06-30 Mark Wielaard <mjw@redhat.com>
18601
18602 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18603 vulture, vilify, villar): New volatile array constants.
18604 (vindictive, vegetation): New const volatile array constants.
18605 * gdb.base/volatile.exp: Test volatile and const volatile array
18606 types.
18607
18608 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18609
18610 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18611 target lacks support for awatch, rwatch, or hbreak.
18612
18613 2014-06-27 Yao Qi <yao@codesourcery.com>
18614
18615 * gdb.multi/dummy-frame-restore.exp: New.
18616 * gdb.multi/dummy-frame-restore.c: New.
18617
18618 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18619
18620 * gdb.btrace/gcore.exp: New.
18621
18622 2014-06-23 Pedro Alves <palves@redhat.com>
18623
18624 * gdb.base/watchpoint-reuse-slot.c: New file.
18625 * gdb.base/watchpoint-reuse-slot.exp: New file.
18626
18627 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18628
18629 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18630 progspace's filename in 'info', 'enable' and 'disable' command
18631 tests.
18632
18633 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18634
18635 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18636 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18637 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18638
18639 2014-06-20 Gary Benson <gbenson@redhat.com>
18640
18641 * gdb.arch/i386-avx.exp: Fix include file location.
18642 * gdb.arch/i386-sse.exp: Likewise.
18643
18644 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18645
18646 * gdb.dlang/expression.exp: New file.
18647
18648 2014-06-19 Pedro Alves <palves@redhat.com>
18649
18650 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18651 out from ...
18652 (top level): ... here. Iterate running tests under different
18653 scheduler-locking settings.
18654
18655 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18656
18657 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18658 to DW_FORM_addr and use non-zero addresses.
18659
18660 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18661
18662 PR gdb/17017
18663 * gdb.python/py-xmethods.cc: Add global function call counters and
18664 increment them in their respective functions. Remove "cout"
18665 statements.
18666 * gdb.python/py-xmethods.exp: Make tests check the global function
18667 call counters instead of depending on inferior IO.
18668
18669 2014-06-18 Don Breazeal <donb@codesourcery.com>
18670
18671 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18672 Deleted procedure.
18673 (explicit_fork_parent_follow): Deleted procedure.
18674 (explicit_fork_child_follow): Deleted procedure.
18675 (test_follow_fork): New procedure.
18676 (do_fork_tests): Replace calls to deleted procedures with
18677 calls to test_follow_fork and reset GDB for subsequent
18678 procedure calls.
18679
18680 2014-06-17 Yao Qi <yao@codesourcery.com>
18681
18682 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18683 CP1252.
18684
18685 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18686
18687 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18688 Initialize ptr and S explicitly.
18689 (skip_type_update_when_not_use_rtti_test): Likewise.
18690
18691 2014-06-16 Keith Seitz <keiths@redhat.com>
18692
18693 PR mi/15863
18694 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18695 the inferior is started.
18696
18697 2014-06-16 Pedro Alves <palves@redhat.com>
18698
18699 * gdb.base/break-main-file-remove-fail.c: New file.
18700 * gdb.base/break-main-file-remove-fail.exp: New file.
18701 * gdb.base/break-unload-file.exp: Use build_executable instead of
18702 prepare_for_testing.
18703 (test_break): New parameter "initial_load". Handle it.
18704 (top level): Add initial_load cmdline/file axis.
18705
18706 2014-06-12 Tom Tromey <tromey@redhat.com>
18707
18708 * gdb.base/completion.exp: Don't use directory name in test.
18709
18710 2014-06-09 Gary Benson <gbenson@redhat.com>
18711
18712 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18713 separate the always-available ANSI-standard signals from the
18714 signals that require checking.
18715 (main): Likewise.
18716 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18717 Likewise.
18718 (main): Likewise.
18719
18720 2014-06-07 Keith Seitz <keiths@redhat.com>
18721
18722 Revert:
18723 PR c++/16253
18724 * gdb.cp/var-tag.cc: New file.
18725 * gdb.cp/var-tag.exp: New file.
18726 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18727 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18728 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18729 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18730
18731 2014-06-06 Doug Evans <xdje42@gmail.com>
18732
18733 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18734
18735 2014-06-06 Pedro Alves <palves@redhat.com>
18736
18737 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18738 in target debug output instead of looking at RSP packets,
18739 disabling the test on any target that uses hardware stepping.
18740 Update comments.
18741
18742 2014-06-06 Pedro Alves <palves@redhat.com>
18743
18744 * gdb.base/break-unload-file.exp: Fix typo.
18745
18746 2014-06-06 Yao Qi <yao@codesourcery.com>
18747
18748 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18749 from "jit_function" to "^jit_function".
18750
18751 2014-06-06 Yao Qi <yao@codesourcery.com>
18752
18753 * gdb.base/async.c (foo): Add one statement.
18754 * gdb.base/async.exp: Get the next instruction address and
18755 match the output of "nexti" by instruction address. Match
18756 the hex address in the output of "finish".
18757
18758 2014-06-06 Gary Benson <gbenson@redhat.com>
18759
18760 * gdb.base/call-signals.c: Remove preprocessor conditionals
18761 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18762 SIGSEGV and SIGTERM.
18763 * gdb.base/sigall.c: Likewise.
18764 * gdb.base/unwindonsignal.c: Likewise.
18765 * gdb.reverse/sigall-reverse.c: Likewise.
18766
18767 2014-06-06 Yao Qi <yao@codesourcery.com>
18768
18769 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18770 readable, skip the test.
18771
18772 2014-06-06 Yao Qi <yao@codesourcery.com>
18773
18774 * gdb.threads/staticthreads.c (thread_function): Move the line
18775 setting breakpoint on forward.
18776 * gdb.threads/staticthreads.exp: Update comments.
18777
18778 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18779
18780 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18781 "history-append! type error".
18782
18783 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18784
18785 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18786 erroneous dprintf expected input.
18787
18788 2014-06-04 Doug Evans <xdje42@gmail.com>
18789
18790 * gdb.guile/scm-generics.exp: Delete.
18791
18792 2014-06-04 Doug Evans <xdje42@gmail.com>
18793
18794 * gdb.guile/scm-breakpoint.exp: Update.
18795 Add tests for breakpoint registration.
18796
18797 2014-06-04 Tom Tromey <tromey@redhat.com>
18798
18799 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18800 VLA-in-union.
18801 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18802 inner_vla_struct, vla_union types. Initialize objects of those
18803 types and compute their sizes.
18804
18805 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18806 Hui Zhu <hui@codesourcery.com>
18807
18808 * gdb.base/fileio.exp: Add test for shell not available as well as
18809 available.
18810 * gdb.base/fileio.c (test_system): Check for shell twice.
18811
18812 2014-06-04 Yao Qi <yao@codesourcery.com>
18813
18814 * gdb.base/auto-connect-native-target.exp: Remove redundant
18815 space from the regexp pattern.
18816
18817 2014-06-04 Yao Qi <yao@codesourcery.com>
18818
18819 * gdb.base/default.exp: Replace "child" with "native" in
18820 regexp pattern.
18821
18822 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18823
18824 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18825 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18826 * gdb.python/py-xmethods.py: Python script supporting the
18827 new testcase and tests.
18828
18829 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18830 Pedro Alves <palves@redhat.com>
18831
18832 PR breakpoints/17000
18833 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18834 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18835
18836 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18837
18838 * gdb.base/subst.exp: Add tests to verify partial path matching
18839 output.
18840
18841 2014-06-03 Pedro Alves <palves@redhat.com>
18842
18843 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18844 target that doesn't use software single-stepping.
18845
18846 2014-06-03 Pedro Alves <palves@redhat.com>
18847
18848 PR breakpoints/17000
18849 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18850 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18851
18852 2014-06-02 Doug Evans <xdje42@gmail.com>
18853
18854 * gdb.guile/scm-parameter.exp: New file.
18855
18856 2014-06-02 Doug Evans <xdje42@gmail.com>
18857
18858 * gdb.guile/scm-cmd.c: New file.
18859 * gdb.guile/scm-cmd.exp: New file.
18860
18861 2014-06-02 Doug Evans <xdje42@gmail.com>
18862
18863 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18864 pretty-printer lookup.
18865 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18866 (make-pp_s-printer): Call it.
18867 (make-pretty-printer-from-dict): New function.
18868 (lookup-pretty-printer-maker-from-dict): New function.
18869 (*pretty-printer*): Simplify.
18870 (make-objfile-pp_s-printer): New function.
18871 (install-objfile-pretty-printers!): New function.
18872 (make-progspace-pp_s-printer): New function.
18873 (install-progspace-pretty-printers!): New function.
18874 * gdb.guile/scm-progspace.c: New file.
18875 * gdb.guile/scm-progspace.exp: New file.
18876
18877 2014-06-02 Pedro Alves <palves@redhat.com>
18878
18879 * gdb.base/dprintf-bp-same-addr.c: New file.
18880 * gdb.base/dprintf-bp-same-addr.exp: New file.
18881
18882 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18883
18884 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18885 * gdb.arch/powerpc-power.s: Likewise.
18886
18887 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18888
18889 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18890
18891 2014-06-01 Yao Qi <yao@codesourcery.com>
18892
18893 * gdb.base/watchpoint.exp (test_watch_location): Check null
18894 pointer can be dereferenced. If not, do the test, otherwise
18895 skip it.
18896
18897 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18898
18899 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18900 results.
18901 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18902
18903 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18904
18905 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18906 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18907 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18908 * gdb.arch/amd64-invalid-stack-top.c: New file.
18909 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18910
18911 2014-05-30 Pedro Alves <palves@redhat.com>
18912
18913 PR breakpoints/17000
18914 * gdb.base/sss-bp-on-user-bp.c: New file.
18915 * gdb.base/sss-bp-on-user-bp.exp: New file.
18916
18917 2014-05-30 David Blaikie <dblaikie@gmail.com>
18918
18919 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18920 gnu_inline semantics via attribute.
18921 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18922 source explicitly specifies the required semantics.
18923
18924 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18925
18926 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18927
18928 2014-05-29 Pedro Alves <palves@redhat.com>
18929 Tom Tromey <tromey@redhat.com>
18930
18931 * gdb.base/async-shell.exp: Don't enable target-async.
18932 * gdb.base/async.exp
18933 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18934 parameter. Adjust.
18935 (top level): Don't test with "target-async".
18936 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18937 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18938 * gdb.base/inferior-died.exp: Don't enable target-async.
18939 * gdb.base/interrupt-noterm.exp: Likewise.
18940 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18941 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18942 * gdb.mi/mi-nonstop.exp: Likewise.
18943 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18944 * gdb.mi/mi-nsintrall.exp: Likewise.
18945 * gdb.mi/mi-nsmoribund.exp: Likewise.
18946 * gdb.mi/mi-nsthrexec.exp: Likewise.
18947 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18948 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18949 * gdb.python/py-evsignal.exp: Don't enable target-async.
18950 * gdb.python/py-evthreads.exp: Likewise.
18951 * gdb.python/py-prompt.exp: Likewise.
18952 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18953 * gdb.server/solib-list.exp: Don't enable target-async.
18954 * gdb.threads/thread-specific-bp.exp: Likewise.
18955 * lib/mi-support.exp: Adjust to use mi-async.
18956
18957 2014-05-29 Pedro Alves <palves@redhat.com>
18958
18959 PR gdb/13860
18960 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18961 reason, even in sync mode.
18962
18963 2014-05-29 Pedro Alves <palves@redhat.com>
18964 Hui Zhu <hui@codesourcery.com>
18965
18966 PR PR15693
18967 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18968 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18969 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18970 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18971
18972 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18973
18974 * config/monitor.exp (gdb_target_monitor): Replace use of
18975 "set remotebaud" by "set serial baud".
18976
18977 2014-05-26 Andy Wingo <wingo@igalia.com>
18978
18979 * gdb.guile/scm-breakpoint.exp:
18980 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18981 properties instead of gdb-object-properties.
18982
18983 2014-05-26 Yao Qi <yao@codesourcery.com>
18984
18985 * gdb.server/no-thread-db.exp: Specify source file name
18986 explicitly when setting a breakpoint.
18987
18988 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18989
18990 * gdb.btrace/vdso.c: New.
18991 * gdb.btrace/vdso.exp: New.
18992
18993 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18994
18995 * gdb.base/gcore.exp (capture_command_output): Move ...
18996 * lib/gdb.exp (capture_command_output): ... here.
18997
18998 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18999
19000 * gdb.btrace/data.exp: Test memory access during btrace replay.
19001
19002 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19003
19004 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19005
19006 2014-05-21 Pedro Alves <palves@redhat.com>
19007
19008 PR gdb/13860
19009 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19010 (top level): Test that output related to execution commands is
19011 sent to the console with CLI commands, but not with MI commands.
19012 Test that breakpoint events are always mirrored to the console.
19013 Also expect the new source line to be output after a "next" in
19014 async mode too. Make it a pass/fail test.
19015 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19016 output.
19017 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19018
19019 2014-05-21 Pedro Alves <palves@redhat.com>
19020
19021 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19022 Use them to test variations of "list" after reaching a breakpoint.
19023 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19024 Test "list" with listsize 10 after reaching a breakpoint.
19025 * gdb.python/python.exp (decode_line current location line
19026 number): Adjust expected line number.
19027
19028 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19029
19030 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19031 behavior for $args, pass it directly to "run".
19032
19033 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19034
19035 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19036 30000 to 65536.
19037
19038 2014-05-21 Pedro Alves <palves@redhat.com>
19039
19040 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19041 auto-connect-native-target off".
19042 * gdb.base/auto-connect-native-target.c: New file.
19043 * gdb.base/auto-connect-native-target.exp: New file.
19044
19045 2014-05-21 Pedro Alves <palves@redhat.com>
19046
19047 * gdb.base/default.exp: Test "target native" instead of "target
19048 child".
19049
19050 2014-05-21 Mark Wielaard <mjw@redhat.com>
19051
19052 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19053
19054 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19055
19056 Fix TLS access for -static -pthread.
19057 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19058 <HAVE_TLS> (thread_function, main): Initialize it.
19059 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19060 Add clean_restart.
19061 <$have_tls != "">: Check TLSVAR.
19062
19063 2014-05-21 Pedro Alves <palves@redhat.com>
19064
19065 * gdb.base/dcache-line-read-error.c: New.
19066 * gdb.base/dcache-line-read-error.exp: New.
19067
19068 2014-05-20 Pedro Alves <palves@redhat.com>
19069
19070 * gdb.base/compare-sections.c: New file.
19071 * gdb.base/compare-sections.exp: New file.
19072
19073 2014-05-20 Pedro Alves <palves@redhat.com>
19074
19075 * gdb.base/break-idempotent.c: New file.
19076 * gdb.base/break-idempotent.exp: New file.
19077
19078 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19079
19080 * gdb.btrace/nohist.exp: New.
19081
19082 2014-05-20 Yao Qi <yao@codesourcery.com>
19083
19084 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19085 gdb.reverse directory and gdb_reverse_timeout exists in board
19086 setting.
19087 * README: Document gdb_reverse_timeout.
19088
19089 2014-05-20 Yao Qi <yao@codesourcery.com>
19090
19091 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19092 'test_file_name'. Treat args as a string instead of a list.
19093 (gdb_init): Rename argument 'args' by 'test_file_name'.
19094
19095 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19096
19097 * gdb.arch/powerpc-power.exp: New file.
19098 * gdb.arch/powerpc-power.s: New file.
19099
19100 2014-05-16 Doug Evans <dje@google.com>
19101
19102 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19103 * gdb.base/completion.exp: Check that all expected files exist
19104 before doing file completion.
19105
19106 2014-05-16 Doug Evans <dje@google.com>
19107
19108 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19109 Update.
19110 (do_syscall_tests_without_xml): Update.
19111
19112 2014-05-16 Pedro Alves <palves@redhat.com>
19113
19114 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19115 instead of "unknown output after running".
19116
19117 2014-05-16 Yao Qi <yao@codesourcery.com>
19118
19119 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19120 file1.txt from host at the end.
19121 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19122
19123 2014-05-15 Doug Evans <dje@google.com>
19124
19125 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19126 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19127 loading file. Add test for TU lookup.
19128
19129 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19130
19131 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19132 calling "-exec-arguments" or "set args" before running the
19133 inferior.
19134
19135 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19136
19137 * lib/mi-support.exp (mi_expect_stop): Expect message for
19138 inferiors that exit with non-zero exit code.
19139
19140 2014-05-14 Yao Qi <yao@codesourcery.com>
19141
19142 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19143 match absolute path on remote host.
19144 (test_file_list_exec_source_files): Remove "/" from the
19145 pattern.
19146
19147 2014-05-14 Yao Qi <yao@codesourcery.com>
19148
19149 * boards/local-remote-host-notty.exp (${board}_file): New
19150 proc.
19151
19152 2014-05-07 Kyle McMartin <kyle@redhat.com>
19153
19154 Pushed by Joel Brobecker <brobecker@adacore.com>.
19155 * gdb.arch/aarch64-atomic-inst.c: New file.
19156 * gdb.arch/aarch64-atomic-inst.exp: New file.
19157
19158 2014-05-07 Yao Qi <yao@codesourcery.com>
19159
19160 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19161 in current context" too.
19162
19163 2014-05-05 Keith Seitz <keiths@redhat.com>
19164
19165 * gdb.linespec/ls-dollar.exp: Add test for linespec
19166 file:convenience_variable.
19167
19168 2014-05-05 Yao Qi <yao@codesourcery.com>
19169
19170 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19171 traceframes into tfile and ctf trace files. Read data from
19172 trace file and test collected data.
19173 (gdb_collect_locals_test): Likewise.
19174 (gdb_unavailable_registers_test): Likewise.
19175 (gdb_unavailable_floats): Likewise.
19176 (gdb_collect_globals_test): Likewise.
19177 (top-level): Append "ctf" to trace_file_targets if GDB
19178 supports.
19179
19180 2014-05-05 Yao Qi <yao@codesourcery.com>
19181
19182 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19183 code to ...
19184 (gdb_collect_args_test_1): ... it. New proc.
19185 (gdb_collect_locals_test): Move some code to ...
19186 (gdb_collect_locals_test_1): ... it. New proc.
19187 (gdb_unavailable_registers_test): Move some code to ...
19188 (gdb_unavailable_registers_test_1): ... it. New proc.
19189 (gdb_unavailable_floats): Move some code to ...
19190 (gdb_unavailable_floats_1): ... it. New proc.
19191
19192 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19193
19194 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19195 probes to test for bitness recognition.
19196 * gdb.arch/amd64-stap-optional-prefix.exp
19197 (test_probe_value_without_reg): New procedure.
19198 Add code to test for different kinds of bitness.
19199
19200 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19201
19202 PR breakpoints/16889
19203 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19204 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19205
19206 2014-05-01 Pedro Alves <palves@redhat.com>
19207
19208 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19209 gdb_file_cmd if no file is specified.
19210 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19211 last_loaded_file to set the remote exec-file.
19212
19213 2014-05-01 Pedro Alves <palves@redhat.com>
19214
19215 * boards/local-remote-host.exp: New file.
19216
19217 2014-05-01 Pedro Alves <palves@redhat.com>
19218
19219 * boards/local-remote-host.exp: Rename to ...
19220 * boards/local-remote-host-notty.exp: ... this.
19221
19222 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19223
19224 * gdb.ada/dyn_arrayidx: New testcase.
19225
19226 2014-04-26 Yao Qi <yao@codesourcery.com>
19227
19228 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19229 and compute the length of function main. Save it in
19230 $main_length.
19231 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19232 (top-level): Use gdb_compile to compile objects into
19233 executable and restart GDB. Remove invocation to
19234 prepare_for_testing.
19235
19236 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19237 Pedro Alves <palves@redhat.com>
19238
19239 PR server/16255
19240 * gdb.multi/multi-attach.c: New file.
19241 * gdb.multi/multi-attach.exp: New file.
19242
19243 2014-04-25 Pedro Alves <palves@redhat.com>
19244
19245 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19246 user.
19247 (top level): Test that "set remote conditional-breakpoints-packet
19248 off" works as intended.
19249 * gdb.base/dprintf.exp: Test that "set remote
19250 breakpoint-commands-packet off" works as intended.
19251 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19252 New function.
19253 (top level): Call it.
19254 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19255 remote fast-tracepoints-packet off" works as intended.
19256 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19257 * lib/gdb.exp (gdb_is_target_remote): ... here.
19258
19259 2014-04-24 David Blaikie <dblaikie@gmail.com>
19260
19261 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19262 ensure clang would not discard them.
19263 * gdb.base/gdbvars.c: Ditto.
19264 * gdb.base/memattr.c: Ditto.
19265 * gdb.base/whatis.c: Ditto.
19266 * gdb.python/py-prettyprint.c: Ditto.
19267 * gdb.trace/actions.c: Ditto.
19268 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19269 ensure clang would not discard it.
19270
19271 2014-04-24 David Blaikie <dblaikie@gmail.com>
19272
19273 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19274 clang to emit the full definition of type required by the test
19275 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19276
19277 2014-04-24 David Blaikie <dblaikie@gmail.com>
19278
19279 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19280 coax Clang into emitting the definition of the type.
19281 * gdb.cp/pr10728-x.h (y): Ditto.
19282 * gdb.cp/pr10728-y.cc (y): Ditto.
19283
19284 2014-04-24 David Blaikie <dblaikie@gmail.com>
19285
19286 * gdb.base/label.exp: XFAIL label related tests under Clang.
19287 * gdb.cp/cplabel.exp: Ditto.
19288 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19289 under Clang those using labels.
19290
19291 2014-04-25 Yao Qi <yao@codesourcery.com>
19292
19293 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19294 double_label.
19295 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19296 partial_label and double_label.
19297
19298 2014-04-24 David Blaikie <dblaikie@gmail.com>
19299
19300 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19301
19302 2014-04-24 David Blaikie <dblaikie@gmail.com>
19303
19304 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19305 of the function to work across GCC and Clang.
19306 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19307 pointer types (const void ** const V void **).
19308
19309 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19310 Walfred Tedeschi <walfred.tedeschi@intel.com>
19311
19312 * Makefile.in (EXECUTABLES): Added i386-avx512.
19313 * gdb.arch/i386-avx512.c: New file.
19314 * gdb.arch/i386-avx512.exp: Likewise.
19315
19316 2014-04-23 Keith Seitz <keiths@redhat.com>
19317
19318 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19319 (mi_make_breakpoint_table): New procedure.
19320 (mi_create_breakpoint): Use mi_make_breakpoint
19321 and return the result.
19322 (mi_make_breakpoint): New procedure.
19323 (mi_build_kv_pairs): New procedure.
19324
19325 * gdb.mi/mi-break.exp: Remove unused globals,
19326 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19327 All callers updated.
19328 * gdb.mi/mi-dprintf.exp: Use variable to track command
19329 number.
19330 Update all callers of mi_create_breakpoint and use
19331 mi_make_breakpoint_table.
19332 Remove any unused global variables.
19333 * gdb.mi/mi-nonstop.exp: Likewise.
19334 * gdb.mi/mi-nsintrall.exp: Likewise.
19335 * gdb.mi/mi-nsmoribund.exp: Likewise.
19336 * gdb.mi/mi-nsthrexec.exp: Likewise.
19337 * gdb.mi/mi-reverse.exp: Likewise.
19338 * gdb.mi/mi-simplerun.exp: Likewise.
19339 * gdb.mi/mi-stepn.exp: Likewise.
19340 * gdb.mi/mi-syn-frame.exp: Likewise.
19341 * gdb.mi/mi-until.exp: Likewise.
19342 * gdb.mi/mi-var-cp.exp: Likewise.
19343 * gdb.mi/mi-var-display.exp: Likewise.
19344 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19345 * gdb.mi/mi2-var-child.exp: Likewise.
19346 * gdb.mi/mi-vla-c99.exp: Likewise.
19347 * lib/mi-support.exp: Likewise.
19348
19349 From Ian Lance Taylor <iant@cygnus.com>:
19350 * lib/gdb.exp (parse_args): New procedure.
19351
19352 2014-04-23 Pedro Alves <palves@redhat.com>
19353
19354 * gdb.base/break-unload-file.c: New file.
19355 * gdb.base/break-unload-file.exp: New file.
19356 * gdb.base/sym-file-lib.c (baz): New function.
19357 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19358 field.
19359 (load): Store the segment's mapped size.
19360 (unload): New function.
19361 (unload_shlib): New function.
19362 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19363 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19364 set a breakpoint at baz, and call it.
19365 * gdb.base/sym-file.exp: New tests for stale breakpoint
19366 instructions.
19367
19368 2014-04-23 Pedro Alves <palves@redhat.com>
19369
19370 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19371 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19372 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19373 * gdb.base/hbreak-unmapped.c: New file.
19374 * gdb.base/hbreak-unmapped.exp: New file.
19375 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19376 * lib/gdb.exp (gdb_is_target_remote): ... here.
19377
19378 2014-04-22 Pedro Alves <palves@redhat.com>
19379
19380 * gdb.base/consecutive-step-over.c: New file.
19381 * gdb.base/consecutive-step-over.exp: New file.
19382
19383 2014-04-22 Pedro Alves <palves@redhat.com>
19384
19385 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19386 instead of send_gdb/gdb_expect.
19387
19388 2014-04-22 Yao Qi <yao@codesourcery.com>
19389
19390 * lib/trace-support.exp (generate_tracefile): New procedure.
19391 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19392 return 0.
19393 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19394 if generate_tracefile returns 1.
19395
19396 2014-04-18 Tom Tromey <palves@redhat.com>
19397 Pedro alves <tromey@redhat.com>
19398
19399 PR backtrace/15558
19400 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19401 with a backtrace limit.
19402 * gdb.python/py-frame-inline.exp: Test running to an inline
19403 function with a backtrace limit, and printing the newest frame.
19404 * gdb.python/py-frame-inline.c (main): Call f.
19405
19406 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19407
19408 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19409
19410 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19411
19412 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19413 Drop prefix from unsupported source file path.
19414
19415 2014-04-17 Yao Qi <yao@codesourcery.com>
19416
19417 * lib/gdb.exp (with_target_charset): New proc.
19418 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19419 with_target_charset.
19420 (test_print_strings): Likewise.
19421 (test_repeat_bytes): Likewise.
19422 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19423 for some tests.
19424
19425 2014-04-16 Keith Seitz <keiths@redhat.com>
19426
19427 PR gdb/15827
19428 * gdb.dwarf2/corrupt.c: New file.
19429 * gdb.dwarf2/corrupt.exp: New file.
19430
19431 2014-04-16 Keith Seitz <keiths@redhat.com>
19432
19433 PR c++/16597
19434 * gdb.cp/namelessclass.cc: New file.
19435 * gdb.cp/namelessclass.exp: New file.
19436 * gdb.cp/namelessclass.S: New file.
19437
19438 2014-04-16 Doug Evans <dje@google.com>
19439
19440 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19441 Add comment.
19442 (gdbserver_default_get_comm_port): New function.
19443 (gdbserver_start): Check if board file provided
19444 "gdbserver,get_comm_port" and use it if so.
19445 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19446 (gdb,socketport): Set to "stdio".
19447 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19448 (stdio_gdbserver_template): Delete.
19449 (${board}_get_remote_address): Update.
19450 (${board}_build_remote_cmd): Delete.
19451 (${board}_get_comm_port): New function.
19452 (${board}_spawn): Update.
19453 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19454 Delete.
19455 (${board}_get_remote_address): Update.
19456 (${board}_get_comm_port): New function.
19457
19458 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19459
19460 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19461 appearing in any order.
19462
19463 2014-04-15 Doug Evans <dje@google.com>
19464
19465 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19466 uninitialized value of "description".
19467
19468 2014-04-15 Keith Seitz <keiths@redhat.com>
19469
19470 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19471 Remove unused globals.
19472 (test_running_the_program): Likewise.
19473 (test_controlled_execution): Likewise.
19474 (test_controlling_breakpoints): Likewise.
19475 (test_program_termination): Likewise.
19476
19477 2014-04-15 Keith Seitz <keiths@redhat.com>
19478
19479 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19480 unused globals.
19481 (test_rbreak_creation_and_listing): Likewise.
19482 (test_ignore_count): Likewise.
19483 (test_error): Likewise.
19484
19485 2014-04-15 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19488 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19489 sym-file-loader.c.
19490 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19491 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19492 to sym-file-loader.c.
19493 (struct library): Forward declare.
19494 (load_shlib, lookup_function): Change prototypes.
19495 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19496 (translate_offset): Remove declarations.
19497 (get_text_addr): New declaration.
19498 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19499 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19500 sym-file-loader.h.
19501 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19502 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19503 here from sym-file-loader.h.
19504 (struct library): New structure.
19505 (load_shlib, lookup_function): Change prototypes and adjust to
19506 work with a struct library.
19507 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19508 (translate_offset): Make static.
19509 (get_text_addr): New function.
19510 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19511
19512 2014-04-15 Pedro Alves <palves@redhat.com>
19513
19514 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19515
19516 2014-04-15 Pedro Alves <palves@redhat.com>
19517
19518 * gdb.base/sym-file-loader.c: Include <limits.h>.
19519 (SELF_LINK): New define.
19520 (get_origin): New function.
19521 (load_shlib): Use it.
19522 * gdb.base/sym-file.exp: Don't early return if the target is
19523 remote. Use runto_main, and issue fail is that fails. Use
19524 gdb_load_shlibs.
19525 (shlib_name): Delete.
19526 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19527
19528 2014-04-15 Pedro Alves <palves@redhat.com>
19529
19530 * gdb.base/sym-file.exp: Remove regex characters from test
19531 message. Don't refer to breakpoint numbers in test messages.
19532
19533 2014-04-14 Keith Seitz <keiths@redhat.com>
19534
19535 PR c++/16253
19536 * gdb.cp/var-tag.cc: New file.
19537 * gdb.cp/var-tag.exp: New file.
19538 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19539 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19540 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19541 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19542
19543 2014-04-14 Tom Tromey <tromey@redhat.com>
19544
19545 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19546 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19547 type.
19548 * gdb.cp/enum-class.exp: New file.
19549 * gdb.cp/enum-class.cc: New file.
19550
19551 2014-04-14 Tom Tromey <tromey@redhat.com>
19552
19553 * gdb.dwarf2/enum-type.exp: New file.
19554
19555 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19556
19557 * gdb.mi/mi-vla-c99.exp: New file.
19558 * gdb.mi/vla.c: New file.
19559
19560 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19561
19562 * gdb.base/vla-datatypes.c: New file.
19563 * gdb.base/vla-datatypes.exp: New file.
19564
19565 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19566
19567 * gdb.base/vla-ptr.c: New file.
19568 * gdb.base/vla-ptr.exp: New file.
19569
19570 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19571
19572 * gdb.dwarf2/count.exp: New file.
19573
19574 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19575
19576 * gdb.base/vla-sideeffect.c: New file.
19577 * gdb.base/vla-sideeffect.exp: New file.
19578
19579 2014-04-14 David Blaikie <dblaikie@gmail.com>
19580
19581 * gdb.mi/non-stop.c: Add return value for non-void function return
19582 statement.
19583 * gdb.threads/staticthreads.c: Ditto.
19584
19585 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19586 Doug Evans <xdje42@gmail.com>
19587
19588 * gdb.guile/scm-value.c: Improve test case.
19589 * gdb.guile/scm-value.exp: Add new test.
19590
19591 2014-04-11 David Blaikie <dblaikie@gmail.com>
19592
19593 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19594 override Clang's default.
19595
19596 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19597
19598 Revert the following changes (regressions):
19599
19600 * gdb.base/vla-sideeffect.c: New file.
19601 * gdb.base/vla-sideeffect.exp: New file.
19602
19603 * gdb.dwarf2/count.exp: New file.
19604
19605 * gdb.base/vla-multi.c: New file.
19606 * gdb.base/vla-multi.exp: New file.
19607
19608 * gdb.base/vla-ptr.c: New file.
19609 * gdb.base/vla-ptr.exp: New file.
19610
19611 * gdb.base/vla-datatypes.c: New file.
19612 * gdb.base/vla-datatypes.exp: New file.
19613
19614 * gdb.mi/mi-vla-c99.exp: New file.
19615 * gdb.mi/vla.c: New file.
19616
19617 2014-04-11 Keith Seitz <keiths@redhat.com>
19618
19619 PR c++/16675
19620 * gdb.cp/cpsizeof.exp: New file.
19621 * gdb.cp/cpsizeof.cc: New file.
19622
19623 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19624
19625 * gdb.mi/mi-vla-c99.exp: New file.
19626 * gdb.mi/vla.c: New file.
19627
19628 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19629
19630 * gdb.base/vla-datatypes.c: New file.
19631 * gdb.base/vla-datatypes.exp: New file.
19632
19633 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19634
19635 * gdb.base/vla-ptr.c: New file.
19636 * gdb.base/vla-ptr.exp: New file.
19637
19638 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19639
19640 * gdb.base/vla-multi.c: New file.
19641 * gdb.base/vla-multi.exp: New file.
19642
19643 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19644
19645 * gdb.dwarf2/count.exp: New file.
19646
19647 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19648
19649 * gdb.base/vla-sideeffect.c: New file.
19650 * gdb.base/vla-sideeffect.exp: New file.
19651
19652 2014-04-11 Yao Qi <yao@codesourcery.com>
19653
19654 * gdb.base/completion.exp: Check file exists before running tests
19655 on file completion.
19656
19657 2014-04-10 Pedro Alves <palves@redhat.com>
19658
19659 * gdb.base/cond-eval-mode.c: New file.
19660 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19661 prepare_for_testing to build the new file. Check result of
19662 runto_main.
19663 (test_break, test_watch): New procedures.
19664 (top level): Use them.
19665
19666 2014-04-08 Pierre Muller <muller@sourceware.org>
19667
19668 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19669 Ctrl-V use for mingw hosts.
19670
19671 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19672
19673 * gdb.python/py-value.c: Improve test case.
19674 * gdb.python/py-value.exp: Add new test.
19675
19676 2014-04-07 David Blaikie <dblaikie@gmail.com>
19677
19678 * lib/compiler.c: Identify the clang compiler.
19679 * lib/compiler.cc: Ditto.
19680
19681 2014-04-03 Yao Qi <yao@codesourcery.com>
19682
19683 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19684
19685 2014-04-01 Anton Blanchard <anton@samba.org>
19686
19687 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19688 messages unique.
19689
19690 2014-04-01 Anton Blanchard <anton@samba.org>
19691
19692 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19693 prepare_for_testing.
19694
19695 2014-04-01 Anton Blanchard <anton@samba.org>
19696
19697 * gdb.arch/ppc64-atomic-inst.c: Remove.
19698 * gdb.arch/ppc64-atomic-inst.S: New file.
19699 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19700
19701 2014-03-31 Doug Evans <dje@google.com>
19702
19703 * gdb.base/print-symbol-loading-lib.c: New file.
19704 * gdb.base/print-symbol-loading-main.c: New file.
19705 * gdb.base/print-symbol-loading.exp: New file.
19706
19707 2014-03-31 Yao Qi <yao@codesourcery.com>
19708
19709 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19710
19711 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19712
19713 * gdb.ada/mi_dyn_arr: New testcase.
19714
19715 2014-03-27 Doug Evans <dje@google.com>
19716
19717 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19718
19719 2014-03-27 Yao Qi <yao@codesourcery.com>
19720
19721 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19722 if target is nios2-*-*.
19723
19724 2014-03-26 Yao Qi <yao@codesourcery.com>
19725
19726 * lib/gdb.exp (readline_is_used): New proc.
19727 * gdb.base/completion.exp: Move tests on command complete up.
19728 Skip the rest of tests if readline is not used.
19729 * gdb.ada/complete.exp: Skp the test if readline is not
19730 used.
19731 * gdb.base/filesym.exp: Likewise.
19732 * gdb.base/macscp.exp: Likewise.
19733 * gdb.base/readline-ask.exp: Likewise.
19734 * gdb.base/readline.exp: Likewise.
19735 * gdb.python/py-cmd.exp: Likewise.
19736 * gdb.trace/tfile.exp: Likewise.
19737
19738 2014-03-26 Yao Qi <yao@codesourcery.com>
19739
19740 * gdb.base/macscp.exp: Fix code format issues.
19741
19742 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19743
19744 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19745 * gdb.asm/powerpc64le.inc: New file.
19746
19747 2014-03-25 Pedro Alves <palves@redhat.com>
19748 Doug Evans <dje@google.com>
19749
19750 * gdb.base/source-execution.c: New file.
19751 * gdb.base/source-execution.exp: New file.
19752 * gdb.base/source-execution.gdb: New file.
19753
19754 2014-03-24 Doug Evans <dje@google.com>
19755
19756 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19757 using fission.
19758
19759 2014-03-24 Hui Zhu <hui@codesourcery.com>
19760 Pedro Alves <palves@redhat.com>
19761
19762 PR breakpoints/16101
19763 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19764 test pass/fail messages. Detect missing support for dprintf when
19765 breakpoints are actually inserted.
19766 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19767 breakpoints are actually inserted.
19768 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19769 fails.
19770
19771 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19772
19773 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19774
19775 2014-03-22 Doug Evans <xdje42@gmail.com>
19776
19777 * gdb.python/python.exp (python not supported): Verify multi-line
19778 python command issues an error.
19779 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19780 guile command issues an error.
19781
19782 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19783
19784 * gdb.threads/thread-specific.exp: Handle the lack of usable
19785 $this_breakpoint and $this_thread.
19786
19787 2014-03-21 Hui Zhu <hui@codesourcery.com>
19788
19789 * gdb.base/attach.exp (do_command_attach_tests): New.
19790
19791 2014-03-20 Tom Tromey <tromey@redhat.com>
19792 Pedro Alves <palves@redhat.com>
19793
19794 PR cli/15718
19795 * gdb.base/condbreak-call-false.c: New file.
19796 * gdb.base/condbreak-call-false.exp: New file.
19797
19798 2014-03-20 Pedro Alves <palves@redhat.com>
19799
19800 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19801 Delete.
19802 (block_signals, unblock_signals): Delete.
19803 (child_function_2, main): Remove references to deleted variable
19804 and functions.
19805
19806 2014-03-20 Pedro Alves <palves@redhat.com>
19807
19808 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19809 Use pthread_kill to signal thread 2.
19810 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19811 Adjust to make the test send itself a signal rather than using the
19812 host's "kill" command.
19813
19814 2014-03-20 Pedro Alves <palves@redhat.com>
19815
19816 * gdb.threads/multiple-step-overs.c: New file.
19817 * gdb.threads/multiple-step-overs.exp: New file.
19818 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19819 Adjust expected infrun debug output.
19820
19821 2014-03-20 Pedro Alves <palves@redhat.com>
19822
19823 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19824 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19825
19826 2014-03-20 Pedro Alves <palves@redhat.com>
19827
19828 PR breakpoints/7143
19829 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19830 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19831 of gdb_test_multiple.
19832 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19833 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19834
19835 2014-03-20 Pedro Alves <palves@redhat.com>
19836
19837 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19838 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19839
19840 2014-03-19 Pedro Alves <palves@redhat.com>
19841
19842 * gdb.base/async.exp: Remove early return.
19843
19844 2014-03-19 Pedro Alves <palves@redhat.com>
19845
19846 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19847
19848 2014-03-19 Pedro Alves <palves@redhat.com>
19849
19850 * gdb.base/async.exp (test_background): Expect \r\n after
19851 "completed." in the fail pattern.
19852
19853 2014-03-19 Pedro Alves <palves@redhat.com>
19854
19855 * gdb.base/async.exp (test_background): New procedure.
19856 Use it for all background execution command tests.
19857
19858 2014-03-19 Pedro Alves <palves@redhat.com>
19859
19860 * gdb.base/async.exp: Use prepare_for_testing.
19861
19862 2014-03-19 Pedro Alves <palves@redhat.com>
19863
19864 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19865 the same line.
19866
19867 2014-03-19 Pedro Alves <palves@redhat.com>
19868
19869 * gdb.base/async.c (main): Add "jump here" and "until here" line
19870 marker comments.
19871 * gdb.base/async.exp (jump_here): New global.
19872 (jump& test): Use it.
19873 (until_here): New global.
19874 (until& test): Use it.
19875
19876 2014-03-19 Pedro Alves <palves@redhat.com>
19877
19878 * gdb.base/async.exp: Don't frob gdb_protocol.
19879
19880 2014-03-18 Doug Evans <xdje42@gmail.com>
19881
19882 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19883 Fix spelling of exec-done-display.
19884
19885 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19886
19887 PR gdb/15358
19888 * gdb.base/gdb-sigterm.c: New file.
19889 * gdb.base/gdb-sigterm.exp: New file.
19890
19891 2014-03-18 Pedro Alves <palves@redhat.com>
19892
19893 PR gdb/13860
19894 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19895 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19896 solib-event.
19897
19898 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19899
19900 * gdb.ada/pckd_arr_ren: New testcase.
19901
19902 2014-03-13 Doug Evans <xdje42@gmail.com>
19903
19904 PR guile/16612
19905 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19906 collect after discarding symbols.
19907
19908 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19909 Doug Evans <xdje42@gmail.com>
19910
19911 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19912 to history survives a gc.
19913
19914 2014-03-13 Pedro Alves <palves@redhat.com>
19915
19916 * gdb.base/default.exp: Don't test "target procfs".
19917
19918 2014-03-13 Pedro Alves <palves@redhat.com>
19919
19920 * gdb.base/default.exp: Update "target child" and "target procfs"
19921 tests to not expect "Unix".
19922
19923 2014-03-12 Tom Tromey <tromey@redhat.com>
19924
19925 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19926 New procs. Add target-async tests.
19927 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19928 Add target-async tests.
19929
19930 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19931
19932 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19933 'func_start' and 'func_end' for the beginning and end of the
19934 function code, respectively.
19935 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19936 'func_end' instead of 'func' and 'main'.
19937
19938 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19939
19940 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19941 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19942 generate the debug info assembler source.
19943
19944 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19945
19946 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19947 * gdb.dwarf2/arr-subrange.exp: Likewise.
19948 * gdb.dwarf2/dwz.exp: Likewise.
19949 * gdb.dwarf2/method-ptr.exp: Likewise.
19950 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19951 * gdb.dwarf2/subrange.exp: Likewise.
19952 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19953 * gdb.dwarf2/implptrpiece.exp: Likewise.
19954 * gdb.dwarf2/nostaticblock.exp: Likewise.
19955
19956 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19957
19958 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19959 directory to absolute path name arguments.
19960
19961 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19962
19963 * gdb.ada/tagged_access: New testcase.
19964
19965 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19966
19967 * gdb.btrace/data.exp: Update expected output.
19968
19969 2014-03-06 Yao Qi <yao@codesourcery.com>
19970
19971 * gdb.trace/pr16508.exp: New file.
19972
19973 2014-03-05 Pedro Alves <palves@redhat.com>
19974
19975 PR gdb/16575
19976 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19977 procedure.
19978 (top level): Adjust to use it. Add tests that exercise breakpoint
19979 interaction with the code-cache.
19980
19981 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19982
19983 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19984 test for 'history-append!'.
19985
19986 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19987
19988 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19989 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19990 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19991 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19992 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19993 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19994
19995 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19996
19997 * testsuite/gdb.python/py-pp-re-notag.c: New file.
19998 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
19999 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20000
20001 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20002
20003 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20004
20005 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20006
20007 * gdb.dwarf2/arr-stride.c: New file.
20008 * gdb.dwarf2/arr-stride.exp: New file.
20009
20010 2014-02-26 Pedro Alves <palves@redhat.com>
20011
20012 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20013 that won't ever trigger. Make sure that GDB reports the correct
20014 breakpoint that caused the stop.
20015
20016 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20017
20018 PR gdb/16626
20019 * gdb.base/auto-load-script: New file.
20020 * gdb.base/auto-load.c: New file.
20021 * gdb.base/auto-load.exp: New file.
20022
20023 PR gdb/16626
20024 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20025
20026 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20027
20028 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20029 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20030
20031 2014-02-24 Doug Evans <dje@google.com>
20032
20033 * lib/gdb.exp (run_on_host): Log error output if program fails.
20034
20035 2014-02-21 Pedro Alves <palves@redhat.com>
20036
20037 * gdb.threads/step-after-sr-lock.c: Rename to ...
20038 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20039 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20040 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20041 ... this.
20042
20043 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20044
20045 PR tdep/16397
20046 * gdb.arch/amd64-stap-special-operands.exp: New file.
20047 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20048 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20049 * gdb.arch/amd64-stap-triplet.S: Likewise.
20050 * gdb.arch/amd64-stap-triplet.c: Likewise.
20051
20052 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20053
20054 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20055 in .section pseudo-op.
20056
20057 2014-02-20 lin zuojian <manjian2006@gmail.com>
20058 Joel Brobecker <brobecker@adacore.com>
20059 Doug Evans <xdje42@gmail.com>
20060
20061 PR symtab/16581
20062 * gdb.dwarf2/dw2-icycle.S: New file.
20063 * gdb.dwarf2/dw2-icycle.c: New file.
20064 * gdb.dwarf2/dw2-icycle.exp: New file.
20065
20066 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20067
20068 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20069 operations on gdb.Value objects.
20070 * gdb.python/py-value-cc.exp: Add new test to test operations on
20071 gdb.Value objects.
20072
20073 2014-02-18 Doug Evans <dje@google.com>
20074
20075 * Makefile.in (TESTS): New variable.
20076 (expanded_tests, expanded_tests_or_none): New variables
20077 (check-single): Pass $(expanded_tests_or_none) to runtest.
20078 (check-parallel): Only run tests in $(TESTS) if non-empty.
20079 (check/no-matching-tests-found): New rule.
20080 * README: Document TESTS makefile variable.
20081
20082 2014-02-18 Doug Evans <dje@google.com>
20083
20084 * Makefile.in (check-parallel): rm -rf outputs temp.
20085
20086 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20087
20088 Fix "ERROR: no fileid for" in the testsuite.
20089 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20090
20091 2014-02-12 Doug Evans <dje@google.com>
20092
20093 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20094 (MISCELLANEOUS): New variable.
20095 (clean): rm -rf $(MISCELLANEOUS).
20096 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20097 dwp live in the same directory as symlinks, with each symlink pointed
20098 to a differently named file in a different directory.
20099
20100 2014-02-11 Doug Evans <dje@google.com>
20101
20102 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20103 of Tcl file commands.
20104
20105 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20106
20107 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20108 "kill -SIGUSR1 -1".
20109
20110 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20111
20112 * gdb.ada/tick_length_array_enum_idx: New testcase.
20113
20114 2014-02-10 Doug Evans <xdje42@gmail.com>
20115
20116 * configure.ac (AC_OUTPUT): Add gdb.guile.
20117 * configure: Regenerate.
20118 * lib/gdb-guile.exp: New file.
20119 * lib/gdb.exp (get_target_charset): New function.
20120 * gdb.base/help.exp: Update expected output from "apropos apropos".
20121 * gdb.guile/Makefile.in: New file.
20122 * gdb.guile/guile.exp: New file.
20123 * gdb.guile/scm-arch.c: New file.
20124 * gdb.guile/scm-arch.exp: New file.
20125 * gdb.guile/scm-block.c: New file.
20126 * gdb.guile/scm-block.exp: New file.
20127 * gdb.guile/scm-breakpoint.c: New file.
20128 * gdb.guile/scm-breakpoint.exp: New file.
20129 * gdb.guile/scm-disasm.c: New file.
20130 * gdb.guile/scm-disasm.exp: New file.
20131 * gdb.guile/scm-equal.c: New file.
20132 * gdb.guile/scm-equal.exp: New file.
20133 * gdb.guile/scm-error.exp: New file.
20134 * gdb.guile/scm-error.scm: New file.
20135 * gdb.guile/scm-frame-args.c: New file.
20136 * gdb.guile/scm-frame-args.exp: New file.
20137 * gdb.guile/scm-frame-args.scm: New file.
20138 * gdb.guile/scm-frame-inline.c: New file.
20139 * gdb.guile/scm-frame-inline.exp: New file.
20140 * gdb.guile/scm-frame.c: New file.
20141 * gdb.guile/scm-frame.exp: New file.
20142 * gdb.guile/scm-generics.exp: New file.
20143 * gdb.guile/scm-gsmob.exp: New file.
20144 * gdb.guile/scm-iterator.c: New file.
20145 * gdb.guile/scm-iterator.exp: New file.
20146 * gdb.guile/scm-math.c: New file.
20147 * gdb.guile/scm-math.exp: New file.
20148 * gdb.guile/scm-objfile-script-gdb.in: New file.
20149 * gdb.guile/scm-objfile-script.c: New file.
20150 * gdb.guile/scm-objfile-script.exp: New file.
20151 * gdb.guile/scm-objfile.c: New file.
20152 * gdb.guile/scm-objfile.exp: New file.
20153 * gdb.guile/scm-ports.exp: New file.
20154 * gdb.guile/scm-pretty-print.c: New file.
20155 * gdb.guile/scm-pretty-print.exp: New file.
20156 * gdb.guile/scm-pretty-print.scm: New file.
20157 * gdb.guile/scm-section-script.c: New file.
20158 * gdb.guile/scm-section-script.exp: New file.
20159 * gdb.guile/scm-section-script.scm: New file.
20160 * gdb.guile/scm-symbol.c: New file.
20161 * gdb.guile/scm-symbol.exp: New file.
20162 * gdb.guile/scm-symtab-2.c: New file.
20163 * gdb.guile/scm-symtab.c: New file.
20164 * gdb.guile/scm-symtab.exp: New file.
20165 * gdb.guile/scm-type.c: New file.
20166 * gdb.guile/scm-type.exp: New file.
20167 * gdb.guile/scm-value-cc.cc: New file.
20168 * gdb.guile/scm-value-cc.exp: New file.
20169 * gdb.guile/scm-value.c: New file.
20170 * gdb.guile/scm-value.exp: New file.
20171 * gdb.guile/source2.scm: New file.
20172 * gdb.guile/types-module.cc: New file.
20173 * gdb.guile/types-module.exp: New file.
20174
20175 2014-02-10 Yao Qi <yao@codesourcery.com>
20176
20177 PR testsuite/16543
20178 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20179 * configure: Regenerated.
20180 * Makefile.in: New file.
20181
20182 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20183
20184 * gdb.python/py-framefilter.exp: Fix typo.
20185
20186 2014-02-08 Yao Qi <yao@codesourcery.com>
20187
20188 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20189 that no =breakpoint-modified is emitted when breakpoints are
20190 modified through MI commands.
20191
20192 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20193 Pedro Alves <palves@redhat.com>
20194
20195 * gdb.threads/step-after-sr-lock.c: New file.
20196 * gdb.threads/step-after-sr-lock.exp: New file.
20197
20198 2014-02-07 Pedro Alves <palves@redhat.com>
20199
20200 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20201
20202 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20203
20204 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20205 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20206
20207 2014-02-06 Doug Evans <xdje42@gmail.com>
20208
20209 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20210 output.
20211
20212 * gdb.gdb/python-interrupts.exp: New file.
20213
20214 2014-02-05 Yao Qi <yao@codesourcery.com>
20215
20216 * gdb.trace/report.exp (use_collected_data): Test the output
20217 of "info threads" and "info inferiors".
20218
20219 2014-02-05 Yao Qi <yao@codesourcery.com>
20220
20221 Revert this patch:
20222
20223 2013-05-24 Yao Qi <yao@codesourcery.com>
20224
20225 * gdb.trace/tfile.exp: Test inferior and thread.
20226
20227 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20228
20229 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20230 on a function.
20231 * gdb.base/step-bt.c: Call hello via function pointer to make
20232 sure its first instruction is executed on powerpc64le-linux.
20233
20234 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20235
20236 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20237
20238 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20239
20240 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20241 of the test patterns for use on little-endian systems.
20242
20243 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20244
20245 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20246 (decimal_vector): Fix for little-endian.
20247
20248 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20249
20250 * gdb.arch/sparc-sysstep.exp: New file.
20251 * gdb.arch/sparc-sysstep.c: Likewise.
20252
20253 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20254
20255 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20256
20257 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20258
20259 2014-01-23 Tom Tromey <tromey@redhat.com>
20260
20261 * gdb.ada/array_char_idx: New testcase.
20262
20263 2014-01-23 Tom Tromey <tromey@redhat.com>
20264
20265 PR python/16487:
20266 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20267 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20268 classes.
20269
20270 2014-01-23 Tom Tromey <tromey@redhat.com>
20271
20272 PR python/16491:
20273 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20274 string from an inferior frame.
20275 * gdb.python/py-framefilter-mi.exp: Update.
20276
20277 2014-01-22 Doug Evans <dje@google.com>
20278
20279 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20280
20281 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20282
20283 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20284
20285 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20286
20287 * gdb.trace/entry-values.exp: Remove excess space character from
20288 regex patterns. Handle s390 call instruction.
20289
20290 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20291
20292 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20293 define "*_start" label. Make "name" static.
20294 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20295 ${name} by references to ${name}_start.
20296
20297 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20298
20299 * gdb.base/info-macros.exp: Remove "debug" from the compile
20300 options.
20301
20302 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20303
20304 * gdb.dlang/demangle.exp: New file.
20305
20306 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20307
20308 * gdb.dlang/primitive-types.exp: New file.
20309
20310 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20311
20312 * configure.ac: Create gdb.dlang/Makefile.
20313 * configure: Regenerate.
20314 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20315 * gdb.dlang/Makefile.in: New file.
20316 * lib/d-support.exp: New file.
20317 * lib/gdb.exp (skip_d_tests): New proc.
20318
20319 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20320
20321 * gdb.btrace/delta.exp: Check reverse stepi.
20322 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20323 * gdb.btrace/finish.exp: New.
20324 * gdb.btrace/next.exp: New.
20325 * gdb.btrace/nexti.exp: New.
20326 * gdb.btrace/record_goto.c: Add comments.
20327 * gdb.btrace/step.exp: New.
20328 * gdb.btrace/stepi.exp: New.
20329 * gdb.btrace/multi-thread-step.c: New.
20330 * gdb.btrace/multi-thread-step.exp: New.
20331 * gdb.btrace/rn-dl-bind.c: New.
20332 * gdb.btrace/rn-dl-bind.exp: New.
20333 * gdb.btrace/data.c: New.
20334 * gdb.btrace/data.exp: New.
20335 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20336
20337 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20338
20339 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20340 * gdb.btrace/exception.exp: Update.
20341 * gdb.btrace/instruction_history.exp: Update.
20342 * gdb.btrace/record_goto.exp: Update.
20343 * gdb.btrace/tailcall.exp: Update.
20344 * gdb.btrace/unknown_functions.exp: Update.
20345 * gdb.btrace/delta.exp: New.
20346
20347 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20348
20349 * gdb.btrace/record_goto.exp: Add backtrace test.
20350 * gdb.btrace/tailcall.exp: Add backtrace test.
20351
20352 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20353
20354 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20355 * gdb.btrace/record_goto.c: New.
20356 * gdb.btrace/record_goto.exp: New.
20357 * gdb.btrace/x86-record_goto.S: New.
20358
20359 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20360
20361 * gdb.btrace/function_call_history.exp: Update tests.
20362 * gdb.btrace/instruction_history.exp: Update tests.
20363
20364 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20365
20366 * gdb.btrace/function_call_history.exp: Fix expected field
20367 order for "record function-call-history".
20368 Add new tests for "record function-call-history /c".
20369 * gdb.btrace/exception.cc: New.
20370 * gdb.btrace/exception.exp: New.
20371 * gdb.btrace/tailcall.exp: New.
20372 * gdb.btrace/x86-tailcall.S: New.
20373 * gdb.btrace/x86-tailcall.c: New.
20374 * gdb.btrace/unknown_functions.c: New.
20375 * gdb.btrace/unknown_functions.exp: New.
20376 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20377
20378 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20379
20380 * gdb.btrace/instruction_history.exp: Update.
20381 * gdb.btrace/function_call_history.exp: Update.
20382
20383 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20384
20385 * gdb.btrace/function_call_history.exp: Fix expected function
20386 trace.
20387 * gdb.btrace/instruction_history.exp: Initialize traced.
20388 Remove traced_functions.
20389
20390 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20391
20392 * gdb.btrace/function_call_history.exp: Update
20393 * gdb.btrace/instruction_history.exp: Update.
20394
20395 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20396
20397 * gdb.btrace/enable.exp: Update expected text.
20398
20399 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20400
20401 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20402 bytes.
20403
20404 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20405
20406 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20407
20408 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20409
20410 * lib/gdb.exp (supports_process_record): Return true for
20411 arm*-linux*. (supports_reverse): Likewise.
20412
20413 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20414
20415 PR python/15464
20416 PR python/16113
20417 * gdb.python/py-type.c: Enhance test case.
20418 * gdb.python/py-value-cc.cc: Likewise
20419 * gdb.python/py-type.exp: Add new tests.
20420 * gdb.python/py-value-cc.exp: Likewise
20421
20422 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20423 Pedro Alves <palves@redhat.com>
20424
20425 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20426 Make "name" extern.
20427 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20428 references to ${name}_start by references to ${name}.
20429
20430 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20431
20432 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20433
20434 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20435
20436 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20437
20438 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20439 Pedro Alves <palves@redhat.com>
20440
20441 * gdb.mi/mi-info-os.exp: Connect to the target with
20442 mi_gdb_target_load.
20443
20444 2014-01-08 Pedro Alves <palves@redhat.com>
20445
20446 * gdb.threads/reconnect-signal.c: New file.
20447 * gdb.threads/reconnect-signal.exp: New file.
20448
20449 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20450
20451 * gdb.base/source-dir.exp: New file.
20452
20453 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20454
20455 * gdb.ada/mi_interface: New testcase.
20456
20457 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20458
20459 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20460 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20461 gdb.ada/pp-rec-component/pck.ads: New files.
20462
20463 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20464
20465 * gdb.python/py-pp-integral.c: New file.
20466 * gdb.python/py-pp-integral.py: New file.
20467 * gdb.python/py-pp-integral.exp: New file.
20468
20469 For older changes see ChangeLog-1993-2013.
20470 \f
20471 ;; Local Variables:
20472 ;; mode: change-log
20473 ;; left-margin: 8
20474 ;; fill-column: 74
20475 ;; version-control: never
20476 ;; End:
20477
20478 Copyright 2014-2020 Free Software Foundation, Inc.
20479 Copying and distribution of this file, with or without modification,
20480 are permitted provided the copyright notice and this notice are preserved.
This page took 0.415235 seconds and 3 git commands to generate.