Use read_memory in ada_exception_message_1
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-08 Tom Tromey <tromey@adacore.com>
2
3 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4 * gdb.ada/catch_ex.exp: Examine catchpoint text.
5
6 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 PR python/22748
9 * gdb.opt/inline-frame-tailcall.c: New file.
10 * gdb.opt/inline-frame-tailcall.exp: New file.
11 * gdb.python/py-unwind-inline.c: New file.
12 * gdb.python/py-unwind-inline.exp: New file.
13 * gdb.python/py-unwind-inline.py: New file.
14
15 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.python/py-arch-reg-groups.exp: New file.
18
19 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.python/py-arch-reg-names.exp: New file.
22
23 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
26 gdb.PendingFrame.architecture method.
27
28 2020-07-06 Tom de Vries <tdevries@suse.de>
29
30 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
31
32 2020-07-03 Pedro Alves <palves@redhat.com>
33
34 * gdb.base/structs2.c (main): Adjust second parem_reg call to
35 explicitly write negative numbers.
36 * gdb.base/structs2.exp: Adjust expected output.
37
38 2020-07-03 Pedro Alves <palves@redhat.com>
39
40 * gdb.base/charset.c (init_string): Change all char parameters to
41 unsigned char parameters.
42
43 2020-07-03 Pedro Alves <palves@redhat.com>
44
45 * gdb.base/call-sc.exp (start_scalars_test): Use
46 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
47 * gdb.base/overlays.c: Remove references to PARAMS.
48 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
49 * gdb.base/reread.exp: Don't set 'prototypes' global.
50 * gdb.base/structs.exp (start_structs_test): Use
51 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
52 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
53 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
54 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
55 call.
56 * gdb.base/varargs.exp: Don't set 'prototypes' global.
57
58 2020-07-03 Pedro Alves <palves@redhat.com>
59
60 * gdb.base/m32rovly.c: Delete.
61 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
62
63 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
64
65 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
66 of gdb_py_test_multiple.
67 * gdb.python/py-cmd.exp: Likewise.
68 * gdb.python/py-events.exp: Likewise.
69 * gdb.python/py-function.exp: Likewise.
70 * gdb.python/py-inferior.exp: Likewise.
71 * gdb.python/py-infthread.exp: Likewise.
72 * gdb.python/py-linetable.exp: Likewise.
73 * gdb.python/py-parameter.exp: Likewise.
74 * gdb.python/py-value.exp: Likewise.
75
76 2020-06-30 Tom de Vries <tdevries@suse.de>
77
78 PR testsuite/26175
79 * lib/future.exp (gdb_default_target_compile): Detect and handle
80 early_flags.
81
82 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
83
84 * boards/simavr.exp (gdb_load): Catch errors when closing
85 previous connection. Close connection, wait for process and
86 unset simavr_spawn_id on failure.
87
88 2020-06-29 Tom de Vries <tdevries@suse.de>
89
90 * lib/gdb.exp (unknown): Make test-case unresolved.
91
92 2020-06-29 Tom de Vries <tdevries@suse.de>
93
94 PR gdb/25475
95 * gdb.server/solib-list.exp: Verify that the symbol reload
96 confirmation question is asked.
97
98 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
99
100 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
101 have a input seq nr in each pass message.
102 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
103 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
104 * gdb.python/python.exp: Make test names unique,
105 use gdb_test_multiline instead of gdb_py_test_multiple,
106 use $gdb_test_name.
107 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
108
109 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
110
111 * configure.ac: Add --enable-libctf.
112 * aclocal.m4: sinclude ../config/enable.m4.
113 * Makefile.in (site.exp): Add enable_libctf to site.exp.
114 * lib/gdb.exp (skip_ctf_tests): Use it.
115 * gdb.base/ctf-constvars.exp: Error message tweak.
116 * gdb.base/ctf-ptype.exp: Likewise.
117 * configure: Regenerate.
118
119 2020-06-26 Gary Benson <gbenson@redhat.com>
120
121 * gdb.cp/try_catch.cc: Include string.h.
122 (main): Replace comparison against string literal with
123 strcmp, avoiding build failure with -Wstring-compare.
124 Add "marker test-complete".
125 * gdb.cp/try_catch.exp: Run the test to the above marker,
126 then verify that the value of "test" is still true.
127
128 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
131
132 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
135
136 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
139 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
140 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
141 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
142 * gdb.arch/riscv-tdesc-loading.exp: New file.
143
144 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
147
148 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
149
150 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
151 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
152 * gdb.arch/riscv-tdesc-regs.c: New file.
153 * gdb.arch/riscv-tdesc-regs.exp: New file.
154
155 2020-06-24 Pedro Alves <palves@redhat.com>
156
157 * gdb.arch/amd64-entry-value-paramref.exp: Use
158 prepare_for_testing_full and don't pass "c++" for the .S file
159 build spec.
160 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
161 $options, since it's an assembly file. Remove -Wno-deprecated.
162 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
163 compiling C++ programs.
164
165 2020-06-24 Pedro Alves <palves@redhat.com>
166
167 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
168 Clang, add "-Wno-unknown-warning-option" to the options.
169
170 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
171
172 * gdb.xml/tdesc-reload.c: New file.
173 * gdb.xml/tdesc-reload.exp: New file.
174 * gdb.xml/maint-xml-dump-01.xml: New file.
175 * gdb.xml/maint-xml-dump-02.xml: New file.
176 * gdb.xml/maint-xml-dump.exp: New file.
177
178 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
179
180 * lib/completion-support.exp (test_gdb_completion_offers_commands):
181 Adjust for omitted commands when TUI is disabled.
182
183 2020-06-23 Gary Benson <gbenson@redhat.com>
184 Pedro Alves <palves@redhat.com>
185
186 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
187 * gdb.cp/nsimport.cc: Likewise.
188 * gdb.cp/nsnested.cc: Likewise.
189 * gdb.cp/nsnoimports.cc: Likewise.
190 * gdb.cp/nsusing.cc: Likewise.
191 * gdb.cp/smartp.cc: Likewise.
192 * gdb.python/py-pp-integral.c: Likewise.
193 * gdb.python/py-pp-re-notag.c: Likewise.
194
195 2020-06-23 Gary Benson <gbenson@redhat.com>
196
197 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
198 * gdb.cp/nsimport.cc: Likewise.
199 * gdb.cp/nsnested.cc: Likewise.
200 * gdb.cp/nsnoimports.cc: Likewise.
201 * gdb.cp/nsusing.cc: Likewise.
202 * gdb.cp/smartp.cc: Likewise.
203 * gdb.python/py-pp-integral.c: Likewise.
204 * gdb.python/py-pp-re-notag.c: Likewise.
205
206 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
207
208 * gdb.base/default-args.exp: New test.
209 * gdb.base/default-args.c: New file.
210 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
211 * gdb.base/default.exp: Update to new help text.
212 * gdb.base/help.exp: Likewise.
213 * gdb.base/page.exp: Likewise.
214 * gdb.base/style.exp: Likewise.
215 * gdb.guile/guile.exp: Likewise.
216 * gdb.python/python.exp: Likewise.
217
218 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
219
220 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
221 remote host. Fix search path syntax on Windows host.
222
223 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
224
225 * gdb.base/attach.exp: Test priority of 'exec-file' changed
226 over 'exec-file-mismatch'.
227 * gdb.base/attach.c: Mark should_exit volatile.
228 * gdb.base/attach2.c: Likewise. Add a comment explaining
229 why the sleep cannot be big.
230 * gdb.base/attach3.c: New file.
231
232 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
233
234 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
235 prefix optional.
236
237 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
238
239 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
240 for remote host.
241
242 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
243 Hafiz Abid Qadeer <abidh@codesourcery.com>
244
245 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
246 file sent to remote host.
247 (top level): Allow int32_t as type of 32-bit register.
248
249 2020-06-19 Tom de Vries <tdevries@suse.de>
250
251 * lib/gdb.exp (gdb_note): New proc.
252 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
253 (gdb_default_target_compile): ... here. Only call
254 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
255 (use_gdb_compile): Change to array.
256 (toplevel): Update sets of use_gdb_compile to specify language.
257 Warn about default_target_compile override. Store dejagnu's version
258 of default_target_compile in dejagnu_default_target_compile.
259
260 2020-06-18 Tom de Vries <tdevries@suse.de>
261
262 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
263 (default_gdb_init): ... here.
264
265 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
266
267 Fix TUI support checks in gdb.tui tests.
268
269 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
270 just say UNSUPPORTED.
271 * gdb.tui/corefile-run.exp: Likewise.
272 * gdb.tui/empty.exp: Likewise.
273 * gdb.tui/list-before.exp: Likewise.
274 * gdb.tui/list.exp: Likewise.
275 * gdb.tui/main.exp: Likewise.
276 * gdb.tui/regs.exp: Likewise.
277 * gdb.tui/resize.exp: Likewise.
278 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
279 * gdb.tui/tui-layout-asm.exp: Likewise.
280 * gdb.tui/tui-missing-src.exp: Likewise.
281 * gdb.tui/winheight.exp: Likewise.
282 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
283
284 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
285
286 Fix TCL error in gdb.python/py-format-string.exp.
287
288 * gdb.python/py-format-string.exp: Move test for python support
289 earlier, out of function body.
290
291 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
292
293 * gdb.base/index-cache-load-twice.c: New.
294 * gdb.base/index-cache-load-twice.exp: New.
295
296 2020-06-17 Keith Seitz <keiths@redhat.com>
297
298 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
299 when executing "gdb --configuration".
300
301 2020-06-17 Tom de Vries <tdevries@suse.de>
302
303 * lib/gdb.exp (gdb_tcl_unknown): New proc.
304 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
305 conditional on presence of gdb_tcl_unknown.
306 (gdb_finish): Make override undo conditional on presence of
307 gdb_tcl_unknown.
308
309 2020-06-16 Tom Tromey <tom@tromey.com>
310
311 * gdb.python/tui-window.py (failwin): New function. Register it
312 as a TUI window type.
313 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
314
315 2020-06-16 Gary Benson <gbenson@redhat.com>
316
317 * gdb.python/py-nested-maps.c (create_map): Add missing return
318 value.
319 (create_map_map): Likewise.
320
321 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
322
323 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
324 variable.
325 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
326 and use the already-defined 'options' variable.
327
328 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
329 Tom de Vries <tdevries@suse.de>
330
331 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
332 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
333 (gdb_setup_known_globals): New proc.
334 (gdb_cleanup_globals): New proc.
335 * lib/gdb.exp (load_lib): New override proc.
336 (gdb_stdin_log_init): Set var in_file as persistent global.
337 * lib/pascal.exp (gdb_stdin_log_init): Set vars
338 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
339 fpc_compiler as persistent global.
340
341 2020-06-12 Tom de Vries <tdevries@suse.de>
342
343 * lib/tuiterm.exp (spawn): Rename to ...
344 (tui_spawn): ... this.
345 (toplevel): Move rename of spawn ...
346 (gdb_init_tuiterm): ... here. New proc.
347 (gdb_finish_tuiterm): New proc.
348 * lib/gdb.exp (gdb_finish_hooks): New global var.
349 (gdb_finish): Handle gdb_finish_hooks.
350 (tuiterm_env): New proc.
351 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
352 tuiterm_env.
353 * gdb.tui/basic.exp: Same.
354 * gdb.tui/corefile-run.exp: Same.
355 * gdb.tui/empty.exp: Same.
356 * gdb.tui/list-before.exp: Same.
357 * gdb.tui/list.exp: Same.
358 * gdb.tui/main.exp: Same.
359 * gdb.tui/new-layout.exp: Same.
360 * gdb.tui/regs.exp: Same.
361 * gdb.tui/resize.exp: Same.
362 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
363 * gdb.tui/tui-layout-asm.exp: Same.
364 * gdb.tui/tui-missing-src.exp: Same.
365 * gdb.tui/winheight.exp: Same.
366
367 2020-06-12 Tom de Vries <tdevries@suse.de>
368
369 PR testsuite/26110
370 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
371 (gdb_finish): Reinstall dejagnu's override of ::unknown.
372
373 2020-06-11 Tom Tromey <tom@tromey.com>
374
375 PR gdb/18318:
376 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
377 floating point tests.
378
379 2020-06-11 Keith Seitz <keiths@redhat.com>
380
381 PR gdb/21356
382 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
383 vla_struct.
384 Add new struct vla_typedef and union vla_typedef_union and
385 corresponding instantiation objects.
386 Initialize new objects.
387 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
388 and vla_typedef_union_object.
389 Fixup type for vla_struct_object.
390
391 2020-06-11 Tom de Vries <tdevries@suse.de>
392
393 * lib/gdb.exp (with_override): New proc, factored out of ...
394 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
395
396 2020-06-10 Tom de Vries <tdevries@suse.de>
397
398 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
399
400 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
401
402 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
403 parameter, update callers.
404
405 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
406
407 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
408 * gdb.dwarf2/share-psymtabs-bt.c: New file.
409 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
410
411 2020-06-04 Tom de Vries <tdevries@suse.de>
412
413 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
414
415 2020-06-04 Tom de Vries <tdevries@suse.de>
416
417 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
418 exp_continue.
419
420 2020-06-04 Tom de Vries <tdevries@suse.de>
421
422 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
423
424 2020-06-03 Tom de Vries <tdevries@suse.de>
425
426 PR symtab/26046
427 * gdb.cp/breakpoint-locs-2.cc: New test.
428 * gdb.cp/breakpoint-locs.cc: New test.
429 * gdb.cp/breakpoint-locs.exp: New file.
430 * gdb.cp/breakpoint-locs.h: New test.
431
432 2020-06-03 Tom de Vries <tdevries@suse.de>
433
434 PR testsuite/25609
435 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
436 value of global verbose.
437 * gdb.base/jit-elf.exp: Same.
438 * gdb.base/jit-reader.exp: Same.
439
440 2020-06-02 Tom de Vries <tdevries@suse.de>
441
442 * gdb.dwarf2/multidictionary.exp: Don't use
443 gdb_spawn_with_cmdline_opts.
444
445 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
448 use_header case.
449 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
450 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
451 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
452 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
453 * gdb.dwarf2/dw2-inline-header.c: New file.
454 * gdb.dwarf2/dw2-inline-header.h: New file.
455
456 2020-05-30 Pedro Alves <palves@redhat.com>
457
458 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
459 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
460
461 2020-05-29 Gary Benson <gbenson@redhat.com>
462
463 * gdb.compile/compile-cplus.exp (additional_flags): Also
464 set when building with clang.
465 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
466 when building with clang.
467
468 2020-05-29 Gary Benson <gbenson@redhat.com>
469
470 * gdb.arch/i386-avx.exp (additional_flags): Also set when
471 building with clang.
472 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
473
474 2020-05-29 Gary Benson <gbenson@redhat.com>
475
476 * gdb.cp/koenig.exp (prepare_for_testing): Add
477 additional_flags=-Wno-unused-comparison.
478 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
479
480 2020-05-28 Gary Benson <gbenson@redhat.com>
481
482 * gdb.base/sigaltstack.c (catcher): Add default case to switch
483 statement.
484
485 2020-05-28 Gary Benson <gbenson@redhat.com>
486
487 * gdb.cp/classes.exp (prepare_for_testing): Add
488 additional_flags=-Wno-deprecated-register.
489 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
490 * gdb.cp/misc.exp: Likewise.
491
492 2020-05-28 Gary Benson <gbenson@redhat.com>
493
494 * gdb.linespec/cpls-ops.cc (dummy): New static global.
495 (test_op_new::operator new): Add return statement.
496 (test_op_new_array::operator new[]): Likewise.
497
498 2020-05-27 Pedro Alves <palves@redhat.com>
499
500 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
501 check. Use test_gdb_complete_unique instead of
502 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
503 test_gdb_complete_multiple instead of
504 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
505
506 2020-05-27 Luis Machado <luis.machado@linaro.org>
507
508 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
509 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
510 * gdb.arch/arm-disassembler-options.exp: Likewise.
511 * gdb.arch/arm-disp-step.exp: Likewise.
512 * gdb.arch/thumb-prologue.exp: Likewise.
513 * gdb.base/async.exp: Likewise.
514 * gdb.base/auxv.exp: Likewise.
515 * gdb.base/complex-parts.exp: Likewise.
516 * gdb.base/ena-dis-br.exp: Likewise.
517 * gdb.base/foll-exec.exp: Likewise.
518 * gdb.base/permissions.exp: Likewise.
519 * gdb.base/relocate.exp: Likewise.
520 * gdb.base/return2.exp: Likewise.
521 * gdb.base/sigbpt.exp: Likewise.
522 * gdb.base/siginfo-obj.exp: Likewise.
523 * gdb.cp/converts.exp: Likewise.
524 * gdb.cp/exceptprint.exp: Likewise.
525 * gdb.cp/inherit.exp: Likewise.
526 * gdb.cp/nsnoimports.exp: Likewise.
527 * gdb.cp/virtbase2.exp: Likewise.
528 * gdb.mi/mi-var-cmd.exp: Likewise.
529 * gdb.mi/var-cmd.c: Likewise.
530
531 2020-05-26 Tom Tromey <tromey@adacore.com>
532
533 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
534
535 2020-05-26 Tom Tromey <tromey@adacore.com>
536
537 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
538 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
539 type.
540 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
541 variable.
542
543 2020-05-26 Christian Biesinger <cbiesinger@google.com>
544
545 * Makefile.in: Use = instead of == for the test command
546 for portability.
547
548 2020-05-26 Tom de Vries <tdevries@suse.de>
549
550 * gdb.base/gold-gdb-index-2.c: New test.
551 * gdb.base/gold-gdb-index.c: New test.
552 * gdb.base/gold-gdb-index.exp: New file.
553 * gdb.base/gold-gdb-index.h: New test.
554
555 2020-05-25 Tom de Vries <tdevries@suse.de>
556
557 * boards/gold-gdb-index.exp: New file.
558
559 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
560
561 * boards/simavr.exp: New file.
562
563 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
564
565 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
566 * gdb.base/inferior-args.exp: New file.
567 * gdb.base/inferior-args.c: New file.
568
569 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
570
571 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
572 inferior_args. Pass it to gdb_reload.
573 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
574 inferior_args.
575 (gdb_reload): Add inferior_args argument.
576 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
577 pass it to gdbserver_run.
578 * boards/native-gdbserver.exp: Do not set noargs.
579 * boards/native-extended-gdbserver.exp (gdb_reload): Add
580 inferior_args argument.
581 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
582 * gdb.base/a2-run.exp: Check for use_gdb_stub.
583 * gdb.base/args.exp: Likewise.
584
585 2020-05-25 Tom de Vries <tdevries@suse.de>
586
587 * lib/gdb.exp (exec_is_pie): Add comment.
588
589 2020-05-25 Tom de Vries <tdevries@suse.de>
590
591 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
592 instead of $binfile in the untested message.
593
594 2020-05-25 Tom de Vries <tdevries@suse.de>
595
596 PR testsuite/26031
597 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
598
599 2020-05-25 Tom de Vries <tdevries@suse.de>
600
601 * boards/gold.exp: New file.
602
603 2020-05-23 Tom Tromey <tom@tromey.com>
604
605 * gdb.base/style.exp: Remove completion styling test.
606 * lib/gdb-utils.exp (style): Remove completion styles.
607
608 2020-05-23 Tom Tromey <tom@tromey.com>
609
610 * gdb.base/style.exp: Add completion styling test.
611 * lib/gdb-utils.exp (style): Add completion styles.
612
613 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * gdb.base/annota1.exp: Update expected results.
616 * gdb.cp/annota2.exp: Update expected results, remove duplicate
617 test name.
618 * gdb.cp/annota3.exp: Update expected results.
619
620 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
621
622 PR gdb/26016
623 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
624 against MAP_FAILED.
625 * gdb.base/coremaker.c (mmapdata): Likewise.
626 * gdb.base/jit-reader-host.c (main): Likewise.
627 * gdb.base/sym-file-loader.c (load): Likewise.
628 (load_shlib): Likewise.
629
630 2020-05-20 Tom Tromey <tromey@adacore.com>
631
632 * gdb.ada/array_char_idx.exp: Recognize initialized array.
633
634 2020-05-20 Tom de Vries <tdevries@suse.de>
635
636 PR symtab/25833
637 * gdb.base/with-mf-inc.c: New test.
638 * gdb.base/with-mf-main.c: New test.
639 * gdb.base/with-mf.exp: New file.
640
641 2020-05-19 Tom Tromey <tromey@adacore.com>
642
643 * gdb.rust/simple.exp: Restore missing test result.
644
645 2020-05-19 Tom de Vries <tdevries@suse.de>
646
647 * gdb.base/gdb-caching-proc.exp: Fix typo.
648
649 2020-05-19 Tom Tromey <tromey@adacore.com>
650
651 * gdb.rust/simple.exp: Add some test descriptions.
652 (test_one_slice): Use with_test_prefix.
653
654 2020-05-18 Tom de Vries <tdevries@suse.de>
655
656 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
657
658 2020-05-17 Pedro Alves <palves@redhat.com>
659
660 PR gdb/25741
661 * gdb.base/hw-sw-break-same-address.exp: New file.
662
663 2020-05-16 Pedro Alves <palves@redhat.com>
664
665 * gdb.multi/multi-re-run.exp (test_re_run): Switch
666 LAST_LOADED_FILE accordingly.
667
668 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
669
670 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
671
672 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
673
674 * gdb.base/help.exp: Test apropos and help for commands
675 having aliases. Fixed comments not starting with an
676 upper-case letter or not finishing with a dot.
677
678 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
679
680 * gdb.base/alias.exp: Update help output check.
681
682 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
683
684 * gdb.base/default.exp: Update output following fixes.
685
686 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
687
688 * gdb.base/alias.exp: Test aliases starting with a prefix of
689 another alias.
690
691 2020-05-15 Gary Benson <gbenson@redhat.com>
692
693 * gdb.base/info-os.c (main): Add return statement.
694 * gdb.base/info_minsym.c (minsym_fun): Likewise.
695 * gdb.base/large-frame-2.c (func): Likewise.
696 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
697 * gdb.base/pr10179-b.c (foo2): Likewise.
698 * gdb.base/valgrind-disp-step.c (foo): Likewise.
699 * gdb.base/watch-cond.c (func): Likewise.
700 * gdb.multi/goodbye.c (verylongfun): Likewise.
701 * gdb.multi/hello.c (commonfun): Likewise.
702 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
703 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
704 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
705 Likewise.
706 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
707 * gdb.threads/interrupt-while-step-over.c (child_function):
708 Likewise.
709 * gdb.trace/actions-changed.c (end): Likewise.
710
711 2020-05-15 Gary Benson <gbenson@redhat.com>
712
713 * gdb.opencl/callfuncs.exp: Report when test skipped.
714 * gdb.opencl/convs_casts.exp: Likewise.
715 * gdb.opencl/datatypes.exp: Likewise.
716 * gdb.opencl/operators.exp: Likewise.
717 * gdb.opencl/vec_comps.exp: Likewise.
718
719 2020-05-15 Tom de Vries <tdevries@suse.de>
720
721 * gdb.base/align.exp.in: Rename to ...
722 * gdb.base/align.exp.tcl: ... this.
723 * gdb.base/align-c++.exp: Update.
724 * gdb.base/align-c.exp: Update.
725 * gdb.base/all-architectures.exp.in: Rename to ...
726 * gdb.base/all-architectures.exp: ... this.
727 * gdb.base/all-architectures-0.exp: Update.
728 * gdb.base/all-architectures-1.exp: Update.
729 * gdb.base/all-architectures-2.exp: Update.
730 * gdb.base/all-architectures-3.exp: Update.
731 * gdb.base/all-architectures-4.exp: Update.
732 * gdb.base/all-architectures-5.exp: Update.
733 * gdb.base/all-architectures-6.exp: Update.
734 * gdb.base/all-architectures-7.exp: Update.
735 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
736 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
737 * gdb.base/infcall-nested-structs-c++.exp: Update.
738 * gdb.base/infcall-nested-structs-c.exp: Update.
739 * gdb.base/info-types.exp.in: Rename to ...
740 * gdb.base/info-types.exp.tcl: ... this.
741 * gdb.base/info-types-c++.exp: Update.
742 * gdb.base/info-types-c.exp: Update.
743 * gdb.base/max-depth.exp.in: Rename to ...
744 * gdb.base/max-depth.exp.tcl: ... this.
745 * gdb.base/max-depth-c++.exp: Update.
746 * gdb.base/max-depth-c.exp: Update.
747 * gdb.cp/cpexprs.exp.in: Rename to ...
748 * gdb.cp/cpexprs.exp.tcl: ... this.
749 * gdb.cp/cpexprs-debug-types.exp: Update.
750 * gdb.cp/cpexprs.exp: Update.
751 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
752 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
753 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
754 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
755 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
756 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
757 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
758 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
759 * gdb.dwarf2/clang-debug-names-2.exp: Update.
760 * gdb.dwarf2/clang-debug-names.exp: Update.
761
762 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * lib/check-test-names.exp: Remove code that prevents this file
765 loading when tests are run in parallel.
766
767 2020-05-15 Pedro Alves <palves@redhat.com>
768
769 * gdb.multi/multi-kill.exp (start_inferior): Remove
770 'testpid' parameter. Refer to namespace variable directly.
771 (testpid): Declare as namespace variable.
772
773 2020-05-15 Pedro Alves <palves@redhat.com>
774
775 * gdb.multi/multi-kill.exp: Wrap in namespace.
776 (start_inferior): Add TESTPID parameter. Use it instead of the
777 testpid global.
778 (top level): Define empty TESTPID array, and pass it down to
779 start_inferior.
780
781 2020-05-14 Tom de Vries <tdevries@suse.de>
782
783 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
784 output.
785
786 2020-05-14 Tom de Vries <tdevries@suse.de>
787
788 * gdb.base/align.exp: Split into ...
789 * gdb.base/align.exp.in: ...
790 * gdb.base/align-c++.exp: ...
791 * gdb.base/align-c.exp: ... these.
792 * gdb.base/infcall-nested-structs.exp: Split into ...
793 * gdb.base/infcall-nested-structs.exp.in: ...
794 * gdb.base/infcall-nested-structs-c++.exp: ...
795 * gdb.base/infcall-nested-structs-c.exp: ... these.
796 * gdb.base/info-types.exp: Split into ...
797 * gdb.base/info-types.exp.in: ...
798 * gdb.base/info-types-c++.exp: ...
799 * gdb.base/info-types-c.exp: ... these.
800 * gdb.base/max-depth.exp: Split into ...
801 * gdb.base/max-depth.exp.in: ...
802 * gdb.base/max-depth-c++.exp: ...
803 * gdb.base/max-depth-c.exp: ... these.
804 * gdb.cp/infcall-nodebug.exp: Split into ...
805 * gdb.cp/infcall-nodebug.exp.in: ...
806 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
807 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
808 * gdb.cp/infcall-nodebug-c-d0.exp: ...
809 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
810
811 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
812 Pedro Alves <palves@redhat.com>
813
814 * gdb.multi/multi-exit.c: New file.
815 * gdb.multi/multi-exit.exp: New file.
816 * gdb.multi/multi-kill.c: New file.
817 * gdb.multi/multi-kill.exp: New file.
818
819 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
820
821 * gdb.base/annota1.exp: Update the expected output.
822 * gdb.cp/annota2.exp: Ditto.
823
824 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
825
826 * lib/check-test-names.exp: Disable when testing is being run in
827 parallel.
828
829 2020-05-12 Tom de Vries <tdevries@suse.de>
830
831 * gdb.base/jit-elf.exp: Fix string concat.
832
833 2020-05-12 Tom de Vries <tdevries@suse.de>
834
835 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
836 messages.
837
838 2020-05-12 Tom de Vries <tdevries@suse.de>
839
840 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
841
842 2020-05-12 Tom de Vries <tdevries@suse.de>
843
844 * gdb.ada/catch_ex.exp: Use with_test_prefix.
845 * gdb.ada/mi_catch_ex.exp: Same.
846 * gdb.ada/mi_catch_ex_hand.exp: Same.
847
848 2020-05-12 Tom de Vries <tdevries@suse.de>
849
850 * gdb.fortran/complex.exp: Use with_test_prefix.
851
852 2020-05-12 Tom de Vries <tdevries@suse.de>
853
854 * gdb.trace/passcount.exp: Fix test-names.
855
856 2020-05-12 Tom de Vries <tdevries@suse.de>
857
858 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
859
860 2020-05-12 Tom de Vries <tdevries@suse.de>
861
862 * gdb.gdb/complaints.exp: Use with_test_prefix.
863 * gdb.xml/tdesc-regs.exp: Same.
864 * gdb.opt/inline-locals.exp: Fix test name.
865
866 2020-05-12 Tom de Vries <tdevries@suse.de>
867
868 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
869 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
870 * gdb.dwarf2/implref-struct.exp: Same.
871 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
872 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
873
874 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
875
876 * gdb.base/jit-so.exp (one_jit_test): Change test name.
877
878 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
879
880 * lib/check-test-names.exp (all_test_names): New module variable.
881 (counts): Add 'duplicates' field.
882 (_check_duplicates): New procedure.
883 (check): Also check for duplicates.
884 (do_log_summary): Print duplicates count.
885 (do_reset_vars): Reset counter for duplicate test names, and
886 discard all know test names.
887
888 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * lib/gdb.exp: Include check-test-names.exp library.
891 * lib/check-test-names.exp: New file.
892
893 2020-05-11 Tom de Vries <tdevries@suse.de>
894
895 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
896
897 2020-05-11 Keith Seitz <keiths@redhat.com>
898
899 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
900
901 2020-05-11 Tom de Vries <tdevries@suse.de>
902
903 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
904 * gdb.cp/cpexprs.exp.in: .. here.
905 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
906 cpexprs.exp.
907
908 2020-05-11 Keith Seitz <keiths@redhat.com>
909
910 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
911 test names.
912 * gdb.ada/arrayptr.exp: Likewise.
913 * gdb.ada/assign_arr.exp: Likewise.
914 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
915 * gdb.ada/bp_on_var.exp: Likewise.
916 * gdb.ada/call_pn.exp: Likewise.
917 * gdb.ada/complete.exp: Likewise.
918 * gdb.ada/fun_overload_menu.exp: Likewise.
919 * gdb.ada/funcall_param.exp: Likewise.
920 * gdb.ada/funcall_ref.exp: Likewise.
921 * gdb.ada/packed_array_assign.exp: Likewise.
922 * gdb.ada/same_component_name.exp: Likewise.
923 * gdb.ada/type_coercion.exp: Likewise.
924 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
925 * gdb.ada/variant_record_packed_array.exp: Likewise.
926
927 2020-05-11 Tom de Vries <tdevries@suse.de>
928
929 PR symtab/25941
930 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
931 out of ...
932 * gdb.dwarf2/clang-debug-names.exp: ... here.
933 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
934 clang-debug-names.exp.in.
935 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
936 * gdb.dwarf2/clang-debug-names-2.c: New test.
937
938 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
939
940 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
941 (fortran_runto_main): New Proc, fortran version of runto_main.
942 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
943 * gdb.fortran/array-bounds.exp: Likewise.
944 * gdb.fortran/array-slices.exp: Likewise.
945 * gdb.fortran/block-data.exp: Likewise.
946 * gdb.fortran/charset.exp: Likewise.
947 * gdb.fortran/common-block.exp: Likewise.
948 * gdb.fortran/complex.exp: Likewise.
949 * gdb.fortran/derived-type-function.exp: Likewise.
950 * gdb.fortran/derived-type.exp: Likewise.
951 * gdb.fortran/info-modules.exp: Likewise.
952 * gdb.fortran/info-types.exp: Likewise.
953 * gdb.fortran/intrinsics.exp: Likewise.
954 * gdb.fortran/library-module.exp: Likewise.
955 * gdb.fortran/logical.exp: Likewise.
956 * gdb.fortran/max-depth.exp: Likewise.
957 * gdb.fortran/module.exp: Likewise.
958 * gdb.fortran/multi-dim.exp: Likewise.
959 * gdb.fortran/nested-funcs.exp: Likewise.
960 * gdb.fortran/print-formatted.exp: Likewise.
961 * gdb.fortran/print_type.exp: Likewise.
962 * gdb.fortran/printing-types.exp: Likewise.
963 * gdb.fortran/ptr-indentation.exp: Likewise.
964 * gdb.fortran/ptype-on-functions.exp: Likewise.
965 * gdb.fortran/subarray.exp: Likewise.
966 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
967 * gdb.fortran/vla-datatypes.exp: Likewise.
968 * gdb.fortran/vla-history.exp: Likewise.
969 * gdb.fortran/vla-ptr-info.exp: Likewise.
970 * gdb.fortran/vla-ptype-sub.exp: Likewise.
971 * gdb.fortran/vla-ptype.exp: Likewise.
972 * gdb.fortran/vla-sizeof.exp: Likewise.
973 * gdb.fortran/vla-type.exp: Likewise.
974 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
975 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
976 * gdb.fortran/vla-value-sub.exp: Likewise.
977 * gdb.fortran/vla-value.exp: Likewise.
978 * gdb.fortran/whatis_type.exp: Likewise.
979 * gdb.mi/mi-var-child-f.exp: Likewise.
980
981 2020-05-09 Tom de Vries <tdevries@suse.de>
982
983 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
984
985 2020-05-08 Tom de Vries <tdevries@suse.de>
986
987 * gdb.dwarf2/clang-debug-names.c: New test.
988 * gdb.dwarf2/clang-debug-names.exp: New file.
989
990 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
991
992 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
993 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
994
995 2020-05-06 Tom de Vries <tdevries@suse.de>
996
997 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
998 breakpoint is at a "recommended breakpoint location".
999 * gdb.reverse/consecutive-reverse.exp: Same.
1000
1001 2020-05-06 Tom de Vries <tdevries@suse.de>
1002
1003 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1004 address.
1005
1006 2020-05-06 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1009
1010 2020-05-06 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1013 info for r.
1014
1015 2020-05-06 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1018 necessary.
1019
1020 2020-05-06 Tom de Vries <tdevries@suse.de>
1021
1022 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1023 void.
1024
1025 2020-05-06 Tom de Vries <tdevries@suse.de>
1026
1027 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1028 of ...
1029 * gdb.base/async.exp: ... here.
1030 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1031 "recommended breakpoint location".
1032
1033 2020-05-06 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1036
1037 2020-05-04 Tom de Vries <tdevries@suse.de>
1038
1039 * gdb.base/async.exp: Check whether instruction addresses are a
1040 "recommended breakpoint location".
1041
1042 2020-05-03 Tom Tromey <tom@tromey.com>
1043
1044 * gdb.base/sepdebug.exp: Remove "catch" test.
1045 * gdb.base/break.exp: Remove "catch" test.
1046 * gdb.base/default.exp: Update expected output.
1047
1048 2020-05-02 Tom de Vries <tdevries@suse.de>
1049
1050 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1051 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1052 * gdb.arch/i386-mpx-map.exp: Same.
1053 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1054 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1055 * gdb.arch/i386-mpx.exp: Same.
1056
1057 2020-05-02 Tom de Vries <tdevries@suse.de>
1058
1059 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1060
1061 2020-05-01 Tom de Vries <tdevries@suse.de>
1062
1063 * gdb.ada/operator_bp.exp: Allow more than required amount of
1064 breakpoint.
1065
1066 2020-05-01 Tom de Vries <tdevries@suse.de>
1067
1068 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1069
1070 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1071
1072 PR gdb/18706
1073 * gdb.cp/stub-array-size.cc: New test.
1074 * gdb.cp/stub-array-size.exp: New file.
1075 * gdb.cp/stub-array-size.h: New test.
1076 * gdb.cp/stub-array-size2.cc: New test.
1077
1078 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1079
1080 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1081 output to the new format.
1082
1083 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1084
1085 * gdb.base/break.exp: Use with_test_prefix.
1086
1087 2020-04-29 Tom de Vries <tdevries@suse.de>
1088
1089 * lib/gdb.exp (debug_types): New proc.
1090 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1091 * gdb.python/py-symtab.exp: Same.
1092
1093 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1094
1095 PR gdb/17320
1096 * gdb.base/pretty-array.c: New test.
1097 * gdb.base/pretty-array.exp: New file.
1098
1099 2020-04-29 Tom de Vries <tdevries@suse.de>
1100
1101 PR symtab/25889
1102 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1103 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1104 and include cpexprs.exp.
1105
1106 2020-04-28 Mark Williams <mark@myosotissp.com>
1107
1108 PR gdb/24480
1109 * dw4-toplevel-types.exp: Test for top level types.
1110 * dw4-toplevel-types.cc: Test for top level types.
1111
1112 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1113
1114 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1115 (theads -> threads).
1116
1117 2020-04-28 Tom de Vries <tdevries@suse.de>
1118
1119 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1120
1121 2020-04-28 Tom de Vries <tdevries@suse.de>
1122
1123 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1124
1125 2020-04-28 Tom de Vries <tdevries@suse.de>
1126
1127 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1128
1129 2020-04-28 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.dwarf2/main-foo.c: New test.
1132 * gdb.dwarf2/struct-with-sig.exp: New file.
1133
1134 2020-04-25 Tom de Vries <tdevries@suse.de>
1135
1136 * boards/debug-types.exp: New file.
1137
1138 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1139
1140 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1141
1142 2020-04-24 Tom Tromey <tom@tromey.com>
1143
1144 PR symtab/12707:
1145 * gdb.python/py-symbol.exp: Update expected results for
1146 linkage_name test.
1147 * gdb.cp/print-demangle.exp: New file.
1148 * gdb.base/c-linkage-name.exp: Fix test.
1149 * gdb.guile/scm-symbol.exp: Update expected results for
1150 linkage_name test.
1151
1152 2020-04-24 Tom Tromey <tom@tromey.com>
1153
1154 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1155 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1156 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1157 assembler.
1158
1159 2020-04-24 Tom de Vries <tdevries@suse.de>
1160
1161 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1162 C++.
1163
1164 2020-04-24 Tom Tromey <tromey@adacore.com>
1165
1166 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1167 values.
1168 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1169 values. Update test for minimal encodings.
1170 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1171 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1172 values. Update test for minimal encodings.
1173
1174 2020-04-24 Tom Tromey <tromey@adacore.com>
1175
1176 PR python/23662:
1177 * gdb.ada/variant.exp: Add Python checks.
1178 * gdb.rust/simple.exp: Add dynamic type checks.
1179
1180 2020-04-24 Tom Tromey <tromey@adacore.com>
1181
1182 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1183 Make array type matching more lax.
1184 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1185 * gdb.ada/mi_variant.exp: New file.
1186 * gdb.ada/mi_variant/pck.ads: New file.
1187 * gdb.ada/mi_variant/pkg.adb: New file.
1188 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1189 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1190
1191 2020-04-24 Tom Tromey <tromey@adacore.com>
1192
1193 * gdb.ada/variant.exp: Add dynamic field offset tests.
1194 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1195 * gdb.ada/variant/pkg.adb: Add new variables.
1196
1197 2020-04-24 Tom Tromey <tromey@adacore.com>
1198
1199 * gdb.ada/variant.exp: New file
1200 * gdb.ada/variant/pkg.adb: New file
1201 * gdb.ada/variant/pck.adb: New file
1202
1203 2020-04-24 Tom de Vries <tdevries@suse.de>
1204
1205 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1206
1207 2020-04-24 Tom de Vries <tdevries@suse.de>
1208
1209 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1210 flags.
1211
1212 2020-04-24 Tom de Vries <tdevries@suse.de>
1213
1214 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1215
1216 2020-04-24 Tom de Vries <tdevries@suse.de>
1217
1218 * lib/gdb.exp (default_gdb_start): Handle eof.
1219 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1220 failure.
1221 * gdb.base/readnever.exp: Handle clean_restart failure.
1222
1223 2020-04-23 Tom de Vries <tdevries@suse.de>
1224
1225 * gdb.base/decl-before-def.exp: Run to main and print a again.
1226
1227 2020-04-23 Tom de Vries <tdevries@suse.de>
1228
1229 * gdb.base/decl-before-def-decl.c: New test.
1230 * gdb.base/decl-before-def-def.c: New test.
1231 * gdb.base/decl-before-def.exp: New file.
1232
1233 2020-04-23 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1236
1237 2020-04-22 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1240 debug_info_offset.
1241 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1242 before $objsfile in the line line.
1243
1244 2020-04-22 Tom de Vries <tdevries@suse.de>
1245
1246 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1247
1248 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1249
1250 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1251 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1252 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1253 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1254 * gdb.base/jit-protocol.h: Update definitions to match all usage
1255 contexts.
1256
1257 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1258
1259 * gdb.base: Rename all jit related test and source files.
1260
1261 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1262
1263 * gdb.base/jit-reader.exp: Relax register output check.
1264
1265 2020-04-22 Tom de Vries <tdevries@suse.de>
1266
1267 PR symtab/25764
1268 * gdb.base/psym-external-decl-2.c: New test.
1269 * gdb.base/psym-external-decl.c: New test.
1270 * gdb.base/psym-external-decl.exp: New file.
1271 * gdb.threads/tls.exp: Add PR25807 kfail.
1272
1273 2020-04-22 Tom de Vries <tdevries@suse.de>
1274
1275 PR symtab/25801
1276 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1277 in "info source" output.
1278
1279 2020-04-22 Tom de Vries <tdevries@suse.de>
1280
1281 PR symtab/25700
1282 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1283 symtab for imported_unit.c.
1284
1285 2020-04-21 Gary Benson <gbenson@redhat.com>
1286
1287 * gdb.base/advance.c (func): New argument, to match call site.
1288 (func2, func3): Add return statements.
1289
1290 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1291
1292 * gdb.multi/run-only-second-inf.c: New file.
1293 * gdb.multi/run-only-second-inf.exp: New file.
1294
1295 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1296
1297 * gdb.btrace/multi-inferior.c: New test.
1298 * gdb.btrace/multi-inferior.exp: New file.
1299
1300 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1301
1302 * gdb.btrace/enable-new-thread.c: New test.
1303 * gdb.btrace/enable-new-thread.exp: New file.
1304
1305 2020-04-21 Tom de Vries <tdevries@suse.de>
1306
1307 PR gdb/25471
1308 * gdb.threads/killed-outside.c: New test.
1309 * gdb.threads/killed-outside.exp: New file.
1310
1311 2020-04-20 Gary Benson <gbenson@redhat.com>
1312
1313 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1314 * gdb.base/nested-subp2.exp: Likewise.
1315 * gdb.base/nested-subp3.exp: Likewise.
1316
1317 2020-04-20 Gary Benson <gbenson@redhat.com>
1318
1319 * gdb.base/nested-subp1.exp: Disable test when using clang.
1320 * gdb.base/nested-subp2.exp: Likewise.
1321 * gdb.base/nested-subp3.exp: Likewise.
1322
1323 2020-04-20 Gary Benson <gbenson@redhat.com>
1324
1325 * gdb.cp/exception.cc: Fix compilation error with clang.
1326
1327 2020-04-20 Gary Benson <gbenson@redhat.com>
1328
1329 * gdb.trace/tspeed.c: Fix compilation error with clang.
1330
1331 2020-04-20 Gary Benson <gbenson@redhat.com>
1332
1333 * gdb.base/jit-main.c: Fix compilation error with clang.
1334
1335 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1336
1337 * gdb.base/attach-twice.c: Include "sys/types.h".
1338 (PTRACE_ATTACH): Add fallback definition.
1339 (main): Pass `0' to the 4th argument of `ptrace'.
1340
1341 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1342
1343 * gdb.base/fork-running-state.c: Include "signal.h".
1344
1345 2020-04-17 Tom Tromey <tromey@adacore.com>
1346
1347 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1348 Update tests.
1349 * gdb.btrace/cpu.exp: Update tests.
1350 * gdb.base/maint.exp: Update tests.
1351 * gdb.base/default.exp: Update tests.
1352 * gdb.base/completion.exp: Update tests.
1353
1354 2020-04-16 Tom de Vries <tdevries@suse.de>
1355
1356 PR symtab/25791
1357 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1358 (ensure_gdb_index): and factor out and move ...
1359 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1360 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1361
1362 2020-04-16 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1365 loading exec.
1366
1367 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * gdb.base/many-completions.exp: New file.
1370
1371 2020-04-14 Tom de Vries <tdevries@suse.de>
1372
1373 PR symtab/25718
1374 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1375
1376 2020-04-14 Tom de Vries <tdevries@suse.de>
1377
1378 PR symtab/25720
1379 * gdb.base/maint-expand-symbols-header-file.c: New test.
1380 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1381 * gdb.base/maint-expand-symbols-header-file.h: New test.
1382
1383 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1384
1385 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1386 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1387 get_func_info.
1388 (get_func_info): Delete.
1389 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1390 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1391 * lib/dwarf.exp (get_func_info): New function.
1392
1393 2020-04-13 Tom de Vries <tdevries@suse.de>
1394
1395 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1396 to what find_gnatmake does.
1397
1398 2020-04-10 Tom de Vries <tdevries@suse.de>
1399
1400 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1401 -readnow.
1402
1403 2020-04-10 Tom de Vries <tdevries@suse.de>
1404
1405 PR cli/25808
1406 * gdb.base/style.c: Add leading newlines.
1407 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1408 Check listing of main's one-line body.
1409
1410 2020-04-08 Tom de Vries <tdevries@suse.de>
1411
1412 * lib/gdb.exp (psymtabs_p): New proc.
1413 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1414 importing unit" unsupported if there are no partial symbols.
1415
1416 2020-04-08 Tom de Vries <tdevries@suse.de>
1417
1418 PR testsuite/25760
1419 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1420
1421 2020-04-07 Tom de Vries <tdevries@suse.de>
1422
1423 PR symtab/25796
1424 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1425
1426 2020-04-07 Tom de Vries <tdevries@suse.de>
1427
1428 * gdb.base/check-psymtab.c: New test.
1429 * gdb.base/check-psymtab.exp: New file.
1430
1431 2020-04-06 Tom Tromey <tromey@adacore.com>
1432
1433 * gdb.ada/variant-record/proc.adb: New file.
1434 * gdb.ada/variant-record/value.adb: New file.
1435 * gdb.ada/variant-record/value.s: New file.
1436 * gdb.ada/variant-record.exp: New file.
1437
1438 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1439
1440 PR gdb/25325
1441 * gdb.cp/typed-enum.cc: New test.
1442 * gdb.cp/typed-enum.exp: New file.
1443
1444 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1445
1446 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1447 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1448 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1449 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1450 * gdb.opt/inline-small-func.c: New file.
1451 * gdb.opt/inline-small-func.exp: New file.
1452 * gdb.opt/inline-small-func.h: New file.
1453
1454 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1455
1456 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1457 function.
1458
1459 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1460
1461 * lib/dwarf.exp (function_range): Allow compiler options to be
1462 specified.
1463
1464 2020-04-02 Tom de Vries <tdevries@suse.de>
1465
1466 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1467 __attribute__((always_inline)).
1468 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1469
1470 2020-04-02 Tom de Vries <tdevries@suse.de>
1471
1472 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1473 (gdbserver_gdb_exit): ... here. Add timeout warning.
1474 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1475 (connect_target_extended_remote): Append new server_spawn_id to
1476 server_spawn_ids.
1477 (cleanup): New proc.
1478 (setup, <toplevel>): Call cleanup.
1479
1480 2020-04-02 Tom de Vries <tdevries@suse.de>
1481
1482 * gdb.base/main-psymtab.exp: New file.
1483
1484 2020-04-02 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1487
1488 2020-04-01 Tom Tromey <tom@tromey.com>
1489
1490 * gdb.base/complex-parts.exp: Add type tests.
1491
1492 2020-04-01 Tom Tromey <tom@tromey.com>
1493
1494 * gdb.base/complex-parts.exp: Add arithmetic tests.
1495
1496 2020-04-01 Tom Tromey <tom@tromey.com>
1497
1498 * gdb.compile/compile.exp: Update.
1499 * gdb.compile/compile-cplus.exp: Update.
1500 * gdb.base/varargs.exp: Update.
1501 * gdb.base/floatn.exp: Update.
1502 * gdb.base/endianity.exp: Update.
1503 * gdb.base/callfuncs.exp (do_function_calls): Update.
1504 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1505 (complex_float_integral_args): Update.
1506 * gdb.base/complex.exp: Update.
1507 * gdb.base/complex-parts.exp: Update.
1508
1509 2020-04-01 Tom Tromey <tromey@adacore.com>
1510
1511 * gdb.rust/union.rs: New file.
1512 * gdb.rust/union.exp: New file.
1513 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1514 (main): Update.
1515 * gdb.rust/simple.exp: Move union tests to union.exp.
1516
1517 2020-04-01 Tom Tromey <tromey@adacore.com>
1518
1519 * gdb.rust/simple.rs (main): Remove "y0".
1520
1521 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1522
1523 * gdb.multi/stop-all-on-exit.c: New test.
1524 * gdb.multi/stop-all-on-exit.exp: New file.
1525
1526 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1527
1528 PR gdb/24789
1529 * gdb.cp/misc.cc: Add integer reference variable.
1530 * gdb.cp/misc.exp: Add test.
1531
1532 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1533
1534 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1535 scenario to cover execution until the end and also the case
1536
1537 2020-03-31 Tom de Vries <tdevries@suse.de>
1538
1539 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1540 c. Use "maint info symtabs" to check symtab expansion.
1541
1542 2020-03-30 Tom de Vries <tdevries@suse.de>
1543
1544 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1545 unsupported.
1546 (verify_psymtab_expanded): Move ...
1547 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1548 test.
1549 (readnow): New proc.
1550
1551 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1554 with $hex.
1555
1556 2020-03-20 Tom Tromey <tromey@adacore.com>
1557
1558 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1559
1560 2020-03-20 Tom Tromey <tromey@adacore.com>
1561
1562 * gdb.ada/sub_variant/subv.adb: New file.
1563 * gdb.ada/sub_variant.exp: New file.
1564
1565 2020-03-20 Tom de Vries <tdevries@suse.de>
1566
1567 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1568 first break fails.
1569 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1570
1571 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * gdb.server/exit-multiple-threads.c: New file.
1574 * gdb.server/exit-multiple-threads.exp: New file.
1575
1576 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1577
1578 * gdb.fortran/mixed-lang-stack.c: New file.
1579 * gdb.fortran/mixed-lang-stack.cpp: New file.
1580 * gdb.fortran/mixed-lang-stack.exp: New file.
1581 * gdb.fortran/mixed-lang-stack.f90: New file.
1582
1583 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1584
1585 * gdb.linespec/cp-completion-aliases.cc: New file.
1586 * gdb.linespec/cp-completion-aliases.exp: New file.
1587
1588 2020-03-19 Tom de Vries <tdevries@suse.de>
1589
1590 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1591 more precise.
1592
1593 2020-03-18 Tom de Vries <tdevries@suse.de>
1594
1595 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1596 * gdb.dwarf2/break-inline-psymtab.c: New test.
1597 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1598
1599 2020-03-16 Tom de Vries <tdevries@suse.de>
1600
1601 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1602 cache_verify and cache_verify_proc.
1603
1604 2020-03-15 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.server/solib-list.exp: Handle
1607 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1608
1609 2020-03-15 Tom de Vries <tdevries@suse.de>
1610
1611 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1612 objfiles".
1613
1614 2020-03-14 Tom Tromey <tom@tromey.com>
1615
1616 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1617
1618 2020-03-14 Tom de Vries <tdevries@suse.de>
1619
1620 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1621
1622 2020-03-14 Tom de Vries <tdevries@suse.de>
1623
1624 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1625 result in line-by-line fashion.
1626
1627 2020-03-14 Tom de Vries <tdevries@suse.de>
1628
1629 * lib/gdb.exp (supports_statement_frontiers): New proc.
1630 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1631
1632 2020-03-14 Tom de Vries <tdevries@suse.de>
1633
1634 * gdb.base/printcmds.exp: Add missing quoting for "print
1635 teststring2".
1636
1637 2020-03-13 Tom Tromey <tom@tromey.com>
1638
1639 * gdb.base/printcmds.exp (test_print_strings): Add regression
1640 test.
1641 * gdb.base/printcmds.c (charptr): New typedef.
1642 (teststring2): New global.
1643
1644 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1647 full path in the test name.
1648 (test_ld): Add some with_test_prefix blocks to make test names
1649 unique.
1650
1651 2020-03-13 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1654
1655 2020-03-13 Tom de Vries <tdevries@suse.de>
1656
1657 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1658
1659 2020-03-13 Tom de Vries <tdevries@suse.de>
1660
1661 PR symtab/25646
1662 * gdb.dwarf2/imported-unit.exp: Add test.
1663
1664 2020-03-13 Tom de Vries <tdevries@suse.de>
1665
1666 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1667 (var1, var2): New variable.
1668 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1669 matching symbols.
1670
1671 2020-03-13 Tom de Vries <tdevries@suse.de>
1672
1673 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1674 (Term::command): Use prompt prefix.
1675 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1676 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1677 command_no_prompt_prefix instead of prefix.
1678 * gdb.tui/tui-layout-asm.exp: Same.
1679
1680 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1681
1682 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1683
1684 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1685
1686 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1687 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1688 on" while stepping over the test instruction, match printed
1689 message.
1690
1691 2020-03-12 Tom de Vries <tdevries@suse.de>
1692
1693 * gdb.base/info-types.exp: Use exp_continue during matching of output
1694 of "info types".
1695
1696 2020-03-12 Tom de Vries <tdevries@suse.de>
1697
1698 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1699
1700 2020-03-12 Tom de Vries <tdevries@suse.de>
1701
1702 * gdb.fortran/module.exp: Use exp_continue during matching of output
1703 of "info variable -n".
1704
1705 2020-03-12 Tom de Vries <tdevries@suse.de>
1706
1707 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1708 gdb.dwarf2/dw2-ranges-base.c.
1709
1710 2020-03-12 Tom de Vries <tdevries@suse.de>
1711
1712 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1713 in presence of GLIBC debuginfo.
1714
1715 2020-03-12 Tom de Vries <tdevries@suse.de>
1716
1717 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1718 $core.
1719
1720 2020-03-12 Tom de Vries <tdevries@suse.de>
1721
1722 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1723 more precise.
1724
1725 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1726
1727 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1728 from Unix to Windows path.
1729
1730 2020-03-11 Tom de Vries <tdevries@suse.de>
1731
1732 * gdb.ada/minsyms.exp: Set language to ada.
1733
1734 2020-03-11 Tom de Vries <tdevries@suse.de>
1735
1736 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1737
1738 2020-03-11 Tom de Vries <tdevries@suse.de>
1739
1740 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1741
1742 2020-03-11 Tom Tromey <tromey@adacore.com>
1743
1744 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1745
1746 2020-03-11 Tom de Vries <tdevries@suse.de>
1747
1748 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1749
1750 2020-03-11 Tom de Vries <tdevries@suse.de>
1751
1752 * gdb.base/break-interp.exp: Limit verbose scope.
1753
1754 2020-03-11 Tom de Vries <tdevries@suse.de>
1755
1756 * gdb.fortran/logical.f90: Define variable with character type.
1757 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1758
1759 2020-03-11 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1762
1763 2020-03-11 Tom de Vries <tdevries@suse.de>
1764
1765 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1766 symtabs.
1767
1768 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1769 Bernd Edlinger <bernd.edlinger@hotmail.de>
1770
1771 * gdb.cp/step-and-next-inline.cc: New file.
1772 * gdb.cp/step-and-next-inline.exp: New file.
1773 * gdb.cp/step-and-next-inline.h: New file.
1774 * gdb.dwarf2/dw2-is-stmt.c: New file.
1775 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1776 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1777 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1778 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1779
1780 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1783 is-stmt flag in the line table.
1784
1785 2020-03-09 Tom de Vries <tdevries@suse.de>
1786
1787 * lib/gdb.exp (cached_file): Create cache dir.
1788
1789 2020-03-07 Tom de Vries <tdevries@suse.de>
1790
1791 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1792 * gdb.cp/rvalue-ref-params.exp: Same.
1793
1794 2020-03-06 Tom de Vries <tdevries@suse.de>
1795
1796 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1797 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1798
1799 2020-03-06 Tom de Vries <tdevries@suse.de>
1800
1801 * README: Fix "the the".
1802 * gdb.base/dprintf.exp: Same.
1803
1804 2020-03-05 Tom de Vries <tdevries@suse.de>
1805
1806 * gdb.base/maint.exp: Update "main print statistics" expected output.
1807
1808 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1809
1810 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1811 (fortran_int8): Likewise.
1812 (fortran_real4): Likewise.
1813 (fortran_real8): Likewise.
1814 (fortran_complex4): Likewise.
1815 (fortran_logical4): Likewise.
1816 (fortran_character1): Likewise.
1817
1818 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1819
1820 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1821 printed as true.
1822
1823 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1824
1825 * gdb.base/printcmds.exp: Add test to verify printf of a
1826 variable holding an address.
1827
1828 2020-03-03 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1831
1832 2020-03-03 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1835 gdb_test_multiple call.
1836
1837 2020-03-03 Tom de Vries <tdevries@suse.de>
1838
1839 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1840 gdb_test_multiple calls.
1841
1842 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1843
1844 * gdb.base/default.exp: Remove test of 'set history filename'.
1845 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1846 filename to the empty string.
1847 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1848 and GDBHISTSIZE.
1849
1850 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1851
1852 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1853 disabled.
1854
1855 2020-03-02 Pedro Alves <palves@redhat.com>
1856 Tom de Vries <tdevries@suse.de>
1857
1858 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1859 -prompt prefix, before user_code argument. Add -lbl option likewise.
1860 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1861 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1862 argument.
1863 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1864 have "\r\n" at start-of-line, instead of at end-of-line.
1865
1866 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1867
1868 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1869 libinproctrace.so.
1870
1871 2020-02-28 Luis Machado <luis.machado@linaro.org>
1872
1873 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1874 to "p/x".
1875
1876 2020-02-28 Luis Machado <luis.machado@linaro.org>
1877
1878 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1879 asm/ptrace.h and error.h.
1880
1881 2020-02-28 Tom de Vries <tdevries@suse.de>
1882
1883 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1884 (struct wrapper, do_something, mundane/symada__cS): Move ...
1885 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1886 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1887 Update "print symada__cS before partial symtab expansion" regexp.
1888 Update breakpoint location. Flush symbol cache after expansion.
1889
1890 2020-02-28 Luis Machado <luis.machado@linaro.org>
1891
1892 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1893
1894 2020-02-27 Tom de Vries <tdevries@suse.de>
1895
1896 * config/sid.exp: Remove unused globals.
1897 * gdb.base/attach.exp: Same.
1898 * gdb.base/catch-load.exp: Same.
1899 * gdb.base/dbx.exp: Same.
1900 * lib/gdb.exp: Same.
1901 * lib/mi-support.exp: Same.
1902 * lib/prompt.exp: Same.
1903
1904 2020-02-27 Tom de Vries <tdevries@suse.de>
1905
1906 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1907 not set.
1908
1909 2020-02-26 Aaron Merey <amerey@redhat.com>
1910
1911 * gdb.debuginfod: New directory for debuginfod tests.
1912 * gdb.debuginfod/main.c: New test file.
1913 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
1914
1915 2020-02-26 Tom de Vries <tdevries@suse.de>
1916
1917 PR gdb/25603
1918 * gdb.base/persistent-lang.cc: New test.
1919 * gdb.base/persistent-lang.exp: New file.
1920
1921 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1922
1923 * gdb.fortran/derived-type-striding.exp: Add a new test.
1924 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
1925 new test.
1926
1927 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1928
1929 * gdb.base/cached-source-file.exp: Avoid source file paths in test
1930 names.
1931
1932 2020-02-25 Tom de Vries <tdevries@suse.de>
1933
1934 PR go/18926
1935 * gdb.go/methods.exp: Remove gcc/93866 xfail.
1936
1937 2020-02-24 Tom de Vries <tdevries@suse.de>
1938
1939 PR gdb/25592
1940 * gdb.base/info-locals-unused-static-var.c: New test.
1941 * gdb.base/info-locals-unused-static-var.exp: New file.
1942
1943 2020-02-22 Tom Tromey <tom@tromey.com>
1944
1945 * gdb.python/tui-window.exp: New file.
1946 * gdb.python/tui-window.py: New file.
1947
1948 2020-02-22 Tom Tromey <tom@tromey.com>
1949
1950 PR tui/17850:
1951 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
1952 tests.
1953
1954 2020-02-22 Tom Tromey <tom@tromey.com>
1955
1956 * gdb.tui/new-layout.exp: Add sub-layout tests.
1957
1958 2020-02-22 Tom Tromey <tom@tromey.com>
1959
1960 * gdb.tui/new-layout.exp: New file.
1961
1962 2020-02-22 Tom Tromey <tom@tromey.com>
1963
1964 * gdb.rust/rust-style.rs: New file.
1965 * gdb.rust/rust-style.exp: New file.
1966 * gdb.base/style.exp: Test structure printing.
1967 * gdb.base/style.c (struct some_struct): New type.
1968 (enum etype): New type.
1969 (struct_value): New global.
1970
1971 2020-02-21 Tom de Vries <tdevries@suse.de>
1972
1973 PR go/18926
1974 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
1975 Remove blanket xfails. Use message argument for gdb_breakpoint.
1976 Make continuing to breakpoint test conditional on setting breakpoint.
1977 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
1978 DW_AT_name attribute. Add xfail for GCC PR93866.
1979
1980 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
1981
1982 * gdb.dwarf2/cpp-linkage-name.c: New file.
1983 * gdb.dwarf2/cpp-linkage-name.exp: New file.
1984
1985 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
1986
1987 * lib/gdb.exp (gdb_wrapper_init): Reset
1988 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
1989 not exist.
1990
1991 2020-02-20 Tom de Vries <tdevries@suse.de>
1992
1993 PR go/17018
1994 * gdb.go/hello.exp: Copy ...
1995 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
1996 print of st to print value of global definition. Add xfail for GCC
1997 PR93844.
1998 * gdb.go/hello.exp: Remove printing of st before definition.
1999 * gdb.go/hello.go: Copy ...
2000 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2001 to st.
2002 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2003
2004 2020-02-20 Tom de Vries <tdevries@suse.de>
2005
2006 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2007 (gdb_simple_compile): Handle compile_flags go by using .go extension
2008 for source file.
2009 * gdb.go/chan.exp: Use support_go_compile.
2010 * gdb.go/handcall.exp: Same.
2011 * gdb.go/hello.exp: Same.
2012 * gdb.go/integers.exp: Same.
2013 * gdb.go/max-depth.exp: Same.
2014 * gdb.go/methods.exp: Same.
2015 * gdb.go/package.exp: Same.
2016 * gdb.go/strings.exp: Same.
2017 * gdb.go/types.exp: Same.
2018 * gdb.go/unsafe.exp: Same.
2019
2020 2020-02-19 Tom de Vries <tdevries@suse.de>
2021
2022 * gdb.python/lib-types.exp: Make xfail more strict.
2023
2024 2020-02-19 Tom de Vries <tdevries@suse.de>
2025
2026 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2027
2028 2020-02-19 Doug Evans <dje@google.com>
2029
2030 PR rust/25535
2031 * gdb.rust/simple.exp: Add test.
2032 * gdb.rust/simple.rs: Add test.
2033
2034 2020-02-19 Tom de Vries <tdevries@suse.de>
2035
2036 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2037 output line-by-line.
2038
2039 2020-02-19 Tom de Vries <tdevries@suse.de>
2040
2041 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2042
2043 2020-02-19 Tom de Vries <tdevries@suse.de>
2044
2045 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2046 prelink.
2047
2048 2020-02-19 Tom de Vries <tdevries@suse.de>
2049
2050 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2051 (gdb_do_cache): Use gdb_do_cache_wrap.
2052 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2053
2054 2020-02-19 Tom de Vries <tdevries@suse.de>
2055
2056 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2057 gdb_compile option.
2058
2059 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2060
2061 * gdb.base/printcmds.exp (test_print_enums): Update expected
2062 output.
2063
2064 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2065
2066 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2067 for "unknown".
2068
2069 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2070
2071 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2072 enumerator.
2073
2074 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2075
2076 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2077 FE_, add FE_NONE.
2078 (three): Update.
2079 (enum flag_enum_without_zero): New enum.
2080 (flag_enum_without_zero): New variable.
2081 (enum not_flag_enum): New enum.
2082 (three_not_flag): New variable.
2083 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2084 (test_print_enums): Add more tests for printing flag enums.
2085
2086 2020-02-18 Tom de Vries <tdevries@suse.de>
2087
2088 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2089 (gdb_compile_ada): ... here.
2090 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2091 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2092
2093 2020-02-14 Tom Tromey <tom@tromey.com>
2094
2095 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2096 build directory.
2097 * boards/gdbserver-base.exp: Update path to gdbserver.
2098
2099 2020-02-13 Tom de Vries <tdevries@suse.de>
2100
2101 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2102
2103 2020-02-13 Tom de Vries <tdevries@suse.de>
2104
2105 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2106 are missing.
2107
2108 2020-02-13 Tom de Vries <tdevries@suse.de>
2109
2110 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2111 call.
2112
2113 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2114
2115 PR tui/25126
2116 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2117 * gdb.base/cached-source-file.c: New file.
2118 * gdb.base/cached-source-file.exp: New file.
2119
2120 2020-02-11 Tom de Vries <tdevries@suse.de>
2121
2122 PR testsuite/25488
2123 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2124
2125 2020-02-10 Tom de Vries <tdevries@suse.de>
2126
2127 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2128
2129 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2130
2131 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2132 and $after_addr are both integers before making a comparison.
2133
2134 2020-02-09 Tom de Vries <tdevries@suse.de>
2135
2136 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2137 command output and paste it into gdb.log. If any, paste catch message
2138 to gdb.log.
2139
2140 2020-02-07 Tom Tromey <tromey@adacore.com>
2141
2142 PR breakpoints/24915:
2143 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2144
2145 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2146
2147 * gdb.tui/tui-missing-src.exp: Add the "missing source
2148 file" test for the TUI.
2149
2150 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2151
2152 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2153 including a port number in the output.
2154
2155 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2156
2157 * lib/fortran.exp (fortran_int4): Handle clang.
2158 (fortran_int8): Likewise.
2159 (fortran_real4): Likewise.
2160 (fortran_real8): Likewise.
2161 (fortran_complex4): Likewise.
2162 (fortran_logical4): Likewise.
2163 (fortran_character1): Likewise.
2164
2165 2020-02-04 Tom de Vries <tdevries@suse.de>
2166
2167 * README (Race detection): Add note.
2168
2169 2020-02-04 Tom de Vries <tdevries@suse.de>
2170
2171 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2172
2173 2020-02-04 Tom de Vries <tdevries@suse.de>
2174
2175 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2176
2177 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2178
2179 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2180 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2181 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2182 blttar, bnetarl.
2183 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2184 binary for blttar, bnetarl.
2185 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2186 wait instruction. Delete ldmx test.
2187 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2188
2189 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2190
2191 * gdb.fortran/array-bounds-high.exp: New file.
2192 * gdb.fortran/array-bounds-high.f90: New file.
2193
2194 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2195
2196 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2197 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2198
2199 2020-02-01 Tom de Vries <tdevries@suse.de>
2200
2201 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2202
2203 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 PR tui/9765
2206 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2207 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2208
2209 2020-01-29 Luis Machado <luis.machado@linaro.org>
2210
2211 * gdb.arch/aarch64-brk-patterns.c: New source file.
2212 * gdb.arch/aarch64-brk-patterns.exp: New test.
2213
2214 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2215
2216 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2217 GCC/Clang version.
2218 * gdb.cp/pass-by-ref.exp: Ditto.
2219
2220 2020-01-29 Tom de Vries <tdevries@suse.de>
2221
2222 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2223 * gdb.threads/watchpoint-fork-mt.c: Same.
2224 * gdb.threads/watchpoint-fork-parent.c: Same.
2225 * gdb.threads/watchpoint-fork-st.c: Same.
2226 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2227
2228 2020-01-27 Luis Machado <luis.machado@linaro.org>
2229
2230 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2231 sitting at a syscall instruction when we hit the syscall function's
2232 breakpoint.
2233 Check PC against one obtained with the x command.
2234 Validate syscall number.
2235 (step_over_syscall): Don't continue to the syscall instruction if
2236 we're already there.
2237
2238 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2239
2240 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2241
2242 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2243
2244 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2245 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2246
2247 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2248
2249 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2250 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2251
2252 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.base/maint.exp: Update line table parsing test.
2255 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2256
2257 2020-01-24 Pedro Alves <palves@redhat.com>
2258
2259 PR gdb/25410
2260 * gdb.multi/multi-re-run-1.c: New.
2261 * gdb.multi/multi-re-run-2.c: New.
2262 * gdb.multi/multi-re-run.exp: New.
2263
2264 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 PR gdb/23718
2267 * gdb.server/server-kill-python.exp: New file.
2268
2269 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2270
2271 * gdb.server/multi-ui-errors.c: New file.
2272 * gdb.server/multi-ui-errors.exp: New file.
2273
2274 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 PR tui/9765
2277 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2278
2279 2020-01-19 Tom Tromey <tom@tromey.com>
2280
2281 * gdb.tui/main.exp: Add check for plain "file".
2282
2283 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2284
2285 * lib/gdb.exp: Fix spelling error (seperatelly).
2286
2287 2020-01-14 Tom Tromey <tom@tromey.com>
2288
2289 PR symtab/12535:
2290 * gdb.python/python.exp: Test decode_line with empty string
2291 argument.
2292
2293 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2294
2295 * gdb.base/skip-inline.exp: Extend test.
2296
2297 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2298
2299 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2300 * gdb.dwarf2/dw2-bad-elf.c: New file.
2301 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2302
2303 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2304
2305 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2306 _line_saw_file.
2307
2308 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2309
2310 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2311 border.
2312
2313 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2314
2315 * gdb.multi/multi-target.exp (setup): Factor out "info
2316 connections" and "info inferiors" tests to ...
2317 (test_info_inferiors): ... this new procedure.
2318 (top level): Run new "info-inferiors" tests.
2319
2320 2020-01-10 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.server/bkpt-other-inferior.exp: New file.
2323
2324 2020-01-10 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2327 of "add-inferior".
2328 * gdb.base/quit-live.exp: Likewise.
2329 * gdb.base/remote-exec-file.exp: Likewise.
2330 * gdb.guile/scm-progspace.exp: Likewise.
2331 * gdb.linespec/linespec.exp: Likewise.
2332 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2333 * gdb.mi/user-selected-context-sync.exp: Likewise.
2334 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2335 "info inferiors" tests.
2336 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2337 "add-inferior".
2338 * gdb.multi/watchpoint-multi.exp: Likewise.
2339 * gdb.python/py-inferior.exp: Likewise.
2340 * gdb.server/extended-remote-restart.exp: Likewise.
2341 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2342 "info inferiors".
2343 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2344 * gdb.trace/report.exp: Likewise.
2345
2346 2020-01-10 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.multi/multi-target.c: New file.
2349 * gdb.multi/multi-target.exp: New file.
2350 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2351 mode requested, but remote does not support non-stop".
2352
2353 2020-01-10 Pedro Alves <palves@redhat.com>
2354
2355 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2356 disconnect before reconnecting.
2357
2358 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2359 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.server/connect-without-multi-process.exp: Also test
2362 continuing to end.
2363
2364 2020-01-10 Pedro Alves <palves@redhat.com>
2365
2366 * gdb.base/remote-exec-file.exp: New file.
2367
2368 2020-01-10 Pedro Alves <palves@redhat.com>
2369
2370 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2371 output.
2372 * gdb.threads/async.c: New.
2373 * gdb.threads/async.exp: New.
2374 * gdb.multi/tids-gid-reset.c: New.
2375 * gdb.multi/tids-gid-reset.exp: New.
2376
2377 2020-01-10 George Barrett <bob@bob131.so>
2378
2379 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2380 to help in finding the image relocation offset.
2381 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2382 options in arguments.
2383 (stap_test_no_debuginfo): Likewise.
2384 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2385 test variants.
2386 (stap_test): Add null semaphore relocation test.
2387
2388 2020-01-10 George Barrett <bob@bob131.so>
2389
2390 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2391 * gdb.base/stap-probe.exp: Likewise.
2392 (stap_test): Pass argument as an additional flag.
2393 (stap_test_no_debuginfo): Likewise.
2394 (stap_test): Check `info probes stap' output for semaphore
2395 addresses if the test binary is supposed to have them.
2396
2397 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.tui/basic.exp: Add more scrolling tests.
2400
2401 2020-01-09 Tom Tromey <tom@tromey.com>
2402
2403 PR tui/18932:
2404 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2405 meangingful value.
2406 (Term::command, Term::resize): Update.
2407 * gdb.tui/basic.exp: Add scrolling test.
2408
2409 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 * gdb.tui/tui-layout-asm.exp: New file.
2412
2413 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2416
2417 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2420 (Term::enter_tui): Use Term::prepare_for_tui.
2421
2422 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2425 called.
2426
2427 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2428
2429 * gdb.base/skip.exp: Fix race condition in test.
2430
2431 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2432
2433 * gdb.base/backtrace.c: New file.
2434 * gdb.base/backtrace.exp: New file.
2435
2436 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2437
2438 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2439
2440 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2441
2442 * gdb.base/style.exp: Test that warnings are styled.
2443
2444 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2445
2446 * gdb.base/line65535.exp: New file.
2447 * gdb.base/line65535.c: New file.
2448
2449 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2450
2451 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2452 * lib/gnat_debug_info_test.adb: New file.
2453 * gdb.ada/ptype_tagged_param.exp: Use
2454 gnat_runtime_has_debug_info, expect a different output if
2455 runtime does not have debug info.
2456
2457 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2458
2459 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2460 (another) quote in test name.
2461
2462 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2463
2464 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2465 Add quote in test name.
2466
2467 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2468
2469 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2470 directory instead.
2471 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2472 * gdb.cp/pass-by-ref-2.cc: New file.
2473 * gdb.cp/pass-by-ref-2.exp: New file.
2474
2475 2019-12-20 Tom Tromey <tom@tromey.com>
2476
2477 * gdb.tui/list-before.exp: New file.
2478
2479 2019-12-20 Tom Tromey <tom@tromey.com>
2480
2481 * gdb.tui/list.exp: Check for source on initial listing.
2482
2483 2019-12-11 Tom Tromey <tromey@adacore.com>
2484
2485 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2486 Add crlf test.
2487
2488 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2489
2490 * gdb.base/default.exp: Update value of $_gdb_major.
2491
2492 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2493
2494 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2495
2496 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2497
2498 * gdb.base/skip.exp: Whitespace fix.
2499
2500 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2501
2502 * gdb.base/skip-inline.c: New file.
2503 * gdb.base/skip-inline.exp: New file.
2504
2505 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2506
2507 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2508 jit_function_00 to jit_function_stack_mangle.
2509 * gdb.base/jithost.c (jit_function_t): Rename to...
2510 (jit_function_stack_mangle_t): ... this.
2511 (jit_function_add_t): New typedef.
2512 (jit_function_00_code): Rename to...
2513 (jit_function_stack_mangle_code): ... this, make static.
2514 (jit_function_add_code): New.
2515 (main): Generate "add" function and call it. Adjust to changes
2516 in jithost_abi.
2517 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2518 (struct jithost_abi) <begin, end>: Remove fields.
2519 <object, function_stack_mangle, function_add>: New fields.
2520 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2521 code_end>: Remove fields.
2522 <func_stack_mangle>: New field.
2523 (read_debug_info): Adjust to renaming, create block for "add"
2524 function.
2525 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2526
2527 2019-12-11 Tom Tromey <tom@tromey.com>
2528
2529 * gdb.tui/resize.exp: Fix regexp.
2530 * gdb.tui/regs.exp: Fix regexps.
2531 * gdb.tui/main.exp: Fix regexp.
2532
2533 2019-12-11 Tom Tromey <tom@tromey.com>
2534
2535 * gdb.tui/resize.exp: Update.
2536 * gdb.tui/empty.exp (layouts): Update.
2537
2538 2019-12-11 Tom Tromey <tom@tromey.com>
2539
2540 * gdb.tui/regs.exp: Update.
2541 * gdb.tui/empty.exp (layouts): Update.
2542 * gdb.tui/basic.exp: Update.
2543 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2544
2545 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2546
2547 * gdb.base/options.exp: Add -raw-values in the print completion list.
2548 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2549
2550 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2551
2552 * gdb.threads/omp-par-scope.c: New file.
2553 * gdb/threads/omp-par-scope.exp: New file.
2554
2555 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2556
2557 * lib/gdb.exp (support_nested_function_tests): New proc.
2558
2559 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2560
2561 * lib/gdb.exp (gdb_compile_openmp): New proc.
2562 (build_executable_from_specs): Add an "openmp" option.
2563 (gdb_compile_pthreads): Add non-executable case.
2564
2565 2019-12-10 Tom Tromey <tromey@adacore.com>
2566
2567 * gdb.ada/unchecked_union.exp: New file.
2568 * gdb.ada/unchecked_union/pck.adb: New file.
2569 * gdb.ada/unchecked_union/pck.ads: New file.
2570 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2571 * gdb-utils.exp (string_to_regexp): Also quote "?".
2572
2573 2019-12-10 George Barrett <bob@bob131.so>
2574
2575 Test scripted probe breakpoints.
2576 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2577 * gdb.python/py-breakpoint.c (main): Likewise.
2578 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2579 specifier test.
2580 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2581
2582 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2583
2584 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2585 an rvalue parameter.
2586 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2587 parameter.
2588
2589 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2592 modules.
2593
2594 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2595
2596 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2597 broken version of GCC.
2598
2599 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2600
2601 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2602 sym-info-cmds library.
2603 * gdb.fortran/info-types.exp: Likewise.
2604 * lib/sym-info-cmds.exp: New file.
2605
2606 2019-12-08 Tom de Vries <tdevries@suse.de>
2607
2608 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2609
2610 2019-12-07 Keith Seitz <keiths@redhat.com>
2611
2612 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2613 * gdb.base/corefile-buildid-shlib.c: New file.
2614 * gdb.base/corefile-buildid.c: New file.
2615 * gdb.base/corefile-buildid.exp: New file.
2616
2617 2019-12-06 Tom de Vries <tdevries@suse.de>
2618
2619 * gdb.dwarf2/varval.exp: Add decl before def test.
2620
2621 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2622
2623 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2624
2625 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2626
2627 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2628 CV and reference conversion for overload resolution.
2629 * gdb.cp/rvalue-ref-overload.exp: Test it.
2630
2631 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2632
2633 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2634 * gdb.base/frameapply.exp: Test faas without command.
2635
2636 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2639 Fortran tests.
2640 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2641 order.
2642
2643 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2646 casting to type with no kind specified.
2647 (test_basic_parsing_of_type_kinds): Additional tests for types
2648 with no kind specified, and add tests for single/double
2649 precision/complex types.
2650
2651 2019-12-04 Tom Tromey <tromey@adacore.com>
2652
2653 * gdb.base/endianity.c (struct other) <x>: New field.
2654 (main): Initialize it.
2655 * gdb.base/endianity.exp: Update.
2656
2657 2019-12-04 Tom Tromey <tromey@adacore.com>
2658
2659 * gdb.ada/scalar_storage/storage.adb: New file.
2660 * gdb.ada/scalar_storage/pck.adb: New file.
2661 * gdb.ada/scalar_storage/pck.ads: New file.
2662 * gdb.ada/scalar_storage.exp: New file.
2663
2664 2019-12-04 Tom Tromey <tromey@adacore.com>
2665
2666 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2667 (main): Initialize it.
2668 * gdb.base/endianity.exp: Update.
2669
2670 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2673
2674 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2677 -symbol-info-module-functions and -symbol-info-module-variables.
2678
2679 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2680
2681 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2682
2683 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2684 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.fortran/derived-type-striding.exp: New file.
2687 * gdb.fortran/derived-type-striding.f90: New file.
2688 * gdb.fortran/array-slices.exp: New file.
2689 * gdb.fortran/array-slices.f90: New file.
2690
2691 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2692
2693 * gdb.base/define.exp: Test . in command names.
2694 * gdb.base/setshow.exp: Update test, as . is now part of
2695 command name.
2696
2697 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2698
2699 * gdb.base/define-prefix.exp: New file.
2700
2701 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2704 compile.
2705 (skip_btrace_pt_tests): Likewise.
2706
2707 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.fortran/info-modules.exp: Compile source files in correct
2710 order.
2711
2712 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2713
2714 * gdb.dwarf2/imported-unit.exp: New file.
2715 * gdb.dwarf2/imported-unit.c: New file.
2716
2717 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2718
2719 * gdb.mi/mi-fortran-modules-2.f90: New file.
2720 * gdb.mi/mi-fortran-modules.exp: New file.
2721 * gdb.mi/mi-fortran-modules.f90: New file.
2722
2723 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2724
2725 * gdb.mi/mi-sym-info-1.c: New file.
2726 * gdb.mi/mi-sym-info-2.c: New file.
2727 * gdb.mi/mi-sym-info.exp: New file.
2728
2729 2019-11-22 Tom Tromey <tromey@adacore.com>
2730
2731 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2732 * gdb.ada/tasks/foo.adb: Add another stopping location.
2733
2734 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2735
2736 * gdb.base/endianity.c: New test.
2737 * gdb.base/endianity.exp: New file.
2738
2739 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2740
2741 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2742
2743 2019-11-21 Tom de Vries <tdevries@suse.de>
2744
2745 PR gdb/24956
2746 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2747
2748 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2749
2750 * gdb.python/py-progspace.exp: Add missing parentheses on some
2751 'print' commands.
2752
2753 2019-11-19 Tom Tromey <tom@tromey.com>
2754
2755 * gdb.tui/winheight.exp: New file.
2756
2757 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2758
2759 * gdb.base/ctf-whatis.c: Delete.
2760 * gdb.base/ctf-whatis.exp: Delete.
2761 * gdb.base/whatis.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-cvexpr.exp: Delete.
2766 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2767
2768 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2769
2770 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2771 the compiler. Clean up header comment a little.
2772 * gdb.base/ctf-ptype.exp: Likewise.
2773 * gdb.base/ctf-whatis.exp: Likewise.
2774 * lib/gdb.exp (skip_ctf_tests): New proc.
2775
2776 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2777
2778 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2779 * gdb.tui/corefile-run.exp: New file.
2780
2781 2019-11-14 Tom Tromey <tromey@adacore.com>
2782
2783 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2784 regression tests.
2785
2786 2019-11-12 Tom Tromey <tom@tromey.com>
2787
2788 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2789 after any command. Expect prompt after WAIT_FOR is seen.
2790 (enter_tui): Enable resize messages.
2791 (command): Expect command in output.
2792 (get_line): Avoid error when cursor appears to be off-screen.
2793 (dump_screen): Include screen size in title.
2794 (_do_resize): New proc, from "resize".
2795 (resize): Rewrite. Do resize in two steps.
2796 * gdb.tui/empty.exp (layouts): Fix entries.
2797 (check_boxes): Remove xfail.
2798 (check_text): Dump screen on failure.
2799
2800 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2801
2802 * gdb.python/py-symbol.exp: Add test for
2803 gdb.lookup_static_symbols.
2804
2805 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2806
2807 * gdb.python/py-symbol.c: Declare and call function from new
2808 py-symbol-2.c file.
2809 * gdb.python/py-symbol.exp: Compile both source files, and add new
2810 tests for gdb.lookup_static_symbol.
2811 * gdb.python/py-symbol-2.c: New file.
2812
2813 2019-11-02 Tom de Vries <tdevries@suse.de>
2814
2815 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2816 * gdb.base/anon.exp: Same.
2817 * gdb.base/auto-connect-native-target.exp: Same.
2818 * gdb.base/call-ar-st.exp: Same.
2819 * gdb.base/catch-syscall.exp: Same.
2820 * gdb.base/commands.exp: Same.
2821 * gdb.base/default.exp: Same.
2822 * gdb.base/display.exp: Same.
2823 * gdb.base/float.exp: Same.
2824 * gdb.base/foll-fork.exp: Same.
2825 * gdb.base/help.exp: Same.
2826 * gdb.base/info-macros.exp: Same.
2827 * gdb.base/info-proc.exp: Same.
2828 * gdb.base/info-target.exp: Same.
2829 * gdb.base/long_long.exp: Same.
2830 * gdb.base/macscp.exp: Same.
2831 * gdb.base/memattr.exp: Same.
2832 * gdb.base/nofield.exp: Same.
2833 * gdb.base/pointers.exp: Same.
2834 * gdb.base/printcmds.exp: Same.
2835 * gdb.base/ptype.exp: Same.
2836 * gdb.base/restore.exp: Same.
2837 * gdb.base/return.exp: Same.
2838 * gdb.base/scope.exp: Same.
2839 * gdb.base/set-noassign.exp: Same.
2840 * gdb.base/setshow.exp: Same.
2841 * gdb.base/shlib-call.exp: Same.
2842 * gdb.base/signals.exp: Same.
2843 * gdb.base/sigstep.exp: Same.
2844 * gdb.base/skip.exp: Same.
2845 * gdb.base/solib-symbol.exp: Same.
2846 * gdb.base/stap-probe.exp: Same.
2847 * gdb.base/step-line.exp: Same.
2848 * gdb.base/step-test.exp: Same.
2849 * gdb.base/style.exp: Same.
2850 * gdb.base/varargs.exp: Same.
2851 * gdb.base/vla-datatypes.exp: Same.
2852 * gdb.base/vla-ptr.exp: Same.
2853 * gdb.base/vla-sideeffect.exp: Same.
2854 * gdb.base/volatile.exp: Same.
2855 * gdb.base/watch-cond-infcall.exp: Same.
2856 * gdb.base/watchpoint.exp: Same.
2857
2858 2019-11-02 Tom de Vries <tdevries@suse.de>
2859
2860 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2861 * gdb.cp/cpexprs.exp: Same.
2862 * gdb.cp/except-multi-location.exp: Same.
2863 * gdb.cp/exceptprint.exp: Same.
2864 * gdb.cp/gdb2384.exp: Same.
2865 * gdb.cp/inherit.exp: Same.
2866 * gdb.cp/m-static.exp: Same.
2867 * gdb.cp/meth-typedefs.exp: Same.
2868 * gdb.cp/misc.exp: Same.
2869 * gdb.cp/namespace.exp: Same.
2870 * gdb.cp/non-trivial-retval.exp: Same.
2871 * gdb.cp/overload.exp: Same.
2872 * gdb.cp/pr17132.exp: Same.
2873 * gdb.cp/re-set-overloaded.exp: Same.
2874 * gdb.cp/rvalue-ref-types.exp: Same.
2875 * gdb.cp/templates.exp: Same.
2876
2877 2019-11-01 Luis Machado <luis.machado@linaro.org>
2878
2879 PR gdb/25124
2880
2881 * gdb.arch/pr25124.S: New file.
2882 * gdb.arch/pr25124.exp: New file.
2883
2884 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.fortran/info-modules.exp: Update expected results, and add
2887 additional tests for 'info module functinos', and 'info module
2888 variables'.
2889 * gdb.fortran/info-types.exp: Update expected results.
2890 * gdb.fortran/info-types.f90: Extend testcase with additional
2891 module variables and functions.
2892
2893 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.fortran/info-modules.exp: New file.
2896 * gdb.fortran/info-types.exp: Build with new file.
2897 * gdb.fortran/info-types.f90: Include and use new module.
2898 * gdb.fortran/info-types-2.f90: New file.
2899
2900 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2901
2902 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2903 * gdb.base/settings.exp: Test all settings types using
2904 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2905 that now verifies that the value of "maint show" is the same as
2906 returned by the settings functions. Test the type of the
2907 maintenance settings.
2908 * gdb.base/default.exp: Update show_conv_list.
2909
2910 2019-10-31 Tom de Vries <tdevries@suse.de>
2911
2912 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2913 gdb_test.
2914 * gdb.arch/amd64-disp-step.exp: Same.
2915 * gdb.asm/asm-source.exp: Same.
2916 * gdb.btrace/buffer-size.exp: Same.
2917 * gdb.btrace/cpu.exp: Same.
2918 * gdb.btrace/enable.exp: Same.
2919 * gdb.dwarf2/count.exp: Same.
2920 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2921 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
2922 * gdb.fortran/vla-datatypes.exp: Same.
2923 * gdb.fortran/vla-history.exp: Same.
2924 * gdb.fortran/vla-ptype.exp: Same.
2925 * gdb.fortran/vla-value.exp: Same.
2926 * gdb.fortran/whatis_type.exp: Same.
2927 * gdb.guile/guile.exp: Same.
2928 * gdb.multi/tids.exp: Same.
2929 * gdb.python/py-finish-breakpoint.exp: Same.
2930 * gdb.python/py-framefilter.exp: Same.
2931 * gdb.python/py-pp-registration.exp: Same.
2932 * gdb.python/py-xmethods.exp: Same.
2933 * gdb.python/python.exp: Same.
2934 * gdb.server/connect-with-no-symbol-file.exp: Same.
2935 * gdb.server/no-thread-db.exp: Same.
2936 * gdb.server/run-without-local-binary.exp: Same.
2937 * gdb.stabs/weird.exp: Same.
2938 * gdb.threads/attach-many-short-lived-threads.exp: Same.
2939 * gdb.threads/thread-find.exp: Same.
2940 * gdb.threads/tls-shared.exp: Same.
2941 * gdb.threads/tls.exp: Same.
2942 * gdb.threads/wp-replication.exp: Same.
2943 * gdb.trace/ax.exp: Same.
2944 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
2945
2946 2019-10-31 Tom de Vries <tdevries@suse.de>
2947
2948 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
2949 * gdb.ada/array_subscript_addr.exp: Same.
2950 * gdb.ada/arrayidx.exp: Same.
2951 * gdb.ada/arrayparam.exp: Same.
2952 * gdb.ada/arrayptr.exp: Same.
2953 * gdb.ada/boolean_expr.exp: Same.
2954 * gdb.ada/call_pn.exp: Same.
2955 * gdb.ada/complete.exp: Same.
2956 * gdb.ada/fixed_cmp.exp: Same.
2957 * gdb.ada/fun_addr.exp: Same.
2958 * gdb.ada/funcall_param.exp: Same.
2959 * gdb.ada/interface.exp: Same.
2960 * gdb.ada/mod_from_name.exp: Same.
2961 * gdb.ada/null_array.exp: Same.
2962 * gdb.ada/packed_array.exp: Same.
2963 * gdb.ada/packed_tagged.exp: Same.
2964 * gdb.ada/print_chars.exp: Same.
2965 * gdb.ada/print_pc.exp: Same.
2966 * gdb.ada/ptype_arith_binop.exp: Same.
2967 * gdb.ada/ptype_field.exp: Same.
2968 * gdb.ada/ptype_tagged_param.exp: Same.
2969 * gdb.ada/rec_return.exp: Same.
2970 * gdb.ada/ref_tick_size.exp: Same.
2971 * gdb.ada/str_ref_cmp.exp: Same.
2972 * gdb.ada/taft_type.exp: Same.
2973 * gdb.ada/tagged.exp: Same.
2974 * gdb.ada/type_coercion.exp: Same.
2975 * gdb.ada/uninitialized_vars.exp: Same.
2976
2977 2019-10-30 Tom de Vries <tdevries@suse.de>
2978
2979 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
2980
2981 2019-10-26 Tom de Vries <tdevries@suse.de>
2982
2983 * gdb.base/bigcore.c: Fix typos in comments.
2984 * gdb.base/ctf-ptype.c: Same.
2985 * gdb.base/long_long.c: Same.
2986 * gdb.dwarf2/dw2-op-out-param.S: Same.
2987 * gdb.python/py-evthreads.c: Same.
2988 * gdb.reverse/i387-stack-reverse.c: Same.
2989 * gdb.trace/tfile.c: Same.
2990 * lib/compiler.c: Same.
2991 * lib/compiler.cc: Same.
2992
2993 2019-10-25 Tom de Vries <tdevries@suse.de>
2994
2995 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
2996 gdb_test_multiple calls.
2997 * gdb.reverse/sigall-reverse.exp: Same.
2998 * gdb.reverse/solib-precsave.exp: Same.
2999 * gdb.reverse/solib-reverse.exp: Same.
3000 * gdb.reverse/until-precsave.exp: Same.
3001 * gdb.reverse/until-reverse.exp: Same.
3002
3003 2019-10-24 Tom de Vries <tdevries@suse.de>
3004
3005 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3006 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3007 kfail using -wrap pattern flag and convenience variable
3008 gdb_test_name.
3009
3010 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3011
3012 * gdb.python/py-progspace.exp: Add tests for the
3013 Progspace.block_for_pc method.
3014
3015 2019-10-23 Tom Tromey <tom@tromey.com>
3016
3017 * configure: Rebuild.
3018 * aclocal.m4: Use m4_include, not sinclude.
3019
3020 2019-10-21 Tom de Vries <tdevries@suse.de>
3021
3022 * gdb.base/infcall-nested-structs.c: Add
3023 __attribute__((noinline,noclone)) to all functions.
3024 (call_all): Add missing variable initialization. Simplify return value.
3025 (breakpt): Increment volatile variable, to prevent call from being
3026 optimized out.
3027 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3028
3029 2019-10-17 Tom de Vries <tdevries@suse.de>
3030
3031 * gdb.fortran/module.exp: Allow info variables to print info for files
3032 other than module.f90.
3033
3034 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3035
3036 * gdb.fortran/module.exp: Extend with 'info variables' test.
3037
3038 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3041 F77_FOR_TARGET.
3042
3043 2019-10-16 Tom de Vries <tdevries@suse.de>
3044
3045 PR tdep/25096
3046 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3047
3048 2019-10-16 Tom de Vries <tdevries@suse.de>
3049
3050 PR tdep/24104
3051 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3052 Add KFAIL for PR tdep/25096.
3053
3054 2019-10-16 Tom de Vries <tdevries@suse.de>
3055
3056 PR testsuite/25059
3057 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3058
3059 2019-10-16 Tom de Vries <tdevries@suse.de>
3060
3061 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3062 as signed.
3063
3064 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3065
3066 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3067 one instead of increasing timeout.
3068
3069 2019-10-13 Tom de Vries <tdevries@suse.de>
3070
3071 PR record/25038
3072 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3073 * gdb.reverse/sigall-reverse.exp: Same.
3074 * gdb.reverse/solib-precsave.exp: Same.
3075 * gdb.reverse/solib-reverse.exp: Same.
3076 * gdb.reverse/step-precsave.exp: Same.
3077 * gdb.reverse/until-precsave.exp: Same.
3078 * gdb.reverse/until-reverse.exp: Same.
3079 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3080
3081 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3082
3083 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3084 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3085 (cmp_struct_05_01, cmp_struct_static_02_01)
3086 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3087 comparisons.
3088
3089 2019-10-10 Tom de Vries <tdevries@suse.de>
3090
3091 PR testsuite/24888
3092 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3093 gnatlink.
3094
3095 2019-10-09 Tom de Vries <tdevries@suse.de>
3096
3097 PR testsuite/25048
3098 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3099
3100 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3103 exceptions due to missing debug information.
3104
3105 2019-10-07 Tom de Vries <tdevries@suse.de>
3106
3107 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3108
3109 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3110
3111 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3112 * gdb.base/annota1.exp: Update to use gdb_test_name.
3113
3114 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3115
3116 * gdb.base/ctf-whatis.exp: New file.
3117 * gdb.base/ctf-whatis.c: New file.
3118 * gdb.base/ctf-ptype.exp: New file.
3119 * gdb.base/ctf-ptype.c: New file.
3120 * gdb.base/ctf-constvars.exp: New file.
3121 * gdb.base/ctf-constvars.c: New file.
3122 * gdb.base/ctf-cvexpr.exp: New file.
3123
3124 2019-10-04 Tom de Vries <tdevries@suse.de>
3125
3126 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3127 for loop.
3128
3129 2019-10-03 Tom Tromey <tom@tromey.com>
3130
3131 PR rust/24976:
3132 * gdb.rust/simple.rs (Union2): New type.
3133 (main): Use Union2.
3134 * gdb.rust/simple.exp: Add test.
3135
3136 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3139 nested function prefix.
3140
3141 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3142 Richard Bunt <richard.bunt@arm.com>
3143 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3146 nested functions.
3147 * gdb.fortran/nested-funcs.f90: Update expected results.
3148 * gdb.fortran/nested-funcs-2.exp: New file.
3149 * gdb.fortran/nested-funcs-2.f90: New file.
3150
3151 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3152
3153 * gdb.python/py-parameter.exp: Make test names unique.
3154 * gdb.python/py-template.exp: Likewise.
3155 * gdb.python/py-value.exp: Likewise.
3156
3157 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3158
3159 * gdb.base/break-interp.exp: Reduce test name duplication.
3160 * gdb.base/call-sc.exp: Likewise.
3161 * gdb.base/callfuncs.exp: Likewise.
3162 * gdb.base/charset.exp: Likewise.
3163 * gdb.base/dump.exp: Likewise.
3164 * gdb.base/ena-dis-br.exp: Likewise.
3165 * gdb.base/relational.exp: Likewise.
3166 * gdb.base/step-over-syscall.exp: Likewise.
3167 * gdb.base/structs.exp: Likewise.
3168
3169 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3170
3171 * gdb.linespec/explicit.exp: Make test names unique.
3172 * gdb.linespec/ls-errs.exp: Likewise.
3173
3174 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3175
3176 * gdb.reverse/break-precsave.exp: Make test names unique.
3177 * gdb.reverse/break-reverse.exp: Likewise.
3178 * gdb.reverse/finish-precsave.exp: Likewise.
3179 * gdb.reverse/finish-reverse.exp: Likewise.
3180 * gdb.reverse/machinestate-precsave.exp: Likewise.
3181 * gdb.reverse/machinestate.exp: Likewise.
3182 * gdb.reverse/readv-reverse.exp: Likewise.
3183 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3184 * gdb.reverse/sigall-precsave.exp: Likewise.
3185 * gdb.reverse/sigall-reverse.exp: Likewise.
3186 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3187 * gdb.reverse/watch-precsave.exp: Likewise.
3188 * gdb.reverse/watch-reverse.exp: Likewise.
3189
3190 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3191
3192 * gdb.threads/stop-with-handle.c: New file.
3193 * gdb.threads/stop-with-handle.exp: New file.
3194
3195 2019-10-03 Tom de Vries <tdevries@suse.de>
3196
3197 PR testsuite/25059
3198 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3199 directory" line to be missing.
3200
3201 2019-10-03 Tom de Vries <tdevries@suse.de>
3202
3203 PR testsuite/25059
3204 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3205 type optional.
3206
3207 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3208
3209 * gdb.python/py-format-string.c (string.h): New include.
3210 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3211 the same value, for endianness-independence.
3212 * gdb.python/py-format-string.exp (default_regexp_dict)
3213 (test_pretty_structs, test_format): Adjust expected output to the
3214 changed initialization.
3215
3216 2019-10-02 Tom Tromey <tromey@adacore.com>
3217
3218 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3219
3220 2019-10-02 Pedro Alves <palves@redhat.com>
3221 Andrew Burgess <andrew.burgess@embecosm.com>
3222
3223 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3224 "print-file-var.h".
3225 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3226 (get_version_1): Print this_version_id and its address.
3227 Add extern "C" wrappers around interface functions.
3228 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3229 "print-file-var.h".
3230 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3231 (get_version_2): Print this_version_id and its address.
3232 Add extern "C" wrappers around interface functions.
3233 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3234 <stddef.h> and "print-file-var.h".
3235 Add extern "C" wrappers around interface functions.
3236 [VERSION_ID_MAIN] (this_version_id): Define.
3237 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3238 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3239 up extern "C" blocks.
3240 * gdb.base/print-file-var.exp (test): New, factored out from top
3241 level.
3242 (top level): Test all combinations of attribute hidden or not,
3243 dlopen or not, and this_version_id symbol in main file or not.
3244 Compile tests as both C++ and C, make test names unique.
3245
3246 2019-10-01 Tom Tromey <tom@tromey.com>
3247
3248 * gdb.base/style.exp: Test "show logging filename".
3249
3250 2019-10-01 Tom Tromey <tom@tromey.com>
3251
3252 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3253 * gdb.base/style.exp: Add metadata style test.
3254
3255 2019-10-01 Tom Tromey <tom@tromey.com>
3256
3257 * gdb.base/style.exp: Test "pwd".
3258
3259 2019-10-01 Tom Tromey <tom@tromey.com>
3260
3261 * gdb.base/style.exp: Update tests.
3262
3263 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3264
3265 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3266 'six' to unsigned.
3267 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3268 'five'. Use an all-ones bit pattern for each.
3269 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3270 to its changed values.
3271
3272 2019-09-30 Tom Tromey <tromey@adacore.com>
3273
3274 * gdb.rust/traits.rs: Disable all warnings.
3275
3276 2019-09-29 Tom de Vries <tdevries@suse.de>
3277
3278 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3279
3280 2019-09-29 Tom de Vries <tdevries@suse.de>
3281
3282 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3283
3284 2019-09-27 Tom de Vries <tdevries@suse.de>
3285
3286 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3287
3288 2019-09-27 Tom de Vries <tdevries@suse.de>
3289
3290 PR record/23188
3291 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3292
3293 2019-09-26 Tom Tromey <tromey@adacore.com>
3294
3295 * gdb.ada/py_taft.exp: New file.
3296 * gdb.ada/py_taft/main.adb: New file.
3297 * gdb.ada/py_taft/pkg.adb: New file.
3298 * gdb.ada/py_taft/pkg.ads: New file.
3299
3300 2019-09-24 Tom de Vries <tdevries@suse.de>
3301
3302 PR gdb/24598
3303 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3304
3305 2019-09-22 Tom de Vries <tdevries@suse.de>
3306
3307 * gdb.base/restore.exp: Allow register variables to be optimized out at
3308 -O0.
3309
3310 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3311
3312 * gdb.arch/spu-info.exp: Remove file.
3313 * gdb.arch/spu-info.c: Remove file.
3314 * gdb.arch/spu-ls.exp: Remove file.
3315 * gdb.arch/spu-ls.c: Remove file.
3316
3317 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3318 * gdb.asm/spu.inc: Remove file.
3319
3320 * gdb.base/dump.exp: Remove support for spu*-*-*.
3321 * gdb.base/stack-checking.exp: Likewise.
3322 * gdb.base/overlays.exp: Likewise.
3323 * gdb.base/ovlymgr.c: Likewise.
3324 * gdb.base/spu.ld: Remove file.
3325
3326 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3327 * gdb.cp/cpexprs.exp: Likewise.
3328 * gdb.cp/exception.exp: Likewise.
3329 * gdb.cp/gdb2495.exp: Likewise.
3330 * gdb.cp/mb-templates.exp: Likewise.
3331 * gdb.cp/pr9167.exp: Likewise.
3332 * gdb.cp/userdef.exp: Likewise.
3333
3334 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3335
3336 * gdb.cell: Remove directory.
3337 * lib/cell.exp: Remove file.
3338
3339 2019-09-19 Tom de Vries <tdevries@suse.de>
3340
3341 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3342
3343 2019-09-19 Tom de Vries <tdevries@suse.de>
3344
3345 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3346
3347 2019-09-19 Tom de Vries <tdevries@suse.de>
3348
3349 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3350 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3351 (gdb_target_cmd): ... here.
3352 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3353 value 2.
3354
3355 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3356
3357 * gdb.base/source-dir.exp: Avoid having directory names in test
3358 names.
3359
3360 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3361
3362 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3363 directory.
3364
3365 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3366
3367 * gdb.base/list-missing-source.exp: New file.
3368
3369 2019-09-14 Tom de Vries <tdevries@suse.de>
3370
3371 PR teststuite/24599
3372 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3373 * lib/ada.exp (gnatmake_version_at_least): New proc.
3374
3375 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3376
3377 * gdb.base/maint.exp: Use exec_has_index_section.
3378
3379 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 * gdb.base/maint.exp: Add test for 'maint info sections'.
3382
3383 2019-09-12 Tom de Vries <tdevries@suse.de>
3384
3385 * gdb.base/store.exp: Allow register variables to be optimized out at
3386 -O0.
3387
3388 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3389
3390 * gdb.ada/rdv_wait.exp: Update to new task names.
3391 * gdb.base/task_switch_in_core.exp: Likewise.
3392 * gdb.base/info_sources_base.c: Likewise.
3393
3394 2019-09-10 Tom Tromey <tromey@adacore.com>
3395
3396 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3397
3398 2019-09-10 Tom Tromey <tromey@adacore.com>
3399
3400 * gdb.ada/dgopt.exp: New file.
3401 * gdb.ada/dgopt/x.adb: New file.
3402
3403 2019-09-08 Tom Tromey <tom@tromey.com>
3404
3405 * gdb.tui/resize.exp: Remove setup_xfail.
3406 * gdb.tui/regs.exp: Remove setup_xfail.
3407 * gdb.tui/basic.exp: Remove setup_xfail.
3408
3409 2019-09-06 David Blaikie <dblaikie@gmail.com>
3410
3411 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3412 * gdb.cp/cplabel.exp: Ditto.
3413 * gdb.linespec/ls-errs.exp: Ditto.
3414
3415 2019-09-05 Tom de Vries <tdevries@suse.de>
3416
3417 * lib/gdb.exp (cmp_file_string): New proc.
3418 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3419 runto_main. Verify save breakpoints output.
3420
3421 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3422
3423 * gdb.base/info-var.exp: Test info variables without running
3424 to main, to avoid expect's buffer overflow.
3425
3426 2019-09-03 Tom Tromey <tromey@adacore.com>
3427
3428 * gdb.ada/bias.exp: New file.
3429 * gdb.ada/bias/bias.adb: New file.
3430 * gdb.ada/print_chars.exp: Add regression test.
3431 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3432 (MC): New variable.
3433
3434 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3435
3436 * gdb.base/argv0-symlink.exp: Run only on native target
3437 and local host.
3438
3439 2019-08-29 Tom de Vries <tdevries@suse.de>
3440
3441 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3442 diverse debug info.
3443 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3444
3445 2019-08-28 Tom de Vries <tdevries@suse.de>
3446
3447 * gdb.base/info-var.exp: Allow info variables to print info for files
3448 other than info-var-f1.c and info-var-f2.c.
3449
3450 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.fortran/info-types.exp: Add module.
3453 * gdb.fortran/info-types.f90: Update expected results.
3454
3455 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.fortran/info-types.exp: New file.
3458 * gdb.fortran/info-types.f90: New file.
3459 * lib/fortran.exp (fortran_character1): New proc.
3460
3461 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3464 functions'. Reindent as needed.
3465 * gdb.base/info-var-f1.c: New file.
3466 * gdb.base/info-var-f2.c: New file.
3467 * gdb.base/info-var.exp: New file.
3468 * gdb.base/info-var.h: New file.
3469
3470 2019-08-26 Tom de Vries <tdevries@suse.de>
3471
3472 PR c++/24852
3473 * gdb.cp/no-libstdcxx-probe.exp: New test.
3474
3475 2019-08-26 Tom de Vries <tdevries@suse.de>
3476
3477 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3478 * tests need to be skipped.
3479 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3480 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3481 mi_skip_libstdcxx_probe_tests.
3482
3483 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3484
3485 * gdb.python/py-xmethods.exp: Use raw strings when passing
3486 arguments to SimpleXMethodMatcher.
3487
3488 2019-08-22 Tom de Vries <tdevries@suse.de>
3489
3490 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3491 more informative.
3492
3493 2019-08-21 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/with.exp: Test "with" with no arguments.
3496
3497 2019-08-21 Tom de Vries <tdevries@suse.de>
3498
3499 * gdb.base/gdb-caching-proc.exp: Sort files.
3500
3501 2019-08-20 Tom de Vries <tdevries@suse.de>
3502
3503 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3504 compilation.
3505
3506 2019-08-16 Tom de Vries <tdevries@suse.de>
3507
3508 * gdb.base/compare-sections.exp ("after run to main"): Allow
3509 mismatched read-only sections for PIE executables.
3510
3511 2019-08-16 Tom Tromey <tom@tromey.com>
3512
3513 * lib/tuiterm.exp (_csi_Z): New proc.
3514 * gdb.tui/basic.exp: Update window positions.
3515 * gdb.tui/empty.exp: Update window positions.
3516
3517 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3518
3519 * gdb.base/examine-backward.exp: Correct regexp for
3520 "examine 3 bytes backward from ${address_zero}".
3521
3522 2019-08-15 Tom Tromey <tom@tromey.com>
3523
3524 * gdb.tui/empty.exp: Enable resizing tests.
3525
3526 2019-08-15 Tom Tromey <tromey@adacore.com>
3527
3528 * gdb.ada/char_enum.exp: Add regression tests.
3529 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3530 and '0'.
3531 (Char, Gchar): Update.
3532 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3533
3534 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3535
3536 * gdb.python/python.exp: Expect a leading underscore on
3537 GdbOutput{,Error}File.
3538
3539 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3540
3541 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3542 Windows host.
3543
3544 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3545
3546 * gdb.base/batch-preserve-term-settings.exp
3547 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3548
3549 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3550
3551 * lib/gdb.exp: When running on a mingw target, replace
3552 /x/ with x:/.
3553
3554 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3555
3556 * gdb.arch/aarch64-prologue.c: New test.
3557 * gdb.arch/aarch64-prologue.exp: New file.
3558
3559 2019-08-13 Tom de Vries <tdevries@suse.de>
3560
3561 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3562 Thread.
3563
3564 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3565
3566 * gdb.python/py-completion.exp: Download the .py file to the host
3567 and use its host pathname. Conditionalize tests that use
3568 tab completion and manipulate files on the build machine.
3569 * gdb.python/py-events.exp: Download the .py file to the host
3570 and use its host pathname.
3571 * gdb.python/py-evsignal.exp: Likewise.
3572 * gdb.python/py-evthreads.exp: Likewise.
3573 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3574 pathname syntax.
3575 * gdb.python/py-framefilter.exp: Download the .py file to the right
3576 place on the host. Match Windows pathname syntax.
3577 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3578 .py file to the host and use its host pathname.
3579 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3580 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3581 build pathname. Skip symlink test on Windows host. Add missing
3582 newline at end of file.
3583 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3584 and use its host pathname.
3585 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3586 * gdb.python/py-section-script.exp: Use host location of binfile
3587 on safe-path. Use correct path separator on Windows host.
3588 Reorder alternatives in gdb_test_multiple to prevent matching
3589 the wrong alternative on success.
3590 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3591
3592 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3593
3594 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3595 expect the GDB inferior to no longer immediately stop after
3596 being resumed with "signal SIGINT".
3597
3598 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3599
3600 * gdb.linespec/break-ask.exp: Generalize regexps to match
3601 Windows pathnames too.
3602
3603 2019-08-08 Tom de Vries <tdevries@suse.de>
3604
3605 PR testsuite/24862
3606 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3607
3608 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3609
3610 * gdb.base/style.exp: Update tests for help doc new invariants.
3611 * gdb.base/help.exp: Likewise.
3612
3613 2019-08-06 Tom Tromey <tom@tromey.com>
3614
3615 * gdb.base/style.exp: Add disassemble test.
3616 * gdb.base/style.c (some_called_function): New function.
3617 (main): Use it.
3618
3619 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3620
3621 * gdb.python/py-block.exp: Test dictionary access on blocks.
3622
3623 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3624
3625 PR gdb/24863
3626 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3627 -list-thread-groups --available test when running under
3628 check-read1.
3629
3630 2019-08-05 Tom de Vries <tdevries@suse.de>
3631
3632 PR testsuite/24863
3633 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3634 * gdb.base/help.exp: Use with_read1_timeout_factor.
3635 * gdb.base/info-macros.exp: Same.
3636 * gdb.cp/nested-types.exp: Same.
3637
3638 2019-08-05 Tom de Vries <tdevries@suse.de>
3639
3640 * lib/gdb.exp (version_at_least): Factor out of ...
3641 (tcl_version_at_least): ... here.
3642 (gdb_compile): Fail if pie results in non-PIE executable.
3643 (readelf_version, readelf_prints_pie): New proc.
3644 (exec_is_pie): Return -1 if unknown.
3645
3646 2019-08-05 Tom de Vries <tdevries@suse.de>
3647
3648 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3649
3650 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3651
3652 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3653
3654 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3655
3656 * lib/completion-support.exp (test_gdb_complete_none): Skip
3657 tab completion tests if no readline support.
3658 (test_gdb_complete_unique_re): Likewise.
3659 (test_gdb_complete_multiple): Likewise.
3660
3661 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3662
3663 * gdb.base/info_sources.exp: New file.
3664 * gdb.base/info_sources.c: New file.
3665 * gdb.base/info_sources_base.c: New file.
3666
3667 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3668
3669 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3670 prefix argument.
3671 (test_exit_status): Add prefix argument.
3672
3673 2019-08-01 Tom de Vries <tdevries@suse.de>
3674
3675 PR testsuite/24863
3676 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3677 calling exp_continue for new thread and thread exited messages.
3678
3679 2019-08-01 Tom de Vries <tdevries@suse.de>
3680
3681 PR testsuite/24863
3682 * gdb.base/structs.exp: Fix check-read1 timeout using
3683 gdb_test_sequence.
3684 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3685
3686 2019-08-01 Tom de Vries <tdevries@suse.de>
3687
3688 PR testsuite/24863
3689 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3690 line.
3691
3692 2019-08-01 Tom de Vries <tdevries@suse.de>
3693
3694 PR testsuite/24863
3695 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3696
3697 2019-07-30 Tom Tromey <tromey@adacore.com>
3698
3699 * gdb.ada/display_nested.exp: New file.
3700 * gdb.ada/display_nested/foo.adb: New file.
3701 * gdb.ada/display_nested/pack.adb: New file.
3702 * gdb.ada/display_nested/pack.ads: New file.
3703
3704 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3705
3706 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3707 namespace.
3708 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3709
3710 2019-07-30 Tom de Vries <tdevries@suse.de>
3711
3712 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3713 instead.
3714
3715 2019-07-30 Tom de Vries <tdevries@suse.de>
3716
3717 PR testsuite/24834
3718 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3719 (exec_is_pie): New proc.
3720
3721 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3722
3723 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3724
3725 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3726
3727 * gdb.python/py-objfile.c: Add global and static vars.
3728 * gdb.python/py-objfile.exp: Test new functions Objfile.
3729 lookup_global_symbol and lookup_static_symbol.
3730
3731 2019-07-29 Tom Tromey <tom@tromey.com>
3732
3733 * lib/tuiterm.exp (Term::_csi_@): New proc.
3734 (Term::_csi_X): Don't move cursor.
3735
3736 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3737
3738 * gdb.base/options.exp: Update backtrace - completion to
3739 new option -frame-info.
3740 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3741 Test new 'set print frame-info'. Test backtrace -frame-info
3742 overriding 'set print frame-info'.
3743 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3744 Test new 'set print frame-info'.
3745 Verify consistency of backtrace with and without filters, with and
3746 without -no-filters.
3747 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3748 default.
3749
3750 2019-07-29 Tom de Vries <tdevries@suse.de>
3751
3752 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3753 no arguments".
3754
3755 2019-07-29 Tom de Vries <tdevries@suse.de>
3756
3757 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3758 is a substring of the first for "complete non-unique file name".
3759
3760 2019-07-29 Tom de Vries <tdevries@suse.de>
3761
3762 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3763 with ".*".
3764
3765 2019-07-29 Tom de Vries <tdevries@suse.de>
3766
3767 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3768 Pass prompt_regexp parameter to gdb_test_multiple calls.
3769
3770 2019-07-29 Tom de Vries <tdevries@suse.de>
3771
3772 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3773 print registers" regexps.
3774
3775 2019-07-29 Tom de Vries <tdevries@suse.de>
3776
3777 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3778
3779 2019-07-29 Tom de Vries <tdevries@suse.de>
3780
3781 PR gdb/24855
3782 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3783 (skip_python_tests_prompt): Add prompt_regexp argument to
3784 gdb_test_multiple calls.
3785
3786 2019-07-27 Tom Tromey <tom@tromey.com>
3787
3788 * gdb.tui/main.exp: New file.
3789
3790 2019-07-27 Tom Tromey <tom@tromey.com>
3791
3792 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3793 optional.
3794 * gdb.tui/empty.exp: New file.
3795
3796 2019-07-27 Tom Tromey <tom@tromey.com>
3797
3798 * lib/tuiterm.exp (spawn): New proc.
3799 (Term::resize): New proc.
3800 * gdb.tui/resize.exp: New file.
3801
3802 2019-07-27 Tom Tromey <tom@tromey.com>
3803
3804 * gdb.tui/list.exp: New file.
3805
3806 2019-07-27 Tom Tromey <tom@tromey.com>
3807
3808 * gdb.tui/regs.exp: New file.
3809
3810 2019-07-27 Tom Tromey <tom@tromey.com>
3811
3812 * gdb.tui/basic.exp: Add "layout split" test.
3813
3814 2019-07-27 Tom Tromey <tom@tromey.com>
3815
3816 * gdb.tui/basic.exp: Add "layout asm" test.
3817
3818 2019-07-27 Tom Tromey <tom@tromey.com>
3819
3820 * lib/tuiterm.exp: New file.
3821 * gdb.tui/basic.exp: New file.
3822
3823 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3824
3825 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3826 Enable tests associated with this flag. Adjust regex
3827 referencing "foo_low" to now refer to "foo_cold" instead.
3828
3829 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3830
3831 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3832 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3833 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3834 foo_cold. Revise comments to match.
3835 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3836 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3837 were wrapped into this proc; Call do_test in loop from outermost
3838 level.
3839 (foo_low): Rename all occurrences to "foo_cold".
3840 (backtrace from baz): New test.
3841 (x2/i foo_cold): New test.
3842 (info line *foo_cold): New test.
3843
3844 2019-07-26 Tom de Vries <tdevries@suse.de>
3845
3846 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3847
3848 2019-07-25 Tom de Vries <tdevries@suse.de>
3849
3850 PR testsuite/24830
3851 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3852 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3853 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3854 (skip_libstdcxx_probe_tests): ... here.
3855 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3856
3857 2019-07-24 Tom de Vries <tdevries@suse.de>
3858
3859 PR testsuite/24807
3860 * gdb.objc/basicclass.m: Include stdio.h.
3861 * gdb.objc/nondebug.m: Same.
3862 * gdb.objc/objcdecode.m: Same.
3863
3864 2019-07-24 Tom de Vries <tdevries@suse.de>
3865
3866 PR testsuite/24612
3867 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3868 additional_flags.
3869
3870 2019-07-24 Tom de Vries <tdevries@suse.de>
3871
3872 PR testsuite/24831
3873 * gdb.multi/tids.exp: Update error messages for info threads.
3874
3875 2019-07-24 Tom de Vries <tdevries@suse.de>
3876
3877 * gdb.base/info-types.exp: Allow info types to print info for more than
3878 one file.
3879
3880 2019-07-23 Tom de Vries <tdevries@suse.de>
3881
3882 PR testsuite/24842
3883 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3884 gdb_spawn_with_cmdline_opts.
3885
3886 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3887
3888 * gdb.arch/arm-cmse-sgstubs.c: New test.
3889 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3890
3891 2019-07-23 Tom de Vries <tdevries@suse.de>
3892
3893 PR testsuite/24711
3894 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3895 issuing next command.
3896
3897 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3898
3899 * gdb.ada/info_auto_lang.exp: Update expected results.
3900 * gdb.base/info-types.c: Add additional types to check.
3901 * gdb.base/info-types.exp: Update expected results.
3902
3903 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3904
3905 * gdb.base/info-types.c: New file.
3906 * gdb.base/info-types.exp: New file.
3907
3908 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3909
3910 * gdb.arch/riscv-bp-infcall.c: New file.
3911 * gdb.arch/riscv-bp-infcall.exp: New file.
3912
3913 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3914
3915 PR breakpoints/24541
3916 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
3917
3918 2019-07-14 Tom de Vries <tdevries@suse.de>
3919
3920 PR testsuite/24760
3921 * gdb.objc/basicclass.exp: Fix unterminated string.
3922
3923 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
3924 Andrew Burgess <andrew.burgess@embecosm.com>
3925
3926 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
3927 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
3928 negative bounds.
3929 * gdb.fortran/vla-value.exp: Print elements of an array with
3930 negative bounds.
3931 * gdb.fortran/vla.f90: Setup an array with negative bounds for
3932 testing.
3933
3934 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3935
3936 * gdb.base/options.exp (expect_string): Dequote strings in
3937 results.
3938 (test-string): Test strings with different quoting and reindent.
3939
3940 2019-07-10 Tom Tromey <tromey@adacore.com>
3941
3942 * gdb.ada/mi_ex_cond.exp: Update expected results.
3943 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
3944 * gdb.ada/mi_catch_ex.exp: Update expected results.
3945 * gdb.ada/mi_catch_assert.exp: Update expected results.
3946 * gdb.ada/catch_ex.exp (catch_exception_info)
3947 (catch_exception_entry, catch_assert_entry)
3948 (catch_unhandled_entry): Update.
3949 * gdb.ada/catch_assert_if.exp: Update expected results.
3950
3951 2019-07-10 Richard Bunt <richard.bunt@arm.com>
3952 Stephen Roberts <stephen.roberts@arm.com>
3953
3954 * gdb.base/define.exp: Restore original prompt.
3955
3956 2019-07-09 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
3959 breakpoints" output.
3960 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
3961 * gdb.python/py-breakpoint.exp: No longer expect that "catch
3962 throw" creates breakpoint.
3963 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
3964 'type="catchpoint"'.
3965
3966 2019-07-09 Pedro Alves <palves@redhat.com>
3967
3968 PR c++/15468
3969 * gdb.cp/except-multi-location-lib.cc: New.
3970 * gdb.cp/except-multi-location-main.cc: New.
3971 * gdb.cp/except-multi-location.exp: New.
3972
3973 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
3974
3975 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
3976 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
3977 argument and update callers.
3978
3979 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3980
3981 * gdb.arch/amd64-break-on-asm-line.S: New file.
3982 * gdb.arch/amd64-break-on-asm-line.exp: New file.
3983
3984 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3985
3986 * gdb.base/printcmds.exp: Test printing C string and
3987 C wide string convenience vars without transiting via the inferior.
3988 Also make test names unique.
3989
3990 2019-07-08 Alan Hayward <alan.hayward@arm.com>
3991
3992 PR breakpoints/25011
3993 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
3994
3995 2019-07-04 Pedro Alves <palves@redhat.com>
3996
3997 * lib/gdb.exp (foreach_with_prefix): Don't return early if
3998 body returned ok(0), break(3) or continue(4).
3999 * gdb.testsuite/foreach_with_prefix.exp: New file.
4000
4001 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4002
4003 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4004
4005 2019-07-03 Pedro Alves <palves@redhat.com>
4006
4007 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4008 "return -code".
4009
4010 2019-07-03 Pedro Alves <palves@redhat.com>
4011
4012 PR cli/24732
4013 * gdb.base/shell.exp: Load completion-support.exp.
4014 Adjust expected error output. Add completion tests.
4015
4016 2019-07-03 Pedro Alves <palves@redhat.com>
4017
4018 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4019 string_to_regexp.
4020
4021 2019-07-03 Pedro Alves <palves@redhat.com>
4022
4023 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4024 (expect_integer): Adjust to expect "-string".
4025 (expect_string): New.
4026 (all_options): Expect "-string".
4027 (test-flag, test-boolean): Adjust to expect "-string".
4028 (test-string): New proc.
4029 (top level): Call it.
4030
4031 2019-07-03 Pedro Alves <palves@redhat.com>
4032
4033 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4034 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4035 the expected output in the success.
4036
4037 2019-07-03 Pedro Alves <palves@redhat.com>
4038
4039 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4040 Split one gdb_test_multiple call in two to avoid a race.
4041
4042 2019-07-03 Pedro Alves <palves@redhat.com>
4043
4044 * gdb.base/with.c: New file.
4045 * gdb.base/with.exp: New file.
4046
4047 2019-07-03 Pedro Alves <palves@redhat.com>
4048
4049 * gdb.base/settings.exp: Replace all references to "maint
4050 test-settings set" with references to "maint set test-settings",
4051 and all references to "maint test-settings show" with references
4052 to "maint show test-settings".
4053
4054 2019-07-03 Pedro Alves <palves@redhat.com>
4055
4056 * gdb.base/settings.exp (test-string): Adjust expected out when
4057 testing "maint test-settings show filename"
4058
4059 2019-07-02 Pedro Alves <palves@redhat.com>
4060
4061 * gdb.base/options.exp (test-info-threads): New procedure.
4062 (top level): Call it.
4063
4064 2019-06-28 Tom Tromey <tromey@adacore.com>
4065
4066 * gdb.dwarf2/ada-linkage-name.c: New file.
4067 * gdb.dwarf2/ada-linkage-name.exp: New file.
4068
4069 2019-06-27 Tom Tromey <tromey@adacore.com>
4070
4071 PR c++/20020:
4072 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4073
4074 2019-06-26 Tom de Vries <tdevries@suse.de>
4075
4076 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4077
4078 2019-06-26 Tom de Vries <tdevries@suse.de>
4079
4080 * gdb.base/index-cache.exp: Add back missing debug option.
4081
4082 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4083
4084 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4085
4086 2019-06-25 Tom de Vries <tdevries@suse.de>
4087
4088 PR testsuite/24727
4089 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4090
4091 2019-06-24 Tom de Vries <tdevries@suse.de>
4092
4093 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4094
4095 2019-06-24 Tom de Vries <tdevries@suse.de>
4096
4097 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4098 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4099 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4100
4101 2019-06-24 Tom de Vries <tdevries@suse.de>
4102
4103 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4104
4105 2019-06-21 Tom de Vries <tdevries@suse.de>
4106
4107 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4108
4109 2019-06-21 Tom de Vries <tdevries@suse.de>
4110
4111 PR testsuite/24518
4112 PR ada/24713
4113 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4114 index.
4115
4116 2019-06-19 Tom Tromey <tromey@adacore.com>
4117
4118 * gdb.ada/length_cond.exp: Add intro comment.
4119
4120 2019-06-19 Tom Tromey <tromey@adacore.com>
4121
4122 * gdb.ada/length_cond.exp: New file.
4123 * gdb.ada/length_cond/length_cond.adb: New file.
4124 * gdb.ada/length_cond/pck.adb: New file.
4125 * gdb.ada/length_cond/pck.ads: New file.
4126
4127 2019-06-18 Tom de Vries <tdevries@suse.de>
4128
4129 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4130
4131 2019-06-18 Tom Tromey <tromey@adacore.com>
4132
4133 * gdb.base/list0.h: Add comment explaining control character.
4134
4135 2019-06-18 Tom de Vries <tdevries@suse.de>
4136
4137 * boards/fission.exp: Break up long debug_flags line.
4138
4139 2019-06-16 Tom de Vries <tdevries@suse.de>
4140
4141 PR gdb/24445
4142 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4143 generated index.
4144
4145 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4146
4147 PR gdb/24686
4148 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4149 improve detection of bug gdb/24541.
4150
4151 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4152
4153 PR gdb/24669
4154 * gdb.base/index-cache.exp (uses_readnow,
4155 expecting_index_cache_use): Define global variable.
4156 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4157 expecting_index_cache_use.
4158
4159 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4160 Andrew Burgess <andrew.burgess@embecosm.com>
4161
4162 * gdb.fortran/pointers.f90: New file.
4163 * gdb.fortran/print_type.exp: New file.
4164 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4165 * gdb.fortran/vla-type.exp: Likewise.
4166 * gdb.fortran/vla-value.exp: Likewise.
4167 * gdb.mi/mi-vla-fortran.exp: Likewise.
4168
4169 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4170
4171 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4172 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4173 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4174 as a stop reason.
4175
4176 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4177
4178 * gdb.base/annota1.exp: Update expected results.
4179 * gdb.cp/annota2.exp: Likewise.
4180 * gdb.cp/annota3.exp: Likewise.
4181
4182 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4183
4184 * gdb.base/style-logging.exp: Remove path from test name.
4185
4186 2019-06-14 Tom Tromey <tromey@adacore.com>
4187
4188 PR gdb/24502:
4189 * gdb.base/style-logging.exp: New file.
4190
4191 2019-06-14 Tom Tromey <tromey@adacore.com>
4192
4193 * gdb.base/symfile-warn.exp: New file.
4194 * gdb.base/symfile-warn.c: New file.
4195
4196 2019-06-14 Tom Tromey <tromey@adacore.com>
4197
4198 * gdb.base/annotate-symlink.exp: New file.
4199
4200 2019-06-14 Tom Tromey <tromey@adacore.com>
4201
4202 * gdb.ada/set_wstr.exp: Add reassignment test.
4203
4204 2019-06-14 Tom Tromey <tromey@adacore.com>
4205
4206 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4207 'unchecked_access and 'unrestricted_access as well.
4208
4209 2019-06-14 Tom Tromey <tromey@adacore.com>
4210
4211 PR ada/24539:
4212 * gdb.ada/vla.exp: Update tests.
4213 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4214 pragma.
4215
4216 2019-06-13 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.base/settings.exp (test-integer): Test junk after
4219 "unlimited".
4220
4221 2019-06-13 Pedro Alves <palves@redhat.com>
4222
4223 * gdb.base/options.exp (test-thread-apply): New.
4224 (top level): Call it.
4225
4226 2019-06-13 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.base/options.exp (test-frame-apply): New.
4229 (top level): Test print commands with different "frame apply"
4230 prefixes.
4231
4232 2019-06-13 Pedro Alves <palves@redhat.com>
4233
4234 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4235 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4236 'max_completions' parameter and handle it.
4237 (test_gdb_completion_offers_commands): New.
4238
4239 2019-06-13 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4242
4243 2019-06-13 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.base/options.exp (test-backtrace): New.
4246 (top level): Call it.
4247
4248 2019-06-13 Pedro Alves <palves@redhat.com>
4249
4250 * gdb.guile/scm-frame-args.exp: Use "set print
4251 raw-frame-arguments" instead of "set print raw frame-arguments".
4252 * gdb.python/py-frame-args.exp: Likewise.
4253
4254 2019-06-13 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.compile/compile.exp: Adjust expected output to option
4257 processing changes.
4258
4259 2019-06-13 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/options.exp: Build executable.
4262 (test-print): New procedure.
4263 (top level): Call it, once for "print" and another for "compile
4264 print".
4265
4266 2019-06-13 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.base/options.c: New file.
4269 * gdb.base/options.exp: New file.
4270
4271 2019-06-13 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4274 that "o" is ambiguous.
4275
4276 2019-06-13 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.base/settings.c: New file.
4279 * gdb.base/settings.exp: New file.
4280
4281 2019-06-13 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.base/completion.exp: Fix comment typo.
4284
4285 2019-06-13 Pedro Alves <palves@redhat.com>
4286
4287 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4288 foo --1" test.
4289
4290 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4291
4292 * gdb.fortran/block-data.f: New.
4293 * gdb.fortran/block-data.exp: New.
4294
4295 2019-06-11 Tom de Vries <tdevries@suse.de>
4296
4297 PR testsuite/24521
4298 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4299 message.
4300
4301 2019-06-11 Tom de Vries <tdevries@suse.de>
4302
4303 PR testsuite/24521
4304 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4305
4306 2019-06-11 Tom de Vries <tdevries@suse.de>
4307
4308 * boards/readnow.exp: New file.
4309
4310 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4311
4312 * gdb.fortran/vla-sizeof.exp: Update expected results.
4313
4314 2019-06-06 Amos Bird <amosbird@gmail.com>
4315
4316 * gdb.base/annota1.exp (thread_switch): Add test for
4317 thread-exited annotation.
4318
4319 2019-06-06 Tom Tromey <tromey@adacore.com>
4320
4321 * gdb.base/maint.exp: Expect command started/finished output.
4322
4323 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4324
4325 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4326 comment.
4327 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4328
4329 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4330
4331 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4332 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4333 * gdb.arch/riscv-unwind-long-insn.c: New file.
4334 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4335
4336 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4337
4338 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4339
4340 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4341
4342 * lib/gdb.exp (help_list_trailer): New regexp variable
4343 factorizing the help trailer message.
4344 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4345 arg to allow to better factorize various tests.
4346 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4347 (test_prefix_command_help): Use help_list_trailer.
4348 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4349 * gdb.guile/scm-cmd.exp: Likewise.
4350 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4351 * gdb.base/help.exp: Use test_user_defined_class_help.
4352 * gdb.base/style.exp: Add tests for styling of help and apropos.
4353 * lib/gdb-utils.exp (style): Add title and highlight styles.
4354
4355 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4356
4357 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4358 $_shell_exitsignal.
4359 * gdb.base/default.exp: Update for new convenience variables.
4360
4361 2019-05-29 Tom Tromey <tromey@adacore.com>
4362
4363 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4364 to "break complete ada" test case's regexp.
4365
4366 2019-05-29 Tom Tromey <tromey@adacore.com>
4367
4368 PR c++/20020:
4369 * gdb.cp/constexpr-field.exp: New file.
4370 * gdb.cp/constexpr-field.cc: New file.
4371
4372 2019-05-29 Tom Tromey <tromey@adacore.com>
4373
4374 * gdb.base/finish.exp (finish_no_print): New proc.
4375 (finish_tests): Call it.
4376
4377 2019-05-24 Tom de Vries <tdevries@suse.de>
4378
4379 * gdb.dwarf2/gdb-add-index.exp: New file.
4380
4381 2019-05-22 Tom Tromey <tromey@adacore.com>
4382
4383 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4384 * gdb.base/style.exp: Use "style".
4385 * lib/gdb-utils.exp (style): New proc.
4386
4387 2019-05-22 Tom de Vries <tdevries@suse.de>
4388
4389 * gdb.base/align.exp: Require c++11.
4390
4391 2019-05-22 Tom de Vries <tdevries@suse.de>
4392
4393 PR testsuite/24586
4394 * gdb.python/py-mi-var-info-path-expression.exp: Call
4395 mi_skip_python_tests to check if python is supported.
4396
4397 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4398
4399 * gdb.arch/aarch64-pauth.c: New test.
4400 * gdb.arch/aarch64-pauth.exp: New file.
4401
4402 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4403
4404 * README (Re-running Tests Outside The Testsuite): New section.
4405
4406 2019-05-21 Tom de Vries <tdevries@suse.de>
4407
4408 * gdb.arch/amd64-eval.exp: Require c++11.
4409 * gdb.base/max-depth.exp: Same.
4410 * gdb.compile/compile-cplus-array-decay.exp: Same.
4411 * gdb.cp/meth-typedefs.exp: Same.
4412 * gdb.cp/subtypes.exp: Same.
4413 * gdb.cp/temargs.exp: Same.
4414
4415 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4416
4417 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4418
4419 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 PR gdb/18644
4422 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4423 * gdb.fortran/printing-types.exp: Add new test.
4424 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4425 testing.
4426 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4427 setup_kfail call.
4428
4429 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4430
4431 * README (Running the Testsuite): Change example.
4432 (Testsuite Parameters): Remove TRANSCRIPT.
4433 * lib/gdb.exp: Remove TRANSCRIPT check.
4434
4435 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4436
4437 * README (Testsuite Parameters): Add replay logging to
4438 GDBSERVER_DEBUG.
4439 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4440 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4441 as a comma separated list.
4442 (gdb_debug_init): Override procedure.
4443
4444 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4445
4446 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4447 (gdb_write_cmd_file): New procedure.
4448 * lib/gdbserver-support.exp (gdbserver_start): Call
4449 gdbserver_write_cmd_file.
4450 (gdbserver_write_cmd_file): New procedure.
4451
4452 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4453
4454 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4455 (delete_breakpoints): Likewise.
4456 (gdb_run_cmd): Likewise.
4457 (gdb_start_cmd): Likewise.
4458 (gdb_starti_cmd): Likewise.
4459 (gdb_internal_error_resync): Likewise.
4460 (gdb_test_multiple): Likewise.
4461 (gdb_reinitialize_dir): Likewise.
4462 (default_gdb_exit): Likewise.
4463 (gdb_file_cmd): Mark kill as optional.
4464 (default_gdb_start): Call gdb_stdin_log_init.
4465 (send_gdb): Call gdb_stdin_log_write.
4466 (rerun_to_main): Mark Y as an answer.
4467 (gdb_stdin_log_init): New function.
4468 (gdb_stdin_log_write): Likewise.
4469
4470 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4471
4472 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4473 * gdb.base/debug-expr.exp: Likewise.
4474 * gdb.base/foll-fork.exp: Likewise.
4475 * gdb.base/foll-vfork.exp: Likewise.
4476 * gdb.base/fork-print-inferior-events.exp: Likewise.
4477 * gdb.base/gdb-sigterm.exp: Likewise.
4478 * gdb.base/gdbinit-history.exp: Likewise.
4479 * gdb.base/osabi.exp: Likewise.
4480 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4481 * gdb.base/ui-redirect.exp: Likewise.
4482 * gdb.gdb/unittest.exp: Likewise.
4483 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4484 * gdb.mi/mi-watch.exp: Likewise.
4485 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4486 * gdb.mi/user-selected-context-sync.exp: Likewise.
4487 * gdb.python/python.exp: Disable debug test when debugging.
4488 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4489 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4490 Likewise.
4491 * gdb.threads/stepi-random-signal.exp: Likewise.
4492
4493 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4494
4495 * Makefile.in: Pass through GDB_DEBUG.
4496 * README (Testsuite Parameters): Add GDB_DEBUG.
4497 (gdb,debug): Add board setting.
4498 * lib/gdb.exp (default_gdb_start): Start debugging.
4499 (gdb_debug_enabled): New procedure.
4500 (gdb_debug_init): Likewise.
4501
4502 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4503
4504 * Makefile.in: Pass through GDB_DEBUG.
4505 * README (Testsuite Parameters): Add GDB_DEBUG.
4506 (gdb,debug): Add board setting.
4507 * lib/gdb.exp (default_gdb_start): Start debugging.
4508 (gdb_debug_enabled): New procedure.
4509 (gdb_debug_init): Likewise.
4510
4511 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4512
4513 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4514
4515 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4516
4517 * gdb.base/ui-redirect.exp: Test redirection.
4518
4519 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4520
4521 * gdb.mi/mi-complete.exp: New file.
4522 * gdb.mi/mi-complete.cc: Likewise.
4523
4524 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4525
4526 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4527 indexed and sliced arrays, and pointers to arrays.
4528
4529 2019-05-14 Tom Tromey <tromey@adacore.com>
4530
4531 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4532 styling test.
4533
4534 2019-05-14 Tom de Vries <tdevries@suse.de>
4535
4536 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4537 selection entry encoding.
4538
4539 2019-05-10 Tom Tromey <tromey@adacore.com>
4540
4541 * gdb.ada/info_exc.exp: Add "complete" test.
4542
4543 2019-05-09 Tom de Vries <tdevries@suse.de>
4544
4545 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4546 CU-relative.
4547
4548 2019-05-09 Tom de Vries <tdevries@suse.de>
4549
4550 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4551 CU-relative.
4552
4553 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4554
4555 * gdb.ada/frame_arg_lang.exp: New testcase.
4556 * gdb.ada/frame_arg_lang/bla.adb: New file.
4557 * gdb.ada/frame_arg_lang/pck.ads: New file.
4558 * gdb.ada/frame_arg_lang/pck.adb: New file.
4559 * gdb.ada/frame_arg_lang/foo.c: New file.
4560
4561 2019-05-08 Tom Tromey <tromey@adacore.com>
4562
4563 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4564
4565 2019-05-08 Tom Tromey <tromey@adacore.com>
4566
4567 * gdb.base/ptype-offsets.exp: Update tests.
4568
4569 2019-05-08 Tom Tromey <tromey@adacore.com>
4570
4571 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4572 cases.
4573 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4574 "short".
4575
4576 2019-05-08 Tom Tromey <tromey@adacore.com>
4577
4578 * gdb.ada/vla.exp: New file.
4579 * gdb.ada/vla/vla.adb: New file.
4580
4581 2019-05-07 Tom de Vries <tdevries@suse.de>
4582
4583 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4584
4585 2019-05-07 Tom de Vries <tdevries@suse.de>
4586
4587 PR testsuite/24522
4588 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4589 section.
4590
4591 2019-05-07 Tom de Vries <tdevries@suse.de>
4592
4593 PR testsuite/24522
4594 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4595 .debug_aranges section.
4596
4597 2019-05-07 Tom de Vries <tdevries@suse.de>
4598
4599 PR testsuite/24159
4600 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4601
4602 2019-05-06 Tom de Vries <tdevries@suse.de>
4603
4604 * lib/gdb.exp (exec_has_index_section): New proc.
4605 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4606 section.
4607
4608 2019-05-04 Tom de Vries <tdevries@suse.de>
4609
4610 * boards/cc-with-debug-names.exp: New file.
4611
4612 2019-05-03 Tom Tromey <tromey@adacore.com>
4613
4614 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4615 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4616 * gdb.ada/char_enum.exp: Add test.
4617
4618 2019-05-03 Tom de Vries <tdevries@suse.de>
4619
4620 * boards/cc-with-gdb-index.exp: New file.
4621
4622 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4623
4624 * gdb.rust/simple.exp: Add new test case.
4625 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4626 (main): Initialise an instance of the new struct.
4627
4628 2019-05-01 Tom Tromey <tromey@adacore.com>
4629
4630 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4631 record.
4632 (NPR): New variable.
4633 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4634 test.
4635
4636 2019-05-01 Tom Tromey <tromey@adacore.com>
4637
4638 * gdb.ada/packed_array_assign.exp: Add packed assignment
4639 regression test.
4640
4641 2019-05-01 Tom de Vries <tdevries@suse.de>
4642
4643 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4644
4645 2019-05-01 Tom de Vries <tdevries@suse.de>
4646
4647 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4648
4649 2019-04-30 Ali Tamur <tamur@google.com>
4650
4651 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4652
4653 2019-04-30 Tom Tromey <tromey@adacore.com>
4654
4655 * lib/ada.exp (find_ada_tool): New proc.
4656 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4657 * gdb.ada/catch_ex_std.exp: New file.
4658 * gdb.ada/catch_ex_std/foo.adb: New file.
4659 * gdb.ada/catch_ex_std/some_package.adb: New file.
4660 * gdb.ada/catch_ex_std/some_package.ads: New file.
4661
4662 2019-04-30 Tom Tromey <tromey@adacore.com>
4663
4664 PR c++/24470:
4665 * gdb.cp/temargs.cc: Add test code from PR.
4666
4667 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4668
4669 * gdb.fortran/vla-datatypes.exp: Update expected results.
4670 * gdb.fortran/vla-ptype.exp: Likewise.
4671 * gdb.fortran/vla-type.exp: Likewise.
4672 * gdb.fortran/vla-value.exp: Likewise.
4673
4674 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4675
4676 * gdb.fortran/ptr-indentation.exp: Update expected results.
4677 * gdb.fortran/ptype-on-functions.exp: Likewise.
4678 * gdb.fortran/vla-ptr-info.exp: Likewise.
4679 * gdb.fortran/vla-value.exp: Likewise.
4680
4681 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4682
4683 * gdb.fortran/ptype-on-functions.exp: New file.
4684 * gdb.fortran/ptype-on-functions.f90: New file.
4685
4686 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4689 case void string.
4690
4691 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4692
4693 * gdb.fortran/complex.exp: Expand.
4694 * gdb.fortran/complex.f: Renamed to...
4695 * gdb.fortran/complex.f90: ...this, and extended to add more
4696 complex values.
4697
4698 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4699
4700 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4701 MODULO, CMPLX.
4702
4703 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4704 Richard Bunt <richard.bunt@arm.com>
4705
4706 * gdb.base/max-depth.c: New file.
4707 * gdb.base/max-depth.exp: New file.
4708 * gdb.python/py-nested-maps.c: New file.
4709 * gdb.python/py-nested-maps.exp: New file.
4710 * gdb.python/py-nested-maps.py: New file.
4711 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4712 (test_all_common): Call test_max_depth.
4713 * gdb.fortran/max-depth.exp: New file.
4714 * gdb.fortran/max-depth.f90: New file.
4715 * gdb.go/max-depth.exp: New file.
4716 * gdb.go/max-depth.go: New file.
4717 * gdb.modula2/max-depth.exp: New file.
4718 * gdb.modula2/max-depth.c: New file.
4719 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4720
4721 2019-04-29 Tom de Vries <tdevries@suse.de>
4722
4723 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4724
4725 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4726
4727 * gdb.base/callexit.exp: Test may-call-functions off.
4728
4729 2019-04-25 Keith Seitz <keiths@redhat.com>
4730
4731 PR c++/24367
4732 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4733 (another_incomplete_struct, test_incomplete): New definitions.
4734 (main): Use new definitions.
4735 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4736 functions.
4737
4738 2019-04-25 Ali Tamur <tamur@google.com>
4739
4740 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4741
4742 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4743
4744 PR corefiles/11608
4745 PR corefiles/18187
4746 * gdb.base/coredump-filter-build-id.exp: New file.
4747
4748 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4749
4750 * Makefile.in: Pass through GDBSERVER_DEBUG.
4751 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4752 (gdbserver,debug): Add board setting.
4753 * gdb.trace/tspeed.exp: Skip when debugging.
4754 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4755 * lib/gdbserver-support.exp: Likewise
4756
4757 2019-04-24 Tom Tromey <tromey@adacore.com>
4758
4759 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4760 Rust.
4761
4762 2019-04-24 Tom Tromey <tromey@adacore.com>
4763
4764 * gdb.arch/amd64-eval.exp: Test bitfield return.
4765 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4766 (class Foo) <return_bitfields>: New method.
4767 (main): Call it.
4768
4769 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4770
4771 * gdb.cp/many-args.cc: New file.
4772 * gdb.cp/many-args.exp: New file.
4773
4774 2019-04-23 Tom de Vries <tdevries@suse.de>
4775
4776 PR gdb/24433
4777 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4778
4779 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4780
4781 * gdb.trace/backtrace.exp: Use nopie flag.
4782 * gdb.trace/circ.exp: Likewise.
4783 * gdb.trace/collection.exp: Likewise.
4784 * gdb.trace/ftrace.exp: Likewise.
4785 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4786 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4787 * gdb.trace/qtro.exp: Likewise.
4788 * gdb.trace/read-memory.exp: Likewise.
4789 * gdb.trace/report.exp: Likewise.
4790 * gdb.trace/tfile.exp: Likewise.
4791 * gdb.trace/tfind.exp: Likewise.
4792 * gdb.trace/unavailable.exp: Likewise.
4793
4794 2019-04-22 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.base/solib-probes-nosharedlibrary.c,
4797 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4798
4799 2019-04-19 Tom Tromey <tromey@adacore.com>
4800
4801 * gdb.ada/ptype_union.c: New file.
4802 * gdb.ada/ptype_union.exp: New file.
4803
4804 2019-04-19 Tom Tromey <tromey@adacore.com>
4805
4806 PR symtab/24423:
4807 * gdb.base/list0.h (foo): Add a control-l character.
4808
4809 2019-04-18 Tom de Vries <tdevries@suse.de>
4810
4811 PR gdb/24433
4812 * boards/local-board.exp: Set sysroot to "".
4813
4814 2019-04-18 Tom de Vries <tdevries@suse.de>
4815 Pedro Alves <palves@redhat.com>
4816
4817 PR gdb/24454
4818 * gdb.threads/vfork-follow-child-exec.c: New file.
4819 * gdb.threads/vfork-follow-child-exec.exp: New file.
4820 * gdb.threads/vfork-follow-child-exit.c: New file.
4821 * gdb.threads/vfork-follow-child-exit.exp: New file.
4822
4823 2019-04-15 Leszek Swirski <leszeks@google.com>
4824
4825 * gdb.arch/amd64-eval.cc: New file.
4826 * gdb.arch/amd64-eval.exp: New file.
4827
4828 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4829
4830 * gdb.server/sysroot.c: New test.
4831 * gdb.server/sysroot.exp: New file.
4832 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4833 matching param.
4834
4835 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4836
4837 * gdb.base/align.exp: Extend test to cover structures containing
4838 only static fields.
4839
4840 2019-04-11 Tom de Vries <tdevries@suse.de>
4841
4842 * boards/cc-with-dwz-m.exp: New file.
4843 * boards/cc-with-dwz.exp: New file.
4844 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4845
4846 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4847
4848 * gdb.base/start-cpp.exp: New file.
4849 * gdb.base/start-cpp.cc: New file.
4850
4851 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4852
4853 * gdb.python/py-thrhandle.exp: Adjust tests to call
4854 thread_from_handle instead of thread_from_thread_handle.
4855
4856 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4857
4858 * gdb.python/py-thrhandle.exp: Add tests for
4859 gdb.InferiorThread.handle.
4860
4861 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4862
4863 * gdb.python/py-function.exp: Check calling helper function from
4864 all languages.
4865 * lib/gdb.exp (gdb_supported_languages): New proc.
4866
4867 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4868
4869 * gdb.base/complex-parts.c: New file.
4870 * gdb.base/complex-parts.exp: New file.
4871
4872 2019-04-01 Tom Tromey <tromey@adacore.com>
4873
4874 PR symtab/23331:
4875 * gdb.dwarf2/dw2-ranges-main.c: New file.
4876 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4877 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4878
4879 2019-03-30 Simon Marchi <simark@simark.ca>
4880
4881 * gdb.base/default.exp: Add values for $_gdb_major and
4882 $_gdb_minor.
4883
4884 2019-03-29 Tom Tromey <tromey@adacore.com>
4885
4886 * gdb.base/help.exp: Tighten apropos regexp.
4887
4888 2019-03-29 Keith Seitz <keiths@redhat.com>
4889
4890 * gdb.fortran/array-bounds.exp: New file.
4891 * gdb.fortran/array-bounds.f90: New file.
4892
4893 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4894
4895 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4896
4897 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4898
4899 * gdb.multi/hello.c (main): Increase alarm timer.
4900
4901 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4902
4903 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4904 factor when no hardware watchpoint support.
4905
4906 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4907 Pedro Alves <palves@redhat.com>
4908
4909 * boards/local-board.exp: set sysroot to /.
4910
4911 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4912
4913 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
4914 in child.
4915
4916 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4917
4918 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
4919 field.
4920 (make_container): Initialise new field.
4921 * gdb.python/py-prettyprint.exp: Add new tests.
4922 * gdb.python/py-prettyprint.py (class ContainerPrinter)
4923 <display_hint>: New method.
4924
4925 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4926
4927 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
4928 gdb_continue_to_breakpoint more throughout this test.
4929 (run_lang_tests) Supply unique test names, and use
4930 gdb_test_no_output.
4931
4932 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * gdb.base/finish-pretty.exp: Update expected results.
4935 * gdb.base/pretty-print.c: New file.
4936 * gdb.base/pretty-print.exp: New file.
4937
4938 2019-03-25 Pedro Alves <palves@redhat.com>
4939
4940 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
4941 move comments outside list. Append '-i "" eof' section.
4942
4943 2019-03-22 Alan Hayward <alan.hayward@arm.com>
4944
4945 PR testsuite/25016
4946 * README: Add pie options.
4947 * gdb.base/break-interp.exp: Ensure pie is disabled.
4948 * gdb.base/dump.exp: Likewise.
4949 * lib/gdb.exp (gdb_compile): Add pie option.
4950
4951 2019-03-19 Tom Tromey <tromey@adacore.com>
4952
4953 * gdb.mi/mi2-cli-display.c: New file.
4954 * gdb.mi/mi2-cli-display.exp: New file.
4955
4956 2019-03-18 Joel Brobecker <brobecker@adacore.com>
4957 Tom Tromey <tromey@adacore.com>
4958
4959 * gdb.ada/ptype_array/pck.adb: New file.
4960 * gdb.ada/ptype_array/pck.ads: New file.
4961 * gdb.ada/ptype_array/foo.adb: New file.
4962 * gdb.ada/ptype_array.exp: New file.
4963
4964 2019-03-14 Tom Tromey <tromey@adacore.com>
4965
4966 * gdb.base/style.exp: Add "set style sources" test.
4967
4968 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
4969
4970 * mi-breakpoint-location-ena-dis.exp: Rename to ...
4971 * mi-breakpoint-multiple-locations.exp: ... this.
4972 (make_breakpoints_pattern): New proc.
4973 (do_test): Add mi_version parameter, test -break-insert,
4974 -break-info and =breakpoint-created.
4975
4976 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
4977
4978 * config/default.exp: Remove 'load_lib gdb.exp'.
4979 * config/monitor.exp: Likewise.
4980 * config/sid.exp: Likewise.
4981 * config/sim.exp: Likewise.
4982 * config/slite.exp: Likewise.
4983 * config/unix.exp: Likewise.
4984 * gdb.base/default.exp: Remove unhelpful comment.
4985
4986 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4987
4988 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
4989
4990 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4991
4992 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
4993
4994 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4995
4996 * gdb.fortran/type-kinds.exp: Update expected results.
4997
4998 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4999
5000 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5001
5002 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5003
5004 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5005 function.
5006 (test_basic_parsing_of_type_kinds): Expand types tested.
5007 (test_parsing_invalid_type_kinds): New function.
5008
5009 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5010
5011 * gdb.fortran/intrinsics.exp: New file.
5012 * gdb.fortran/intrinsics.f90: New file.
5013 * gdb.fortran/type-kinds.exp: New file.
5014
5015 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5016
5017 * gdb.fortran/dot-ops.exp: New file.
5018
5019 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5020
5021 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5022 Check upper and lower case logical literals.
5023
5024 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5025
5026 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5027 Remove duplicate tests.
5028
5029 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5030
5031 * lib/gdb.exp (builtin_cd): rename of cd.
5032 (cd): Override builtin.
5033
5034 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5035
5036 * gdb.fortran/function-calls.exp: New file.
5037 * gdb.fortran/function-calls.f90: New test.
5038
5039 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5040
5041 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5042 on user program standard output.
5043 * gdb.fortran/short-circuit-argument-list.f90: Record function
5044 calls.
5045
5046 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5047
5048 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5049 failure.
5050
5051 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5052
5053 PR gdb/8527
5054 * gdb.base/interrupt-daemon-attach.c,
5055 gdb.base/interrupt-daemon-attach.exp: New test.
5056
5057 2019-02-27 Pedro Alves <palves@redhat.com>
5058
5059 * gdb.base/page.exp: Add tests for "set width/height -1".
5060
5061 2019-02-27 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.base/page.exp: Add tests for "set/show width/height" with
5064 "infinite" values.
5065
5066 2019-02-27 Tom Tromey <tromey@adacore.com>
5067
5068 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5069 2.4.
5070 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5071 workaround.
5072
5073 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5074
5075 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5076 tests for structs with static members.
5077
5078 2019-02-26 Tom Tromey <tromey@adacore.com>
5079
5080 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5081 ValueError, not TypeError.
5082
5083 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5084
5085 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5086 call from main program.
5087
5088 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5089
5090 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5091 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5092 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5093 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5094 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5095
5096 2019-02-22 Keith Seitz <keiths@redhat.com>
5097
5098 PR symtab/23853
5099 * gdb.base/symlink-sourcefile.c: New file.
5100 * gdb.base/symlink-sourcefile.exp: New file.
5101
5102 2019-02-20 Tom Tromey <tom@tromey.com>
5103
5104 * gdb.base/info_qt.exp: Update.
5105
5106 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5107
5108 * gdb.base/source.exp: Move "error in sourced script" code to
5109 the end.
5110 * gdb.base/source-error.gdb: Move contents to
5111 source-error-1.gdb. Add new code to source source-error-1.gdb.
5112 * gdb.base/source-error-1.gdb: New file, from previous
5113 source-error.gdb.
5114
5115 2019-02-17 Tom Tromey <tom@tromey.com>
5116
5117 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5118 for macro styling.
5119 * gdb.base/style.c (SOME_MACRO): New macro.
5120
5121 2019-02-17 Tom Tromey <tom@tromey.com>
5122
5123 * gdb.base/style.exp: Add line-wrapping tests.
5124 * gdb.base/page.exp: Add test for quitting during pagination.
5125
5126 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5127
5128 * gdb.ada/big_packed_array: New testcase.
5129 * gdb.ada/homonym.exp: Fix incorrect expected output for
5130 "break <homonym__get_value>" test.
5131
5132 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5133
5134 PR breakpoints/21870
5135 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5136 and prepare_for_testing. Add comment.
5137 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5138 redundant cleanup call. Clean up comment.
5139
5140 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5141
5142 PR breakpoints/21870
5143 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5144 * gdb.arch/aarch64-dbreg-contents.c: New file.
5145
5146 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5147
5148 * gdb.ada/mi_ref_changeable: New testcase.
5149
5150 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5151
5152 * gdb.base/attach.exp: Add double attach test.
5153
5154 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5155
5156 * lib/gdb.exp (default_gdb_start): Don't match pagination
5157 prompt.
5158 (gdb_init): Set stty_init.
5159
5160 2019-01-27 Tom Tromey <tom@tromey.com>
5161
5162 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5163 skip_python_tests.
5164
5165 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5166
5167 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5168 New structure.
5169 (struct struct_static_02_02): Likewise.
5170 (struct struct_static_02_03): Likewise.
5171 (struct struct_static_02_04): Likewise.
5172 (struct struct_static_04_01): Likewise.
5173 (struct struct_static_04_02): Likewise.
5174 (struct struct_static_04_03): Likewise.
5175 (struct struct_static_04_04): Likewise.
5176 (struct struct_static_06_01): Likewise.
5177 (struct struct_static_06_02): Likewise.
5178 (struct struct_static_06_03): Likewise.
5179 (struct struct_static_06_04): Likewise.
5180 (cmp_struct_static_02_01): Likewise.
5181 (cmp_struct_static_02_02): Likewise.
5182 (cmp_struct_static_02_03): Likewise.
5183 (cmp_struct_static_02_04): Likewise.
5184 (cmp_struct_static_04_01): Likewise.
5185 (cmp_struct_static_04_02): Likewise.
5186 (cmp_struct_static_04_03): Likewise.
5187 (cmp_struct_static_04_04): Likewise.
5188 (cmp_struct_static_06_01): Likewise.
5189 (cmp_struct_static_06_02): Likewise.
5190 (cmp_struct_static_06_03): Likewise.
5191 (cmp_struct_static_06_04): Likewise.
5192 (call_all): Test new structs.
5193 * gdb.base/infcall-nested-structs.exp: Likewise.
5194
5195 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5196 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5197
5198 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5199 * gdb.base/stack-protector.c: New test.
5200 * gdb.base/stack-protector.exp: New file.
5201 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5202 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5203 option.
5204 (gdb_compile): Remove stack protector for GCC and prevent
5205 recursion.
5206
5207 2019-01-16 Keith Seitz <keiths@redhat.com>
5208
5209 PR gdb/23773
5210 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5211
5212 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5213
5214 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5215 aliases.
5216 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5217 tests.
5218 * gdb.arch/powerpc-vector-regs.c: New file.
5219 * gdb.arch/powerpc-vector-regs.exp: New file.
5220
5221 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5222
5223 * gdb.arch/altivec-regs.exp: Fix the list passed to
5224 gdb_expect_list when testing "info vector".
5225
5226 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5227
5228 * gdb.base/style.exp: Don't include path in testname.
5229
5230 2019-01-10 Keith Seitz <keiths@redhat.com>
5231
5232 PR gdb/23712
5233 PR symtab/23010
5234 * gdb.dwarf2/multidictionary.exp: New file.
5235
5236 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5237
5238 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5239 (test_gnuv3_style_demangling): ... this.
5240 (test_lucid_style_demangling): Remove.
5241 (test_arm_style_demangling): Remove.
5242 (test_hp_style_demangling): Remove.
5243 (do_tests): Remove calls to the above.
5244
5245 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5246
5247 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5248 case.
5249
5250 2019-01-06 Tom Tromey <tom@tromey.com>
5251
5252 PR gdb/28155:
5253 * gdb.dwarf2/typedef-void-finish.exp: New file.
5254
5255 2018-12-28 Tom Tromey <tom@tromey.com>
5256 Simon Marchi <simark@simark.ca>
5257
5258 * gdb.base/jit-exec.exp: New file.
5259 * gdb.base/jit-exec.c: New file.
5260 * gdb.base/jit-execd.c: New file.
5261
5262 2018-12-28 Tom Tromey <tom@tromey.com>
5263
5264 * gdb.base/style.exp: Update test to check for address styling.
5265
5266 2018-12-28 Tom Tromey <tom@tromey.com>
5267
5268 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5269 message.
5270
5271 2018-12-28 Tom Tromey <tom@tromey.com>
5272
5273 * gdb.base/style.exp: Add test for version number styling.
5274
5275 2018-12-28 Tom Tromey <tom@tromey.com>
5276
5277 * gdb.base/style.exp: Add test for print_address_symbolic.
5278
5279 2018-12-28 Tom Tromey <tom@tromey.com>
5280
5281 * gdb.base/style.exp: Add test for breakpoint setting.
5282
5283 2018-12-28 Tom Tromey <tom@tromey.com>
5284
5285 * gdb.base/style.exp: Add test for variable names.
5286
5287 2018-12-28 Tom Tromey <tom@tromey.com>
5288
5289 * gdb.base/style.exp: New file.
5290 * gdb.base/style.c: New file.
5291
5292 2018-12-28 Tom Tromey <tom@tromey.com>
5293
5294 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5295 "dumb".
5296 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5297 the TERM environment variable.
5298
5299 2018-12-27 Tom Tromey <tom@tromey.com>
5300
5301 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5302 pagination test.
5303
5304 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5305
5306 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5307 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5308
5309 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5310
5311 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5312 Filename a.adb changed to bp_fun_addr.adb.
5313 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5314
5315 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5316
5317 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5318 non-PIE executables.
5319 * README: Mention the gdb,nopie_flag board setting.
5320 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5321 non-PIE executable.
5322 * gdb.arch/amd64-entry-value.exp: Likewise.
5323 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5324 * gdb.arch/i386-float.exp: Likewise.
5325 * gdb.arch/i386-signal.exp: Likewise.
5326 * gdb.mi/mi-reg-undefined.exp: Likewise.
5327
5328 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5329
5330 PR gdb/23974
5331 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5332
5333 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5334
5335 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5336 Update order of results accordingly.
5337
5338 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5339
5340 * gdb.base/annota1.exp: Update a test regexp.
5341
5342 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5343
5344 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5345
5346 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5347
5348 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5349 (reuse_time): Initialize to REUSE_TIME_CAP.
5350 (check_rc): New function.
5351 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5352 Check pthread_create rc.
5353 (spawner_thread_func): Check pthread_create and pthread_join rc.
5354
5355 2018-12-08 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.base/list.exp (test_forward_search): Rename to ...
5358 (test_forward_reverse_search): ... this. Also test reverse-search
5359 and the forward-search alias.
5360
5361 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5362
5363 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5364 local timeout variable before return, and remove all local timeout
5365 variable entirely.
5366 (gdb_load): Likewise.
5367
5368 2018-12-01 Tom de Vries <tdevries@suse.de>
5369
5370 * gdb.base/gdb-caching-proc.exp: New file.
5371
5372 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5373
5374 * Makefile.in (TIMESTAMP): New variable.
5375 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5376 command.
5377 (check-single-racy): Likewise.
5378 (check/%.exp): Likewise.
5379 (check-racy/%.exp): Likewise.
5380 (workers/%.worker): Likewise.
5381 (build-perf): Likewise.
5382 (check-perf): Likewise.
5383 * README: Describe new "TS" and "TS_FORMAT" variables.
5384 * print-ts.py: New file.
5385
5386 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5387
5388 PR python/23714
5389 * gdb.python/python.exp: Test command repetition after
5390 gdb.execute.
5391
5392 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5393
5394 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5395 is correctly aligned.
5396
5397 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5398
5399 * gdb.ada/info_auto_lang.exp: New testcase.
5400 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5401 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5402 * gdb.ada/info_auto_lang/some_c.c: New file.
5403
5404 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5405
5406 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5407 FUNC_lang language syntax.
5408
5409 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5410
5411 * gdb.base/info_minsym.c: New file.
5412 * gdb.base/info_minsym.exp: New file.
5413
5414 2018-11-19 Tom Tromey <tom@tromey.com>
5415
5416 PR rust/23625:
5417 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5418 * gdb.rust/expr.exp: Update expected output. Change one test.
5419
5420 2018-11-19 Tom Tromey <tom@tromey.com>
5421
5422 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5423
5424 2018-11-19 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5427 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5428 see the expected warning.
5429
5430 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5431
5432 PR gdb/22736:
5433 * gdb.cp/infcall-nodebug-lib.c: New test.
5434 * gdb.cp/infcall-nodebug-main.c: New test.
5435 * gdb.cp/infcall-nodebug.exp: New file.
5436
5437 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5438
5439 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5440 completer tests.
5441
5442 2018-11-09 Tom de Vries <tdevries@suse.de>
5443
5444 * gdb.base/msym-lang.c: New test.
5445 * gdb.base/msym-lang.exp: New file.
5446 * gdb.base/msym-lang-main.c: New test.
5447
5448 2018-11-08 Tom Tromey <tom@tromey.com>
5449
5450 PR gdb/23555:
5451 PR gdb/23838:
5452 * gdb.base/warning.exp: New file.
5453
5454 2018-11-08 Jan Beulich <jbeulich@suse.com>
5455
5456 * testsuite/gdb.arch/i386-avx512.c,
5457 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5458
5459 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5462 point hardware.
5463
5464 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5465
5466 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5467 * gdb.dwarf2/missing-type-name.exp: New file.
5468
5469 2018-11-06 Tom de Vries <tdevries@suse.de>
5470
5471 * gdb.base/many-headers.c: New test.
5472 * gdb.base/many-headers.exp: New file.
5473
5474 2018-11-06 Jim Wilson <jimw@sifive.com>
5475
5476 * gdb.base/code_elim.exp: For riscv, set additional_flags
5477 to include -msmall-data-limit=0.
5478
5479 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5480
5481 * gdb.ada/watch_minus_l: New testcase.
5482
5483 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5484
5485 * gdb.arch/aix-sighandle.c: New file.
5486 * gdb.arch/aix-sighandle.exp: New file.
5487
5488 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5489
5490 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5491 registers being unions.
5492
5493 2018-10-31 Tom de Vries <tdevries@suse.de>
5494
5495 * lib/valgrind.exp: New file.
5496 (vgdb_start, vgdb_stop): New procs, factored out of ...
5497 * gdb.base/valgrind-bt.exp: ... here, ...
5498 * gdb.base/valgrind-disp-step.exp: ... here and ...
5499 * gdb.base/valgrind-infcall.exp: ... here.
5500
5501 2018-10-31 Tom de Vries <tdevries@suse.de>
5502
5503 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5504
5505 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5506
5507 * gdb.dwarf2/void-type.c: New file.
5508 * gdb.dwarf2/void-type.exp: New file.
5509
5510 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5511
5512 * gdb.base/info_qt.c: New file.
5513 * gdb.base/info_qt.exp: New file.
5514
5515 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5516
5517 * gdb.arch/powerpc-htm-regs.c: New file.
5518 * gdb.arch/powerpc-htm-regs.exp: New file.
5519
5520 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5521
5522 * gdb.arch/powerpc-tar.c: New file.
5523 * gdb.arch/powerpc-tar.exp: New file.
5524
5525 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5526
5527 * gdb.arch/powerpc-ppr-dscr.c: New file.
5528 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5529
5530 2018-10-25 Tom de Vries <tdevries@suse.de>
5531
5532 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5533
5534 2018-10-24 Tom de Vries <tdevries@suse.de>
5535
5536 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5537 longer exists error.
5538
5539 2018-10-24 Tom de Vries <tdevries@suse.de>
5540
5541 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5542
5543 2018-10-24 Tom de Vries <tdevries@suse.de>
5544
5545 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5546 --db-attach in valgrind.
5547
5548 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5549
5550 * gdb.arch/riscv-reg-aliases.c: New file.
5551 * gdb.arch/riscv-reg-aliases.exp: New file.
5552
5553 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5554
5555 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5556
5557 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5558
5559 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5560
5561 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5562
5563 * gdb.cp/ovldbreak.exp: Fix regexps.
5564
5565 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5566
5567 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5568
5569 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5570
5571 PR cli/23785
5572 * gdb.base/restore.exp: New test to check if "restore" with an
5573 invalid file doesn't segfault.
5574
5575 2018-10-18 Tom de Vries <tdevries@suse.de>
5576
5577 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5578 * gdb.ada/excep_handle.exp: Same.
5579 * gdb.ada/mi_string_access.exp: Same.
5580 * gdb.ada/mi_var_union.exp: Same.
5581 * gdb.arch/arc-analyze-prologue.exp: Same.
5582 * gdb.arch/arc-decode-insn.exp: Same.
5583 * gdb.base/readnever.exp: Same.
5584 * gdb.fortran/printing-types.exp: Same.
5585 * gdb.guile/scm-lazy-string.exp: Same.
5586
5587 2018-10-16 Tom de Vries <tdevries@suse.de>
5588
5589 PR gdb/23730
5590 * gdb.base/catch-follow-exec.c: Add copyright notice.
5591 * gdb.base/catch-follow-exec.exp: Rewrite to use
5592 gdb_spawn_with_cmdline_opts. Require gdb-native.
5593
5594 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5595
5596 * gdb.trace/actions-changed.exp: Check for arch support.
5597 * gdb.trace/actions.exp: Likewise.
5598 * gdb.trace/ax.exp: Likewise.
5599 * gdb.trace/backtrace.exp: Likewise.
5600 * gdb.trace/change-loc.exp: Likewise.
5601 * gdb.trace/deltrace.exp: Likewise.
5602 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5603 * gdb.trace/ftrace.exp: Likewise.
5604 * gdb.trace/infotrace.exp: Check for arch support.
5605 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5606 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5607 * gdb.trace/mi-tsv-changed.exp: Likewise.
5608 * gdb.trace/packetlen.exp: Likewise.
5609 * gdb.trace/passc-dyn.exp: Likewise.
5610 * gdb.trace/passcount.exp: Likewise.
5611 * gdb.trace/pending.exp: Likewise.
5612 * gdb.trace/range-stepping.exp: Check for shlib support.
5613 * gdb.trace/report.exp: Check for arch support.
5614 * gdb.trace/save-trace.exp: Likewise.
5615 * gdb.trace/signal.exp: Check for signal support.
5616 * gdb.trace/tfind.exp: Check for arch support.
5617 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5618 * gdb.trace/trace-common.h: Add comment.
5619 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5620 * gdb.trace/trace-enable-disable.exp: Likewise.
5621 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5622 * gdb.trace/tracecmd.exp: Check for arch support.
5623 * gdb.trace/tspeed.exp: Check for shlib and target support.
5624 * gdb.trace/tstatus.exp: Check for arch support.
5625 * gdb.trace/tsv.exp: Likewise.
5626 * gdb.trace/while-dyn.exp: Likewise.
5627 * gdb.trace/while-stepping.exp: Likewise.
5628 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5629
5630 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5631
5632 * gdb.trace/tspeed.exp: Remove nowarnings.
5633 (prepare_for_trace_test): Declare "global ipalib".
5634 * gdb.trace/tspeed.c: Include unistd.h.
5635 (main): Remove superfluous printf argument.
5636
5637 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5638
5639 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5640 directory prefix on the filename.
5641
5642 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5643
5644 * gdb.gdb/unittest.exp: Update expected message informing that
5645 selftests have been disabled.
5646 * gdb.server/unittest.exp: Likewise.
5647
5648 2018-10-09 Tom de Vries <tdevries@suse.de>
5649
5650 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5651 with runto_main.
5652
5653 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5654
5655 PR c++/16841
5656 * gdb.cp/virtbase2.cc: New file.
5657 * gdb.cp/virtbase2.exp: New file.
5658
5659 2018-10-06 Tom Tromey <tom@tromey.com>
5660
5661 PR python/19399:
5662 * gdb.python/py-inferior.exp: Add architecture test.
5663
5664 2018-10-06 Tom Tromey <tom@tromey.com>
5665
5666 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5667 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5668
5669 2018-10-06 Tom Tromey <tom@tromey.com>
5670
5671 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5672 of a "throw" catchpoint.
5673
5674 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5675
5676 * gdb.base/info-proc.exp: Update string expected from "help info
5677 proc".
5678
5679 2018-10-04 Tom Tromey <tom@tromey.com>
5680
5681 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5682 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5683 (test_initial_complaints, test_empty_complaints): Update.
5684 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5685
5686 2018-10-04 Tom Tromey <tom@tromey.com>
5687
5688 PR cli/19551:
5689 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5690 * lib/gdb.exp (gdb_file_cmd): Update.
5691 * gdb.stabs/weird.exp (print_weird_var): Update.
5692 * gdb.server/solib-list.exp: Update.
5693 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5694 * gdb.mi/mi-cli.exp: Update.
5695 * gdb.linespec/linespec.exp: Update.
5696 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5697 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5698 * gdb.cp/cp-relocate.exp: Update.
5699 * gdb.base/sym-file.exp: Update.
5700 * gdb.base/relocate.exp: Update.
5701 * gdb.base/readnever.exp: Update.
5702 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5703 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5704 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5705 * gdb.base/code_elim.exp: Update.
5706 * gdb.base/break-unload-file.exp (test_break): Update.
5707 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5708 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5709 Update.
5710 * gdb.base/attach.exp (do_attach_tests): Update.
5711 * gdb.base/sepdebug.exp: Update.
5712 * gdb.python/py-section-script.exp: Update.
5713
5714 2018-10-04 Tom Tromey <tom@tromey.com>
5715
5716 PR cli/22234:
5717 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5718 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5719 output.
5720
5721 2018-10-04 Tom Tromey <tom@tromey.com>
5722
5723 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5724 set width and height to 0.
5725 (test_command_line_attach_run): Use -quiet.
5726
5727 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5728
5729 * lib/gdb.exp (skip_ifunc_tests): New.
5730 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5731 other compile failures.
5732 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5733
5734 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5735
5736 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5737 is_amd64_regs_target.
5738
5739 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5740
5741 * gdb.arch/aarch64-sighandler-regs.c: New test.
5742 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5743 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5744
5745 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5746
5747 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5748 assembly.
5749
5750 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5751
5752 * gdb.base/frame-selection.exp: New file.
5753 * gdb.base/frame-selection.c: New file.
5754
5755 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5756
5757 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5758 pthread barrier.
5759 (main): Likewise.
5760
5761 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5762
5763 * gdb.base/large-frame-1.c: New file.
5764 * gdb.base/large-frame-2.c: New file.
5765 * gdb.base/large-frame.exp: New file.
5766 * gdb.base/large-frame.h: New file.
5767
5768 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5769
5770 PR gdb/20948
5771 * gdb.base/write_mem.exp: New test.
5772 * gdb.base/write_mem.c: Likewise.
5773
5774 2018-09-23 Tom Tromey <tom@tromey.com>
5775
5776 PR python/18852:
5777 * gdb.python/py-parameter.exp: Add test for parameter that throws
5778 on "set".
5779
5780 2018-09-23 Tom Tromey <tom@tromey.com>
5781
5782 PR python/17284:
5783 * gdb.python/py-template.exp (test_template_arg): Add test for
5784 negative template argument number.
5785
5786 2018-09-23 Tom Tromey <tom@tromey.com>
5787
5788 PR python/14062:
5789 * gdb.python/python.exp: Add test for post_event error.
5790
5791 2018-09-23 Tom Tromey <tom@tromey.com>
5792
5793 PR python/18170:
5794 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5795 convert pointers to int and long.
5796
5797 2018-09-23 Tom Tromey <tom@tromey.com>
5798
5799 PR python/20126:
5800 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5801 signed-ness conversion tests.
5802
5803 2018-09-23 Tom Tromey <tom@tromey.com>
5804
5805 PR python/18352;
5806 * gdb.python/py-value.exp (test_float_conversion): New proc.
5807 Use it.
5808
5809 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5810
5811 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5812
5813 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5814
5815 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5816 no readline.
5817 * gdb.base/utf8-identifiers.exp: Likewise.
5818 * gdb.cp/cpcompletion.exp: Likewise.
5819 * gdb.linespec/cpcompletion.exp: Likewise.
5820 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5821 * gdb.linespec/cpls-ops.exp: Likewise.
5822
5823 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5824 Chris January <chris.january@arm.com>
5825
5826 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5827 * gdb.fortran/short-circuit-argument-list.exp: New file.
5828 * gdb.fortran/short-circuit-argument-list.f90: New test.
5829
5830 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5831
5832 * gdb.arch/amd64-invalid-stack-top.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.arch/amd64-invalid-stack-middle.exp: Expect optional
5838 "arch=" keyword when executing "-stack-list-frames".
5839
5840 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5841
5842 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5843 break ada".
5844
5845 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5846
5847 PR python/23669
5848 * gdb.python/python.exp: Test gdb.execute("show commands").
5849
5850 2018-09-16 Tom Tromey <tom@tromey.com>
5851
5852 * gdb.base/new-ui.exp (do_execution_tests): Update.
5853 * gdb.base/dbx.exp (test_breakpoints): Update.
5854
5855 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5856
5857 * lib/gdb.exp (gdb_simple_compile): Add proc.
5858 (is_elf_target): Use gdb_simple_compile.
5859 (skip_altivec_tests): Likewise.
5860 (skip_vsx_tests): Likewise.
5861 (skip_tsx_tests): Likewise.
5862 (skip_btrace_tests): Likewise.
5863 (skip_btrace_pt_tests): Likewise.
5864 (gdb_can_simple_compile): Likewise.
5865 (gdb_has_argv0): Likewise.
5866 (gdb_target_symbol_prefix): Likewise.
5867 (target_supports_scheduler_locking): Likewise.
5868
5869 2018-09-13 Tom Tromey <tom@tromey.com>
5870
5871 * Makefile.in (TAGS): Recognize proc_with_prefix and
5872 gdb_caching_proc.
5873
5874 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5875
5876 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5877 method.
5878
5879 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5880
5881 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5882 and a few other Inferior properties when the Inferior is no
5883 longer valid.
5884
5885 2018-09-13 Tom Tromey <tom@tromey.com>
5886
5887 PR rust/23650:
5888 * gdb.rust/simple.exp: Add test for enum field access error.
5889
5890 2018-09-13 Tom Tromey <tom@tromey.com>
5891
5892 PR rust/23626:
5893 * gdb.rust/simple.rs (EmptyEnum): New type.
5894 (main): Use it.
5895 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5896
5897 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5898
5899 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5900 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5901 * gdb.python/py-symtab.exp: Update test printing an objfile.
5902
5903 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5904
5905 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5906 object.
5907
5908 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5909
5910 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5911 (support_complex_tests): Use gdb_can_simple_compile.
5912 (is_ilp32_target): Likewise.
5913 (is_lp64_target): Likewise.
5914 (is_64_target): Likewise.
5915 (is_amd64_regs_target): Likewise.
5916 (is_aarch32_target): Likewise.
5917 (gdb_int128_helper): Likewise.
5918
5919 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5920
5921 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
5922
5923 2018-09-10 Jerome Guitton <guitton@adacore.com>
5924
5925 * gdb.ada/same_component_name: Add test for case of tagged record
5926 with variable-length fields.
5927
5928 2018-09-10 Xavier Roirand <roirand@adacore.com>
5929
5930 * gdb.ada/access_to_unbounded_array.exp: New testcase.
5931 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
5932 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
5933 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
5934
5935 2018-09-10 Xavier Roirand <roirand@adacore.com>
5936
5937 * gdb.ada/mi_string_access.exp: New testcase.
5938 * gdb.ada/mi_string_access/bar.adb: New file.
5939 * gdb.ada/mi_string_access/pck.adb: New file.
5940 * gdb.ada/mi_string_access/pck.asd: New file.
5941
5942 2018-09-10 Xavier Roirand <roirand@adacore.com>
5943
5944 * gdb.ada/mi_var_union.exp: New testcase.
5945 * gdb.ada/mi_var_union/bar.adb: New file.
5946 * gdb.ada/mi_var_union/pck.adb: New file.
5947 * gdb.ada/mi_var_union/pck.asd: New file.
5948
5949 2018-09-08 Tom Tromey <tom@tromey.com>
5950
5951 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
5952
5953 2018-09-08 Tom Tromey <tom@tromey.com>
5954
5955 PR python/16047:
5956 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
5957 (register_pretty_printers): Register new printer.
5958 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
5959 test.
5960 * gdb.python/py-prettyprint.c (int_type3): New typedef.
5961 (an_int_type3): New global.
5962
5963 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5964
5965 * gdb.ada/expr_with_funcall: New testcase.
5966
5967 2018-09-08 Joel Brobecker <brobecker@adacore.com>
5968
5969 * gdb.ada/packed_array_assign: New testcase.
5970
5971 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
5972
5973 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
5974 names, and add test prefixes to make test names unique.
5975
5976 2018-09-05 Tom de Vries <tdevries@suse.de>
5977
5978 * gdb.dwarf2/varval.exp: Add test.
5979
5980 2018-09-04 Gary Benson <gbenson@redhat.com>
5981
5982 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
5983 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
5984
5985 2018-08-31 Tom Tromey <tom@tromey.com>
5986
5987 * gdb.rust/simple.rs: Rename second variable "v".
5988
5989 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
5990
5991 * gdb.base/funcargs.c (use_a): New function.
5992 (recurse): Call use_a.
5993
5994 2018-08-29 Keith Seitz <keiths@redhat.com>
5995
5996 * gdb.compile/compile-cplus-anonymous.cc: New file.
5997 * gdb.compile/compile-cplus-anonymous.exp: New file.
5998 * gdb.compile/compile-cplus-array-decay.cc: New file.
5999 * gdb.compile/compile-cplus-array-decay.exp: New file.
6000 * gdb.compile/compile-cplus-inherit.cc: New file.
6001 * gdb.compile/compile-cplus-inherit.exp: New file.
6002 * gdb.compile/compile-cplus-member.cc: New file.
6003 * gdb.compile/compile-cplus-member.exp: New file.
6004 * gdb.compile/compile-cplus-method.cc: New file.
6005 * gdb.compile/compile-cplus-method.exp: New file.
6006 * gdb.compile/compile-cplus-mod.c: "New" file.
6007 * gdb.compile/compile-cplus-namespace.cc: New file.
6008 * gdb.compile/compile-cplus-namespace.exp: New file.
6009 * gdb.compile/compile-cplus-nested.cc: New file.
6010 * gdb.compile/compile-cplus-nested.exp: New file.
6011 * gdb.compile/compile-cplus-print.c: "New" file.
6012 * gdb.compile/compile-cplus-print.exp: "New" file.
6013 * gdb.compile/compile-cplus-virtual.cc: New file.
6014 * gdb.compile/compile-cplus-virtual.exp: New file.
6015 * gdb.compile/compile-cplus.c: "New" file.
6016 * gdb.compile/compile-cplus.exp: "New" file.
6017 * lib/compile-support.exp: New file.
6018
6019 2018-08-16 Gary Benson <gbenson@redhat.com>
6020
6021 PR gdb/13000:
6022 * gdb.base/batch-exit-status.exp: New file.
6023 * gdb.base/batch-exit-status.good-commands: Likewise.
6024 * gdb.base/batch-exit-status.bad-commands: Likewise.
6025
6026 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6027
6028 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6029 (struct struct02): Likewise.
6030 (struct struct03): Likewise.
6031 (struct struct04): Likewise.
6032 (struct struct_01_01): New struct.
6033 (struct struct_01_02): Likewise.
6034 (struct struct_01_03): Likewise.
6035 (struct struct_01_04): Likewise.
6036 (struct struct_02_01): Likewise.
6037 (struct struct_02_02): Likewise.
6038 (struct struct_02_03): Likewise.
6039 (struct struct_02_04): Likewise.
6040 (struct struct_04_01): Likewise.
6041 (struct struct_04_02): Likewise.
6042 (struct struct_04_03): Likewise.
6043 (struct struct_04_04): Likewise.
6044 (struct struct_05_01): Likewise.
6045 (struct struct_05_02): Likewise.
6046 (struct struct_05_03): Likewise.
6047 (struct struct_05_04): Likewise.
6048 (cmp_struct01): Remove function.
6049 (cmp_struct02): Likewise.
6050 (cmp_struct03): Likewise.
6051 (cmp_struct04): Likewise.
6052 (cmp_struct_01_01): Add Function.
6053 (cmp_struct_01_02): Likewise.
6054 (cmp_struct_01_03): Likewise.
6055 (cmp_struct_01_04): Likewise.
6056 (cmp_struct_02_01): Likewise.
6057 (cmp_struct_02_02): Likewise.
6058 (cmp_struct_02_03): Likewise.
6059 (cmp_struct_02_04): Likewise.
6060 (cmp_struct_04_01): Likewise.
6061 (cmp_struct_04_02): Likewise.
6062 (cmp_struct_04_03): Likewise.
6063 (cmp_struct_04_04): Likewise.
6064 (cmp_struct_05_01): Likewise.
6065 (cmp_struct_05_02): Likewise.
6066 (cmp_struct_05_03): Likewise.
6067 (cmp_struct_05_04): Likewise.
6068 (call_all): Add new structs.
6069 * gdb.base/infcall-nested-structs.exp: Likewise.
6070
6071 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6072
6073 * gdb.python/py-framefilter-mi.exp: Update regexp to
6074 check for "arch" field in frame output.
6075
6076 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6077
6078 * gdb.dwarf2/dw2-ranges-func.c: New file.
6079 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6080
6081 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6082
6083 * gdb.base/term.exp: Compare terminal settings with values from
6084 the inferior.
6085 * gdb.base/term.c: Get and set terminal settings.
6086
6087 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6088
6089 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6090 accommodate new "arch" field in frame output.
6091 * gdb.mi/mi-return.exp: Likewise.
6092 * gdb.mi/mi-stack.exp: Likewise.
6093 * gdb.mi/mi-syn-frame.exp: Likewise.
6094 * gdb.mi/user-selected-context-sync.exp: Likewise.
6095
6096 2018-08-19 Michael Spang <spang@google.com>
6097
6098 PR gdb/11786
6099 * gdb.base/gcore-tls-pie.c: New file.
6100 * gdb.base/gcore-tls-pie.exp: New file.
6101
6102 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6103
6104 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6105 * gdb.dwarf2/varval.c: New file.
6106 * gdb.dwarf2/varval.exp: New file.
6107
6108 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6109
6110 PR gdb/18931
6111 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6112
6113 2018-08-16 Keith Seitz <keiths@redhat.com>
6114
6115 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6116 tests expected to pass.
6117
6118 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6119
6120 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6121 -data-disassemble -a.
6122 (test_disassembly_bogus_args): Likewise.
6123
6124 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6125
6126 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6127
6128 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6129
6130 * gdb.base/vla-optimized-out.exp: Add new test.
6131
6132 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6133
6134 * gdb.base/vla-optimized-out-o3.exp: Delete.
6135 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6136 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6137 deleted tests.
6138
6139 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6140
6141 PR gdb/18050:
6142 * gdb.server/extended-remote-restart.c: New file.
6143 * gdb.server/extended-remote-restart.exp: New file.
6144
6145 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6146
6147 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6148 "set variable index = 42".
6149
6150 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6151
6152 * boards/index-cache-gdb.exp: New file.
6153 * gdb.dwarf2/index-cache.exp: New file.
6154 * gdb.dwarf2/index-cache.c: New file.
6155 * gdb.base/maint.exp: Check if we are using the index cache.
6156
6157 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6158
6159 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6160 MAKEFLAGS.
6161
6162 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6163
6164 * dg-extract-results.sh: Move to toplevel contrib.
6165 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6166 * Makefile.in (check-parallel-racy): Likewise.
6167
6168 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6169
6170 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6171 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6172 tests if the target supports scheduler locking.
6173
6174 2018-08-04 Tom de Vries <tdevries@suse.de>
6175
6176 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6177
6178 2018-08-02 Tom Tromey <tom@tromey.com>
6179
6180 PR symtab/16842.
6181 * gdb.cp/temargs.exp: Test "info address" of a template
6182 parameter.
6183
6184 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6185
6186 * gdb.python/py-mi-var-info-path-expression.c: New file.
6187 * gdb.python/py-mi-var-info-path-expression.py: New file.
6188 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6189
6190 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6191
6192 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6193 error after "cannot resolve name" string.
6194
6195 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6196
6197 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6198 started.
6199 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6200
6201 2018-07-28 Tom de Vries <tdevries@suse.de>
6202
6203 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6204
6205 2018-07-26 Tom de Vries <tdevries@suse.de>
6206
6207 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6208
6209 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6210
6211 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6212 is visible.
6213
6214 2018-07-26 Tom de Vries <tdevries@suse.de>
6215
6216 PR breakpoints/23366
6217 * gdb.base/catch-follow-exec.c: New test.
6218 * gdb.base/catch-follow-exec.exp: New file.
6219
6220 2018-07-25 Tom de Vries <tdevries@suse.de>
6221
6222 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6223 vla-optimized-out.c.
6224
6225 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6226
6227 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6228 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6229
6230 2018-07-20 Tom de Vries <tdevries@suse.de>
6231
6232 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6233 NOCLONE macro.
6234 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6235
6236 2018-07-19 Tom de Vries <tdevries@suse.de>
6237
6238 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6239 regular expression.
6240
6241 2018-07-18 Tom de Vries <tdevries@suse.de>
6242
6243 * gdb.base/vla-optimized-out.c: New test.
6244 * gdb.base/vla-optimized-out.exp: New file.
6245
6246 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6247
6248 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6249 message "No address associated with hostname" when gdbserver
6250 cannot resolve the hostname.
6251
6252 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6253
6254 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6255 Add some test prefixes to make tests unique.
6256
6257 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6258
6259 * gdb.base/frameapply.c: New file.
6260 * gdb.base/frameapply.exp: New file.
6261
6262 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6263
6264 * gdb.base/skip.exp: Update expected error message.
6265
6266 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6267 Jan Kratochvil <jan.kratochvil@redhat.com>
6268 Paul Fertser <fercerpav@gmail.com>
6269 Tsutomu Seki <sekiriki@gmail.com>
6270
6271 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6272 parameter.
6273 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6274 by default.
6275 * boards/native-gdbserver.exp: Likewise.
6276 * gdb.server/run-without-local-binary.exp: Improve regexp used
6277 for detecting when a remote debugging connection succeeds.
6278 * gdb.server/server-connect.exp: New file.
6279 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6280 Do not prefix the port number with ":".
6281 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6282 support for detecting and using it. Add '$debughost_gdbserver'
6283 to the list of arguments used to start gdbserver. Handle case
6284 when gdbserver cannot resolve a network name.
6285
6286 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6287
6288 PR c++/23373
6289 * gdb.base/ptype-offsets.cc (struct static_member): New
6290 struct.
6291 (main) <stmember>: New variable.
6292 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6293 with a static member in it.
6294
6295 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6296
6297 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6298 watchpoints enabled and disabled.
6299
6300 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6301
6302 * gdb.base/examine-backward.exp: Still run tests around address
6303 0x0, even if address 0x0 is not readable. Update the pattern for
6304 matching address 0x0 in expected output.
6305
6306 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6307
6308 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6309 malloc/free.
6310
6311 2018-07-04 Tom de Vries <tdevries@suse.de>
6312
6313 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6314
6315 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6316
6317 PR tdep/8282
6318 * gdb.arch/mips-disassembler-options.exp: New test.
6319 * gdb.arch/mips-disassembler-options.s: New test source.
6320
6321 2018-06-29 Pedro Alves <palves@redhat.com>
6322
6323 * gdb.threads/names.exp: Adjust expected "info threads" output.
6324
6325 2018-06-29 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.opt/inline-break.exp (line number, address): Add "info
6328 break" tests.
6329
6330 2018-06-29 Pedro Alves <palves@redhat.com>
6331
6332 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6333 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6334 number and address and running to them.
6335
6336 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6337
6338 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6339
6340 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6341
6342 * lib/compiler.c: Remove executable permission flag.
6343
6344 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6345
6346 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6347 code.
6348 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6349
6350 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6351
6352 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6353
6354 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6355
6356 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6357 address argument is omitted.
6358
6359 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6360
6361 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6362
6363 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6364
6365 PR gdb/21695
6366 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6367 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6368
6369 2018-06-26 Tom Tromey <tom@tromey.com>
6370
6371 PR rust/22574:
6372 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6373 * gdb.rust/simple.rs (struct SimpleLayout): New.
6374
6375 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6376
6377 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6378 "info registers" output.
6379
6380 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6381
6382 * gdb.base/watchpoint-hw-attach.c: New test.
6383 * gdb.base/watchpoint-hw-attach.exp: New file.
6384
6385 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6386
6387 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6388 through /bin/sh.
6389 * boards/dwarf4-gdb-index.exp: Likewise.
6390 * boards/fission-dwp.exp: Likewise.
6391
6392 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6393
6394 * gdb.base/float128.exp: Add comment and improved fail message
6395 to the failure case of "print large128" test.
6396
6397 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6398
6399 * configure.ac: Remove AC_PREREQ.
6400 * configure: Re-generate.
6401
6402 2018-06-19 Pedro Alves <palves@redhat.com>
6403
6404 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6405 (func_extern_caller): New.
6406 (main): Call func_extern_caller.
6407 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6408 logic change.
6409
6410 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6411
6412 PR gdb/16841
6413 * gdb.cp/typedef-base.cc: New file.
6414 * gdb.cp/typedef-base.exp: New file.
6415
6416 2018-06-18 Tom de Vries <tdevries@suse.de>
6417
6418 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6419
6420 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6421 Richard Bunt <Richard.Bunt@arm.com>
6422
6423 * gdb.threads/attach-slow-waitpid.c: New file.
6424 * gdb.threads/attach-slow-waitpid.exp: New file.
6425 * gdb.threads/slow-waitpid.c: New file.
6426
6427 2018-06-14 Pedro Alves <palves@redhat.com>
6428
6429 * gdb.base/fork-running-state.c: Include <errno.h>.
6430 (exit_if_relative_exits): New.
6431 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6432 exits.
6433 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6434 child exits.
6435
6436 2018-06-14 Tom de Vries <tdevries@suse.de>
6437
6438 PR cli/22573
6439 * gdb.base/finish-pretty.c: New test.
6440 * gdb.base/finish-pretty.exp: New file.
6441
6442 2018-06-14 Pedro Alves <palves@redhat.com>
6443
6444 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6445 gdb's expected startup output.
6446
6447 2018-06-14 Pedro Alves <palves@redhat.com>
6448
6449 * lib/selftest-support.exp (selftest_setup): Remove inlined
6450 function handling.
6451
6452 2018-06-14 Tom de Vries <tdevries@suse.de>
6453
6454 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6455 matching of breakpoint printing.
6456
6457 2018-06-13 Tom de Vries <tdevries@suse.de>
6458
6459 PR testsuite/23269
6460 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6461 (fork_child): ... here, and ...
6462 (fork_parent): ... here.
6463
6464 2018-06-12 Tom de Vries <tdevries@suse.de>
6465
6466 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6467
6468 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6469 Stephen Roberts <stephen.roberts@arm.com>
6470
6471 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6472 rewrite test to describe action performed, rather than possible
6473 failure.
6474
6475 2018-06-08 Gary Benson <gbenson@redhat.com>
6476
6477 * gdb.threads/check-libthread-db.exp: New file.
6478 * gdb.threads/check-libthread-db.c: Likewise.
6479
6480 2018-06-05 Tom Tromey <tom@tromey.com>
6481
6482 * gdb.base/default.exp: Update expected "show version" output.
6483
6484 2018-06-05 Tom Tromey <tom@tromey.com>
6485
6486 PR cli/12326:
6487 * gdb.cp/static-print-quit.exp: Update.
6488 * lib/gdb.exp (pagination_prompt): Update.
6489 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6490 * gdb.python/python.exp: Update.
6491
6492 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6493
6494 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6495
6496 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6497
6498 * gdb.ada/bp_fun_addr: New testcase.
6499
6500 2018-06-01 Tom Tromey <tom@tromey.com>
6501
6502 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6503 results.
6504 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6505 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6506 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6507 * gdb.base/maint.exp (maint_pass_if): Update.
6508
6509 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6510
6511 * gdb.base/endian.exp: New test.
6512 * gdb.base/endian.c: New test source.
6513
6514 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6515
6516 PR gdb/23203
6517 * gdb.base/bt-selected-frame.c: New file.
6518 * gdb.base/bt-selected-frame.exp: New file.
6519 * lib/gdb.exp (get_current_frame_number): New function.
6520
6521 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6522 Pedro Alves <palves@redhat.com>
6523
6524 * gdb.threads/tls-core.c: Include <stdlib.h>
6525 (thread_proc): Call `abort'.
6526 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6527 (tls_core_test): New procedure, bits factored out from ...
6528 (top level): ... here. Test both native cores and gcore cores.
6529
6530 2018-05-23 Tom Tromey <tom@tromey.com>
6531
6532 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6533
6534 2018-05-23 Tom Tromey <tom@tromey.com>
6535
6536 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6537 symfile_complaints.
6538 (test_short_complaints): Likewise.
6539 (test_empty_complaints): Likewise.
6540 (test_initial_complaints): Update.
6541
6542 2018-05-23 Tom Tromey <tom@tromey.com>
6543
6544 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6545
6546 2018-05-23 Tom Tromey <tom@tromey.com>
6547
6548 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6549 (test_short_complaints): Update.
6550
6551 2018-05-22 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/remote.exp: Only gdb_start after compiling the
6554 testcase. Issue "disconnect" before testing "set remote" command
6555 defaults. Issue clean_restart before running to main.
6556
6557 2018-05-22 Pedro Alves <palves@redhat.com>
6558
6559 * gdb.base/remote.exp: Adjust expected output of "show remote
6560 memory-write-packet-size". Add tests for "set remote
6561 memory-write-packet-size 0" and "set remote
6562 memory-write-packet-size fixed/limit".
6563
6564 2018-05-22 Pedro Alves <palves@redhat.com>
6565
6566 PR gdb/22973
6567 * gdb.base/utf8-identifiers.c: New file.
6568 * gdb.base/utf8-identifiers.exp: New file.
6569
6570 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6571
6572 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6573
6574 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6575
6576 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6577
6578 2018-05-18 Tom Tromey <tom@tromey.com>
6579
6580 * gdb.base/ptype-offsets.exp: Update.
6581
6582 2018-05-17 Keith Seitz <keiths@redhat.com>
6583
6584 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6585 in expected breakpoint stop locations.
6586 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6587 move to proper scope to test variable values.
6588 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6589 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6590 New functions.
6591 (main): Call not_inline_func3.
6592 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6593 inline_func1, inline_func2, and inline_func3. Test that when each
6594 breakpoint is hit, GDB properly reports both the stop location
6595 and the backtrace. Repeat tests for temporary breakpoints.
6596
6597 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6598
6599 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6600 rather then trying to access it in determining whether the PID
6601 of `gdbserver' could have been retrieved.
6602
6603 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6604
6605 * gdb.arch/amd64-init-x87-values.S: New file.
6606 * gdb.arch/amd64-init-x87-values.exp: New file.
6607
6608 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6609
6610 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6611
6612 2018-05-04 Tom Tromey <tom@tromey.com>
6613
6614 PR python/22730:
6615 * gdb.python/python.exp: Test multi-line execute.
6616
6617 2018-05-04 Tom Tromey <tom@tromey.com>
6618
6619 PR python/22731:
6620 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6621
6622 2018-05-04 Tom Tromey <tom@tromey.com>
6623
6624 PR gdb/11750:
6625 * gdb.base/define.exp: Test defining a user command inside a user
6626 command.
6627 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6628
6629 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6630 Pedro Alves <palves@redhat.com>
6631
6632 PR breakpoints/19806 and support for PR external/20207.
6633 * gdb.base/watchpoint-unaligned.c: New file.
6634 * gdb.base/watchpoint-unaligned.exp: New file.
6635
6636 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6637
6638 * gdb.base/maint.exp: Make test names unique, use
6639 test_prefix_command_help to test 'help maint info', and remove
6640 repeated test of 'help maint'.
6641
6642 2018-05-04 Tom Tromey <tom@tromey.com>
6643
6644 PR gdb/22619:
6645 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6646 behavior.
6647
6648 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6649
6650 * gdb.base/maint.exp: Process output from 'maint print registers'
6651 line at a time.
6652
6653 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6654
6655 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6656 timeout.
6657
6658 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6659
6660 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6661 filter pattern.
6662
6663 2018-05-02 Pedro Alves <palves@redhat.com>
6664
6665 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6666 to_log_command renames.
6667 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6668
6669 2018-05-02 Tom Tromey <tom@tromey.com>
6670
6671 * gdb.python/py-parameter.exp: Set test message.
6672
6673 2018-05-02 Tom Tromey <tom@tromey.com>
6674
6675 PR python/20084:
6676 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6677 PARAM_ZUINTEGER_UNLIMITED tests.
6678
6679 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6680
6681 PR rust/23124
6682 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6683 when casting.
6684
6685 2018-04-30 Tom Tromey <tom@tromey.com>
6686
6687 * gdb.python/py-type.exp: Check align attribute.
6688 * gdb.python/py-type.c: New "aligncheck" global.
6689
6690 2018-04-30 Tom Tromey <tom@tromey.com>
6691
6692 PR exp/17095:
6693 * gdb.dwarf2/dw2-align.exp: New file.
6694 * gdb.cp/align.exp: New file.
6695 * gdb.base/align.exp: New file.
6696 * lib/gdb.exp (gdb_int128_helper): New proc.
6697 (has_int128_c, has_int128_cxx): New caching procs.
6698
6699 2018-04-27 Tom Tromey <tom@tromey.com>
6700
6701 PR rust/22545:
6702 * gdb.rust/simple.exp: Add inclusive range tests.
6703
6704 2018-04-26 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6707 ifunc breakpoint locations correctly of ifunc breakpoints set
6708 while the program resolves the ifunc.
6709
6710 2018-04-26 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.base/gnu-ifunc-final.c: New file.
6713 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6714 * gdb.base/gnu-ifunc.exp (executable): Delete.
6715 (staticexecutable): Adjust.
6716 (lib_opts, exec_opts): Delete.
6717 (make_binsuffix, build, set-break): New procedures.
6718 (misc_tests): New, with tests factored out from the top level.
6719 (top level): Test different combinations of ifunc resolver name,
6720 resolver with and with debug info, and ifunc target with and
6721 without debug info. Wrap static tests with with_target_prefix.
6722
6723 2018-04-26 Pedro Alves <palves@redhat.com>
6724
6725 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6726 return type" warnings.
6727
6728 2018-04-25 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6731 killed".
6732 * gdb.base/kill-after-signal.exp: Likewise.
6733 * gdb.threads/kill.exp: Likewise.
6734
6735 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6736 Sergio Durigan Junior <sergiodj@redhat.com>
6737 Pedro Alves <palves@redhat.com>
6738
6739 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6740 regexps to expect for '[Inferior ... detached]' as well.
6741 * gdb.base/attach.exp: Likewise.
6742 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6743 "gdb_continue_to_end".
6744 (test_catch_syscall_with_wrong_args): Likewise.
6745 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6746 ']'. Don't set 'verbose' on.
6747 * gdb.base/foll-vfork.exp: Likewise.
6748 * gdb.base/fork-print-inferior-events.c: New file.
6749 * gdb.base/fork-print-inferior-events.exp: New file.
6750 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6751 '[Inferior ... has been killed]' message.
6752 * gdb.base/kill-after-signal.exp: Likewise.
6753 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6754 detach message.
6755 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6756 message.
6757 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6758 regexps to expect for '[Inferior ... detached]' as well.
6759 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6760
6761 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6762
6763 PR gdb/23104
6764 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6765
6766 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6767
6768 PR gdb/23095
6769 * gdb.base/break-probes.exp: Pass shlib_load to
6770 prepare_for_testing. Set normal_bp to r_debug_state if target is
6771 bsd.
6772
6773 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6774
6775 * gdb.threads/multiple-successive-infcall.c: New test.
6776 * gdb.threads/multiple-successive-infcall.exp: New file.
6777
6778 2018-04-17 Tom Tromey <tom@tromey.com>
6779
6780 * gdb.rust/simple.rs (Union): New type.
6781 (main): New local "u".
6782 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6783
6784 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6785
6786 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6787 number information in output of "whereis" command.
6788 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6789
6790 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6791
6792 * gdb.ada/info_types.exp: Adjust expected output to the line
6793 numbers now printed by "info var/func/type".
6794 * gdb.base/completion.exp: Likewise.
6795 * gdb.base/included.exp: Likewise.
6796 * gdb.cp/cp-relocate.exp: Likewise.
6797 * gdb.cp/cplusfuncs.exp: Likewise.
6798 * gdb.cp/namespace.exp: Likewise.
6799 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6800
6801 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6802
6803 * gdb.btrace/cpu.exp: New.
6804
6805 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6806
6807 * gdb.base/step-indirect-call-thunk.exp: New.
6808 * gdb.base/step-indirect-call-thunk.c: New.
6809 * gdb.reverse/step-indirect-call-thunk.exp: New.
6810 * gdb.reverse/step-indirect-call-thunk.c: New.
6811
6812 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6813
6814 * gdb.base/pie-fork.c: New file.
6815 * gdb.base/pie-fork.exp: New file.
6816
6817 2018-04-11 Tom Tromey <tom@tromey.com>
6818
6819 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6820
6821 2018-04-10 Pedro Alves <palves@redhat.com>
6822
6823 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6824 exits. Instead loop running forever.
6825 (fork_parent): Run forever too.
6826
6827 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6828
6829 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6830 mi_continue_to_line.
6831 * gdb.mi/mi-stack.c (callee4): Add comment.
6832
6833 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6834
6835 * gdb.mi/mi-stack.exp: Fix indentation.
6836
6837 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6838
6839 PR gdb/22979
6840 * gdb.arch/amd64-osabi.exp: New file.
6841
6842 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6843
6844 PR gdb/22980
6845 * gdb.base/osabi.exp: New file.
6846
6847 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6848
6849 * gdb.cp/static-typedef-print.exp: New file.
6850 * gdb.cp/static-typedef-print.cc: New file.
6851
6852 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6853
6854 * gdb.ada/varsize_limit: New testcase.
6855
6856 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6857
6858 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6859
6860 * gdb.ada/notcplusplus: New testcase.
6861
6862 * gdb.base/c-linkage-name.c: New file.
6863 * gdb.base/c-linkage-name.exp: New testcase.
6864
6865 2018-03-26 Tom Tromey <tom@tromey.com>
6866
6867 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6868 * gdb.python/py-framefilter.py (name_error): New global.
6869 (ErrorInName.function): Use name_error.
6870
6871 2018-03-26 Tom Tromey <tom@tromey.com>
6872
6873 PR backtrace/15582:
6874 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6875
6876 2018-03-23 Keith Seitz <keiths@redhat.com>
6877
6878 PR c++/22968
6879 * gdb.cp/subtypes.exp: New file.
6880 * gdb.cp/subtypes.h: New file.
6881 * gdb.cp/subtypes.cc: New file.
6882 * gdb.cp/subtypes-2.cc: New file.
6883
6884 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6885
6886 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6887 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6888 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6889 -nostartfiles when compiling the test. Confirm that all registers
6890 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6891
6892 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6893
6894 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6895 option, syntax was wrong anyway.
6896 * gdb.arch/arm-disp-step.exp: Likewise.
6897 * gdb.arch/sparc64-regs.exp: Likewise.
6898 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6899 option, syntax was wrong anyway, switch to use
6900 prepare_for_testing.
6901 * gdb.arch/i386-disp-step.exp: Likewise.
6902
6903 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6904
6905 * gdb.ada/exec_changed.exp: Replace "target_info exists
6906 use_gdb_stub" by "use_gdb_stub".
6907 * gdb.ada/start.exp: Likewise.
6908 * gdb.base/async-shell.exp: Likewise.
6909 * gdb.base/attach-pie-misread.exp: Likewise.
6910 * gdb.base/attach-wait-input.exp: Likewise.
6911 * gdb.base/break-entry.exp: Likewise.
6912 * gdb.base/break-interp.exp: Likewise.
6913 * gdb.base/dprintf-detach.exp: Likewise.
6914 * gdb.base/nostdlib.exp: Likewise.
6915 * gdb.base/solib-nodir.exp: Likewise.
6916 * gdb.base/statistics.exp: Likewise.
6917 * gdb.base/testenv.exp: Likewise.
6918 * gdb.mi/mi-exec-run.exp: Likewise.
6919 * gdb.mi/mi-start.exp: Likewise.
6920 * gdb.multi/dummy-frame-restore.exp: Likewise.
6921 * gdb.multi/multi-arch-exec.exp: Likewise.
6922 * gdb.multi/multi-arch.exp: Likewise.
6923 * gdb.multi/tids.exp: Likewise.
6924 * gdb.multi/watchpoint-multi.exp: Likewise.
6925 * gdb.python/py-events.exp: Likewise.
6926 * gdb.threads/attach-into-signal.exp: Likewise.
6927 * gdb.threads/attach-stopped.exp: Likewise.
6928 * gdb.threads/threadapply.exp: Likewise.
6929 * lib/selftest-support.exp: Likewise.
6930
6931 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
6932
6933 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
6934
6935 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
6936
6937 * gdb.perf/template-breakpoints.cc: New file.
6938 * gdb.perf/template-breakpoints.exp: New file.
6939 * gdb.perf/template-breakpoints.py: New file.
6940
6941 2018-03-19 Tom Tromey <tom@tromey.com>
6942
6943 * gdb.rust/simple.rs (main): Add local variables field1, field2,
6944 y0.
6945 * gdb.rust/simple.exp: Test bare identifier form of struct
6946 initializer.
6947
6948 2018-03-19 Tom Tromey <tom@tromey.com>
6949
6950 * gdb.gdb/observer.exp: Remove.
6951
6952 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6953
6954 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
6955 "qualified" option when setting breakpoints.
6956 * gdb.trace/backtrace.exp: Likewise.
6957 * gdb.trace/circ.exp: Likewise.
6958 * gdb.trace/collection.exp: Likewise.
6959 * gdb.trace/disconnected-tracing.exp: Likewise.
6960 * gdb.trace/ftrace-lock.exp: Likewise.
6961 * gdb.trace/ftrace.exp: Likewise.
6962 * gdb.trace/infotrace.exp: Likewise.
6963 * gdb.trace/packetlen.exp: Likewise.
6964 * gdb.trace/passc-dyn.exp: Likewise.
6965 * gdb.trace/qtro.exp: Likewise.
6966 * gdb.trace/read-memory.exp: Likewise.
6967 * gdb.trace/report.exp: Likewise.
6968 * gdb.trace/signal.exp: Likewise.
6969 * gdb.trace/status-stop.exp: Likewise.
6970 * gdb.trace/strace.exp: Likewise.
6971 * gdb.trace/tfind.exp: Likewise.
6972 * gdb.trace/trace-break.exp: Likewise.
6973 * gdb.trace/trace-condition.exp: Likewise.
6974 * gdb.trace/trace-mt.exp: Likewise.
6975 * gdb.trace/tstatus.exp: Likewise.
6976 * gdb.trace/tsv.exp: Likewise.
6977 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6978 * gdb.trace/unavailable.exp: Likewise.
6979 * gdb.trace/while-dyn.exp: Likewise.
6980
6981 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6982
6983 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
6984 that libinproctrace is copied to the target.
6985
6986 2018-03-14 Tom Tromey <tom@tromey.com>
6987
6988 PR cli/14977:
6989 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
6990 a null pointer.
6991 * gdb.base/wchar.exp: Likewise.
6992
6993 2018-03-14 Tom Tromey <tom@tromey.com>
6994
6995 PR cli/19918:
6996 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
6997 flag.
6998
6999 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7000
7001 PR gdb/22841
7002 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7003 "target" to remote_exec.
7004
7005 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7006
7007 PR gdb/22841
7008 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7009 ${board}_upload): Remove.
7010
7011 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7012
7013 * gdb.cp/watch-cp.cc: New test.
7014 * gdb.cp/watch-cp.exp: New file.
7015
7016 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7017
7018 * gdb.base/infcall-nested-structs.exp: New file.
7019 * gdb.base/infcall-nested-structs.c: New file.
7020 * gdb.base/float.exp: Add riscv support.
7021
7022 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7023
7024 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7025 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7026
7027 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7028
7029 * gdb.server/abspath.exp: New file.
7030 * lib/gdb.exp (with_cwd): New procedure.
7031
7032 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7033
7034 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7035 use it.
7036 (gdb_is_target_remote_prompt): New proc.
7037 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7038 (gdb_is_target_native): Pass prompt parameter to
7039 gdb_is_target_1.
7040
7041 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7042
7043 * gdb.base/load-command.c: New file.
7044 * gdb.base/load-command.exp: New file.
7045 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7046 (gdb_is_target_1): ...this, and generalize for other targets
7047 than just remote.
7048 (gdb_is_target_remote): Use gdb_is_target_1.
7049 (gdb_is_target_native): use gdb_is_target_1.
7050
7051 2018-02-26 Tom Tromey <tom@tromey.com>
7052
7053 PR python/16497:
7054 * gdb.python/py-framefilter.exp: Update test.
7055
7056 2018-02-26 Tom Tromey <tom@tromey.com>
7057
7058 * gdb.dwarf2/variant.c: New file.
7059 * gdb.dwarf2/variant.exp: New file.
7060
7061 2018-02-26 Tom Tromey <tom@tromey.com>
7062
7063 * gdb.rust/simple.exp: Accept more possible results in enum test.
7064
7065 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7066
7067 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7068 parentheses.
7069
7070 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7071
7072 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7073 name of a variable: $actual_linejj -> $actual_line.
7074
7075 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7076
7077 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7078
7079 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7080
7081 * gdb.btrace/buffer-size.exp: Do not force BTS.
7082
7083 2018-02-14 Pedro Alves <palves@redhat.com>
7084
7085 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7086 getting a "Quit".
7087
7088 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7089
7090 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7091 Fix test name.
7092
7093 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7094
7095 * gdb.cp/m-static.exp: Check type of optimized out static
7096 member.
7097
7098 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7099
7100 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7101 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7102
7103 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7104 Leszek Swirski <leszeks@google.com>
7105
7106 * gdb.python/py-prettyprint.c
7107 (struct to_string_returns_value_inner,
7108 struct to_string_returns_value_wrapper): New.
7109 (main): Add tsrvw variable.
7110 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7111 ToStringReturnsValueWrapper): New classes.
7112 (register_pretty_printers): Register new pretty-printers.
7113 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7114 recursive pretty printer.
7115 * gdb.python/py-mi.exp: Likewise.
7116
7117 2018-02-01 Leszek Swirski <leszeks@google.com>
7118
7119 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7120 functions with the same name as an include file are parsed
7121 correctly.
7122
7123 2018-02-01 Yao Qi <yao.qi@linaro.org>
7124
7125 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7126 "\[^\r\n\]*".
7127
7128 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7129
7130 * gdb.arch/powerpc-prologue-frame.s: New file.
7131 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7132 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7133
7134 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7135
7136 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7137
7138 2018-01-30 Pedro Alves <palves@redhat.com>
7139
7140 PR gdb/13211
7141 * gdb.base/interrupt-daemon.c: New.
7142 * gdb.base/interrupt-daemon.exp: New.
7143 * gdb.multi/multi-term-settings.c: New.
7144 * gdb.multi/multi-term-settings.exp: New.
7145
7146 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7147
7148 * gdb.base/break.exp: Save the location where the breakpoint
7149 on break.c:47 was actually inserted when debugging the version
7150 compiled at -O2 and use it in the expected output of the "info
7151 break" test performed soon after.
7152
7153 2018-01-22 Pedro Alves <palves@redhat.com>
7154 Sergio Durigan Junior <sergiodj@redhat.com>
7155
7156 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7157 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7158
7159 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7160
7161 * gdb.base/break-include.c, gdb.base/break-include.inc,
7162 gdb.base/break-include.exp: New files.
7163 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7164 line number now being the actual line number where the breakpoint
7165 was inserted.
7166 * gdb.mi/mi-break.exp: Likewise.
7167 * gdb.mi/mi-reverse.exp: Likewise.
7168 * gdb.mi/mi-simplerun.exp: Ditto.
7169
7170 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7171
7172 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7173 varobj.
7174 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7175
7176 2018-01-21 Don Breazeal <donb@codesourcery.com>
7177 Andrew Burgess <andrew.burgess@embecosm.com>
7178
7179 * gdb.mi/basics.c: Add new global.
7180 * gdb.mi/mi-frame-regs.exp: New file.
7181 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7182 case.
7183
7184 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7187 non-parameter, and on an unknown symbol.
7188
7189 2018-01-19 Tom Tromey <tom@tromey.com>
7190
7191 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7192 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7193
7194 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7195
7196 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7197 setrlimit and chdir to int.
7198
7199 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7200
7201 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7202 function.
7203 (my_tend): Likewise.
7204 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7205 rationale of avoiding FP- and vector instructions.
7206
7207 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7208
7209 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7210 "info reg" with "\[ \t\]*".
7211 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7212 "\[ \t\]+".
7213 * gdb.arch/s390-multiarch.exp: Ditto.
7214 * gdb.base/pc-fp.exp: Ditto.
7215 * gdb.reverse/i386-precsave.exp: Ditto.
7216 * gdb.reverse/i386-reverse.exp: Ditto.
7217 * gdb.reverse/i387-env-reverse.exp: Ditto.
7218 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7219
7220 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7221
7222 * lib/gdb.exp (gdb_compile): Re-enable use of
7223 universal_compile_options for languages other than Rust.
7224
7225 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7226
7227 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7228
7229 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7230
7231 PR gdb/16577
7232 * gdb.base/solib-vanish.exp: New.
7233 * gdb.base/solib-vanish-main.c: New.
7234 * gdb.base/solib-vanish-lib1.c: New.
7235 * gdb.base/solib-vanish-lib2.c: New.
7236
7237 2018-01-17 Yao Qi <yao.qi@linaro.org>
7238
7239 * gdb.compile/compile.exp: Match the address printed for
7240 frame in the output of command "bt".
7241
7242 2018-01-15 Tom Tromey <tom@tromey.com>
7243
7244 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7245 compute sp_reg.
7246
7247 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7248
7249 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7250 to prepare.
7251 (prepare): Return 0 on error, 1 on success.
7252
7253 2018-01-12 Pedro Alves <palves@redhat.com>
7254
7255 * gdb.base/continue-after-aborted-step-over.c: New.
7256 * gdb.base/continue-after-aborted-step-over.exp: New.
7257
7258 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7259
7260 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7261 options when not creating an executable.
7262
7263 2018-01-11 Pedro Alves <palves@redhat.com>
7264
7265 PR remote/22597
7266 * gdb.server/stop-reply-no-thread.c: New file.
7267 * gdb.server/stop-reply-no-thread.exp: New file.
7268
7269 2018-01-10 Pedro Alves <palves@redhat.com>
7270
7271 PR gdb/22670
7272 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7273 functions too. Test setting breakpoints and printing C functions
7274 with no debug info too.
7275 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7276
7277 2018-01-10 Pedro Alves <palves@redhat.com>
7278
7279 PR gdb/22670
7280 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7281 a fail.
7282
7283 2018-01-10 Pedro Alves <palves@redhat.com>
7284
7285 PR gdb/22670
7286 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7287
7288 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7289
7290 * gdb.server/unittest.exp: Match the output in non-development
7291 mode.
7292
7293 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7294
7295 * gdb.gdb/unittest.exp: Match output in non-development mode.
7296
7297 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7298
7299 * gdb.ada/access_tagged_param.exp: Relax expected output
7300 for value of "ObjL" in "continue" to pck.inspect breakpoint
7301 test.
7302
7303 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7304
7305 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7306 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7307
7308 2018-01-05 Pedro Alves <palves@redhat.com>
7309
7310 PR gdb/18653
7311 * gdb.base/libsegfault.exp: New.
7312
7313 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7314
7315 PR gdb/22670
7316 * gdb.ada/access_tagged_param.exp: New file.
7317 * gdb.ada/access_tagged_param/foo.adb: New file.
7318
7319 2018-01-05 Pedro Alves <palves@redhat.com>
7320
7321 PR gdb/22670
7322 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7323 exercise lower case too, and to exercise both full matching and
7324 wild matching.
7325
7326 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7327
7328 * gdb.ada/rename_subscript_param: New testcase.
7329
7330 2018-01-05 Jerome Guitton <guitton@adacore.com>
7331
7332 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7333
7334 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7335
7336 * gdb.ada/convvar_comp: New testcase.
7337
7338 2018-01-05 Xavier Roirand <roirand@adacore.com>
7339
7340 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7341 (My_Table): New global variable.
7342 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7343
7344 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7345
7346 PR gdb/22670
7347 * gdb.ada/maint_with_ada: New testcase.
7348
7349 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7350
7351 PR gdb/22670
7352 * gdb.ada/bp_c_mixed_case: New testcase.
7353
7354 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7355
7356 PR gdb/22670
7357 * gdb.ada/complete.exp: Add "complete break ada" test.
7358
7359 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7360
7361 PR gdb/22670
7362 * gdb.ada/info_addr_mixed_case: New testcase.
7363
7364 2018-01-03 Xavier Roirand <roirand@adacore.com>
7365
7366 * gdb.ada/excep_handle.exp: New testcase.
7367 * gdb.ada/excep_handle/foo.adb: New file.
7368 * gdb.ada/excep_handle/pck.ads: New file.
7369
7370 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7371
7372 * gdb.base/step-line.c: Add extra empty line in copyright header.
7373 * gdb.base/step-line.inp: Likewise.
7374
7375 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7376
7377 * gdb.ada/dyn_stride.exp: Add slice test.
7378
7379 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7380
7381 * gdb.ada/dyn_stride: New testcase.
7382
7383 2017-12-27 Stafford Horne <shorne@gmail.com>
7384
7385 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7386 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7387
7388 2017-12-27 Stafford Horne <shorne@gmail.com>
7389
7390 * gdb.base/reggroups.c: New file.
7391 * gdb.base/reggroups.exp: New file.
7392
7393 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7394
7395 * gdb.dwarf2/ada-valprint-error.c: New file.
7396 * gdb.dwarf2/ada-valprint-error.exp: New file.
7397
7398 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7399
7400 * gdb.ada/assign_arr: New testcase.
7401
7402 2017-12-18 Xavier Roirand <roirand@adacore.com>
7403
7404 * gdb.ada/funcall_ptr: New testcase.
7405
7406 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7407
7408 PR cli/16224
7409 * gdb.base/ptype-offsets.cc: New file.
7410 * gdb.base/ptype-offsets.exp: New file.
7411
7412 2017-12-15 Yao Qi <yao.qi@linaro.org>
7413
7414 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7415 if XML is disabled.
7416
7417 2017-12-15 Xavier Roirand <roirand@adacore.com>
7418
7419 * gdb.ada/same_component_name: New testcase.
7420
7421 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7422
7423 * gdb.ada/str_binop_equal: New testcase.
7424
7425 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7426
7427 * gdb.ada/task_switch_in_core: New testcase.
7428
7429 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7430
7431 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7432 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7433 call test_bkpt_qualified.
7434 (test_bkpt_qualified): New proc.
7435
7436 2017-12-13 Pedro Alves <palves@redhat.com>
7437
7438 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7439 Tighten regexp by matching with an anchor.
7440
7441 2017-12-13 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7444 ("expression with namespace"): New set of tests.
7445 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7446 (Nested::Test_NS::qux): New.
7447 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7448 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7449
7450 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7451
7452 * gdb.base/server-del-break.c: New file.
7453 * gdb.base/server-del-break.exp: New file.
7454
7455 2017-12-12 Stafford Horne <shorne@gmail.com>
7456
7457 * gdb.xml/tdesc-regs.exp: Add or1k support.
7458
7459 2017-12-12 Stafford Horne <shorne@gmail.com>
7460
7461 * gdb.base/bp-permanent.c: Define nop of or1k.
7462
7463 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7464
7465 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7466 output with components being reordered.
7467
7468 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7469
7470 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7471 output with components being reordered.
7472
7473 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7474 Pedro Alves <palves@redhat.com>
7475
7476 * gdb.base/maint.exp (check for .gdb_index): Check also for
7477 .debug_names.
7478 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7479 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7480 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7481 (.gdb_index used after symbol reloading): Support also .debug_names.
7482 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
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 tests for watchpoint.
7488
7489 2017-12-08 Yao Qi <yao.qi@linaro.org>
7490
7491 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7492 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7493
7494 2017-12-08 Yao Qi <yao.qi@linaro.org>
7495
7496 * gdb.arch/aarch64-tagged-pointer.c: New file.
7497 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7498
7499 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7500
7501 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7502 "int".
7503
7504 2017-12-07 Keith Seitz <keiths@redhat.com>
7505
7506 PR breakpoints/22569
7507 * gdb.linespec/ls-errs.exp: Change expected result of "break
7508 -source this file has spaces.c -line 3".
7509 Check that an explicit source file followed by whitespace is
7510 identified as an invalid explicit location.
7511
7512 2017-12-07 Keith Seitz <keiths@redhat.com>
7513
7514 * gdb.cp/nested-types.cc: New file.
7515 * gdb.cp/nested-types.exp: New file.
7516 * lib/cp-support.exp: Load data-structures.exp library.
7517 (debug_cp_test_ptype_class): New global.
7518 (cp_ptype_class_verbose, next_line): New procedures.
7519 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7520 Add and document new return value.
7521 Switch the list of lines to a queue.
7522 Add support for new `type' key for nested type definitions.
7523 Add debugging/troubleshooting messages.
7524 * lib/data-structures.exp: New file.
7525
7526 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7527
7528 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7529 with proc_with_prefix, don't use with_test_prefix.
7530
7531 2017-12-07 Tom Tromey <tom@tromey.com>
7532
7533 * gdb.base/break.exp: Add test for empty "commands".
7534
7535 2017-12-07 Yao Qi <yao.qi@linaro.org>
7536
7537 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7538 malloc and catch syscall.
7539
7540 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7541
7542 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7543 tests for explicit locations.
7544
7545 2017-12-06 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7548 force-disabling XML descriptions.
7549
7550 2017-12-04 Pedro Alves <palves@redhat.com>
7551
7552 PR gdb/22499
7553 * gdb.arch/amd64-disp-step-avx.S: New file.
7554 * gdb.arch/amd64-disp-step-avx.exp: New file.
7555
7556 2017-12-03 Pedro Alves <palves@redhat.com>
7557
7558 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7559 and <string.h>.
7560 (parent_function): Print distinct messages when waitpid fails, or
7561 the child exits with a signal, or the child exits for an unhandled
7562 reason.
7563 * gdb.threads/process-dies-while-detaching.exp
7564 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7565 it. Wait for both inferior output and GDB's prompt. Use an
7566 indirect spawn id list.
7567 (do_detach): New parameter 'child_exit'. Use it to compute
7568 expected inferior output.
7569 (test_detach, test_detach_watch, test_detach_killed_outside):
7570 Adjust to pass down the expected child exit kind.
7571
7572 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7573 Sergio Durigan Junior <sergiodj@redhat.com>
7574 Pedro Alves <palves@redhat.com>
7575
7576 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7577
7578 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7579
7580 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7581 to 'symbol-file' and 'add-symbol-file' can be
7582 position-independent.
7583
7584 2017-12-01 Yao Qi <yao.qi@linaro.org>
7585
7586 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7587 the URL in copyright header.
7588 * gdb.arch/aarch64-fp.exp: Likewise.
7589 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7590 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7591 * gdb.base/expand-psymtabs.exp: Likewise.
7592 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7593 * gdb.fortran/common-block.exp: Likewise.
7594 * gdb.fortran/common-block.f90: Likewise.
7595 * gdb.fortran/logical.exp: Likewise.
7596 * gdb.fortran/vla-datatypes.f90: Likewise.
7597 * gdb.fortran/vla-sub.f90: Likewise.
7598
7599 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7600
7601 * gdb.ada/repeat_dyn: New testcase.
7602
7603 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7604
7605 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7606 Update for changed thread numbering.
7607 * gdb.cell/bt.exp: Update for changed GDB output.
7608
7609 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7610
7611 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7612 setting isremote by hand.
7613 * boards/dwarf4-gdb-index.exp: Likewise.
7614 * boards/fission.exp: Likewise.
7615 * boards/stabs.exp: Likewise.
7616
7617 2017-11-30 Pedro Alves <palves@redhat.com>
7618
7619 * gdb.linespec/cpls-ops.exp
7620 (check_explicit_skips_function_argument): Extract the underlying
7621 type of size_t instead of hardcoding it.
7622
7623 2017-11-29 Pedro Alves <palves@redhat.com>
7624
7625 PR c++/19436
7626 * gdb.linespec/cpls-abi-tag.cc: New file.
7627 * gdb.linespec/cpls-abi-tag.exp: New file.
7628
7629 2017-11-29 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.base/langs.exp: Use -qualified.
7632 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7633 it.
7634 * gdb.cp/namespace.exp: Use -qualified.
7635 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7636 (overload-3, template-overload, template-ret-type, const-overload)
7637 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7638 procedures.
7639 (test_driver): Call them.
7640 * gdb.cp/save-bp-qualified.cc: New.
7641 * gdb.cp/save-bp-qualified.exp: New.
7642 * gdb.linespec/explicit.exp: Test -qualified.
7643 * lib/completion-support.exp (completion::explicit_opts_list): Add
7644 "-qualified".
7645 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7646
7647 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7648
7649 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7650
7651 2017-11-29 Tom Tromey <tom@tromey.com>
7652
7653 * gdb.base/relocate.exp: Update invalid argument test.
7654 Add new tests for invalid arguments.
7655
7656 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7657
7658 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7659 Return 0 as a long.
7660 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7661
7662 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7663
7664 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7665 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7666 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7667 func ().
7668 * gdb.cp/shadow.cc (B.func): Return 0.
7669
7670 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7671
7672 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7673 expected output in gdb_expect call to allow the exception
7674 message to be present as well. Fix syntax confusion to avoid
7675 TCL thinking that exception_name is an array.
7676
7677 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7678
7679 * gdb.arch/spu-info.c: Include <unistd.h>.
7680 (do_signal_test): Fix broken calls to write.
7681 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7682 Fix checks for empty mailboxes. Update signal tests for corrected
7683 do_signal_test routine. Allow nonzero event status.
7684 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7685 * gdb.cell/arch.exp: Use standard_output_file.
7686 * gdb.cell/break.exp: Likewise.
7687 * gdb.cell/bt.exp: Likewise.
7688 * gdb.cell/core.exp: Likewise.
7689 * gdb.cell/dwarfaddr.exp: Likewise.
7690 * gdb.cell/ea-cache.exp: Likewise.
7691 * gdb.cell/ea-standalone.exp: Likewise.
7692 * gdb.cell/f-regs.exp: Likewise.
7693 * gdb.cell/fork.exp: Likewise.
7694 * gdb.cell/gcore.exp: Likewise.
7695 * gdb.cell/mem-access.exp: Likewise.
7696 * gdb.cell/ptype.exp: Likewise.
7697 * gdb.cell/registers.exp: Likewise.
7698 * gdb.cell/sizeof.exp: Likewise.
7699 * gdb.cell/solib-symbol.exp: Likewise.
7700 * gdb.cell/solib.exp: Likewise.
7701
7702 2017-11-25 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.base/complete-empty.exp: New file.
7705 * gdb.base/completion.exp: Adjust.
7706
7707 2017-11-25 Pedro Alves <palves@redhat.com>
7708
7709 * gdb.linespec/cpls-ops.cc: New file.
7710 * gdb.linespec/cpls-ops.exp: New file.
7711 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7712 factored out from ...
7713 (test_complete_prefix_range): ... this.
7714
7715 2017-11-24 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.linespec/cpcompletion.exp: New file.
7718 * gdb.linespec/cpls-hyphen.cc: New file.
7719 * gdb.linespec/cpls.cc: New file.
7720 * gdb.linespec/cpls2.cc: New file.
7721 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7722 test to use test_gdb_complete_unique. Add label completion,
7723 keyword completion and explicit location completion tests.
7724 * lib/completion-support.exp: New file.
7725
7726 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7727
7728 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7729 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7730 when hitting an exception catchpoint.
7731
7732 2017-11-22 Yao Qi <yao.qi@linaro.org>
7733
7734 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7735
7736 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7737
7738 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7739 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7740 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7741
7742 2017-11-22 Yao Qi <yao.qi@linaro.org>
7743
7744 * gdb.base/info-os.exp: Pass pthreads.
7745 * gdb.multi/multi-attach.exp: Likewise.
7746
7747 2017-11-22 Yao Qi <yao.qi@linaro.org>
7748
7749 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7750 compiler.
7751
7752 2017-11-22 Yao Qi <yao.qi@linaro.org>
7753
7754 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7755 * gdb.base/break-interp.exp: Likewise.
7756 * gdb.base/jit-attach-pie.exp: Likewise.
7757
7758 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7759
7760 * gdb.base/float128.c (large128): New variable.
7761 * gdb.base/float128.exp: Add test to print largest __float128 value.
7762
7763 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7764
7765 * gdb.arch/vsx-regs.exp: Update register content checks.
7766
7767 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7768
7769 * gdb.arch/ppc-longdouble.exp: New file.
7770 * gdb.arch/ppc-longdouble.c: Likewise.
7771
7772 2017-11-21 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7775
7776 2017-11-20 Pedro Alves <palves@redhat.com>
7777
7778 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7779 (long_double_typedef): New typedefs.
7780 Use DEF on double and long double.
7781 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7782 cases.
7783 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7784 and 'long_double_ptr_same_size' locals. Use them to decide
7785 whether cast from array/function to float is valid/invalid.
7786
7787 2017-11-17 Tom Tromey <tom@tromey.com>
7788
7789 * gdb.rust/traits.rs: New file.
7790 * gdb.rust/traits.exp: New file.
7791
7792 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7793
7794 * gdb.ada/minsyms: New testcase.
7795
7796 2017-11-16 Pedro Alves <palves@redhat.com>
7797
7798 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7799 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7800
7801 2017-11-16 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7804 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7805
7806 2017-11-16 Pedro Alves <palves@redhat.com>
7807
7808 * gdb.server/reconnect-ctrl-c.c: New file.
7809 * gdb.server/reconnect-ctrl-c.exp: New file.
7810
7811 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7812
7813 * gdb.python/py-rbreak.exp: New file.
7814 * gdb.python/py-rbreak.c: New file.
7815 * gdb.python/py-rbreak-func2.c: New file.
7816
7817 2017-11-16 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7820 pattern.
7821 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7822 GDB.
7823
7824 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7825
7826 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7827 regex.
7828
7829 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7830
7831 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7832 test names.
7833
7834 2017-11-09 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7837 factored out from ...
7838 (top level): ... here, and adjusted to avoid expecting beyond the
7839 prompt in a single gdb_test_multiple.
7840
7841 2017-11-09 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7844 output.
7845 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7846 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7847 * gdb.server/ext-run.exp ("kill" test): Likewise.
7848 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7849
7850 2017-11-09 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7853 match till end of line.
7854
7855 2017-11-09 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7858
7859 2017-11-09 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7862 New procedures, factored out from ...
7863 (top level): ... here, and adjusted to avoid expecting beyond the
7864 prompt in one go.
7865
7866 2017-11-09 Pedro Alves <palves@redhat.com>
7867
7868 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7869 output. Fix '?' match.
7870
7871 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7872
7873 * gdb.ada/scoped_watch: New testcase.
7874 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7875 which is actually correct.
7876 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7877 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7878
7879 2017-11-08 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.gdb/complaints.exp (test_initial_complaints)
7882 (test_serial_complaints, test_short_complaints): Call
7883 complaint_internal instead of complaint.
7884
7885 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7886
7887 * gdb.threads/tls-core.c: New file.
7888 * gdb.threads/tls-core.exp: Likewise.
7889
7890 2017-11-08 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7893 (p Exported_Capitalized): New test.
7894 (p exported_capitalized): New test.
7895
7896 2017-11-07 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7899
7900 2017-11-07 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7903 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7904 (disable_invalid, disable_inverted, disable_negative): New
7905 procedures.
7906 ("bad numbers"): New set of tests.
7907
7908 2017-11-07 Pedro Alves <palves@redhat.com>
7909
7910 * gdb.cp/ena-dis-br-range.exp: Add tests.
7911
7912 2017-11-07 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
7915
7916 2017-11-07 Xavier Roirand <roirand@adacore.com>
7917 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.base/ena-dis-br.exp: Add reference to
7920 gdb.cp/ena-dis-br-range.exp.
7921 * gdb.cp/ena-dis-br-range.exp: New file.
7922 * gdb.cp/ena-dis-br-range.cc: New file.
7923
7924 2017-11-06 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.base/attach-non-pgrp-leader.c: New.
7927 * gdb.base/attach-non-pgrp-leader.exp: New.
7928
7929 2017-11-06 Pedro Alves <palves@redhat.com>
7930
7931 * configure.ac: No longer check for termio.h and sgtty.h.
7932 * configure: Regenerate.
7933 * remote-utils.c: Include termios.h instead of gdb_termios.h.
7934 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
7935 Remove termio and sgtty code.
7936
7937 2017-11-03 Yao Qi <yao.qi@linaro.org>
7938
7939 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
7940 in GDB is disabled.
7941
7942 2017-11-03 Yao Qi <yao.qi@linaro.org>
7943
7944 * gdb.python/py-thrhandle.exp: Skip it if python is not
7945 enabled.
7946
7947 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
7948
7949 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
7950 as a breakpoint command.
7951
7952 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
7953
7954 PR python/21213
7955 * gdb.python/py-infthread.exp: Test calling
7956 InferiorThread.inferior () multiple times in a row.
7957
7958 2017-10-27 Keith Seitz <keiths@redhat.com>
7959
7960 * gdb.opt/inline-break.exp (break_info_1): New procedure.
7961 Test "info break" for every inlined function breakpoint.
7962
7963 2017-10-27 Yao Qi <yao.qi@linaro.org>
7964
7965 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
7966
7967 2017-10-26 Patrick Frants <osscontribute@gmail.com>
7968
7969 * gdb.cp/classes.exp (test_static_members): Test printing
7970 Outer::instance.
7971 * gdb.cp/classes.c (struct Inner, struct Outer): New.
7972 (Inner::instance, Outer::instance): New.
7973
7974 2017-10-24 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
7977 extra console" test in two stages.
7978
7979 2017-10-24 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
7982
7983 2017-10-24 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
7986 loop.
7987
7988 2017-10-24 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
7991 $attempt" and "stoppedtry $stoppedtry" test prefixes.
7992
7993 2017-10-24 Pedro Alves <palves@redhat.com>
7994
7995 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
7996 parameter and handle it. Don't output read value in test name.
7997
7998 2017-10-24 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8001 custom test name.
8002
8003 2017-10-24 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8006 include the unstable output directory name in the test's name.
8007 (initial_setup_simple) <'set args'>: Use custom test name.
8008
8009 2017-10-24 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8012 with explicit test name.
8013
8014 2017-10-20 Pedro Alves <palves@redhat.com>
8015
8016 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8017 'wait -i'. Use gdb_assert and remote_close.
8018
8019 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8020
8021 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8022 number from variable rather than hard-coded.
8023
8024 2017-10-19 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/long-inferior-output.c: New file.
8027 * gdb.base/long-inferior-output.exp: New file.
8028
8029 2017-11-18 Keith Seitz <keiths@redhat.com>
8030
8031 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8032 method.
8033 (main): Call it.
8034 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8035 Add additional user-defined conversion operator tests.
8036
8037 2017-10-17 Pedro Alves <palves@redhat.com>
8038
8039 * boards/native-stdio-gdbserver.exp: Load "local-board".
8040
8041 2017-10-17 Pedro Alves <palves@redhat.com>
8042
8043 * gdb.base/quit-live.c: New file.
8044 * gdb.base/quit-live.exp: New file.
8045
8046 2017-10-16 Keith Seitz <keiths@redhat.com>
8047
8048 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8049 (class_with_protected_typedef, class_with_private_typedef)
8050 (struct_with_public_typedef, struct_with_protected_typedef)
8051 (struct_with_private_typedef): New classes/structs.
8052 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8053 typedefs and access specifiers.
8054
8055 2017-10-16 Pedro Alves <palves@redhat.com>
8056 Simon Marchi <simon.marchi@polymtl.ca>
8057
8058 * README (Local vs Remote vs Native): New section.
8059 * boards/local-board.exp: New file, with bits factored out from
8060 ...
8061 * boards/native-extended-gdbserver.exp: ... here. Load
8062 "local-board".
8063 * boards/native-gdbserver.exp: Load "local-board".
8064 (${board}_spawn, ${board}_exec): Delete.
8065 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8066 ...
8067 * boards/stdio-gdbserver-base.exp: ... this new file.
8068 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8069 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8070 procedure.
8071 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8072 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8073 stdio_gdbserver_command.
8074 (${board}_get_remote_address, ${board}_get_comm_port)
8075 (${board}_download, ${board}_upload): Delete.
8076 (get_target_remote_pipe_cmd): New.
8077
8078 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8079
8080 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8081 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8082 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8083 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8084 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8085 remove with_test_prefix.
8086
8087 2017-10-13 Pedro Alves <palves@redhat.com>
8088
8089 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8090 * gdb.base/annota1.exp: Use it instead of is_remote.
8091 * gdb.base/annota3.exp: Use it instead of is_remote.
8092 * gdb.cp/annota2.exp: Use it instead of is_remote.
8093 * gdb.cp/annota3.exp: Use it instead of is_remote.
8094 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8095
8096 2017-10-13 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8099 (test_num_test_vars, run_and_count_vars, find_env)
8100 (test_set_unset_env, test_inherit_env_var): New procedures.
8101 (top level): Use them.
8102
8103 2017-10-13 Pedro Alves <palves@redhat.com>
8104
8105 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8106 also skip on stub-like targets.
8107
8108 2017-10-13 Pedro Alves <palves@redhat.com>
8109
8110 PR gdb/22293
8111 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8112 (top level): Move some tests to ...
8113 (test_not_found): ... this new procedure.
8114 (top level): Call it.
8115
8116 2017-10-13 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8119 expect different "info terminal" output if testing with a
8120 non-native target.
8121
8122 2017-10-13 Pedro Alves <palves@redhat.com>
8123 Simon Marchi <simon.marchi@polymtl.ca>
8124
8125 PR python/12966
8126 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8127
8128 2017-10-13 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8131 already.
8132
8133 2017-10-13 Pedro Alves <palves@redhat.com>
8134
8135 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8136 is_remote.
8137
8138 2017-10-13 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8141 is_remote.
8142
8143 2017-10-13 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8146 is set.
8147 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8148 instead of is_remote.
8149
8150 2017-10-13 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8153 (top level): Add comment.
8154
8155 2017-10-13 Pedro Alves <palves@redhat.com>
8156
8157 * gdb.base/remote.exp (top level): Fix comment typo and add
8158 missing return.
8159
8160 2017-10-13 Pedro Alves <palves@redhat.com>
8161 Simon Marchi <simon.marchi@polymtl.ca>
8162
8163 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8164 calls and add comments. Skip test if use_gdb_stub is set.
8165 (top level): Use "set cwd" command instead of "cd" command.
8166
8167 2017-10-13 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8170 is_remote target check.
8171
8172 2017-10-13 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.base/scope.exp: Use build_executable + clean_restart +
8175 gdb_file_cmd instead of prepare_for_testing and no longer skip
8176 "before run" tests on is_remote target boards. Update comments.
8177 * boards/native-extended-gdbserver.exp
8178 (extended_gdbserver_load_last_file): New, factored out from ...
8179 (gdb_load): ... this. Move further below and add comment.
8180 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8181
8182 2017-10-12 Pedro Alves <palves@redhat.com>
8183
8184 * gdb.base/attach.exp: Remove references to gdb64.
8185 * gdb.base/dbx.exp: Remove references to gdb64.
8186
8187 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8188 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.base/label.exp: Remove is_remote target check.
8191
8192 2017-10-12 Pedro Alves <palves@redhat.com>
8193
8194 * gdb.base/auvx.exp (coredir): Update comment.
8195 (top level) <core_works>: Use "set cwd" command instead of "cd"
8196 command.
8197
8198 2017-10-12 Pedro Alves <palves@redhat.com>
8199 Simon Marchi <simon.marchi@polymtl.ca>
8200
8201 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8202 target boards.
8203
8204 2017-10-12 Pedro Alves <palves@redhat.com>
8205 Simon Marchi <simon.marchi@polymtl.ca>
8206
8207 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8208 Instead skip if there's any gdb_protocol set.
8209
8210 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8211 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8214
8215 2017-10-12 Pedro Alves <palves@redhat.com>
8216 Simon Marchi <simon.marchi@polymtl.ca>
8217
8218 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8219 instead of on dejagnu remote boards.
8220
8221 2017-10-12 Pedro Alves <palves@redhat.com>
8222 Simon Marchi <simon.marchi@polymtl.ca>
8223
8224 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8225 checks. Use build_executable + clean_restart instead of
8226 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8227 of enabling non-stop after starting gdb.
8228
8229 2017-10-12 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8232 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8233 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8234 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8235
8236 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8237
8238 * gdb.arch/arc-tdesc-cpu.exp: New file.
8239 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8240
8241 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8242
8243 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8244
8245 2017-10-10 Pedro Alves <palves@redhat.com>
8246
8247 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8248 expect CLI output.
8249
8250 2017-10-10 Pedro Alves <palves@redhat.com>
8251
8252 * lib/selftest-support.exp (selftest_setup): Update for
8253 captured_command_loop's prototype change.
8254
8255 2017-10-09 Pedro Alves <palves@redhat.com>
8256
8257 Test both arch1=>arch2 and arch2=>arch1.
8258
8259 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8260 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8261 factored out to...
8262 (append_arch1_options, append_arch2_options, append_arch_options)
8263 (build_executables): New procedures.
8264 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8265 local.
8266 (top level): Add new 'first_arch' testing axis.
8267
8268 2017-10-09 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8271 (barrier): New.
8272 (thread_start, all_started): New functions.
8273 (main): Spawn new thread and wait until it is scheduled.
8274 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8275 option.
8276 (do_test): Add 'selected_thread' parameter. Run to all_started
8277 instead of main. Explicitly set the breakpoint at main. Switch
8278 to the SELECTED_THREAD thread.
8279 (top level): Test handling the exec event with either the main
8280 thread or the second thread selected.
8281
8282 2017-10-09 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8285 logic. Move STOP marker after the value checks.
8286 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8287 regexp.
8288
8289 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8290
8291 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8292
8293 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8294
8295 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8296 integer-to-dfp conversion.
8297 * gdb.base/dfp-test.exp: Likewise.
8298
8299 2017-10-04 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.multi/hangout.c: Include <unistd.h>.
8302 (hangout_loop): New function.
8303 (main): Call alarm. Call hangout_loop in a loop.
8304 * gdb.multi/hello.c: Include <unistd.h>.
8305 (hello_loop): New function.
8306 (main): Call alarm. Call hangout_loop in a loop.
8307 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8308 inferior with the other selected.
8309
8310 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8311
8312 * gdb.mi/list-thread-groups-available.exp: New file.
8313 * gdb.mi/list-thread-groups-available.c: New file.
8314
8315 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8316
8317 * gdb.base/set-cwd.exp: Make it available on
8318 native-extended-gdbserver.
8319
8320 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8321
8322 * gdb.base/set-cwd.c: New file.
8323 * gdb.base/set-cwd.exp: Likewise.
8324
8325 2017-10-02 Tom Tromey <tom@tromey.com>
8326
8327 PR rust/22236:
8328 * gdb.rust/simple.rs (main): New variable "fslice".
8329 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8330
8331 2017-10-02 Tom Tromey <tom@tromey.com>
8332
8333 * gdb.rust/simple.exp: Test ptype of a slice.
8334
8335 2017-10-02 Tom Tromey <tom@tromey.com>
8336
8337 * gdb.rust/simple.exp: Test index of slice.
8338
8339 2017-09-27 Tom Tromey <tom@tromey.com>
8340
8341 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8342
8343 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8344 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.base/compare-sections.exp (get value of read-only section): Read
8347 as unsigned value.
8348 (corrupt read-only section): Likewise and don't set written if patching
8349 failed.
8350
8351 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8352
8353 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8354 files.
8355
8356 2017-09-20 Pedro Alves <palves@redhat.com>
8357
8358 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8359 symbol names in gdb's output.
8360 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8361
8362 2017-09-20 Pedro Alves <palves@redhat.com>
8363
8364 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8365 Rename to ...
8366 (test_list_ambiguous_symbol): ... this and add a symbol name
8367 parameter. Adjust.
8368 (test_list_ambiguous_function): Reimplement on top of
8369 test_list_ambiguous_symbol and also test listing ambiguous
8370 variables.
8371 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8372 (ambiguous_fun): ... this.
8373 (ambiguous_var): New.
8374 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8375 (ambiguous_fun): ... this.
8376 (ambiguous_var): New.
8377
8378 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8379
8380 * gdb.base/starti.c: New file.
8381 * gdb.base/starti.exp: New file.
8382 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8383
8384 2017-09-14 Pedro Alves <palves@redhat.com>
8385
8386 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8387 (top level): Use it instead of runto.
8388
8389 2017-09-11 Tom Tromey <tom@tromey.com>
8390
8391 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8392
8393 2017-09-11 Tom Tromey <tom@tromey.com>
8394
8395 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8396 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8397
8398 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8399
8400 * gdb.fortran/printing-types.exp: New file.
8401 * gdb.fortran/printing-types.exp: New file.
8402
8403 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8404
8405 * gdb.fortran/vla-ptype.exp: Fix typos.
8406 * gdb.fortran/vla-value.exp: Same.
8407
8408 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8409
8410 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8411 * gdb.mi/mi-var-child-f.exp: Likewise.
8412 * gdb.mi/mi-vla-fortran.exp: Likewise.
8413
8414 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8415 Christoph Weinmann <christoph.t.weinmann@intel.com>
8416 Bernhard Heckel <bernhard.heckel@intel.com>
8417
8418 * gdb.fortran/ptr-indentation.f90: New file.
8419 * gdb.fortran/ptr-indentation.exp: New file.
8420
8421 2017-09-05 Tom Tromey <tom@tromey.com>
8422
8423 PR gdb/22010:
8424 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8425
8426 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8427
8428 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8429
8430 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8431
8432 * gdb.threads/tls-nodebug-pie.c: New file.
8433 * gdb.threads/tls-nodebug-pie.exp: New file.
8434
8435 2017-09-05 Tom Tromey <tom@tromey.com>
8436
8437 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8438 for rust.
8439
8440 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8441
8442 * gdb.multi/multi-arch-exec.exp: Test with different
8443 "follow-exec-mode" settings.
8444 (do_test): New procedure.
8445
8446 2017-09-04 Pedro Alves <palves@redhat.com>
8447
8448 * gdb.base/func-static.c (S::method const, S::method volatile)
8449 (S::method volatile const): New methods.
8450 (c_s, v_s, cv_s): New instances.
8451 (main): Call method() on them.
8452 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8453 (cannot_resolve): New procedure.
8454 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8455 print-quote-unquoted columns.
8456 (do_test): Test printing each scope too.
8457
8458 2017-09-04 Pedro Alves <palves@redhat.com>
8459
8460 * gdb.base/local-static.exp: Also test with
8461 class::method::variable wholly quoted.
8462 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8463
8464 2017-09-04 Pedro Alves <palves@redhat.com>
8465
8466 * gdb.base/local-static.c: New.
8467 * gdb.base/local-static.cc: New.
8468 * gdb.base/local-static.exp: New.
8469
8470 2017-09-04 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.asm/asm-source.exp: Add casts to int.
8473 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8474 (dataglobal64_1, dataglobal64_2): New globals.
8475 * gdb.base/nodebug.exp: Test different expressions involving the
8476 new globals, with print, whatis and ptype. Add casts to int.
8477 * gdb.base/solib-display.exp: Add casts to int.
8478 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8479 * gdb.cp/m-static.exp: Add cast to int.
8480 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8481 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8482 tls variable with no debug info without a cast. Test with a cast
8483 to int too.
8484 * gdb.trace/entry-values.exp: Add casts.
8485
8486 2017-09-04 Pedro Alves <palves@redhat.com>
8487
8488 * gdb.base/nodebug.exp: Test that ptype's error about functions
8489 with unknown return type includes the function name too.
8490
8491 2017-09-04 Pedro Alves <palves@redhat.com>
8492
8493 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8494 return type of munmap in infcall.
8495 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8496 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8497 type of ftell in infcall.
8498 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8499 type of getpid in infcall.
8500 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8501 infcall.
8502 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8503 Bail on failure to extract the pid.
8504 * gdb.base/nodebug.c: #include <stdint.h>.
8505 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8506 New functions.
8507 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8508 Change expected output of print/whatis/ptype with functions with
8509 no debug info. Test all supported languages. Call
8510 test_call_promotion.
8511 * gdb.compile/compile.exp: Adjust expected output to expect
8512 warning.
8513 * gdb.threads/siginfo-threads.exp: Likewise.
8514
8515 2017-09-04 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8518 "prototypes". Test calling float functions via prototyped and
8519 unprototyped function pointers.
8520 (perform_all_tests): New parameter "prototypes". Pass it down.
8521 (top level): Pass down "prototypes" parameter to
8522 perform_all_tests.
8523
8524 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8525
8526 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8527 Test with nested loops.
8528
8529 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8530
8531 * gdb.base/commands.exp: Call the new procedures.
8532 (loop_break_test, loop_continue_test): New procedures.
8533
8534 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8535
8536 * gdb.base/commands.exp: Call new procedure.
8537 (define_if_without_arg_test): New procedure.
8538
8539 2017-09-04 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/list-ambiguous.exp: New file.
8542 * gdb.base/list-ambiguous0.c: New file.
8543 * gdb.base/list-ambiguous1.c: New file.
8544 * gdb.base/list.exp (test_list_range): Adjust expected output.
8545
8546 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8547
8548 * gdb.base/share-env-with-gdbserver.c: New file.
8549 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8550
8551 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8552
8553 * gdb.base/commands.exp (gdbvar_simple_if_test,
8554 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8555 progvar_simple_if_test, progvar_simple_while_test,
8556 progvar_complex_if_while_test, user_defined_command_test,
8557 user_defined_command_args_eval,
8558 user_defined_command_args_stack_test,
8559 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8560 temporary_breakpoint_commands,
8561 gdb_test_no_prompt, redefine_hook_test,
8562 redefine_backtrace_test): Remove "global gdb_prompt".
8563
8564 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8565
8566 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8567 New proc, call it from toplevel.
8568
8569 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8570
8571 PR remote/21852
8572 * gdb.server/normal.c: New file, copied from gdb.base.
8573 * gdb.server/run-without-local-binary.exp: New file.
8574
8575 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8576
8577 * gdb.arch/sparc64-adi.exp: New file.
8578 * gdb.arch/sparc64-adi.c: New file.
8579
8580 2017-08-22 Pedro Alves <palves@redhat.com>
8581
8582 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8583 (top level): Add "list all overloads" tests.
8584
8585 2017-08-22 Tom Tromey <tom@tromey.com>
8586
8587 * gdb.gdb/xfullpath.exp: Remove.
8588
8589 2017-08-21 Pedro Alves <palves@redhat.com>
8590
8591 PR gdb/19487
8592 * gdb.base/symbol-alias.c: New.
8593 * gdb.base/symbol-alias2.c: New.
8594 * gdb.base/symbol-alias.exp: New.
8595
8596 2017-08-21 Pedro Alves <palves@redhat.com>
8597
8598 * gdb.base/dfp-test.c
8599 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8600 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8601 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8602 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8603 * gdb.base/whatis-ptype-typedefs.c: New.
8604 * gdb.base/whatis-ptype-typedefs.exp: New.
8605 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8606 (an_int, an_int_type, an_int_type2): New globals.
8607 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8608 involving typedefs and cast expressions.
8609 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8610 (lookup_typedefs_function): New.
8611 (typedefs_pretty_printers_dict): New.
8612 (top level): Register lookup_typedefs_function in
8613 gdb.pretty_printers.
8614
8615 2017-08-18 Yao Qi <yao.qi@linaro.org>
8616
8617 * gdb.server/unittest.exp: New.
8618
8619 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8620
8621 PR gdb/21954
8622 * gdb.base/environ.exp: Add test to check if 'unset environment'
8623 works.
8624
8625 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8626
8627 * lib/gdb.exp (universal_compile_options): New caching proc.
8628 (gdb_compile): Suppress GCC's coloring of messages.
8629
8630 2017-08-14 Tom Tromey <tom@tromey.com>
8631
8632 PR gdb/21675:
8633 * gdb.base/printcmds.exp (test_radices): New function.
8634 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8635 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8636 * lib/gdb.exp (get_integer_valueof): Use p/d.
8637
8638 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8639
8640 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8641 characters.
8642
8643 2017-08-05 Tom Tromey <tom@tromey.com>
8644
8645 * gdb.rust/simple.exp: Allow String to appear in a different
8646 namespace.
8647
8648 2017-07-26 Yao Qi <yao.qi@linaro.org>
8649
8650 * gdb.gdb/unittest.exp: Invoke command
8651 "maintenance check xml-descriptions".
8652
8653 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8654
8655 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8656 calling context.
8657 (hex128): Drop erroneous calculation of parameters.
8658
8659 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8660
8661 * gdb.python/py-unwind.exp: Disable stack protection when
8662 building test file.
8663
8664 2017-07-20 Pedro Alves <palves@redhat.com>
8665
8666 * gdb.base/default.exp (set language): Adjust expected output.
8667
8668 2017-07-20 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8671 (test_minsym): ... this, and make static.
8672 (get_pck__foo__bar__minsym): Rename to ...
8673 (get_test_minsym): ... this.
8674 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8675 symbol names and comments.
8676 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8677 (get_test_minsym): ... this.
8678 (pck__foo__bar__minsym__2): Rename to ...
8679 (test_minsym): ... this.
8680 (main): Adjust.
8681
8682 2017-07-17 Pedro Alves <palves@redhat.com>
8683
8684 * gdb.base/completion.exp: Adjust expected output.
8685 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8686 the completer works.
8687
8688 2017-07-17 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8691
8692 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8693
8694 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8695
8696 2017-07-14 Tom Tromey <tom@tromey.com>
8697
8698 PR rust/21764:
8699 * gdb.rust/simple.exp: Add tests.
8700
8701 2017-07-14 Tom Tromey <tom@tromey.com>
8702
8703 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8704
8705 2017-07-14 Pedro Alves <palves@redhat.com>
8706
8707 * gdb.linespec/base/one/thefile.cc (z1): New function.
8708 * gdb.linespec/base/two/thefile.cc (z2): New function.
8709 * gdb.linespec/linespec.exp: Add tests.
8710
8711 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8712
8713 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8714 to mi_create_breakpoint.
8715
8716 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8717
8718 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8719 mi_create_breakpoint.
8720
8721 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8722
8723 * gdb.dlang/demangle.exp: Update for demangling changes.
8724
8725 2017-07-09 Tom Tromey <tom@tromey.com>
8726
8727 * gdb.dwarf2/shortpiece.exp: New file.
8728
8729 2017-07-06 David Blaikie <dblaikie@gmail.com>
8730
8731 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8732 built from fissiont-multi-cu{1,2}.c.
8733 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8734 except putting 'main' and 'func' in separate CUs in the same DWO file.
8735 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8736 test.
8737 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8738 test.
8739
8740 2017-07-06 Pedro Alves <palves@redhat.com>
8741
8742 * gdb.python/py-unwind.exp: Test flushregs.
8743
8744 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8745
8746 PR cli/21688
8747 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8748 tests for alias commands and trailing whitespace.
8749
8750 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8751
8752 PR cli/21688
8753 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8754 procedure. Call it.
8755
8756 2017-06-29 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.base/printcmds.exp: Add tests.
8759
8760 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8761
8762 PR gdb/21337
8763 * gdb.base/reread-readsym.exp: New file.
8764 * gdb.base/reread-readsym.c: New file.
8765
8766 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8767
8768 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8769 subpattern.
8770
8771 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8772
8773 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8774 extended mnemonic.
8775 * gdb.arch/powerpc-power9.s: Likewise.
8776
8777 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8778
8779 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8780 on 32-bit x86 targets. Exploit is_*_target macros where
8781 appropriate.
8782
8783 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8784
8785 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8786 register pieces.
8787
8788 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8789
8790 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8791 located in one or more DWARF pieces.
8792
8793 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8794
8795 * lib/gdb.exp (get_endianness): New proc.
8796 * gdb.arch/aarch64-fp.exp: Use it.
8797 * gdb.arch/altivec-regs.exp: Likewise.
8798 * gdb.arch/e500-regs.exp: Likewise.
8799 * gdb.arch/vsx-regs.exp: Likewise.
8800 * gdb.base/dump.exp: Likewise.
8801 * gdb.base/funcargs.exp: Likewise.
8802 * gdb.base/gnu_vector.exp: Likewise.
8803 * gdb.dwarf2/formdata16.exp: Likewise.
8804 * gdb.dwarf2/implptrpiece.exp: Likewise.
8805 * gdb.dwarf2/nonvar-access.exp: Likewise.
8806 * gdb.python/py-inferior.exp: Likewise.
8807 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8808
8809 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8810
8811 PR gdb/21226
8812 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8813 stack value pieces are taken from the LSB end.
8814
8815 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8816
8817 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8818 variable at nonzero offset.
8819
8820 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8821
8822 * gdb.dwarf2/var-access.c: New file.
8823 * gdb.dwarf2/var-access.exp: New test.
8824 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8825
8826 2017-06-12 Tom Tromey <tom@tromey.com>
8827
8828 * gdb.dwarf2/formdata16.exp: Add tests.
8829
8830 2017-06-12 Tom Tromey <tom@tromey.com>
8831
8832 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8833
8834 2017-06-12 Tom Tromey <tom@tromey.com>
8835
8836 PR exp/16225:
8837 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8838 * gdb.arch/vsx-regs.exp: Update tests.
8839 * gdb.arch/s390-vregs.exp (hex128): New proc.
8840 Update test.
8841 * gdb.arch/altivec-regs.exp: Update tests.
8842
8843 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8844
8845 * gdb.base/startup-with-shell.c: New file.
8846 * gdb.base/startup-with-shell.exp: Likewise.
8847
8848 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8849
8850 * gdb.server/non-existing-program.exp: Update regex in order to
8851 reflect the fact that gdbserver is now using fork_inferior (with a
8852 shell) to startup the inferior.
8853
8854 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8855
8856 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8857 support function calls from GDB.
8858
8859 2017-05-21 Tom Tromey <tom@tromey.com>
8860
8861 PR rust/21466:
8862 * gdb.rust/unsized.exp: New file.
8863 * gdb.rust/unsized.rs: New file.
8864
8865 2017-05-19 Tom Tromey <tom@tromey.com>
8866
8867 PR rust/21484:
8868 * gdb.rust/watch.exp: New file.
8869 * gdb.rust/watch.rs: New file.
8870
8871 2017-05-18 Tom Tromey <tom@tromey.com>
8872
8873 * gdb.rust/simple.exp: Allow Box to be qualified.
8874
8875 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8876
8877 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8878
8879 2017-05-18 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.base/fileio.c (test_write, test_read, test_close)
8882 (test_fstat): Don't print 'ret' in the fail path.
8883
8884 2017-05-18 Pedro Alves <palves@redhat.com>
8885
8886 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8887 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8888 (test_system, test_rename, test_unlink, test_time): Change
8889 prototypes.
8890 * gdb.base/fileio.exp (stop_msg): Adjust.
8891
8892 2017-05-18 Pedro Alves <palves@redhat.com>
8893
8894 * gdb.base/fileio.c (null_str): New global.
8895 (test_stat): Use it.
8896 * gdb.base/fileio.exp: Remove nowarnings.
8897
8898 2017-05-17 Yao Qi <yao.qi@linaro.org>
8899
8900 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8901
8902 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8903
8904 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8905 argument command.
8906 (top-level): Invoke test_set_inferior_tty.
8907
8908 2017-05-04 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8911 Add parens to print call for Python 3.
8912
8913 2017-05-03 Keith Seitz <keiths@redhat.com>
8914
8915 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
8916 (main): Call it.
8917
8918 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8919
8920 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
8921 to prev and next.
8922
8923 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8924
8925 * gdb.python/py-record-btrace.exp: Remove test for
8926 gdb.BtraceInstruction.error.
8927
8928 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8929
8930 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
8931
8932 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
8933
8934 * gdb.python/py-record-btrace-threads.c: New file.
8935 * gdb.python/py-record-btrace-threads.exp: New file.
8936
8937 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8938
8939 PR testsuite/8595
8940 * gdb.base/environ.exp: Make test available in all architectures.
8941 Move bits related to "info program" testing to
8942 gdb.base/info-program.exp. Rewrite tests to use the two new
8943 procedures mentione below.
8944 (test_set_show_env_var) New procedure.
8945 (test_set_show_env_var_equal): Likewise.
8946 * gdb.base/info-program.exp: New file.
8947
8948 2017-04-27 Keith Seitz <keiths@redhat.com>
8949
8950 * gdb.cp/oranking.cc (test15): New function.
8951 (main): Call test15 and declare additional variables for testing.
8952 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
8953 "p foo101('abc')" tests.
8954 Add tests for cv qualifier overloads.
8955 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
8956 "lvalue reference overload" test.
8957 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
8958 "print value of f1 on Child&& in f2" test.
8959
8960 2017-04-19 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
8963 procedure.
8964 (top level): Call it.
8965 * lib/gdb.exp (gdb_define_cmd): New procedure.
8966
8967 2017-04-12 Pedro Alves <palves@redhat.com>
8968
8969 PR gdb/21323
8970 * gdb.cp/wide_char_types.c: Include <wchar.h>.
8971 (wchar): New global.
8972 * gdb.cp/wide_char_types.exp (wide_char_types_program)
8973 (do_test_wide_char, wide_char_types_no_program, top level): Add
8974 wchar_t testing.
8975
8976 2017-04-12 Pedro Alves <palves@redhat.com>
8977
8978 PR c++/21323
8979 * gdb.cp/wide_char_types.c: New file.
8980 * gdb.cp/wide_char_types.exp: New file.
8981
8982 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
8983
8984 PR gdb/21352
8985 * gdb.trace/tsv.exp: Add test for "tsave -r".
8986
8987 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
8988
8989 * gdb.dlang/watch-loc.c: New file.
8990 * gdb.dlang/watch-loc.exp: New file.
8991
8992 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8993
8994 * gdb.python/py-section-script.exp (sepdebug): New testcases.
8995
8996 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
8997
8998 * gdb.arch/arc-analyze-prologue.S: New file.
8999 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9000
9001 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9002
9003 * gdb.arch/arc-decode-insn.S: New file.
9004 * gdb.arch/arc-decode-insn.exp: Likewise.
9005
9006 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9007
9008 PR tdep/20928
9009 * gdb.arch/sparc64-regs.exp: New file.
9010 * gdb.arch/sparc64-regs.S: Likewise.
9011
9012 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9013
9014 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9015 and memory view on Python 3.
9016
9017 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9018 Keith Seitz <keiths@redhat.com>
9019
9020 PR gdb/14441
9021 * gdb.cp/demangle.exp: Add rvalue reference tests.
9022 * gdb.cp/rvalue-ref-casts.cc: New file.
9023 * gdb.cp/rvalue-ref-casts.exp: New file.
9024 * gdb.cp/rvalue-ref-overload.cc: New file.
9025 * gdb.cp/rvalue-ref-overload.exp: New file.
9026 * gdb.cp/rvalue-ref-params.cc: New file.
9027 * gdb.cp/rvalue-ref-params.exp: New file.
9028 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9029 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9030 * gdb.cp/rvalue-ref-types.cc: New file.
9031 * gdb.cp/rvalue-ref-types.exp: New file.
9032 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9033 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9034
9035 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9036
9037 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9038 New procedure.
9039
9040 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9041
9042 * lib/mi-support.exp (mi_gdb_test): Add additional message
9043 for unexpected output.
9044
9045 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9046
9047 * gdb.base/examine-backward.c (Barrier): New character array
9048 constant, to ensure that TestStrings is preceded by a string
9049 terminator.
9050
9051 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9052
9053 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9054 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9055 and implicit pointer into such a location.
9056
9057 2017-03-16 Doug Evans <dje@google.com>
9058
9059 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9060
9061 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9062
9063 * gdb.cp/m-static.exp: Fix expectation for prototype of
9064 test5.single_constructor and single_constructor::single_constructor.
9065
9066 2017-03-16 Doug Evans <dje@google.com>
9067
9068 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9069 * gdb.guile/scm-lazy-string.c: New file.
9070 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9071 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9072 for pointer, array, typedef lazy strings.
9073
9074 2017-03-16 Doug Evans <dje@google.com>
9075
9076 PR python/17728, python/18439, python/18779
9077 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9078 * gdb.python/py-lazy-string.c (pointer): New typedef.
9079 (main): New locals ptr, array, typedef_ptr.
9080 * gdb.python/py-value.exp: Move lazy string tests to ...
9081 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9082 array, typedef lazy strings.
9083
9084 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9085
9086 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9087 Add optional 'test' parameter.
9088
9089 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9090
9091 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9092 Skip for versions of DejaGnu < 1.5.
9093
9094 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9095
9096 * lib/gdb.exp (dejagnu_version): New proc.
9097 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9098 Use dejagnu_version.
9099
9100 2017-03-10 Keith Seitz <keiths@redhat.com>
9101
9102 PR c++/8128
9103 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9104 type from destructor regexps.
9105 Add a branch which actually passes the test.
9106 Adjust "ptype t5i" test names.
9107
9108 2017-03-08 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.base/step-over-exit.exp: Add explicit test message.
9111
9112 2017-03-08 Pedro Alves <palves@redhat.com>
9113
9114 PR gdb/18360
9115 * gdb.threads/interrupt-while-step-over.c: New file.
9116 * gdb.threads/interrupt-while-step-over.exp: New file.
9117
9118 2017-03-08 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9121 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9122
9123 2017-03-08 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9126 PKRU as not supported as a PASS.
9127
9128 2017-03-08 Pedro Alves <palves@redhat.com>
9129
9130 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9131 prefix instead of $binfile1/$binfile2.
9132 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9133 in test message.
9134 * gdb.python/py-completion.exp: Use "load python file" as test
9135 messages instead of unstable path names.
9136
9137 2017-03-08 Pedro Alves <palves@redhat.com>
9138 Jan Kratochvil <jan.kratochvil@redhat.com>
9139
9140 PR cli/21218
9141 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9142 New proc.
9143 (top level): Call it.
9144
9145 2017-03-08 Pedro Alves <palves@redhat.com>
9146
9147 PR tui/21216
9148 * gdb.tui/tui-nl-filtered-output.exp: New file.
9149
9150 2017-03-08 Pedro Alves <palves@redhat.com>
9151
9152 * gdb.base/completion.exp: Move TUI completion tests to ...
9153 * gdb.tui/completion.exp: ... this new file.
9154
9155 2017-03-08 Pedro Alves <palves@redhat.com>
9156
9157 * gdb.base/tui-disasm-long-lines.c,
9158 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9159 gdb.base/tui-layout.exp: Move to ...
9160 * gdb.tui/: ... this new directory.
9161
9162 2017-03-07 Pedro Alves <palves@redhat.com>
9163
9164 * gdb.base/tui-layout.c: New file.
9165 * gdb.base/tui-layout.exp: New file.
9166
9167 2017-03-07 Pedro Alves <palves@redhat.com>
9168
9169 * gdb.base/tui-layout.c: Rename to ...
9170 * gdb.base/tui-disasm-long-lines.c: ... this.
9171 * gdb.base/tui-layout.exp: Rename to ...
9172 * gdb.base/tui-disasm-long-lines.exp: ... this.
9173
9174 2017-03-07 Pedro Alves <palves@redhat.com>
9175
9176 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9177
9178 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9179
9180 * i386-mpx-call.c: New file.
9181 * i386-mpx-call.exp: New file.
9182
9183 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9184
9185 * gdb.arch/powerpc-power.exp: Delete test.
9186 * gdb.arch/powerpc-power.s: Likewise.
9187 * gdb.disasm/disassembler-options.exp: New test.
9188 * gdb.arch/powerpc-altivec.exp: Likewise.
9189 * gdb.arch/powerpc-altivec.s: Likewise.
9190 * gdb.arch/powerpc-altivec2.exp: Likewise.
9191 * gdb.arch/powerpc-altivec2.s: Likewise.
9192 * gdb.arch/powerpc-altivec3.exp: Likewise.
9193 * gdb.arch/powerpc-altivec3.s: Likewise.
9194 * gdb.arch/powerpc-power7.exp: Likewise.
9195 * gdb.arch/powerpc-power7.s: Likewise.
9196 * gdb.arch/powerpc-power8.exp: Likewise.
9197 * gdb.arch/powerpc-power8.s: Likewise.
9198 * gdb.arch/powerpc-power9.exp: Likewise.
9199 * gdb.arch/powerpc-power9.s: Likewise.
9200 * gdb.arch/powerpc-vsx.exp: Likewise.
9201 * gdb.arch/powerpc-vsx.s: Likewise.
9202 * gdb.arch/powerpc-vsx2.exp: Likewise.
9203 * gdb.arch/powerpc-vsx2.s: Likewise.
9204 * gdb.arch/powerpc-vsx3.exp: Likewise.
9205 * gdb.arch/powerpc-vsx3.s: Likewise.
9206 * gdb.arch/arm-disassembler-options.exp: Likewise.
9207 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9208 * gdb.arch/s390-disassembler-options.exp: Likewise.
9209
9210 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9211
9212 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9213 (check_supported_features): ... this. Changed return type to void.
9214 (supports_rdseed): New static global.
9215 (rdseed): Check supports_rdseed.
9216 (initialize): Call check_supported_features.
9217
9218 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9219
9220 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9221 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9222 and lqarx/stqcx.
9223 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9224 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9225
9226 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9227
9228 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9229 uppercase.
9230
9231 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9232
9233 * gdb.dwarf2/formdata16.c: New file.
9234 * gdb.dwarf2/formdata16.exp: New file.
9235 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9236
9237 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9238
9239 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9240 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9241 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9242 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9243 DW_AT_GNU_*.
9244
9245 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9246
9247 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9248
9249 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9250
9251 PR gdb/21164
9252 * gdb.base/maint.exp: Add testcases for when the commands do
9253 not have arguments.
9254
9255 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9256
9257 * gdb.cp/chained-calls.exp: Use p instead of P.
9258
9259 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9260
9261 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9262 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9263
9264 2017-02-14 Tom Tromey <tom@tromey.com>
9265
9266 PR python/13598:
9267 * gdb.python/py-events.exp: Add before_prompt event tests.
9268
9269 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9270
9271 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9272
9273 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9274
9275 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9276 (main): Call my_unique_function_name.
9277 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9278 completion of patterns with a single match.
9279 Add missing -re switches to gdb_test_multiple calls.
9280
9281 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9282
9283 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9284 return if core file is not recognized.
9285
9286 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9287
9288 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9289 and extra UIs.
9290
9291 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9292
9293 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9294 proc_with_prefix.
9295
9296 2017-02-10 Tom Tromey <tom@tromey.com>
9297
9298 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9299
9300 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9301
9302 PR gdb/21122
9303 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9304
9305 2017-02-08 Jerome Guitton <guitton@adacore.com>
9306
9307 * gdb.base/define.exp: Add test for command abbreviations
9308 in define.
9309
9310 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9311
9312 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9313 * gdb.reverse/insn-reverse-x86.c: New file.
9314
9315 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9316
9317 PR tdep/20936
9318 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9319
9320 2017-02-03 Tom Tromey <tom@tromey.com>
9321
9322 PR rust/21097:
9323 * gdb.rust/simple.exp: Add new tests.
9324
9325 2017-02-02 Pedro Alves <palves@redhat.com>
9326
9327 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9328 tests.
9329
9330 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9331
9332 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9333 taking a 2-byte value out of a 4-byte DWARF implicit value on
9334 big-endian targets.
9335 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9336 logic. Add test cases for DW_OP_implicit.
9337
9338 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9339
9340 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9341
9342 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9343
9344 * gdb.btrace/enable.exp: Call gdb_exit before
9345 skip_gdbserver_tests.
9346
9347 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9348
9349 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9350 GDBFLAGS.
9351
9352 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9353
9354 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9355 the test is skipped.
9356 * gdb.btrace/data.exp: Likewise.
9357 * gdb.btrace/delta.exp: Likewise.
9358 * gdb.btrace/dlopen.exp: Likewise.
9359 * gdb.btrace/enable-running.exp: Likewise.
9360 * gdb.btrace/enable.exp: Likewise.
9361 * gdb.btrace/exception.exp: Likewise.
9362 * gdb.btrace/function_call_history.exp: Likewise.
9363 * gdb.btrace/gcore.exp: Likewise.
9364 * gdb.btrace/instruction_history.exp: Likewise.
9365 * gdb.btrace/multi-thread-step.exp: Likewise.
9366 * gdb.btrace/nohist.exp: Likewise.
9367 * gdb.btrace/non-stop.exp: Likewise.
9368 * gdb.btrace/reconnect.exp: Likewise.
9369 * gdb.btrace/record_goto-step.exp: Likewise.
9370 * gdb.btrace/record_goto.exp: Likewise.
9371 * gdb.btrace/rn-dl-bind.exp: Likewise.
9372 * gdb.btrace/segv.exp: Likewise.
9373 * gdb.btrace/step.exp: Likewise.
9374 * gdb.btrace/stepi.exp: Likewise.
9375 * gdb.btrace/tailcall-only.exp: Likewise.
9376 * gdb.btrace/tailcall.exp: Likewise.
9377 * gdb.btrace/tsx.exp: Likewise.
9378 * gdb.btrace/unknown_functions.exp: Likewise.
9379 * gdb.btrace/vdso.exp: Likewise.
9380
9381 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9382
9383 * gdb.btrace/enable-running.c: New.
9384 * gdb.btrace/enable-running.exp: New.
9385
9386 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9387
9388 * gdb.arch/amd64-gs_base.c: New file.
9389 * gdb.arch/amd64-gs_base.exp: New file.
9390
9391 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9392
9393 * lib/memory.exp: Remove spurious empty newlines.
9394
9395 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9396
9397 * gdb.python/py-bad-printers.exp: Load python file using "source".
9398 * gdb.python/py-events.exp: Likewise.
9399 * gdb.python/py-evsignal.exp: Likewise.
9400 * gdb.python/py-evthreads.exp: Likewise.
9401 * gdb.python/py-frame-args.exp: Likewise.
9402 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9403 * gdb.python/py-framefilter-mi.exp: Likewise.
9404 * gdb.python/py-framefilter.exp: Likewise.
9405 * gdb.python/py-mi.exp: Likewise.
9406 * gdb.python/py-pp-maint.exp: Likewise.
9407 * gdb.python/py-pp-registration.exp: Likewise.
9408 * gdb.python/py-prettyprint.exp: Likewise.
9409 (run_lang_tests): Likewise.
9410 * gdb.python/py-typeprint.exp: Likewise.
9411
9412 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9413
9414 * lib/memory.exp: New file.
9415 * lib/gdb.exp: Load memory.exp.
9416 * gdb.base/memattr.exp (delete_memory): Move proc to
9417 lib/memory.exp and rename to delete_memory_regions.
9418 Replace delete_memory with delete_memory_regions.
9419 Cleanup memory regions before tests.
9420 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9421 before tests.
9422
9423 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9424
9425 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9426 files.
9427 (initialize): New function conditionally defined.
9428 (testcases): Move within conditional block.
9429 (main): Call initialize.
9430 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9431 of gdb.reverse/insn-reverse.c.
9432 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9433 gdb.reverse/insn-reverse.c.
9434
9435 2017-01-26 Yao Qi <yao.qi@linaro.org>
9436
9437 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9438 disassemble on address 0.
9439
9440 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9441 Yao Qi <yao.qi@linaro.org>
9442
9443 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9444 * gdb.dwarf2/implptr-64bit.S: Remove.
9445 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9446 variables in caller's context. Add DW_OP_implicit_value.
9447
9448 2017-01-25 Yao Qi <yao.qi@linaro.org>
9449
9450 * lib/dwarf.exp (Dwarf::_location): Handle
9451 DW_OP_GNU_implicit_pointer with proper size.
9452
9453 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9454
9455 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9456 and add untested calls.
9457
9458 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9459
9460 * gdb.python/python.exp: Check line number against what GDB thinks
9461 the line number is for func1.
9462
9463 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9464
9465 * gdb.dlang/debug-expr.exp: New file.
9466
9467 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9468
9469 Fix test names for the following files:
9470
9471 * gdb.ada/exec_changed.exp
9472 * gdb.ada/info_types.exp
9473 * gdb.arch/aarch64-atomic-inst.exp
9474 * gdb.arch/aarch64-fp.exp
9475 * gdb.arch/altivec-abi.exp
9476 * gdb.arch/altivec-regs.exp
9477 * gdb.arch/amd64-byte.exp
9478 * gdb.arch/amd64-disp-step.exp
9479 * gdb.arch/amd64-dword.exp
9480 * gdb.arch/amd64-entry-value-inline.exp
9481 * gdb.arch/amd64-entry-value-param.exp
9482 * gdb.arch/amd64-entry-value-paramref.exp
9483 * gdb.arch/amd64-entry-value.exp
9484 * gdb.arch/amd64-i386-address.exp
9485 * gdb.arch/amd64-invalid-stack-middle.exp
9486 * gdb.arch/amd64-invalid-stack-top.exp
9487 * gdb.arch/amd64-optimout-repeat.exp
9488 * gdb.arch/amd64-prologue-skip.exp
9489 * gdb.arch/amd64-prologue-xmm.exp
9490 * gdb.arch/amd64-stap-special-operands.exp
9491 * gdb.arch/amd64-stap-wrong-subexp.exp
9492 * gdb.arch/amd64-tailcall-cxx.exp
9493 * gdb.arch/amd64-tailcall-noret.exp
9494 * gdb.arch/amd64-tailcall-ret.exp
9495 * gdb.arch/amd64-tailcall-self.exp
9496 * gdb.arch/amd64-word.exp
9497 * gdb.arch/arm-bl-branch-dest.exp
9498 * gdb.arch/arm-disp-step.exp
9499 * gdb.arch/arm-neon.exp
9500 * gdb.arch/arm-single-step-kernel-helper.exp
9501 * gdb.arch/avr-flash-qualifier.exp
9502 * gdb.arch/disp-step-insn-reloc.exp
9503 * gdb.arch/e500-abi.exp
9504 * gdb.arch/e500-regs.exp
9505 * gdb.arch/ftrace-insn-reloc.exp
9506 * gdb.arch/i386-avx512.exp
9507 * gdb.arch/i386-bp_permanent.exp
9508 * gdb.arch/i386-byte.exp
9509 * gdb.arch/i386-cfi-notcurrent.exp
9510 * gdb.arch/i386-disp-step.exp
9511 * gdb.arch/i386-dr3-watch.exp
9512 * gdb.arch/i386-float.exp
9513 * gdb.arch/i386-gnu-cfi.exp
9514 * gdb.arch/i386-mpx-map.exp
9515 * gdb.arch/i386-mpx-sigsegv.exp
9516 * gdb.arch/i386-mpx-simple_segv.exp
9517 * gdb.arch/i386-mpx.exp
9518 * gdb.arch/i386-permbkpt.exp
9519 * gdb.arch/i386-prologue.exp
9520 * gdb.arch/i386-signal.exp
9521 * gdb.arch/i386-size-overlap.exp
9522 * gdb.arch/i386-unwind.exp
9523 * gdb.arch/i386-word.exp
9524 * gdb.arch/mips-fcr.exp
9525 * gdb.arch/powerpc-d128-regs.exp
9526 * gdb.arch/powerpc-stackless.exp
9527 * gdb.arch/ppc64-atomic-inst.exp
9528 * gdb.arch/s390-stackless.exp
9529 * gdb.arch/s390-tdbregs.exp
9530 * gdb.arch/s390-vregs.exp
9531 * gdb.arch/sparc-sysstep.exp
9532 * gdb.arch/thumb-bx-pc.exp
9533 * gdb.arch/thumb-singlestep.exp
9534 * gdb.arch/thumb2-it.exp
9535 * gdb.arch/vsx-regs.exp
9536 * gdb.asm/asm-source.exp
9537 * gdb.base/a2-run.exp
9538 * gdb.base/advance.exp
9539 * gdb.base/all-bin.exp
9540 * gdb.base/anon.exp
9541 * gdb.base/args.exp
9542 * gdb.base/arithmet.exp
9543 * gdb.base/async-shell.exp
9544 * gdb.base/async.exp
9545 * gdb.base/attach-pie-noexec.exp
9546 * gdb.base/attach-twice.exp
9547 * gdb.base/auto-load.exp
9548 * gdb.base/bang.exp
9549 * gdb.base/bitfields.exp
9550 * gdb.base/break-always.exp
9551 * gdb.base/break-caller-line.exp
9552 * gdb.base/break-entry.exp
9553 * gdb.base/break-inline.exp
9554 * gdb.base/break-on-linker-gcd-function.exp
9555 * gdb.base/break-probes.exp
9556 * gdb.base/break.exp
9557 * gdb.base/breakpoint-shadow.exp
9558 * gdb.base/call-ar-st.exp
9559 * gdb.base/call-sc.exp
9560 * gdb.base/call-signal-resume.exp
9561 * gdb.base/call-strs.exp
9562 * gdb.base/callfuncs.exp
9563 * gdb.base/catch-fork-static.exp
9564 * gdb.base/catch-gdb-caused-signals.exp
9565 * gdb.base/catch-load.exp
9566 * gdb.base/catch-signal-fork.exp
9567 * gdb.base/catch-signal.exp
9568 * gdb.base/catch-syscall.exp
9569 * gdb.base/charset.exp
9570 * gdb.base/checkpoint.exp
9571 * gdb.base/chng-syms.exp
9572 * gdb.base/code-expr.exp
9573 * gdb.base/code_elim.exp
9574 * gdb.base/commands.exp
9575 * gdb.base/completion.exp
9576 * gdb.base/complex.exp
9577 * gdb.base/cond-expr.exp
9578 * gdb.base/condbreak.exp
9579 * gdb.base/consecutive.exp
9580 * gdb.base/continue-all-already-running.exp
9581 * gdb.base/coredump-filter.exp
9582 * gdb.base/corefile.exp
9583 * gdb.base/dbx.exp
9584 * gdb.base/debug-expr.exp
9585 * gdb.base/define.exp
9586 * gdb.base/del.exp
9587 * gdb.base/disabled-location.exp
9588 * gdb.base/disasm-end-cu.exp
9589 * gdb.base/disasm-optim.exp
9590 * gdb.base/display.exp
9591 * gdb.base/duplicate-bp.exp
9592 * gdb.base/ena-dis-br.exp
9593 * gdb.base/ending-run.exp
9594 * gdb.base/enumval.exp
9595 * gdb.base/environ.exp
9596 * gdb.base/eu-strip-infcall.exp
9597 * gdb.base/eval-avoid-side-effects.exp
9598 * gdb.base/eval-skip.exp
9599 * gdb.base/exitsignal.exp
9600 * gdb.base/expand-psymtabs.exp
9601 * gdb.base/filesym.exp
9602 * gdb.base/find-unmapped.exp
9603 * gdb.base/finish.exp
9604 * gdb.base/float.exp
9605 * gdb.base/foll-exec-mode.exp
9606 * gdb.base/foll-exec.exp
9607 * gdb.base/foll-fork.exp
9608 * gdb.base/fortran-sym-case.exp
9609 * gdb.base/freebpcmd.exp
9610 * gdb.base/func-ptr.exp
9611 * gdb.base/func-ptrs.exp
9612 * gdb.base/funcargs.exp
9613 * gdb.base/gcore-buffer-overflow.exp
9614 * gdb.base/gcore-relro-pie.exp
9615 * gdb.base/gcore-relro.exp
9616 * gdb.base/gcore.exp
9617 * gdb.base/gdb1090.exp
9618 * gdb.base/gdb11530.exp
9619 * gdb.base/gdb11531.exp
9620 * gdb.base/gdb1821.exp
9621 * gdb.base/gdbindex-stabs.exp
9622 * gdb.base/gdbvars.exp
9623 * gdb.base/hbreak.exp
9624 * gdb.base/hbreak2.exp
9625 * gdb.base/included.exp
9626 * gdb.base/infcall-input.exp
9627 * gdb.base/inferior-died.exp
9628 * gdb.base/infnan.exp
9629 * gdb.base/info-macros.exp
9630 * gdb.base/info-os.exp
9631 * gdb.base/info-proc.exp
9632 * gdb.base/info-shared.exp
9633 * gdb.base/info-target.exp
9634 * gdb.base/infoline.exp
9635 * gdb.base/interp.exp
9636 * gdb.base/interrupt.exp
9637 * gdb.base/jit-reader.exp
9638 * gdb.base/jit-simple.exp
9639 * gdb.base/kill-after-signal.exp
9640 * gdb.base/kill-detach-inferiors-cmd.exp
9641 * gdb.base/label.exp
9642 * gdb.base/langs.exp
9643 * gdb.base/ldbl_e308.exp
9644 * gdb.base/line-symtabs.exp
9645 * gdb.base/linespecs.exp
9646 * gdb.base/list.exp
9647 * gdb.base/long_long.exp
9648 * gdb.base/longest-types.exp
9649 * gdb.base/maint.exp
9650 * gdb.base/max-value-size.exp
9651 * gdb.base/memattr.exp
9652 * gdb.base/mips_pro.exp
9653 * gdb.base/morestack.exp
9654 * gdb.base/moribund-step.exp
9655 * gdb.base/multi-forks.exp
9656 * gdb.base/nested-addr.exp
9657 * gdb.base/nextoverexit.exp
9658 * gdb.base/noreturn-finish.exp
9659 * gdb.base/noreturn-return.exp
9660 * gdb.base/nostdlib.exp
9661 * gdb.base/offsets.exp
9662 * gdb.base/opaque.exp
9663 * gdb.base/pc-fp.exp
9664 * gdb.base/permissions.exp
9665 * gdb.base/print-symbol-loading.exp
9666 * gdb.base/prologue-include.exp
9667 * gdb.base/psymtab.exp
9668 * gdb.base/ptype.exp
9669 * gdb.base/random-signal.exp
9670 * gdb.base/randomize.exp
9671 * gdb.base/range-stepping.exp
9672 * gdb.base/readline-ask.exp
9673 * gdb.base/recpar.exp
9674 * gdb.base/recurse.exp
9675 * gdb.base/relational.exp
9676 * gdb.base/restore.exp
9677 * gdb.base/return-nodebug.exp
9678 * gdb.base/return.exp
9679 * gdb.base/run-after-attach.exp
9680 * gdb.base/save-bp.exp
9681 * gdb.base/scope.exp
9682 * gdb.base/sect-cmd.exp
9683 * gdb.base/set-lang-auto.exp
9684 * gdb.base/set-noassign.exp
9685 * gdb.base/setvar.exp
9686 * gdb.base/sigall.exp
9687 * gdb.base/sigbpt.exp
9688 * gdb.base/siginfo-addr.exp
9689 * gdb.base/siginfo-infcall.exp
9690 * gdb.base/siginfo-obj.exp
9691 * gdb.base/siginfo.exp
9692 * gdb.base/signals-state-child.exp
9693 * gdb.base/signest.exp
9694 * gdb.base/sigstep.exp
9695 * gdb.base/sizeof.exp
9696 * gdb.base/skip.exp
9697 * gdb.base/solib-corrupted.exp
9698 * gdb.base/solib-nodir.exp
9699 * gdb.base/solib-search.exp
9700 * gdb.base/stack-checking.exp
9701 * gdb.base/stale-infcall.exp
9702 * gdb.base/stap-probe.exp
9703 * gdb.base/start.exp
9704 * gdb.base/step-break.exp
9705 * gdb.base/step-bt.exp
9706 * gdb.base/step-line.exp
9707 * gdb.base/step-over-exit.exp
9708 * gdb.base/step-over-syscall.exp
9709 * gdb.base/step-resume-infcall.exp
9710 * gdb.base/step-test.exp
9711 * gdb.base/store.exp
9712 * gdb.base/structs3.exp
9713 * gdb.base/sym-file.exp
9714 * gdb.base/symbol-without-target_section.exp
9715 * gdb.base/term.exp
9716 * gdb.base/testenv.exp
9717 * gdb.base/ui-redirect.exp
9718 * gdb.base/until.exp
9719 * gdb.base/unwindonsignal.exp
9720 * gdb.base/value-double-free.exp
9721 * gdb.base/vla-datatypes.exp
9722 * gdb.base/vla-ptr.exp
9723 * gdb.base/vla-sideeffect.exp
9724 * gdb.base/volatile.exp
9725 * gdb.base/watch-cond-infcall.exp
9726 * gdb.base/watch-cond.exp
9727 * gdb.base/watch-non-mem.exp
9728 * gdb.base/watch-read.exp
9729 * gdb.base/watch-vfork.exp
9730 * gdb.base/watchpoint-cond-gone.exp
9731 * gdb.base/watchpoint-delete.exp
9732 * gdb.base/watchpoint-hw-hit-once.exp
9733 * gdb.base/watchpoint-hw.exp
9734 * gdb.base/watchpoint-stops-at-right-insn.exp
9735 * gdb.base/watchpoints.exp
9736 * gdb.base/wchar.exp
9737 * gdb.base/whatis-exp.exp
9738 * gdb.btrace/buffer-size.exp
9739 * gdb.btrace/data.exp
9740 * gdb.btrace/delta.exp
9741 * gdb.btrace/dlopen.exp
9742 * gdb.btrace/enable.exp
9743 * gdb.btrace/exception.exp
9744 * gdb.btrace/function_call_history.exp
9745 * gdb.btrace/gcore.exp
9746 * gdb.btrace/instruction_history.exp
9747 * gdb.btrace/nohist.exp
9748 * gdb.btrace/reconnect.exp
9749 * gdb.btrace/record_goto-step.exp
9750 * gdb.btrace/record_goto.exp
9751 * gdb.btrace/rn-dl-bind.exp
9752 * gdb.btrace/segv.exp
9753 * gdb.btrace/step.exp
9754 * gdb.btrace/stepi.exp
9755 * gdb.btrace/tailcall-only.exp
9756 * gdb.btrace/tailcall.exp
9757 * gdb.btrace/tsx.exp
9758 * gdb.btrace/unknown_functions.exp
9759 * gdb.btrace/vdso.exp
9760 * gdb.compile/compile-ifunc.exp
9761 * gdb.compile/compile-ops.exp
9762 * gdb.compile/compile-print.exp
9763 * gdb.compile/compile-setjmp.exp
9764 * gdb.cp/abstract-origin.exp
9765 * gdb.cp/ambiguous.exp
9766 * gdb.cp/annota2.exp
9767 * gdb.cp/annota3.exp
9768 * gdb.cp/anon-ns.exp
9769 * gdb.cp/anon-struct.exp
9770 * gdb.cp/anon-union.exp
9771 * gdb.cp/arg-reference.exp
9772 * gdb.cp/baseenum.exp
9773 * gdb.cp/bool.exp
9774 * gdb.cp/breakpoint.exp
9775 * gdb.cp/bs15503.exp
9776 * gdb.cp/call-c.exp
9777 * gdb.cp/casts.exp
9778 * gdb.cp/chained-calls.exp
9779 * gdb.cp/class2.exp
9780 * gdb.cp/classes.exp
9781 * gdb.cp/cmpd-minsyms.exp
9782 * gdb.cp/converts.exp
9783 * gdb.cp/cp-relocate.exp
9784 * gdb.cp/cpcompletion.exp
9785 * gdb.cp/cpexprs.exp
9786 * gdb.cp/cplabel.exp
9787 * gdb.cp/cplusfuncs.exp
9788 * gdb.cp/cpsizeof.exp
9789 * gdb.cp/ctti.exp
9790 * gdb.cp/derivation.exp
9791 * gdb.cp/destrprint.exp
9792 * gdb.cp/dispcxx.exp
9793 * gdb.cp/enum-class.exp
9794 * gdb.cp/exception.exp
9795 * gdb.cp/exceptprint.exp
9796 * gdb.cp/expand-psymtabs-cxx.exp
9797 * gdb.cp/expand-sals.exp
9798 * gdb.cp/extern-c.exp
9799 * gdb.cp/filename.exp
9800 * gdb.cp/formatted-ref.exp
9801 * gdb.cp/fpointer.exp
9802 * gdb.cp/gdb1355.exp
9803 * gdb.cp/gdb2495.exp
9804 * gdb.cp/hang.exp
9805 * gdb.cp/impl-this.exp
9806 * gdb.cp/infcall-dlopen.exp
9807 * gdb.cp/inherit.exp
9808 * gdb.cp/iostream.exp
9809 * gdb.cp/koenig.exp
9810 * gdb.cp/local.exp
9811 * gdb.cp/m-data.exp
9812 * gdb.cp/m-static.exp
9813 * gdb.cp/mb-ctor.exp
9814 * gdb.cp/mb-inline.exp
9815 * gdb.cp/mb-templates.exp
9816 * gdb.cp/member-name.exp
9817 * gdb.cp/member-ptr.exp
9818 * gdb.cp/meth-typedefs.exp
9819 * gdb.cp/method.exp
9820 * gdb.cp/method2.exp
9821 * gdb.cp/minsym-fallback.exp
9822 * gdb.cp/misc.exp
9823 * gdb.cp/namelessclass.exp
9824 * gdb.cp/namespace-enum.exp
9825 * gdb.cp/namespace-nested-import.exp
9826 * gdb.cp/namespace.exp
9827 * gdb.cp/nextoverthrow.exp
9828 * gdb.cp/no-dmgl-verbose.exp
9829 * gdb.cp/non-trivial-retval.exp
9830 * gdb.cp/noparam.exp
9831 * gdb.cp/nsdecl.exp
9832 * gdb.cp/nsimport.exp
9833 * gdb.cp/nsnested.exp
9834 * gdb.cp/nsnoimports.exp
9835 * gdb.cp/nsrecurs.exp
9836 * gdb.cp/nsstress.exp
9837 * gdb.cp/nsusing.exp
9838 * gdb.cp/operator.exp
9839 * gdb.cp/oranking.exp
9840 * gdb.cp/overload-const.exp
9841 * gdb.cp/overload.exp
9842 * gdb.cp/ovldbreak.exp
9843 * gdb.cp/ovsrch.exp
9844 * gdb.cp/paren-type.exp
9845 * gdb.cp/parse-lang.exp
9846 * gdb.cp/pass-by-ref.exp
9847 * gdb.cp/pr-1023.exp
9848 * gdb.cp/pr-1210.exp
9849 * gdb.cp/pr-574.exp
9850 * gdb.cp/pr10687.exp
9851 * gdb.cp/pr12028.exp
9852 * gdb.cp/pr17132.exp
9853 * gdb.cp/pr17494.exp
9854 * gdb.cp/pr9067.exp
9855 * gdb.cp/pr9167.exp
9856 * gdb.cp/pr9631.exp
9857 * gdb.cp/printmethod.exp
9858 * gdb.cp/psmang.exp
9859 * gdb.cp/psymtab-parameter.exp
9860 * gdb.cp/ptype-cv-cp.exp
9861 * gdb.cp/ptype-flags.exp
9862 * gdb.cp/re-set-overloaded.exp
9863 * gdb.cp/ref-types.exp
9864 * gdb.cp/rtti.exp
9865 * gdb.cp/scope-err.exp
9866 * gdb.cp/shadow.exp
9867 * gdb.cp/smartp.exp
9868 * gdb.cp/static-method.exp
9869 * gdb.cp/static-print-quit.exp
9870 * gdb.cp/temargs.exp
9871 * gdb.cp/templates.exp
9872 * gdb.cp/try_catch.exp
9873 * gdb.cp/typedef-operator.exp
9874 * gdb.cp/typeid.exp
9875 * gdb.cp/userdef.exp
9876 * gdb.cp/using-crash.exp
9877 * gdb.cp/var-tag.exp
9878 * gdb.cp/virtbase.exp
9879 * gdb.cp/virtfunc.exp
9880 * gdb.cp/virtfunc2.exp
9881 * gdb.cp/vla-cxx.exp
9882 * gdb.disasm/t01_mov.exp
9883 * gdb.disasm/t02_mova.exp
9884 * gdb.disasm/t03_add.exp
9885 * gdb.disasm/t04_sub.exp
9886 * gdb.disasm/t05_cmp.exp
9887 * gdb.disasm/t06_ari2.exp
9888 * gdb.disasm/t07_ari3.exp
9889 * gdb.disasm/t08_or.exp
9890 * gdb.disasm/t09_xor.exp
9891 * gdb.disasm/t10_and.exp
9892 * gdb.disasm/t11_logs.exp
9893 * gdb.disasm/t12_bit.exp
9894 * gdb.disasm/t13_otr.exp
9895 * gdb.dlang/circular.exp
9896 * gdb.dwarf2/arr-stride.exp
9897 * gdb.dwarf2/arr-subrange.exp
9898 * gdb.dwarf2/atomic-type.exp
9899 * gdb.dwarf2/bad-regnum.exp
9900 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9901 * gdb.dwarf2/callframecfa.exp
9902 * gdb.dwarf2/clztest.exp
9903 * gdb.dwarf2/corrupt.exp
9904 * gdb.dwarf2/data-loc.exp
9905 * gdb.dwarf2/dup-psym.exp
9906 * gdb.dwarf2/dw2-anon-mptr.exp
9907 * gdb.dwarf2/dw2-anonymous-func.exp
9908 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9909 * gdb.dwarf2/dw2-bad-unresolved.exp
9910 * gdb.dwarf2/dw2-basic.exp
9911 * gdb.dwarf2/dw2-canonicalize-type.exp
9912 * gdb.dwarf2/dw2-case-insensitive.exp
9913 * gdb.dwarf2/dw2-common-block.exp
9914 * gdb.dwarf2/dw2-compdir-oldgcc.exp
9915 * gdb.dwarf2/dw2-compressed.exp
9916 * gdb.dwarf2/dw2-const.exp
9917 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
9918 * gdb.dwarf2/dw2-cu-size.exp
9919 * gdb.dwarf2/dw2-dup-frame.exp
9920 * gdb.dwarf2/dw2-entry-value.exp
9921 * gdb.dwarf2/dw2-icycle.exp
9922 * gdb.dwarf2/dw2-ifort-parameter.exp
9923 * gdb.dwarf2/dw2-inline-break.exp
9924 * gdb.dwarf2/dw2-inline-param.exp
9925 * gdb.dwarf2/dw2-intercu.exp
9926 * gdb.dwarf2/dw2-intermix.exp
9927 * gdb.dwarf2/dw2-lexical-block-bare.exp
9928 * gdb.dwarf2/dw2-linkage-name-trust.exp
9929 * gdb.dwarf2/dw2-minsym-in-cu.exp
9930 * gdb.dwarf2/dw2-noloc.exp
9931 * gdb.dwarf2/dw2-op-call.exp
9932 * gdb.dwarf2/dw2-op-out-param.exp
9933 * gdb.dwarf2/dw2-opt-structptr.exp
9934 * gdb.dwarf2/dw2-param-error.exp
9935 * gdb.dwarf2/dw2-producer.exp
9936 * gdb.dwarf2/dw2-ranges-base.exp
9937 * gdb.dwarf2/dw2-ref-missing-frame.exp
9938 * gdb.dwarf2/dw2-reg-undefined.exp
9939 * gdb.dwarf2/dw2-regno-invalid.exp
9940 * gdb.dwarf2/dw2-restore.exp
9941 * gdb.dwarf2/dw2-restrict.exp
9942 * gdb.dwarf2/dw2-single-line-discriminators.exp
9943 * gdb.dwarf2/dw2-strp.exp
9944 * gdb.dwarf2/dw2-undefined-ret-addr.exp
9945 * gdb.dwarf2/dw2-unresolved.exp
9946 * gdb.dwarf2/dw2-var-zero-addr.exp
9947 * gdb.dwarf2/dw4-sig-types.exp
9948 * gdb.dwarf2/dwz.exp
9949 * gdb.dwarf2/dynarr-ptr.exp
9950 * gdb.dwarf2/enum-type.exp
9951 * gdb.dwarf2/gdb-index.exp
9952 * gdb.dwarf2/implptr-64bit.exp
9953 * gdb.dwarf2/implptr-optimized-out.exp
9954 * gdb.dwarf2/implptr.exp
9955 * gdb.dwarf2/implref-array.exp
9956 * gdb.dwarf2/implref-const.exp
9957 * gdb.dwarf2/implref-global.exp
9958 * gdb.dwarf2/implref-struct.exp
9959 * gdb.dwarf2/mac-fileno.exp
9960 * gdb.dwarf2/main-subprogram.exp
9961 * gdb.dwarf2/member-ptr-forwardref.exp
9962 * gdb.dwarf2/method-ptr.exp
9963 * gdb.dwarf2/missing-sig-type.exp
9964 * gdb.dwarf2/nonvar-access.exp
9965 * gdb.dwarf2/opaque-type-lookup.exp
9966 * gdb.dwarf2/pieces-optimized-out.exp
9967 * gdb.dwarf2/pieces.exp
9968 * gdb.dwarf2/pr10770.exp
9969 * gdb.dwarf2/pr13961.exp
9970 * gdb.dwarf2/staticvirtual.exp
9971 * gdb.dwarf2/subrange.exp
9972 * gdb.dwarf2/symtab-producer.exp
9973 * gdb.dwarf2/trace-crash.exp
9974 * gdb.dwarf2/typeddwarf.exp
9975 * gdb.dwarf2/valop.exp
9976 * gdb.dwarf2/watch-notconst.exp
9977 * gdb.fortran/array-element.exp
9978 * gdb.fortran/charset.exp
9979 * gdb.fortran/common-block.exp
9980 * gdb.fortran/complex.exp
9981 * gdb.fortran/derived-type-function.exp
9982 * gdb.fortran/derived-type.exp
9983 * gdb.fortran/logical.exp
9984 * gdb.fortran/module.exp
9985 * gdb.fortran/multi-dim.exp
9986 * gdb.fortran/nested-funcs.exp
9987 * gdb.fortran/print-formatted.exp
9988 * gdb.fortran/subarray.exp
9989 * gdb.fortran/vla-alloc-assoc.exp
9990 * gdb.fortran/vla-datatypes.exp
9991 * gdb.fortran/vla-history.exp
9992 * gdb.fortran/vla-ptr-info.exp
9993 * gdb.fortran/vla-ptype-sub.exp
9994 * gdb.fortran/vla-ptype.exp
9995 * gdb.fortran/vla-sizeof.exp
9996 * gdb.fortran/vla-type.exp
9997 * gdb.fortran/vla-value-sub-arbitrary.exp
9998 * gdb.fortran/vla-value-sub-finish.exp
9999 * gdb.fortran/vla-value-sub.exp
10000 * gdb.fortran/vla-value.exp
10001 * gdb.fortran/whatis_type.exp
10002 * gdb.go/chan.exp
10003 * gdb.go/handcall.exp
10004 * gdb.go/hello.exp
10005 * gdb.go/integers.exp
10006 * gdb.go/methods.exp
10007 * gdb.go/package.exp
10008 * gdb.go/strings.exp
10009 * gdb.go/types.exp
10010 * gdb.go/unsafe.exp
10011 * gdb.guile/scm-arch.exp
10012 * gdb.guile/scm-block.exp
10013 * gdb.guile/scm-breakpoint.exp
10014 * gdb.guile/scm-cmd.exp
10015 * gdb.guile/scm-disasm.exp
10016 * gdb.guile/scm-equal.exp
10017 * gdb.guile/scm-frame-args.exp
10018 * gdb.guile/scm-frame-inline.exp
10019 * gdb.guile/scm-frame.exp
10020 * gdb.guile/scm-iterator.exp
10021 * gdb.guile/scm-math.exp
10022 * gdb.guile/scm-objfile.exp
10023 * gdb.guile/scm-ports.exp
10024 * gdb.guile/scm-symbol.exp
10025 * gdb.guile/scm-symtab.exp
10026 * gdb.guile/scm-value-cc.exp
10027 * gdb.guile/types-module.exp
10028 * gdb.linespec/break-ask.exp
10029 * gdb.linespec/cpexplicit.exp
10030 * gdb.linespec/explicit.exp
10031 * gdb.linespec/keywords.exp
10032 * gdb.linespec/linespec.exp
10033 * gdb.linespec/ls-dollar.exp
10034 * gdb.linespec/ls-errs.exp
10035 * gdb.linespec/skip-two.exp
10036 * gdb.linespec/thread.exp
10037 * gdb.mi/mi-async.exp
10038 * gdb.mi/mi-basics.exp
10039 * gdb.mi/mi-break.exp
10040 * gdb.mi/mi-catch-load.exp
10041 * gdb.mi/mi-cli.exp
10042 * gdb.mi/mi-cmd-param-changed.exp
10043 * gdb.mi/mi-console.exp
10044 * gdb.mi/mi-detach.exp
10045 * gdb.mi/mi-disassemble.exp
10046 * gdb.mi/mi-eval.exp
10047 * gdb.mi/mi-file-transfer.exp
10048 * gdb.mi/mi-file.exp
10049 * gdb.mi/mi-fill-memory.exp
10050 * gdb.mi/mi-inheritance-syntax-error.exp
10051 * gdb.mi/mi-linespec-err-cp.exp
10052 * gdb.mi/mi-logging.exp
10053 * gdb.mi/mi-memory-changed.exp
10054 * gdb.mi/mi-read-memory.exp
10055 * gdb.mi/mi-record-changed.exp
10056 * gdb.mi/mi-reg-undefined.exp
10057 * gdb.mi/mi-regs.exp
10058 * gdb.mi/mi-return.exp
10059 * gdb.mi/mi-reverse.exp
10060 * gdb.mi/mi-simplerun.exp
10061 * gdb.mi/mi-solib.exp
10062 * gdb.mi/mi-stack.exp
10063 * gdb.mi/mi-stepi.exp
10064 * gdb.mi/mi-syn-frame.exp
10065 * gdb.mi/mi-until.exp
10066 * gdb.mi/mi-var-block.exp
10067 * gdb.mi/mi-var-child.exp
10068 * gdb.mi/mi-var-cmd.exp
10069 * gdb.mi/mi-var-cp.exp
10070 * gdb.mi/mi-var-display.exp
10071 * gdb.mi/mi-var-invalidate.exp
10072 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10073 * gdb.mi/mi-vla-fortran.exp
10074 * gdb.mi/mi-watch.exp
10075 * gdb.mi/mi2-var-child.exp
10076 * gdb.mi/user-selected-context-sync.exp
10077 * gdb.modula2/unbounded-array.exp
10078 * gdb.multi/dummy-frame-restore.exp
10079 * gdb.multi/multi-arch-exec.exp
10080 * gdb.multi/multi-arch.exp
10081 * gdb.multi/tids.exp
10082 * gdb.multi/watchpoint-multi.exp
10083 * gdb.opencl/callfuncs.exp
10084 * gdb.opencl/convs_casts.exp
10085 * gdb.opencl/datatypes.exp
10086 * gdb.opencl/operators.exp
10087 * gdb.opencl/vec_comps.exp
10088 * gdb.opt/clobbered-registers-O2.exp
10089 * gdb.opt/inline-break.exp
10090 * gdb.opt/inline-bt.exp
10091 * gdb.opt/inline-cmds.exp
10092 * gdb.opt/inline-locals.exp
10093 * gdb.pascal/case-insensitive-symbols.exp
10094 * gdb.pascal/floats.exp
10095 * gdb.pascal/gdb11492.exp
10096 * gdb.python/lib-types.exp
10097 * gdb.python/py-arch.exp
10098 * gdb.python/py-as-string.exp
10099 * gdb.python/py-bad-printers.exp
10100 * gdb.python/py-block.exp
10101 * gdb.python/py-breakpoint-create-fail.exp
10102 * gdb.python/py-breakpoint.exp
10103 * gdb.python/py-caller-is.exp
10104 * gdb.python/py-cmd.exp
10105 * gdb.python/py-explore-cc.exp
10106 * gdb.python/py-explore.exp
10107 * gdb.python/py-finish-breakpoint.exp
10108 * gdb.python/py-finish-breakpoint2.exp
10109 * gdb.python/py-frame-args.exp
10110 * gdb.python/py-frame-inline.exp
10111 * gdb.python/py-frame.exp
10112 * gdb.python/py-framefilter-mi.exp
10113 * gdb.python/py-infthread.exp
10114 * gdb.python/py-lazy-string.exp
10115 * gdb.python/py-linetable.exp
10116 * gdb.python/py-mi-events.exp
10117 * gdb.python/py-mi-objfile.exp
10118 * gdb.python/py-mi.exp
10119 * gdb.python/py-objfile.exp
10120 * gdb.python/py-pp-integral.exp
10121 * gdb.python/py-pp-maint.exp
10122 * gdb.python/py-pp-re-notag.exp
10123 * gdb.python/py-pp-registration.exp
10124 * gdb.python/py-recurse-unwind.exp
10125 * gdb.python/py-strfns.exp
10126 * gdb.python/py-symbol.exp
10127 * gdb.python/py-symtab.exp
10128 * gdb.python/py-sync-interp.exp
10129 * gdb.python/py-typeprint.exp
10130 * gdb.python/py-unwind-maint.exp
10131 * gdb.python/py-unwind.exp
10132 * gdb.python/py-value-cc.exp
10133 * gdb.python/py-xmethods.exp
10134 * gdb.reverse/amd64-tailcall-reverse.exp
10135 * gdb.reverse/break-precsave.exp
10136 * gdb.reverse/break-reverse.exp
10137 * gdb.reverse/consecutive-precsave.exp
10138 * gdb.reverse/consecutive-reverse.exp
10139 * gdb.reverse/finish-precsave.exp
10140 * gdb.reverse/finish-reverse-bkpt.exp
10141 * gdb.reverse/finish-reverse.exp
10142 * gdb.reverse/fstatat-reverse.exp
10143 * gdb.reverse/getresuid-reverse.exp
10144 * gdb.reverse/i386-precsave.exp
10145 * gdb.reverse/i386-reverse.exp
10146 * gdb.reverse/i386-sse-reverse.exp
10147 * gdb.reverse/i387-env-reverse.exp
10148 * gdb.reverse/i387-stack-reverse.exp
10149 * gdb.reverse/insn-reverse.exp
10150 * gdb.reverse/machinestate-precsave.exp
10151 * gdb.reverse/machinestate.exp
10152 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10153 * gdb.reverse/pipe-reverse.exp
10154 * gdb.reverse/readv-reverse.exp
10155 * gdb.reverse/recvmsg-reverse.exp
10156 * gdb.reverse/rerun-prec.exp
10157 * gdb.reverse/s390-mvcle.exp
10158 * gdb.reverse/step-precsave.exp
10159 * gdb.reverse/step-reverse.exp
10160 * gdb.reverse/time-reverse.exp
10161 * gdb.reverse/until-precsave.exp
10162 * gdb.reverse/until-reverse.exp
10163 * gdb.reverse/waitpid-reverse.exp
10164 * gdb.reverse/watch-precsave.exp
10165 * gdb.reverse/watch-reverse.exp
10166 * gdb.rust/generics.exp
10167 * gdb.rust/methods.exp
10168 * gdb.rust/modules.exp
10169 * gdb.rust/simple.exp
10170 * gdb.server/connect-with-no-symbol-file.exp
10171 * gdb.server/ext-attach.exp
10172 * gdb.server/ext-restart.exp
10173 * gdb.server/ext-wrapper.exp
10174 * gdb.server/file-transfer.exp
10175 * gdb.server/server-exec-info.exp
10176 * gdb.server/server-kill.exp
10177 * gdb.server/server-mon.exp
10178 * gdb.server/wrapper.exp
10179 * gdb.stabs/exclfwd.exp
10180 * gdb.stabs/gdb11479.exp
10181 * gdb.threads/clone-new-thread-event.exp
10182 * gdb.threads/corethreads.exp
10183 * gdb.threads/current-lwp-dead.exp
10184 * gdb.threads/dlopen-libpthread.exp
10185 * gdb.threads/gcore-thread.exp
10186 * gdb.threads/sigstep-threads.exp
10187 * gdb.threads/watchpoint-fork.exp
10188 * gdb.trace/actions-changed.exp
10189 * gdb.trace/backtrace.exp
10190 * gdb.trace/change-loc.exp
10191 * gdb.trace/circ.exp
10192 * gdb.trace/collection.exp
10193 * gdb.trace/disconnected-tracing.exp
10194 * gdb.trace/ftrace.exp
10195 * gdb.trace/mi-trace-frame-collected.exp
10196 * gdb.trace/mi-trace-unavailable.exp
10197 * gdb.trace/mi-traceframe-changed.exp
10198 * gdb.trace/mi-tsv-changed.exp
10199 * gdb.trace/no-attach-trace.exp
10200 * gdb.trace/passc-dyn.exp
10201 * gdb.trace/qtro.exp
10202 * gdb.trace/range-stepping.exp
10203 * gdb.trace/read-memory.exp
10204 * gdb.trace/save-trace.exp
10205 * gdb.trace/signal.exp
10206 * gdb.trace/status-stop.exp
10207 * gdb.trace/tfile.exp
10208 * gdb.trace/trace-break.exp
10209 * gdb.trace/trace-buffer-size.exp
10210 * gdb.trace/trace-condition.exp
10211 * gdb.trace/tracefile-pseudo-reg.exp
10212 * gdb.trace/tstatus.exp
10213 * gdb.trace/unavailable.exp
10214 * gdb.trace/while-dyn.exp
10215 * gdb.trace/while-stepping.exp
10216
10217 2016-12-22 Doug Evans <xdje42@gmail.com>
10218
10219 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10220 and msymbols.
10221
10222 2016-12-19 Yao Qi <yao.qi@linaro.org>
10223
10224 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10225 (test_with_self): Don't call do_steps_and_nexts, and remove
10226 code about stepping into xmalloc.
10227
10228 2016-12-09 Yao Qi <yao.qi@linaro.org>
10229
10230 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10231
10232 2016-12-09 Yao Qi <yao.qi@linaro.org>
10233
10234 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10235
10236 2016-12-09 Pedro Alves <palves@redhat.com>
10237
10238 * gdb.base/all-architectures-0.exp: New file.
10239 * gdb.base/all-architectures-1.exp: New file.
10240 * gdb.base/all-architectures-2.exp: New file.
10241 * gdb.base/all-architectures-3.exp: New file.
10242 * gdb.base/all-architectures-4.exp: New file.
10243 * gdb.base/all-architectures-5.exp: New file.
10244 * gdb.base/all-architectures-6.exp: New file.
10245 * gdb.base/all-architectures-7.exp: New file.
10246 * gdb.base/all-architectures.exp.in: New file.
10247
10248 2016-12-09 Yao Qi <yao.qi@linaro.org>
10249
10250 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10251
10252 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10253
10254 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10255 possible.
10256 Remove useless pattern-matching code.
10257
10258 2016-12-02 Pedro Alves <palves@redhat.com>
10259
10260 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10261 procedure.
10262 (top level): Call it.
10263
10264 2016-12-02 Pedro Alves <palves@redhat.com>
10265
10266 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10267 New procedure.
10268 (top level): Call it.
10269
10270 2016-12-02 Pedro Alves <palves@redhat.com>
10271
10272 PR cli/20559
10273 * gdb.base/commands.exp (user_defined_command_args_eval): New
10274 procedure.
10275 (top level): Call it.
10276
10277 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10278
10279 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10280 timeout handling.
10281
10282 2016-12-02 Tom Tromey <tom@tromey.com>
10283
10284 * gdb.dwarf2/main-subprogram.c: New file.
10285 * gdb.dwarf2/main-subprogram.exp: New file.
10286
10287 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10288
10289 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10290 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10291 gdb_test_no_output for a couple of cases.
10292 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10293
10294 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10295
10296 Fix test names and standardize compilation error messages throughout
10297 the following files:
10298
10299 * gdb.ada/start.exp
10300 * gdb.arch/alpha-step.exp
10301 * gdb.arch/e500-prologue.exp
10302 * gdb.arch/ftrace-insn-reloc.exp
10303 * gdb.arch/gdb1291.exp
10304 * gdb.arch/gdb1431.exp
10305 * gdb.arch/gdb1558.exp
10306 * gdb.arch/i386-dr3-watch.exp
10307 * gdb.arch/i386-sse-stack-align.exp
10308 * gdb.arch/ia64-breakpoint-shadow.exp
10309 * gdb.arch/pa-nullify.exp
10310 * gdb.arch/powerpc-aix-prologue.exp
10311 * gdb.arch/thumb-bx-pc.exp
10312 * gdb.base/annota1.exp
10313 * gdb.base/annota3.exp
10314 * gdb.base/arrayidx.exp
10315 * gdb.base/assign.exp
10316 * gdb.base/attach.exp
10317 * gdb.base/auxv.exp
10318 * gdb.base/bang.exp
10319 * gdb.base/bfp-test.exp
10320 * gdb.base/bigcore.exp
10321 * gdb.base/bitfields2.exp
10322 * gdb.base/break-fun-addr.exp
10323 * gdb.base/break-probes.exp
10324 * gdb.base/call-rt-st.exp
10325 * gdb.base/callexit.exp
10326 * gdb.base/catch-fork-kill.exp
10327 * gdb.base/charset.exp
10328 * gdb.base/checkpoint.exp
10329 * gdb.base/comprdebug.exp
10330 * gdb.base/constvars.exp
10331 * gdb.base/coredump-filter.exp
10332 * gdb.base/cursal.exp
10333 * gdb.base/cvexpr.exp
10334 * gdb.base/detach.exp
10335 * gdb.base/display.exp
10336 * gdb.base/dmsym.exp
10337 * gdb.base/dprintf-pending.exp
10338 * gdb.base/dso2dso.exp
10339 * gdb.base/dtrace-probe.exp
10340 * gdb.base/dump.exp
10341 * gdb.base/enum_cond.exp
10342 * gdb.base/exe-lock.exp
10343 * gdb.base/exec-invalid-sysroot.exp
10344 * gdb.base/execl-update-breakpoints.exp
10345 * gdb.base/exprs.exp
10346 * gdb.base/fileio.exp
10347 * gdb.base/find.exp
10348 * gdb.base/finish.exp
10349 * gdb.base/fixsection.exp
10350 * gdb.base/foll-vfork.exp
10351 * gdb.base/frame-args.exp
10352 * gdb.base/gcore.exp
10353 * gdb.base/gdb1250.exp
10354 * gdb.base/global-var-nested-by-dso.exp
10355 * gdb.base/gnu-ifunc.exp
10356 * gdb.base/hashline1.exp
10357 * gdb.base/hashline2.exp
10358 * gdb.base/hashline3.exp
10359 * gdb.base/hbreak-in-shr-unsupported.exp
10360 * gdb.base/huge.exp
10361 * gdb.base/infcall-input.exp
10362 * gdb.base/info-fun.exp
10363 * gdb.base/info-shared.exp
10364 * gdb.base/jit-simple.exp
10365 * gdb.base/jit-so.exp
10366 * gdb.base/jit.exp
10367 * gdb.base/jump.exp
10368 * gdb.base/label.exp
10369 * gdb.base/lineinc.exp
10370 * gdb.base/logical.exp
10371 * gdb.base/longjmp.exp
10372 * gdb.base/macscp.exp
10373 * gdb.base/miscexprs.exp
10374 * gdb.base/new-ui-echo.exp
10375 * gdb.base/new-ui-pending-input.exp
10376 * gdb.base/new-ui.exp
10377 * gdb.base/nodebug.exp
10378 * gdb.base/nofield.exp
10379 * gdb.base/offsets.exp
10380 * gdb.base/overlays.exp
10381 * gdb.base/pending.exp
10382 * gdb.base/pointers.exp
10383 * gdb.base/pr11022.exp
10384 * gdb.base/printcmds.exp
10385 * gdb.base/prologue.exp
10386 * gdb.base/ptr-typedef.exp
10387 * gdb.base/realname-expand.exp
10388 * gdb.base/relativedebug.exp
10389 * gdb.base/relocate.exp
10390 * gdb.base/remote.exp
10391 * gdb.base/reread.exp
10392 * gdb.base/return2.exp
10393 * gdb.base/savedregs.exp
10394 * gdb.base/sep.exp
10395 * gdb.base/sepdebug.exp
10396 * gdb.base/sepsymtab.exp
10397 * gdb.base/set-inferior-tty.exp
10398 * gdb.base/setshow.exp
10399 * gdb.base/shlib-call.exp
10400 * gdb.base/sigaltstack.exp
10401 * gdb.base/siginfo-addr.exp
10402 * gdb.base/signals.exp
10403 * gdb.base/signull.exp
10404 * gdb.base/sigrepeat.exp
10405 * gdb.base/so-impl-ld.exp
10406 * gdb.base/solib-display.exp
10407 * gdb.base/solib-overlap.exp
10408 * gdb.base/solib-search.exp
10409 * gdb.base/solib-symbol.exp
10410 * gdb.base/structs.exp
10411 * gdb.base/structs2.exp
10412 * gdb.base/symtab-search-order.exp
10413 * gdb.base/twice.exp
10414 * gdb.base/unload.exp
10415 * gdb.base/varargs.exp
10416 * gdb.base/watchpoint-solib.exp
10417 * gdb.base/watchpoint.exp
10418 * gdb.base/whatis.exp
10419 * gdb.base/wrong_frame_bt_full.exp
10420 * gdb.btrace/dlopen.exp
10421 * gdb.cell/ea-standalone.exp
10422 * gdb.cell/ea-test.exp
10423 * gdb.cp/dispcxx.exp
10424 * gdb.cp/gdb2384.exp
10425 * gdb.cp/method2.exp
10426 * gdb.cp/nextoverthrow.exp
10427 * gdb.cp/pr10728.exp
10428 * gdb.disasm/am33.exp
10429 * gdb.disasm/h8300s.exp
10430 * gdb.disasm/mn10300.exp
10431 * gdb.disasm/sh3.exp
10432 * gdb.dwarf2/dw2-dir-file-name.exp
10433 * gdb.fortran/complex.exp
10434 * gdb.fortran/library-module.exp
10435 * gdb.guile/scm-pretty-print.exp
10436 * gdb.guile/scm-symbol.exp
10437 * gdb.guile/scm-type.exp
10438 * gdb.guile/scm-value.exp
10439 * gdb.linespec/linespec.exp
10440 * gdb.mi/gdb701.exp
10441 * gdb.mi/gdb792.exp
10442 * gdb.mi/mi-breakpoint-changed.exp
10443 * gdb.mi/mi-dprintf-pending.exp
10444 * gdb.mi/mi-dprintf.exp
10445 * gdb.mi/mi-exit-code.exp
10446 * gdb.mi/mi-pending.exp
10447 * gdb.mi/mi-solib.exp
10448 * gdb.mi/new-ui-mi-sync.exp
10449 * gdb.mi/pr11022.exp
10450 * gdb.mi/user-selected-context-sync.exp
10451 * gdb.opt/solib-intra-step.exp
10452 * gdb.python/py-events.exp
10453 * gdb.python/py-finish-breakpoint.exp
10454 * gdb.python/py-mi.exp
10455 * gdb.python/py-prettyprint.exp
10456 * gdb.python/py-shared.exp
10457 * gdb.python/py-symbol.exp
10458 * gdb.python/py-template.exp
10459 * gdb.python/py-type.exp
10460 * gdb.python/py-value.exp
10461 * gdb.reverse/solib-precsave.exp
10462 * gdb.reverse/solib-reverse.exp
10463 * gdb.server/solib-list.exp
10464 * gdb.stabs/weird.exp
10465 * gdb.threads/reconnect-signal.exp
10466 * gdb.threads/stepi-random-signal.exp
10467 * gdb.trace/actions.exp
10468 * gdb.trace/ax.exp
10469 * gdb.trace/backtrace.exp
10470 * gdb.trace/change-loc.exp
10471 * gdb.trace/deltrace.exp
10472 * gdb.trace/ftrace-lock.exp
10473 * gdb.trace/ftrace.exp
10474 * gdb.trace/infotrace.exp
10475 * gdb.trace/mi-tracepoint-changed.exp
10476 * gdb.trace/packetlen.exp
10477 * gdb.trace/passcount.exp
10478 * gdb.trace/pending.exp
10479 * gdb.trace/range-stepping.exp
10480 * gdb.trace/report.exp
10481 * gdb.trace/stap-trace.exp
10482 * gdb.trace/tfind.exp
10483 * gdb.trace/trace-break.exp
10484 * gdb.trace/trace-condition.exp
10485 * gdb.trace/trace-enable-disable.exp
10486 * gdb.trace/trace-mt.exp
10487 * gdb.trace/tracecmd.exp
10488 * gdb.trace/tspeed.exp
10489 * gdb.trace/tsv.exp
10490 * lib/perftest.exp
10491
10492 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10493
10494 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10495 with gdb_test_no_output.
10496 Use command as test name.
10497
10498 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10499
10500 Fix test names starting with uppercase throughout the files.
10501
10502 * gdb.ada/assign_1.exp
10503 * gdb.ada/boolean_expr.exp
10504 * gdb.base/arrayidx.exp
10505 * gdb.base/del.exp
10506 * gdb.base/gcore-buffer-overflow.exp
10507 * gdb.base/testenv.exp
10508 * gdb.compile/compile.exp
10509 * gdb.python/py-framefilter-invalidarg.exp
10510 * gdb.python/py-framefilter.exp
10511
10512 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10513
10514 Fix test names starting with uppercase throughout the files.
10515
10516 * gdb.ada/array_return.exp
10517 * gdb.ada/expr_delims.exp
10518 * gdb.ada/mi_dyn_arr.exp
10519 * gdb.ada/mi_interface.exp
10520 * gdb.ada/mi_var_array.exp
10521 * gdb.ada/watch_arg.exp
10522 * gdb.arch/alpha-step.exp
10523 * gdb.arch/altivec-regs.exp
10524 * gdb.arch/e500-regs.exp
10525 * gdb.arch/powerpc-d128-regs.exp
10526 * gdb.base/arrayidx.exp
10527 * gdb.base/break.exp
10528 * gdb.base/checkpoint.exp
10529 * gdb.base/debug-expr.exp
10530 * gdb.base/dmsym.exp
10531 * gdb.base/radix.exp
10532 * gdb.base/sepdebug.exp
10533 * gdb.base/testenv.exp
10534 * gdb.base/watch_thread_num.exp
10535 * gdb.base/watchpoint-cond-gone.exp
10536 * gdb.cell/break.exp
10537 * gdb.cell/ea-cache.exp
10538 * gdb.compile/compile.exp
10539 * gdb.cp/gdb2495.exp
10540 * gdb.gdb/selftest.exp
10541 * gdb.gdb/xfullpath.exp
10542 * gdb.go/hello.exp
10543 * gdb.go/integers.exp
10544 * gdb.objc/basicclass.exp
10545 * gdb.pascal/hello.exp
10546 * gdb.pascal/integers.exp
10547 * gdb.python/py-breakpoint.exp
10548 * gdb.python/py-cmd.exp
10549 * gdb.python/py-linetable.exp
10550 * gdb.python/py-xmethods.exp
10551 * gdb.python/python.exp
10552 * gdb.reverse/consecutive-precsave.exp
10553 * gdb.reverse/finish-precsave.exp
10554 * gdb.reverse/i386-precsave.exp
10555 * gdb.reverse/machinestate-precsave.exp
10556 * gdb.reverse/sigall-precsave.exp
10557 * gdb.reverse/solib-precsave.exp
10558 * gdb.reverse/step-precsave.exp
10559 * gdb.reverse/until-precsave.exp
10560 * gdb.reverse/watch-precsave.exp
10561 * gdb.threads/leader-exit.exp
10562 * gdb.threads/pthreads.exp
10563 * gdb.threads/wp-replication.exp
10564 * gdb.trace/actions.exp
10565 * gdb.trace/mi-tsv-changed.exp
10566 * gdb.trace/tsv.exp
10567
10568 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10569
10570 Fix test names starting with uppercase throughout the files.
10571
10572 * gdb.arch/i386-bp_permanent.exp
10573 * gdb.arch/i386-gnu-cfi.exp
10574 * gdb.base/disasm-end-cu.exp
10575 * gdb.base/macscp.exp
10576 * gdb.base/pending.exp
10577 * gdb.base/watch_thread_num.exp
10578 * gdb.cp/exception.exp
10579 * gdb.cp/gdb2495.exp
10580 * gdb.cp/local.exp
10581 * gdb.python/py-evsignal.exp
10582 * gdb.python/python.exp
10583 * gdb.trace/tracecmd.exp
10584
10585 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10586
10587 Fix test names starting with uppercase throughout the files.
10588
10589 * gdb.base/charset.exp
10590 * gdb.base/eval.exp
10591 * gdb.base/multi-forks.exp
10592 * gdb.guile/scm-progspace.exp
10593 * gdb.opencl/datatypes.exp
10594 * gdb.python/py-block.exp
10595 * gdb.python/py-function.exp
10596 * gdb.python/py-symbol.exp
10597 * gdb.python/py-symtab.exp
10598 * gdb.python/py-xmethods.exp
10599 * gdb.reverse/break-precsave.exp
10600 * gdb.reverse/break-reverse.exp
10601 * gdb.reverse/consecutive-precsave.exp
10602 * gdb.reverse/consecutive-reverse.exp
10603 * gdb.reverse/finish-precsave.exp
10604 * gdb.reverse/finish-reverse-bkpt.exp
10605 * gdb.reverse/finish-reverse.exp
10606 * gdb.reverse/fstatat-reverse.exp
10607 * gdb.reverse/getresuid-reverse.exp
10608 * gdb.reverse/i386-precsave.exp
10609 * gdb.reverse/i386-reverse.exp
10610 * gdb.reverse/i386-sse-reverse.exp
10611 * gdb.reverse/i387-stack-reverse.exp
10612 * gdb.reverse/insn-reverse.exp
10613 * gdb.reverse/machinestate-precsave.exp
10614 * gdb.reverse/machinestate.exp
10615 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10616 * gdb.reverse/pipe-reverse.exp
10617 * gdb.reverse/readv-reverse.exp
10618 * gdb.reverse/recvmsg-reverse.exp
10619 * gdb.reverse/rerun-prec.exp
10620 * gdb.reverse/s390-mvcle.exp
10621 * gdb.reverse/sigall-precsave.exp
10622 * gdb.reverse/sigall-reverse.exp
10623 * gdb.reverse/solib-precsave.exp
10624 * gdb.reverse/solib-reverse.exp
10625 * gdb.reverse/step-precsave.exp
10626 * gdb.reverse/step-reverse.exp
10627 * gdb.reverse/time-reverse.exp
10628 * gdb.reverse/until-precsave.exp
10629 * gdb.reverse/until-reverse.exp
10630 * gdb.reverse/waitpid-reverse.exp
10631 * gdb.reverse/watch-precsave.exp
10632 * gdb.reverse/watch-reverse.exp
10633
10634 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10635
10636 Fix test names starting with uppercase throughout the files.
10637
10638 * gdb.arch/i386-mpx-simple_segv.exp
10639 * gdb.arch/i386-mpx.exp
10640 * gdb.arch/i386-permbkpt.exp
10641 * gdb.arch/pa-nullify.exp
10642 * gdb.arch/powerpc-d128-regs.exp
10643 * gdb.arch/vsx-regs.exp
10644 * gdb.base/bfp-test.exp
10645 * gdb.base/break.exp
10646 * gdb.base/breakpoint-shadow.exp
10647 * gdb.base/callfuncs.exp
10648 * gdb.base/charset.exp
10649 * gdb.base/commands.exp
10650 * gdb.base/completion.exp
10651 * gdb.base/dfp-test.exp
10652 * gdb.base/echo.exp
10653 * gdb.base/ending-run.exp
10654 * gdb.base/eval.exp
10655 * gdb.base/expand-psymtabs.exp
10656 * gdb.base/float128.exp
10657 * gdb.base/floatn.exp
10658 * gdb.base/foll-exec-mode.exp
10659 * gdb.base/gdb1056.exp
10660 * gdb.base/gdb11531.exp
10661 * gdb.base/kill-after-signal.exp
10662 * gdb.base/multi-forks.exp
10663 * gdb.base/overlays.exp
10664 * gdb.base/pending.exp
10665 * gdb.base/sepdebug.exp
10666 * gdb.base/testenv.exp
10667 * gdb.base/valgrind-db-attach.exp
10668 * gdb.base/watch_thread_num.exp
10669 * gdb.base/watchpoint-cond-gone.exp
10670 * gdb.base/watchpoint.exp
10671 * gdb.base/watchpoints.exp
10672 * gdb.cp/arg-reference.exp
10673 * gdb.cp/baseenum.exp
10674 * gdb.cp/operator.exp
10675 * gdb.cp/shadow.exp
10676 * gdb.dwarf2/dw2-op-out-param.exp
10677 * gdb.dwarf2/dw2-reg-undefined.exp
10678 * gdb.go/chan.exp
10679 * gdb.go/hello.exp
10680 * gdb.go/integers.exp
10681 * gdb.go/methods.exp
10682 * gdb.go/package.exp
10683 * gdb.guile/scm-parameter.exp
10684 * gdb.guile/scm-progspace.exp
10685 * gdb.guile/scm-value.exp
10686 * gdb.mi/mi-pending.exp
10687 * gdb.mi/user-selected-context-sync.exp
10688 * gdb.multi/multi-attach.exp
10689 * gdb.multi/tids.exp
10690 * gdb.opt/clobbered-registers-O2.exp
10691 * gdb.pascal/floats.exp
10692 * gdb.pascal/integers.exp
10693 * gdb.python/py-block.exp
10694 * gdb.python/py-events.exp
10695 * gdb.python/py-parameter.exp
10696 * gdb.python/py-symbol.exp
10697 * gdb.python/py-symtab.exp
10698 * gdb.python/py-type.exp
10699 * gdb.python/py-value.exp
10700 * gdb.python/py-xmethods.exp
10701 * gdb.python/python.exp
10702 * gdb.reverse/break-precsave.exp
10703 * gdb.reverse/consecutive-precsave.exp
10704 * gdb.reverse/finish-precsave.exp
10705 * gdb.reverse/i386-precsave.exp
10706 * gdb.reverse/machinestate-precsave.exp
10707 * gdb.reverse/sigall-precsave.exp
10708 * gdb.reverse/solib-precsave.exp
10709 * gdb.reverse/step-precsave.exp
10710 * gdb.reverse/until-precsave.exp
10711 * gdb.reverse/watch-precsave.exp
10712 * gdb.server/ext-attach.exp
10713 * gdb.server/ext-restart.exp
10714 * gdb.server/ext-run.exp
10715 * gdb.server/ext-wrapper.exp
10716 * gdb.stabs/gdb11479.exp
10717 * gdb.stabs/weird.exp
10718 * gdb.threads/attach-many-short-lived-threads.exp
10719 * gdb.threads/kill.exp
10720 * gdb.threads/watchpoint-fork.exp
10721
10722 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10723
10724 Fix test names starting with uppercase throughout all the files below.
10725
10726 * gdb.ada/array_return.exp
10727 * gdb.ada/catch_ex.exp
10728 * gdb.ada/info_exc.exp
10729 * gdb.ada/mi_catch_ex.exp
10730 * gdb.ada/mi_dyn_arr.exp
10731 * gdb.ada/mi_ex_cond.exp
10732 * gdb.ada/mi_exc_info.exp
10733 * gdb.ada/mi_interface.exp
10734 * gdb.ada/mi_task_arg.exp
10735 * gdb.ada/mi_task_info.exp
10736 * gdb.ada/mi_var_array.exp
10737 * gdb.arch/alpha-step.exp
10738 * gdb.arch/amd64-disp-step.exp
10739 * gdb.arch/arm-disp-step.exp
10740 * gdb.arch/disp-step-insn-reloc.exp
10741 * gdb.arch/e500-prologue.exp
10742 * gdb.arch/ftrace-insn-reloc.exp
10743 * gdb.arch/gdb1558.exp
10744 * gdb.arch/i386-bp_permanent.exp
10745 * gdb.arch/i386-disp-step.exp
10746 * gdb.arch/i386-float.exp
10747 * gdb.arch/i386-gnu-cfi.exp
10748 * gdb.arch/ia64-breakpoint-shadow.exp
10749 * gdb.arch/mips16-thunks.exp
10750 * gdb.arch/pa-nullify.exp
10751 * gdb.arch/powerpc-aix-prologue.exp
10752 * gdb.arch/powerpc-power.exp
10753 * gdb.arch/ppc-dfp.exp
10754 * gdb.arch/s390-tdbregs.exp
10755 * gdb.arch/spu-info.exp
10756 * gdb.arch/spu-ls.exp
10757 * gdb.arch/thumb-bx-pc.exp
10758 * gdb.base/advance.exp
10759 * gdb.base/annota-input-while-running.exp
10760 * gdb.base/arrayidx.exp
10761 * gdb.base/asmlabel.exp
10762 * gdb.base/async.exp
10763 * gdb.base/attach-wait-input.exp
10764 * gdb.base/auto-connect-native-target.exp
10765 * gdb.base/batch-preserve-term-settings.exp
10766 * gdb.base/bfp-test.exp
10767 * gdb.base/bigcore.exp
10768 * gdb.base/bp-permanent.exp
10769 * gdb.base/break-always.exp
10770 * gdb.base/break-fun-addr.exp
10771 * gdb.base/break-idempotent.exp
10772 * gdb.base/break-main-file-remove-fail.exp
10773 * gdb.base/break-probes.exp
10774 * gdb.base/break-unload-file.exp
10775 * gdb.base/break.exp
10776 * gdb.base/call-ar-st.exp
10777 * gdb.base/call-rt-st.exp
10778 * gdb.base/call-sc.exp
10779 * gdb.base/call-signal-resume.exp
10780 * gdb.base/call-strs.exp
10781 * gdb.base/callexit.exp
10782 * gdb.base/callfuncs.exp
10783 * gdb.base/catch-gdb-caused-signals.exp
10784 * gdb.base/catch-signal-siginfo-cond.exp
10785 * gdb.base/catch-syscall.exp
10786 * gdb.base/compare-sections.exp
10787 * gdb.base/cond-eval-mode.exp
10788 * gdb.base/condbreak-call-false.exp
10789 * gdb.base/consecutive-step-over.exp
10790 * gdb.base/cursal.exp
10791 * gdb.base/disabled-location.exp
10792 * gdb.base/disasm-end-cu.exp
10793 * gdb.base/display.exp
10794 * gdb.base/double-prompt-target-event-error.exp
10795 * gdb.base/dprintf-bp-same-addr.exp
10796 * gdb.base/dprintf-detach.exp
10797 * gdb.base/dprintf-next.exp
10798 * gdb.base/dprintf-non-stop.exp
10799 * gdb.base/dprintf-pending.exp
10800 * gdb.base/dso2dso.exp
10801 * gdb.base/ending-run.exp
10802 * gdb.base/enum_cond.exp
10803 * gdb.base/examine-backward.exp
10804 * gdb.base/exe-lock.exp
10805 * gdb.base/exec-invalid-sysroot.exp
10806 * gdb.base/execl-update-breakpoints.exp
10807 * gdb.base/execution-termios.exp
10808 * gdb.base/fileio.exp
10809 * gdb.base/fixsection.exp
10810 * gdb.base/foll-exec-mode.exp
10811 * gdb.base/foll-exec.exp
10812 * gdb.base/fork-running-state.exp
10813 * gdb.base/frame-args.exp
10814 * gdb.base/fullpath-expand.exp
10815 * gdb.base/func-ptr.exp
10816 * gdb.base/gcore-relro-pie.exp
10817 * gdb.base/gdb1090.exp
10818 * gdb.base/gdb1555.exp
10819 * gdb.base/global-var-nested-by-dso.exp
10820 * gdb.base/gnu-ifunc.exp
10821 * gdb.base/hbreak-in-shr-unsupported.exp
10822 * gdb.base/hbreak-unmapped.exp
10823 * gdb.base/hook-stop.exp
10824 * gdb.base/infcall-input.exp
10825 * gdb.base/info-fun.exp
10826 * gdb.base/info-shared.exp
10827 * gdb.base/interrupt-noterm.exp
10828 * gdb.base/jit-so.exp
10829 * gdb.base/jit.exp
10830 * gdb.base/line-symtabs.exp
10831 * gdb.base/list.exp
10832 * gdb.base/longjmp.exp
10833 * gdb.base/macscp.exp
10834 * gdb.base/max-value-size.exp
10835 * gdb.base/nodebug.exp
10836 * gdb.base/nofield.exp
10837 * gdb.base/overlays.exp
10838 * gdb.base/paginate-after-ctrl-c-running.exp
10839 * gdb.base/paginate-bg-execution.exp
10840 * gdb.base/paginate-inferior-exit.exp
10841 * gdb.base/pending.exp
10842 * gdb.base/pr11022.exp
10843 * gdb.base/printcmds.exp
10844 * gdb.base/ptr-typedef.exp
10845 * gdb.base/ptype.exp
10846 * gdb.base/randomize.exp
10847 * gdb.base/range-stepping.exp
10848 * gdb.base/realname-expand.exp
10849 * gdb.base/relativedebug.exp
10850 * gdb.base/remote.exp
10851 * gdb.base/savedregs.exp
10852 * gdb.base/sepdebug.exp
10853 * gdb.base/set-noassign.exp
10854 * gdb.base/shlib-call.exp
10855 * gdb.base/shreloc.exp
10856 * gdb.base/sigaltstack.exp
10857 * gdb.base/sigbpt.exp
10858 * gdb.base/siginfo-addr.exp
10859 * gdb.base/siginfo-obj.exp
10860 * gdb.base/siginfo-thread.exp
10861 * gdb.base/signest.exp
10862 * gdb.base/signull.exp
10863 * gdb.base/sigrepeat.exp
10864 * gdb.base/skip.exp
10865 * gdb.base/so-impl-ld.exp
10866 * gdb.base/solib-corrupted.exp
10867 * gdb.base/solib-disc.exp
10868 * gdb.base/solib-display.exp
10869 * gdb.base/solib-overlap.exp
10870 * gdb.base/solib-search.exp
10871 * gdb.base/solib-symbol.exp
10872 * gdb.base/source-execution.exp
10873 * gdb.base/sss-bp-on-user-bp-2.exp
10874 * gdb.base/sss-bp-on-user-bp.exp
10875 * gdb.base/stack-checking.exp
10876 * gdb.base/stale-infcall.exp
10877 * gdb.base/step-break.exp
10878 * gdb.base/step-line.exp
10879 * gdb.base/step-over-exit.exp
10880 * gdb.base/step-test.exp
10881 * gdb.base/structs.exp
10882 * gdb.base/sym-file.exp
10883 * gdb.base/symtab-search-order.exp
10884 * gdb.base/term.exp
10885 * gdb.base/type-opaque.exp
10886 * gdb.base/unload.exp
10887 * gdb.base/until-nodebug.exp
10888 * gdb.base/until.exp
10889 * gdb.base/unwindonsignal.exp
10890 * gdb.base/watch-cond.exp
10891 * gdb.base/watch-non-mem.exp
10892 * gdb.base/watch_thread_num.exp
10893 * gdb.base/watchpoint-reuse-slot.exp
10894 * gdb.base/watchpoint-solib.exp
10895 * gdb.base/watchpoint.exp
10896 * gdb.btrace/dlopen.exp
10897 * gdb.cell/arch.exp
10898 * gdb.cell/break.exp
10899 * gdb.cell/bt.exp
10900 * gdb.cell/core.exp
10901 * gdb.cell/data.exp
10902 * gdb.cell/dwarfaddr.exp
10903 * gdb.cell/ea-cache.exp
10904 * gdb.cell/ea-standalone.exp
10905 * gdb.cell/ea-test.exp
10906 * gdb.cell/f-regs.exp
10907 * gdb.cell/fork.exp
10908 * gdb.cell/gcore.exp
10909 * gdb.cell/mem-access.exp
10910 * gdb.cell/ptype.exp
10911 * gdb.cell/registers.exp
10912 * gdb.cell/sizeof.exp
10913 * gdb.cell/solib-symbol.exp
10914 * gdb.cell/solib.exp
10915 * gdb.compile/compile-tls.exp
10916 * gdb.cp/exception.exp
10917 * gdb.cp/gdb2495.exp
10918 * gdb.cp/local.exp
10919 * gdb.cp/mb-inline.exp
10920 * gdb.cp/mb-templates.exp
10921 * gdb.cp/pr10687.exp
10922 * gdb.cp/pr9167.exp
10923 * gdb.cp/scope-err.exp
10924 * gdb.cp/templates.exp
10925 * gdb.cp/virtfunc.exp
10926 * gdb.dwarf2/dw2-dir-file-name.exp
10927 * gdb.dwarf2/dw2-single-line-discriminators.exp
10928 * gdb.fortran/complex.exp
10929 * gdb.fortran/library-module.exp
10930 * gdb.guile/guile.exp
10931 * gdb.guile/scm-cmd.exp
10932 * gdb.guile/scm-frame-inline.exp
10933 * gdb.guile/scm-objfile.exp
10934 * gdb.guile/scm-pretty-print.exp
10935 * gdb.guile/scm-symbol.exp
10936 * gdb.guile/scm-type.exp
10937 * gdb.guile/scm-value.exp
10938 * gdb.linespec/keywords.exp
10939 * gdb.linespec/ls-errs.exp
10940 * gdb.linespec/macro-relative.exp
10941 * gdb.linespec/thread.exp
10942 * gdb.mi/mi-breakpoint-changed.exp
10943 * gdb.mi/mi-dprintf-pending.exp
10944 * gdb.mi/mi-fullname-deleted.exp
10945 * gdb.mi/mi-logging.exp
10946 * gdb.mi/mi-pending.exp
10947 * gdb.mi/mi-solib.exp
10948 * gdb.mi/new-ui-mi-sync.exp
10949 * gdb.mi/user-selected-context-sync.exp
10950 * gdb.multi/dummy-frame-restore.exp
10951 * gdb.multi/multi-arch-exec.exp
10952 * gdb.multi/remove-inferiors.exp
10953 * gdb.multi/watchpoint-multi-exit.exp
10954 * gdb.opt/solib-intra-step.exp
10955 * gdb.perf/backtrace.exp
10956 * gdb.perf/single-step.exp
10957 * gdb.perf/skip-command.exp
10958 * gdb.perf/skip-prologue.exp
10959 * gdb.perf/solib.exp
10960 * gdb.python/lib-types.exp
10961 * gdb.python/py-as-string.exp
10962 * gdb.python/py-bad-printers.exp
10963 * gdb.python/py-block.exp
10964 * gdb.python/py-breakpoint.exp
10965 * gdb.python/py-cmd.exp
10966 * gdb.python/py-events.exp
10967 * gdb.python/py-evthreads.exp
10968 * gdb.python/py-finish-breakpoint.exp
10969 * gdb.python/py-finish-breakpoint2.exp
10970 * gdb.python/py-frame-inline.exp
10971 * gdb.python/py-frame.exp
10972 * gdb.python/py-inferior.exp
10973 * gdb.python/py-infthread.exp
10974 * gdb.python/py-mi.exp
10975 * gdb.python/py-objfile.exp
10976 * gdb.python/py-pp-maint.exp
10977 * gdb.python/py-pp-registration.exp
10978 * gdb.python/py-prettyprint.exp
10979 * gdb.python/py-recurse-unwind.exp
10980 * gdb.python/py-shared.exp
10981 * gdb.python/py-symbol.exp
10982 * gdb.python/py-symtab.exp
10983 * gdb.python/py-template.exp
10984 * gdb.python/py-type.exp
10985 * gdb.python/py-unwind-maint.exp
10986 * gdb.python/py-unwind.exp
10987 * gdb.python/py-value.exp
10988 * gdb.python/python.exp
10989 * gdb.reverse/finish-reverse-bkpt.exp
10990 * gdb.reverse/insn-reverse.exp
10991 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10992 * gdb.reverse/solib-precsave.exp
10993 * gdb.reverse/solib-reverse.exp
10994 * gdb.stabs/gdb11479.exp
10995 * gdb.stabs/weird.exp
10996 * gdb.threads/fork-child-threads.exp
10997 * gdb.threads/fork-plus-threads.exp
10998 * gdb.threads/fork-thread-pending.exp
10999 * gdb.threads/forking-threads-plus-breakpoint.exp
11000 * gdb.threads/hand-call-in-threads.exp
11001 * gdb.threads/interrupted-hand-call.exp
11002 * gdb.threads/linux-dp.exp
11003 * gdb.threads/local-watch-wrong-thread.exp
11004 * gdb.threads/next-while-other-thread-longjmps.exp
11005 * gdb.threads/non-ldr-exit.exp
11006 * gdb.threads/pending-step.exp
11007 * gdb.threads/print-threads.exp
11008 * gdb.threads/process-dies-while-detaching.exp
11009 * gdb.threads/process-dies-while-handling-bp.exp
11010 * gdb.threads/pthreads.exp
11011 * gdb.threads/queue-signal.exp
11012 * gdb.threads/reconnect-signal.exp
11013 * gdb.threads/signal-command-handle-nopass.exp
11014 * gdb.threads/signal-command-multiple-signals-pending.exp
11015 * gdb.threads/signal-delivered-right-thread.exp
11016 * gdb.threads/signal-sigtrap.exp
11017 * gdb.threads/sigthread.exp
11018 * gdb.threads/staticthreads.exp
11019 * gdb.threads/stepi-random-signal.exp
11020 * gdb.threads/thread-unwindonsignal.exp
11021 * gdb.threads/thread_check.exp
11022 * gdb.threads/thread_events.exp
11023 * gdb.threads/tid-reuse.exp
11024 * gdb.threads/tls-nodebug.exp
11025 * gdb.threads/tls-shared.exp
11026 * gdb.threads/tls-so_extern.exp
11027 * gdb.threads/tls.exp
11028 * gdb.threads/wp-replication.exp
11029 * gdb.trace/actions-changed.exp
11030 * gdb.trace/actions.exp
11031 * gdb.trace/backtrace.exp
11032 * gdb.trace/change-loc.exp
11033 * gdb.trace/collection.exp
11034 * gdb.trace/deltrace.exp
11035 * gdb.trace/disconnected-tracing.exp
11036 * gdb.trace/entry-values.exp
11037 * gdb.trace/ftrace-lock.exp
11038 * gdb.trace/ftrace.exp
11039 * gdb.trace/infotrace.exp
11040 * gdb.trace/mi-trace-frame-collected.exp
11041 * gdb.trace/mi-trace-unavailable.exp
11042 * gdb.trace/mi-traceframe-changed.exp
11043 * gdb.trace/mi-tracepoint-changed.exp
11044 * gdb.trace/mi-tsv-changed.exp
11045 * gdb.trace/no-attach-trace.exp
11046 * gdb.trace/packetlen.exp
11047 * gdb.trace/passc-dyn.exp
11048 * gdb.trace/passcount.exp
11049 * gdb.trace/pending.exp
11050 * gdb.trace/pr16508.exp
11051 * gdb.trace/qtro.exp
11052 * gdb.trace/range-stepping.exp
11053 * gdb.trace/read-memory.exp
11054 * gdb.trace/report.exp
11055 * gdb.trace/save-trace.exp
11056 * gdb.trace/signal.exp
11057 * gdb.trace/stap-trace.exp
11058 * gdb.trace/status-stop.exp
11059 * gdb.trace/strace.exp
11060 * gdb.trace/tfile.exp
11061 * gdb.trace/tfind.exp
11062 * gdb.trace/trace-break.exp
11063 * gdb.trace/trace-condition.exp
11064 * gdb.trace/trace-enable-disable.exp
11065 * gdb.trace/trace-mt.exp
11066 * gdb.trace/tracecmd.exp
11067 * gdb.trace/tracefile-pseudo-reg.exp
11068 * gdb.trace/tspeed.exp
11069 * gdb.trace/tstatus.exp
11070 * gdb.trace/tsv.exp
11071 * gdb.trace/unavailable.exp
11072 * gdb.trace/while-dyn.exp
11073 * gdb.trace/while-stepping.exp
11074 * lib/gdb-guile.exp
11075 * lib/gdb.exp
11076 * lib/mi-support.exp
11077 * lib/pascal.exp
11078 * lib/perftest.exp
11079 * lib/prelink-support.exp
11080 * lib/selftest-support.exp
11081
11082 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11083
11084 * Makefile.in: Include disable-implicit-rules.mk.
11085
11086 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11087
11088 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11089 non-byte-aligned bit fields.
11090
11091 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11092
11093 PR gdb/12616
11094 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11095 respects the DW_AT_data_bit_offset attribute.
11096
11097 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11098
11099 * gdb.base/default.exp: Fix output of "set language".
11100
11101 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11102
11103 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11104 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11105 make.
11106 * configure.ac: Remove checks for the make program.
11107 * configure: Re-generate.
11108
11109 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11110
11111 * gdb.python/py-recurse-unwind.c (main): Add loop.
11112 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11113 to read_register() and gdb.parse_and_eval(). Make each code
11114 call a separate case that can be individually tested.
11115 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11116 proc. Call cont_and_backtrace for each of the code paths that
11117 we want to test in the unwinder.
11118
11119 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11120
11121 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11122 the definition of struct S.
11123
11124 2016-11-11 Catherine Moore <clm@codesourcery.com>
11125
11126 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11127
11128 2016-11-09 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.base/commands.exp (runto_or_return): New procedure.
11131 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11132 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11133 (progvar_simple_while_test, progvar_complex_if_while_test)
11134 (if_while_breakpoint_command_test)
11135 (infrun_breakpoint_command_test, breakpoint_command_test)
11136 (user_defined_command_test, watchpoint_command_test)
11137 (test_command_prompt_position, redefine_hook_test)
11138 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11139 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11140 multi_line_input and multi_line. Remove gdb_expect and
11141 gdb_stop_suppressing_tests uses.
11142 * lib/gdb.exp (valnum_re): New global.
11143 (multi_line_input): New procedure.
11144
11145 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11146
11147 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11148 Remove.
11149 (test_setup): Define with proc_with_prefix.
11150 (test_cli_inferior): Likewise.
11151 (test_cli_thread): Likewise.
11152 (test_cli_frame): Likewise.
11153 (test_cli_select_frame): Likewise.
11154 (test_cli_up_down): Likewise.
11155 (test_mi_thread_select): Likewise.
11156 (test_mi_stack_select_frame): Likewise.
11157 (test_cli_in_mi_inferior): Likewise.
11158 (test_cli_in_mi_thread): Likewise.
11159 (test_cli_in_mi_frame): Likewise.
11160 (top level): Do not use with_test_prefix_procname.
11161
11162 2016-11-09 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.base/commands.exp (gdbvar_simple_if_test)
11165 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11166 (progvar_simple_if_test, progvar_simple_while_test)
11167 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11168 (infrun_breakpoint_command_test, breakpoint_command_test)
11169 (user_defined_command_test, watchpoint_command_test)
11170 (test_command_prompt_position, deprecated_command_test)
11171 (bp_deleted_in_command, temporary_breakpoint_commands)
11172 (stray_arg0_test, source_file_with_indented_comment)
11173 (recursive_source_test, if_commands_test)
11174 (error_clears_commands_left, redefine_hook_test)
11175 (redefine_backtrace_test): Use proc_with_prefix.
11176 * lib/gdb.exp (proc_with_prefix): New proc.
11177
11178 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11179
11180 * gdb.base/tui-layout.c: New file.
11181 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11182 disassembly window contains very long lines.
11183
11184 2016-11-08 Tom Tromey <tom@tromey.com>
11185
11186 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11187 depend on Python 2.
11188
11189 2016-11-08 Tom Tromey <tom@tromey.com>
11190
11191 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11192 New method.
11193
11194 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11195
11196 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11197
11198 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11199
11200 * gdb.rust/simple.rs: Add test for univariant enums without
11201 discriminants and for encoded struct-like enums.
11202
11203 2016-10-28 Pedro Alves <palves@redhat.com>
11204
11205 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11206 gdb_test_multiple, tighten regexps and match symtabs and line
11207 tables incrementally.
11208
11209 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11210
11211 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11212 general.
11213
11214 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11215
11216 * gdb.base/exec-invalid-sysroot.exp: New file.
11217
11218 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11219
11220 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11221
11222 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11223
11224 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11225
11226 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11227
11228 * gdb.base/killed-outside.exp: Remove $options from a call to
11229 `prepare_for_testing'.
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 Change test message.
11235
11236 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11237
11238 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11239 Update comment.
11240
11241 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11242
11243 * gdb.trace/mi-trace-save.exp: New file.
11244
11245 2016-10-13 Yao Qi <yao.qi@linaro.org>
11246
11247 * gdb.base/code_elim.exp (get_var_address): Remove.
11248 * gdb.base/relocate.exp: Likewise.
11249 * gdb.base/shreloc.exp: Likewise.
11250 * lib/gdb.exp (get_var_address): New.
11251
11252 2016-10-13 Yao Qi <yao.qi@linaro.org>
11253
11254 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11255 floating point tests if $skip_float_test is false.
11256
11257 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11258
11259 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11260 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11261 argc values.
11262 Add 1 to argc so we guarantee distinct initial/modified argc values.
11263
11264 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11265
11266 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11267
11268 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11269
11270 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11271 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11272 * gdb.arch/vsx-regs.exp: Likewise.
11273
11274 2016-10-07 Yao Qi <yao.qi@linaro.org>
11275
11276 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11277
11278 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11279
11280 * gdb.python/python.exp: Test decode_line("*0").
11281
11282 2016-10-06 Doug Evans <dje@google.com>
11283
11284 * gdb.python/py-value.exp (test_value_creation): Add test for large
11285 unsigned 64-bit value.
11286
11287 2016-10-06 Tom Tromey <tom@tromey.com>
11288
11289 * gdb.compile/compile.exp: Change java tests to rust.
11290 * gdb.base/setshow.exp: Change java tests to rust.
11291 * gdb.base/default.exp: Remove java from language list.
11292 * README (Examples): Update language example.
11293 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11294 test.
11295 * lib/gdb.exp (skip_java_tests): Remove.
11296 * lib/java.exp: Remove.
11297 * gdb.java: Remove.
11298
11299 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11300
11301 * gdb.arch/mips-fcr.exp: New test.
11302 * gdb.arch/mips-fcr.c: Source for the new test.
11303
11304 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11305
11306 * gdb.base/solib-disc.exp: Use `standard_output_file'
11307 throughout.
11308
11309 2016-10-06 Pedro Alves <palves@redhat.com>
11310
11311 * gdb.base/jit-simple-dl.c: New file.
11312 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11313 * gdb.base/jit-simple.c: ... this.
11314 * gdb.base/jit-simple.exp (jit_run): Delete.
11315 (build_jit): New proc.
11316 (jit_test_reread): Recompile either the main program or the shared
11317 library, depending on what is being tested. Skip changing address
11318 if caller wants to. Compare before/after addresses. If testing
11319 standalone, explicitly load the binary. Test "maint info
11320 breakpoints".
11321 (top level): Add "standalone vs shared lib" and "change address"
11322 vs "same address" axes.
11323
11324 2016-10-06 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11327 call.
11328 (jit_run): Delete.
11329 (jit_test_reread): Use with_test_prefix. Reload the main binary
11330 explicitly. Compare the before/after addresses of the JIT
11331 descriptor.
11332
11333 2016-08-15 Doug Evans <dje@google.com>
11334
11335 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11336 for single bitfields is bool.
11337 * gdb.xml/tdesc-regs.exp: Ditto.
11338
11339 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11340
11341 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11342
11343 2016-10-05 Yao Qi <yao.qi@linaro.org>
11344
11345 * lib/gdb.exp (support_complex_tests): Return zero if
11346 gdb_skip_float_test return true.
11347
11348 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11349 Simon Marchi <simon.marchi@ericsson.com>
11350
11351 PR gdb/20487
11352 * gdb.mi/user-selected-context-sync.exp: New file.
11353 * gdb.mi/user-selected-context-sync.c: New file.
11354
11355 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11356 Simon Marchi <simon.marchi@ericsson.com>
11357
11358 PR gdb/20487
11359 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11360 =thread-select-event check.
11361
11362 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11363
11364 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11365 the compulsory L operand changes.
11366 * gdb.arch/powerpc-power.s: Likewise.
11367
11368 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11369
11370 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11371 * gdb.base/jit-attach-pie.c: New file.
11372 * gdb.base/jit-attach-pie.exp: New file.
11373
11374 2016-09-28 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/infcall-input.c: New file.
11377 * gdb.base/infcall-input.exp: New file.
11378
11379 2016-09-22 Yao Qi <yao.qi@linaro.org>
11380
11381 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11382 (gdb_exit): Rename it to ...
11383 (gdbserver_gdb_exit): ... Close GDBserver.
11384 (gdb_exit): New proc, call gdbserver_gdb_exit.
11385 (mi_gdb_exit): Likewise.
11386
11387 2016-09-22 Yao Qi <yao.qi@linaro.org>
11388
11389 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11390 path.
11391 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11392 Remove duplication.
11393
11394 2016-09-22 Yao Qi <yao.qi@linaro.org>
11395
11396 * lib/gdbserver-support.exp: Check the existence of
11397 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11398
11399 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11400
11401 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11402
11403 2016-09-21 Tom Tromey <tom@tromey.com>
11404
11405 PR gdb/20604:
11406 * gdb.base/quit.exp: New file.
11407
11408 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11409
11410 * .gitignore: New file.
11411
11412 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11413
11414 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11415 throughout.
11416
11417 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11418
11419 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11420
11421 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11422
11423 * gdb.cp/casts.cc (decltype): Move it ...
11424 (main): ... with its call to ...
11425 * gdb.cp/casts03.cc: ... a new file.
11426 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11427
11428 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11429
11430 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11431
11432 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11433
11434 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11435 and sync up the test with tests in gas/testsuite/gas/ppc.
11436 * gdb.arch/powerpc-power.exp: Likewise.
11437
11438 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11439
11440 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11441
11442 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11443 Jan Kratochvil <jan.kratochvil@redhat.com>
11444
11445 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11446 make m1's definition to be different from m2's. Use 'dummy' as an
11447 argument for probe 'two'.
11448
11449 2016-09-10 Jon Beniston <jon@beniston.com>
11450
11451 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11452 for sim target.
11453
11454 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11455
11456 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11457 variable declaration.
11458 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11459 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11460 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11461 received HWCAP as its argument.
11462
11463 2016-09-06 Pedro Alves <palves@redhat.com>
11464
11465 * gdb.base/new-ui-pending-input.c: New file.
11466 * gdb.base/new-ui-pending-input.exp: New file.
11467 * gdb.exp (clear_gdb_spawn_id): New procedure.
11468 (with_spawn_id): Check whether gdb_spawn_id exists before
11469 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11470 on exit.
11471
11472 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11473
11474 * gdb.base/float128.c: New file.
11475 * gdb.base/float128.exp: Likewise.
11476 * gdb.base/floatn.c: Likewise.
11477 * gdb.base/floatn.exp: Likewise.
11478
11479 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11480
11481 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11482
11483 2016-09-05 Pedro Alves <palves@redhat.com>
11484
11485 PR backtrace/19927
11486 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11487 unwinders are immediately called as side effect of "source" or
11488 "disable unwinder" commands.
11489 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11490
11491 2016-09-02 Yao Qi <yao.qi@linaro.org>
11492
11493 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11494 is true and $type is "float" or "double".
11495
11496 2016-09-02 Yao Qi <yao.qi@linaro.org>
11497
11498 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11499 true.
11500 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11501 * gdb.base/call-rt-st.exp: Likewise.
11502 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11503 return value instead of gdb,skip_float_test.
11504 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11505 (do_function_calls): Use its return value instead of
11506 gdb,skip_float_test.
11507 * gdb.base/finish.exp: Likewise.
11508 * gdb.base/funcargs.exp: Likewise.
11509 * gdb.base/return.exp: Likewise.
11510 * gdb.base/return2.exp: Likewise.
11511 * gdb.base/varargs.exp: Likewise.
11512 * lib/gdb.exp (gdb_skip_float_test): Change it to
11513 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11514
11515 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11516
11517 * gdb.multi/tids.exp: Test "thread apply all".
11518
11519 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11520
11521 * gdb.base/default.exp (tty): Remove.
11522
11523 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11524
11525 * gdb.python/py-recurse-unwind.c: New file.
11526 * gdb.python/py-recurse-unwind.py: New file.
11527 * gdb.python/py-recurse-unwind.exp: New file.
11528
11529 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11530
11531 * gdb.base/set-inferior-tty.exp: New file.
11532 * gdb.base/set-inferior-tty.c: New file.
11533
11534 2016-08-23 Pedro Alves <palves@redhat.com>
11535
11536 PR gdb/20494
11537 * gdb.base/new-ui-echo.c: New file.
11538 * gdb.base/new-ui-echo.exp: New file.
11539
11540 2016-08-23 Yao Qi <yao.qi@linaro.org>
11541
11542 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11543 gdbserver_spawn.
11544 * gdb.server/connect-without-multi-process.exp (do_test):
11545 Likewise.
11546
11547 2016-08-23 Yao Qi <yao.qi@linaro.org>
11548
11549 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11550 standalone_txt. Delete gdb_txt and standalone_txt on host
11551 and target. Spawn the binary on target. Copy files from
11552 target to host.
11553
11554 2016-08-22 Pedro Alves <palves@redhat.com>
11555
11556 PR gdb/20505
11557 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11558 with_test_prefix. Factor out bits to ...
11559 (test_no_vdso): ... this new procedure.
11560
11561 2016-08-19 Carl Love <cel@us.ibm.com>
11562
11563 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11564 maintaining separate logic for constructing the output path.
11565 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11566 * gdb.arch/ppc-dfp.exp: Likewise.
11567 * gdb.arch/ppc-fp.exp: Likewise.
11568 * gdb.arch/vsx-regs.exp: Likewise.
11569 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11570 binprefix for generating the additional binary files.
11571
11572 2016-08-19 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.trace/mi-trace-frame-collected.exp
11575 (test_trace_frame_collected): On x32, expect two registers.
11576
11577 2016-08-18 Carl Love <cel@us.ibm.com>
11578
11579 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11580 and sync up the test with tests in gas/testsuite/gas/ppc.
11581 * gdb.arch/powerpc-power.exp: Likewise.
11582
11583 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11584
11585 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11586 expected error message.
11587
11588 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11589
11590 * gdb.multi/remove-inferiors.exp: New file.
11591 * gdb.multi/remove-inferiors.c: New file.
11592
11593 2016-08-12 Yao Qi <yao.qi@linaro.org>
11594
11595 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11596 argument list.
11597
11598 2016-08-10 Pedro Alves <palves@redhat.com>
11599
11600 PR gdb/19187
11601 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11602 setup_kfails.
11603
11604 2016-08-09 Pedro Alves <palves@redhat.com>
11605 Simon Marchi <simon.marchi@ericsson.com>
11606
11607 PR gdb/20418
11608 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11609 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11610
11611 2016-08-09 Pedro Alves <palves@redhat.com>
11612
11613 PR mi/20431
11614 * gdb.mi/mi-cmd-error.exp: New file.
11615
11616 2016-08-09 Pedro Alves <palves@redhat.com>
11617
11618 PR gdb/18653
11619 * gdb.base/signals-state-child.c: New file.
11620 * gdb.base/signals-state-child.exp: New file.
11621 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11622
11623 2016-08-09 Pedro Alves <palves@redhat.com>
11624
11625 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11626
11627 2016-08-03 Tom Tromey <tom@tromey.com>
11628
11629 PR python/18565:
11630 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11631
11632 2016-08-01 Yao Qi <yao.qi@linaro.org>
11633
11634 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11635 variable mode to "multi-process" if $multi_process is 1, otherwise
11636 set it to "single-process".
11637
11638 2016-08-01 Yao Qi <yao.qi@linaro.org>
11639
11640 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11641 * gdb.cp/cpexprs.exp: Likewise.
11642 * gdb.cp/m-static.exp: Likewise.
11643
11644 2016-07-26 Tom Tromey <tom@tromey.com>
11645
11646 PR python/20190:
11647 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11648 test.
11649
11650 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11651
11652 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11653 selecting assembly source files.
11654 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11655 assembly source files.
11656 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11657 assembly source files.
11658 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11659 selecting assembly source files.
11660
11661 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11662
11663 * gdb.base/new-ui.exp (do_test_invalid_args): New
11664 procedure.
11665
11666 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11667
11668 * gdb.btrace/reconnect.c: New file.
11669 * gdb.btrace/reconnect.exp: New file.
11670
11671 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11672
11673 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11674 to test_catch_syscall_group.
11675 (test_catch_syscall_group): New.
11676
11677 2016-07-21 Tom Tromey <tom@tromey.com>
11678
11679 * gdb.rust/simple.rs (main): Use empty struct expression.
11680 * gdb.rust/simple.exp: Add tests for empty struct expression.
11681
11682 2016-07-21 Yao Qi <yao.qi@linaro.org>
11683
11684 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11685 if gdb_skip_xml_test is true on some targets.
11686
11687 2016-07-21 Yao Qi <yao.qi@linaro.org>
11688
11689 * gdb.server/solib-list.exp: Unset last_loaded_file.
11690
11691 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11692
11693 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11694 "step into captured_main (args)".
11695
11696 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11697
11698 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11699
11700 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11701
11702 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11703
11704 2016-07-19 Pedro Alves <palves@redhat.com>
11705
11706 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11707 * gdb.opt/inline-bt.exp: Likewise.
11708 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11709 additional_flags=-Winline.
11710 * gdb.opt/inline-locals.exp: Likewise.
11711 * gdb.opt/inline-markers.c (ATTR): Define.
11712 (inlined_fn): Use it.
11713
11714 2016-07-19 Yao Qi <yao.qi@linaro.org>
11715
11716 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11717 (test_with_self): Remove some code. Remove argument executable.
11718 (top-level): Use do_self_tests.
11719
11720 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11721 Don Breazeal <donb@codesourcery.com>
11722
11723 * gdb.base/maint.exp: Escape paths used in regular expressions.
11724 * gdb.stabs/weird.exp: Likewise.
11725
11726 2016-07-13 Tom Tromey <tom@tromey.com>
11727
11728 PR python/15620, PR python/18620:
11729 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11730 (test_bkpt_events): New procs.
11731
11732 2016-07-13 Tom Tromey <tom@tromey.com>
11733
11734 PR python/17698:
11735 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11736 test.
11737 (test_watchpoints): Likewise.
11738 (test_bkpt_pending): New proc.
11739
11740 2016-07-13 Tom Tromey <tom@tromey.com>
11741
11742 PR cli/18053:
11743 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11744 completion test.
11745
11746 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11747
11748 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11749 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11750 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11751 f_label.
11752 (g): Rename g_end_lbl to g_label.
11753 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11754 low_pc and high_pc.
11755 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11756
11757 2016-07-12 Tom Tromey <tom@tromey.com>
11758
11759 PR python/19293:
11760 * gdb.python/py-unwind-maint.exp: Update tests.
11761
11762 2016-07-12 Yao Qi <yao.qi@linaro.org>
11763
11764 * lib/selftest-support.exp (selftest_setup): Match the output
11765 when captured_main is inlined.
11766
11767 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11768
11769 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11770 New variables.
11771 (print this%a, print this%b, print this): New tests.
11772 * gdb.fortran/derived-types.f90 (this): New object and
11773 initialization.
11774
11775 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * gdb.ada/arraydim.exp: Remove extra directory level in build
11778 directory.
11779
11780 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11781
11782 * lib/ada.exp: Remove extra directory level in build directory.
11783 * gdb.ada/cond_lang.exp: Likewise.
11784 * gdb.ada/exec_changed.exp: Likewise.
11785 * gdb.ada/lang_switch.exp: Likewise.
11786
11787 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11788
11789 * simple.rs: Add test for raw pointer subscripting.
11790 * simple.exp: Add test expectations.
11791
11792 2016-07-05 Yao Qi <yao.qi@linaro.org>
11793
11794 * gdb.mi/mi-reverse.exp: Match =record-started output.
11795
11796 2016-07-01 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11799 procedure.
11800 (jit_reader_test): Test the jit reader's unwinder.
11801 * gdb.base/jithost.c (jit_function_00_code): New global.
11802 (main): Use memcpy to fill in the mmapped code, instead of poking
11803 bytes manually here.
11804 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11805 value.
11806 (read_debug_info): Save the function's range.
11807 (read_sp): New function.
11808 (unwind_frame): Use it. Also unwind RBP.
11809 (get_frame_id): Use read_sp.
11810 (gdb_init_reader): Use calloc instead of malloc.
11811 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11812 parameter. Use gdb_test_multiple.
11813
11814 2016-07-01 Pedro Alves <palves@redhat.com>
11815 Antoine Tremblay <antoine.tremblay@ericsson.com>
11816
11817 * gdb.threads/process-dies-while-detaching.c: New file.
11818 * gdb.threads/process-dies-while-detaching.exp: New file.
11819
11820 2016-07-01 Pedro Alves <palves@redhat.com>
11821
11822 * gdb.multi/watchpoint-multi-exit.c: New file.
11823 * gdb.multi/watchpoint-multi-exit.exp: New file.
11824
11825 2016-06-30 Pedro Alves <palves@redhat.com>
11826
11827 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11828 unset inferior_spawn_id.
11829
11830 2016-06-30 Pedro Alves <palves@redhat.com>
11831
11832 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11833 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11834
11835 2016-06-29 Yao Qi <yao.qi@linaro.org>
11836
11837 * gdb.base/return.c: Add copyright header.
11838
11839 2016-06-29 Tom Tromey <tom@tromey.com>
11840
11841 PR python/20129:
11842 * gdb.python/py-framefilter.exp: Add tests for setting priority
11843 and disabling of non-existent frame filter.
11844
11845 2016-06-29 Yao Qi <yao.qi@linaro.org>
11846
11847 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11848 0x0f07ff.
11849
11850 2016-06-28 Yao Qi <yao.qi@linaro.org>
11851
11852 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11853 triplets. Start gdb, execute catch syscall, and continue. Check
11854 gdb's output to determine catch syscall is supported.
11855
11856 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11857
11858 * gdb.rust/simple.rs: Add test for returning unit in a function.
11859 * gdb.rust/simple.exp: Add expectation for functions returning
11860 unit.
11861
11862 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11863
11864 * gdb.python/py-breakpoint-create-fail.c,
11865 gdb.python/py-breakpoint-create-fail.exp,
11866 gdb.python/py-breakpoint-create-fail.py: New testcase.
11867
11868 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11869
11870 PR gdb/20239
11871 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11872 * gdb.rust/simple.exp: Add test expectations for new NonZero
11873 tests.
11874
11875 2016-06-24 David Taylor <dtaylor@emc.com>
11876
11877 * gdb.base/offsets.exp: New file.
11878 * gdb.base/offsets.c: New file.
11879
11880 2016-06-23 Tom Tromey <tom@tromey.com>
11881
11882 PR gdb/16483:
11883 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11884 before any filters are loaded.
11885
11886 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11887
11888 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11889 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11890 structs.
11891 * gdb.fortran/derived-type-function.exp: New file.
11892 * gdb.fortran/derived-type-function.f90: New file.
11893
11894
11895 2016-06-21 Pedro Alves <palves@redhat.com>
11896
11897 * gdb.base/new-ui.exp: New file.
11898 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11899 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11900 (with_spawn_id): New procedure.
11901
11902 2016-06-21 Pedro Alves <palves@redhat.com>
11903
11904 * gdb.mi/mi-exec-run.exp: New file.
11905
11906 2016-06-21 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11909 breakpoint command's output on the main UI.
11910 (test_break): New procedure, factored out from calls in the top
11911 level.
11912 (top level): Use foreach_with_prefix to test MI as main UI and as
11913 separate UI.
11914
11915 2016-06-21 Pedro Alves <palves@redhat.com>
11916
11917 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
11918 (test_awatch_creation_and_listing)
11919 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
11920 Remove 'type' parameter.
11921 (test_watchpoint_all): New parameter mi_mode. Remove
11922 with_test_prefix.
11923 (top level): Use foreach_with_prefix, and add main/separate UI MI
11924 testing axis.
11925
11926 2016-06-21 Pedro Alves <palves@redhat.com>
11927
11928 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
11929 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
11930 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
11931 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
11932 (gdb_main_spawn_id, mi_spawn_id): Declare and
11933 comment.
11934 (mi_create_inferior_pty): New procedure,
11935 factored out from default_mi_gdb_start.
11936 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
11937 procedures.
11938 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
11939 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
11940 Use mi_create_inferior_pty.
11941 (mi_gdb_start): Use eval to pass down args list.
11942
11943 2016-06-21 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
11946 * gdb.opt/inline-cmds.exp: Add MI tests.
11947
11948 2016-06-21 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
11951
11952 2016-06-21 Pedro Alves <palves@redhat.com>
11953
11954 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
11955 (top level): Use it instead of mi_execute_to.
11956
11957 2016-06-21 Pedro Alves <palves@redhat.com>
11958
11959 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
11960 (cont_handler_str): New.
11961 (signal_stop_handler): Set stop_handler_str instead of printing to
11962 stdout.
11963 (continue_handler): Set cont_handler_str instead of printing to
11964 stdout.
11965 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
11966 mi_send_resuming_command. Print stop_handler_str and
11967 cont_handler_str instead of expecting the python events print
11968 directly.
11969
11970 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11971
11972 * gdb.base/jit-reader.exp: New file.
11973 * gdb.base/jithost.c: New file.
11974 * gdb.base/jithost.h: New file.
11975 * gdb.base/jitreader.c : New file.
11976 * gdb.base/jit-protocol.h: New file.
11977
11978 2016-06-17 Yao Qi <yao.qi@linaro.org>
11979
11980 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
11981 parameters follow_fork and detach_on_fork. Set follow-fork-mode
11982 and detach-on-fork. Adjust tests.
11983 (top level): Invoke break_cond_on_syscall with combinations of
11984 syscall, follow-fork-mode and detach-on-fork.
11985
11986 2016-06-17 Yao Qi <yao.qi@linaro.org>
11987
11988 * gdb.base/step-over-exit.c: New.
11989 * gdb.base/step-over-exit.exp: New.
11990
11991 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
11992
11993 * gdb.base/float.exp: Add target check for nds32*-*-*.
11994 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
11995
11996 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
11997
11998 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
11999 for unsupported target features.
12000 * gdb.base/call-rt-st.exp: Likewise.
12001 * gdb.base/call-sc.exp: Likewise.
12002 * gdb.base/call-signal-resume.exp: Likewise.
12003 * gdb.base/call-strs.exp: Likewise.
12004 * gdb.base/callexit.exp: Likewise.
12005 * gdb.base/callfuncs.exp: Likewise.
12006 * gdb.base/nodebug.exp: Likewise.
12007 * gdb.base/printcmds.exp: Likewise.
12008 * gdb.base/ptype.exp: Likewise.
12009 * gdb.base/structs.exp: Likewise.
12010 * gdb.base/unwindonsignal.exp: Likewise.
12011 * gdb.cp/gdb2495.exp: Likewise.
12012 * gdb.cp/templates.exp: Likewise.
12013 * gdb.cp/virtfunc.exp: Likewise.
12014 * gdb.threads/hand-call-in-threads.exp: Likewise.
12015 * gdb.threads/interrupted-hand-call.exp: Likewise.
12016 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12017
12018 2016-06-10 Tom Tromey <tom@tromey.com>
12019
12020 PR rust/20110:
12021 * gdb.rust/expr.exp: Add test for integer constant larger than
12022 i32.
12023
12024 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12025
12026 * gdb.fortran/nested-funcs.exp: New.
12027 * gdb.fortran/nested-funcs.f90: New.
12028
12029 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12030
12031 * gdb.base/examine-backward.c: New file.
12032 * gdb.base/examine-backward.exp: New file.
12033
12034 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12035
12036 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12037 matching.
12038
12039 2016-06-02 Tom Tromey <tom@tromey.com>
12040
12041 PR python/18984:
12042 * gdb.python/py-shared.exp: Add solib_name test.
12043
12044 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12045
12046 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12047
12048 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12049
12050 PR c++/19893
12051 * gdb.dwarf2/implref.exp: Rename to...
12052 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12053 * gdb.dwarf2/implref-array.c: New file.
12054 * gdb.dwarf2/implref-array.exp: Likewise.
12055 * gdb.dwarf2/implref-global.c: Likewise.
12056 * gdb.dwarf2/implref-global.exp: Likewise.
12057 * gdb.dwarf2/implref-struct.c: Likewise.
12058 * gdb.dwarf2/implref-struct.exp: Likewise.
12059
12060 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12061
12062 * gdb.trace/trace-condition.exp: Add 64bit tests.
12063
12064 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12065
12066 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12067 bits types.
12068 (main): Adapt to 8 to 64 bits types.
12069 * gdb.trace/trace-condition.exp: Add new tests.
12070
12071 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12072
12073 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12074
12075 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12076
12077 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12078 Move condition tests...
12079 * gdb.trace/trace-condition.exp: Here.
12080
12081 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12082
12083 * gdb.trace/trace-condition.exp: Add counter-case tests.
12084
12085 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12086
12087 PR c++/15231
12088 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12089 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12090
12091 2016-05-27 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12094 New procedure.
12095 (top level): Call it, and bail out of DejaGnu is known to be bad.
12096
12097 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12098
12099 * gdb.base/whatis.c: Extend the test case.
12100 * gdb.base/whatis.exp: Add additional tests.
12101
12102 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12103
12104 * gdb.fortran/type.f90: Add pointer variable.
12105 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12106
12107 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12108
12109 * gdb.fortran/vla-type.exp: Fix testcase name.
12110
12111 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12112
12113 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12114
12115 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12116
12117 * gdb.fortran/type.f90: Add nested structures.
12118 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12119 * gdb.fortran/derived-type.exp: Adapt expected output.
12120 * gdb.fortran/vla-type.exp: Adapt expected output.
12121
12122 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12123
12124 * gdb.fortran/whatis_type.exp: Adapt expected output.
12125
12126 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12127
12128 * gdb.fortran/print_type.exp: Fix expected output.
12129 * gdb.fortran/whatis_type.exp: Fix expected output.
12130
12131 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12132
12133 * gdb.fortran/whatis_type.exp: Use multi_line.
12134
12135 2016-05-24 Tom Tromey <tom@tromey.com>
12136
12137 PR python/17386:
12138 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12139 use value as an index.
12140
12141 2016-05-23 Tom Tromey <tom@tromey.com>
12142
12143 PR python/17981:
12144 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12145 no-breakpoint case.
12146
12147 2016-05-24 Pedro Alves <palves@redhat.com>
12148
12149 PR gdb/19828
12150 * gdb.threads/clone-attach-detach.c: New file.
12151 * gdb.threads/clone-attach-detach.exp: New file.
12152
12153 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12154
12155 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12156
12157 2016-05-23 Tom Tromey <tom@tromey.com>
12158
12159 PR python/19438, PR python/18393:
12160 * gdb.python/py-progspace.exp: Add "dir" test.
12161 * gdb.python/py-objfile.exp: Add "dir" test.
12162
12163 2016-05-23 Yao Qi <yao.qi@linaro.org>
12164
12165 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12166 * gdb.arch/thumb2-it.exp: Likewise.
12167
12168 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12169
12170 * gdb.mi/mi-threads-interrupt.c: New file.
12171 * gdb.mi/mi-threads-interrupt.exp: New file.
12172
12173 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12174
12175 PR gdb/18077
12176 * gdb.mi/mi-async-run.exp: New file.
12177 * gdb.mi/mi-async-run.c: New file.
12178
12179 2016-05-17 Tom Tromey <tom@tromey.com>
12180 Manish Goregaokar <manishsmail@gmail.com>
12181
12182 * lib/rust-support.exp: New file.
12183 * lib/gdb.exp (skip_rust_tests): New proc.
12184 (build_executable_from_specs): Handle rust.
12185 * lib/future.exp (gdb_find_rustc): New proc.
12186 (gdb_default_target_compile): Handle rust.
12187 * gdb.rust/expr.exp: New file.
12188 * gdb.rust/generics.exp: New file.
12189 * gdb.rust/generics.rs: New file.
12190 * gdb.rust/methods.exp: New file.
12191 * gdb.rust/methods.rs: New file.
12192 * gdb.rust/modules.exp: New file.
12193 * gdb.rust/modules.rs: New file.
12194 * gdb.rust/simple.exp: New file.
12195 * gdb.rust/simple.rs: New file.
12196
12197 2016-05-17 Tom Tromey <tom@tromey.com>
12198
12199 * gdb.base/default.exp (set language): Add rust.
12200
12201 2016-05-17 Tom Tromey <tom@tromey.com>
12202
12203 * gdb.gdb/unittest.exp: New file.
12204
12205 2016-05-16 Yao Qi <yao.qi@linaro.org>
12206
12207 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12208 shell_prompt. Update shell_prompt_re.
12209
12210 2016-05-12 Doug Evans <dje@google.com>
12211
12212 PR symtab/19999
12213 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12214 $options when building executable.
12215 * gdb.dwarf2/fission-loclists-pie.S: New file.
12216 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12217
12218 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12219
12220 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12221 of [is_remote target],
12222
12223 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12224
12225 * lib/gdb.exp (use_gdb_stub): New procedure.
12226
12227 2016-05-03 Yunlian Jiang <yunlian@google.com>
12228 Doug Evans <dje@google.com>
12229
12230 PR symtab/19914
12231 * gdb.dwarf2/dwp-sepdebug.c: New file.
12232 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12233
12234 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12235
12236 * gdb.base/detach.exp: Remove is_remote check.
12237
12238 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12239
12240 * gdb.base/annota-input-while-running.exp: Don't check for
12241 [is_remote target]. Enable annotations after running to main.
12242 Remove unused "set test..." line.
12243
12244 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12245
12246 * gdb.trace/trace-enable-disable.exp: New file.
12247 * gdb.trace/trace-enable-disable.c: New file.
12248
12249 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12250
12251 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12252 use it in info sharedlibrary test.
12253 * gdb.trace/ftrace-lock.exp: Likewise.
12254 * gdb.trace/ftrace.exp: Likewise.
12255 * gdb.trace/range-stepping.exp: Likewise.
12256 * gdb.trace/trace-break.exp: Likewise.
12257 * gdb.trace/trace-condition.exp: Likewise.
12258 * gdb.trace/trace-mt.exp: Likewise.
12259
12260 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12261
12262 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12263 (gdb_load_shlib): ... this.
12264 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12265 gdb_load_shlib.
12266 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12267 * gdb.base/ctxobj.exp: Likewise.
12268 * gdb.base/dprintf-pending.exp: Likewise.
12269 * gdb.base/dso2dso.exp: Likewise.
12270 * gdb.base/fixsection.exp: Likewise.
12271 * gdb.base/gcore-relro.exp: Likewise.
12272 * gdb.base/gdb1555.exp: Likewise.
12273 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12274 * gdb.base/gnu-ifunc.exp: Likewise.
12275 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12276 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12277 * gdb.base/pending.exp: Likewise.
12278 * gdb.base/print-file-var.exp: Likewise.
12279 * gdb.base/print-symbol-loading.exp: Likewise.
12280 * gdb.base/shlib-call.exp: Likewise.
12281 * gdb.base/shreloc.exp: Likewise.
12282 * gdb.base/so-impl-ld.exp: Likewise.
12283 * gdb.base/solib-disc.exp: Likewise.
12284 * gdb.base/solib-nodir.exp: Likewise.
12285 * gdb.base/solib-overlap.exp: Likewise.
12286 * gdb.base/solib-symbol.exp: Likewise.
12287 * gdb.base/solib-weak.exp (do_test): Likewise.
12288 * gdb.base/sym-file.exp: Likewise.
12289 * gdb.base/symtab-search-order.exp: Likewise.
12290 * gdb.base/type-opaque.exp: Likewise.
12291 * gdb.base/unload.exp: Likewise.
12292 * gdb.base/watchpoint-solib.exp: Likewise.
12293 * gdb.compile/compile.exp: Likewise.
12294 * gdb.cp/gdb2384.exp: Likewise.
12295 * gdb.cp/infcall-dlopen.exp: Likewise.
12296 * gdb.cp/re-set-overloaded.exp: Likewise.
12297 * gdb.fortran/library-module.exp: Likewise.
12298 * gdb.opt/solib-intra-step.exp: Likewise.
12299 * gdb.python/py-finish-breakpoint.exp: Likewise.
12300 * gdb.python/py-shared.exp: Likewise.
12301 * gdb.reverse/solib-precsave.exp: Likewise.
12302 * gdb.reverse/solib-reverse.exp: Likewise.
12303 * gdb.server/solib-list.exp: Likewise.
12304 * gdb.threads/dlopen-libpthread.exp: Likewise.
12305 * gdb.threads/tls-shared.exp: Likewise.
12306 * gdb.threads/tls-so_extern.exp: Likewise.
12307 * gdb.trace/change-loc.exp: Likewise.
12308 * gdb.trace/ftrace-lock.exp: Likewise.
12309 * gdb.trace/ftrace.exp: Likewise.
12310 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12311 * gdb.trace/pending.exp: Likewise.
12312 * gdb.trace/range-stepping.exp: Likewise.
12313 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12314 (strace_info_marker): Likewise.
12315 (strace_probe_marker): Likewise.
12316 (strace_trace_on_same_addr): Likewise.
12317 (strace_trace_on_diff_addr): Likewise.
12318 * gdb.trace/trace-break.exp: Likewise.
12319 * gdb.trace/trace-condition.exp: Likewise.
12320 * gdb.trace/trace-mt.exp: Likewise.
12321
12322 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12323
12324 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12325 result of gdb_remote_download.
12326 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12327 * gdb.base/dso2dso.exp: Likewise.
12328 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12329 * gdb.base/print-file-var.exp: Likewise.
12330 * gdb.base/shlib-call.exp: Likewise.
12331 * gdb.base/shreloc.exp: Likewise.
12332 * gdb.base/solib-overlap.exp: Likewise.
12333 * gdb.base/solib-weak.exp (do_test): Likewise.
12334 * gdb.base/unload.exp: Likewise.
12335
12336 2016-04-27 Yao Qi <yao.qi@linaro.org>
12337
12338 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12339 exists.
12340
12341 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12342
12343 * vla-type.exp: Print structure from toplevel.
12344
12345 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12346
12347 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12348 of dynamic types.
12349 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12350 of dynamic types.
12351
12352 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12353
12354 * gdb.fortran/vla-type.f90: New file.
12355 * gdb.fortran/vla-type.exp: New file.
12356
12357 2016-04-25 Yao Qi <yao.qi@linaro.org>
12358
12359 * gdb.base/branch-to-self.c: New file.
12360 * gdb.base/branch-to-self.exp: New file.
12361
12362 2016-04-22 Yao Qi <yao.qi@linaro.org>
12363
12364 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12365 more after $hex.
12366
12367 2016-04-22 Yao Qi <yao.qi@linaro.org>
12368
12369 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12370 * gdb.base/annota3.exp: Likewise.
12371
12372 2016-04-22 Yao Qi <yao.qi@linaro.org>
12373
12374 * gdb.reverse/step-precsave.exp: Do one step and test program
12375 stops in "callee" and do multiple steps until program goes out
12376 of "callee".
12377 * gdb.reverse/step-reverse.exp: Likewise.
12378
12379 2016-04-22 Yao Qi <yao.qi@linaro.org>
12380
12381 * gdb.trace/signal.exp: Also pass if
12382 $tracepoint_hits($i) > $iterations.
12383
12384 2016-04-22 Yao Qi <yao.qi@linaro.org>
12385
12386 * gdb.trace/signal.c: New file.
12387 * gdb.trace/signal.exp: New file.
12388
12389 2016-04-19 Doug Evans <xdje42@gmail.com>
12390
12391 * gdb.base/bad-file.exp: New file.
12392
12393 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12394
12395 * gdb.dwarf2/implref.exp: New file.
12396
12397 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12398
12399 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12400 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12401 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12402 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12403 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12404 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12405 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12406 * lib/fortran.exp (fortran_int4): New procedure.
12407 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12408 (fortran_logical4): Likewise.
12409
12410 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12411
12412 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12413
12414 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12415
12416 * lib/compiler.c: Add Intel specific preprocessor macros.
12417 * lib/compiler.cc: Likewise.
12418
12419 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12420
12421 * gdb.server/connect-with-no-symbol-file.c: New file.
12422 * gdb.server/connect-with-no-symbol-file.exp: New file.
12423
12424 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12425
12426 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12427
12428 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12429
12430 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12431 standard output directory.
12432
12433 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12434
12435 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12436
12437 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12438
12439 * gdb.btrace/instruction_history.c (loop): Add declaration.
12440
12441 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12442
12443 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12444
12445 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12446
12447 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12448 parentheses to print.
12449 (continue_handler): Likewise.
12450
12451 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12452
12453 * gdb.server/solib-list.exp: Remove is_remote check.
12454 Pass shlib= to gdb_compile. Don't link shared library with
12455 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12456 Run binary filename through "readlink -f" on the target.
12457
12458 2016-04-08 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12461 interpreter filename as argument to gdbserver_spawn.
12462 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12463 Return empty if $last_loaded_file does not exist.
12464
12465 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12466
12467 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12468 * gdb.base/jit-main.c: Use exit after usage.
12469
12470 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12471
12472 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12473 GDBHISTSIZE prior to the tests.
12474 * gdb.base/gdbinit-history.exp: Likewise.
12475
12476 2016-04-07 Pedro Alves <palves@redhat.com>
12477
12478 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12479 instead of build_executable. Use gdb_load_shlibs.
12480
12481 2016-04-07 Yao Qi <yao.qi@linaro.org>
12482
12483 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12484 Execute "si" command.
12485
12486 2016-04-07 Yao Qi <yao.qi@linaro.org>
12487
12488 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12489 number instead of the comments on some line.
12490
12491 2016-04-06 Don Breazeal <donb@codesourcery.com>
12492
12493 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12494 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12495
12496 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12497
12498 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12499 standard_output_file. Remove unused binfile variable.
12500
12501 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12502
12503 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12504 * gdb.python/py-mi-objfile.exp: Match "list main" output
12505 in console format.
12506
12507 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12508
12509 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12510 absolute.
12511
12512 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12513
12514 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12515 absolute.
12516 * gdb.trace/ftrace.exp: Likewise.
12517 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12518 targets as well.
12519 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12520 (gdb_load_shlibs): Copy libraries to test directory when testing
12521 natively. Only set solib-search-path if testing remotely.
12522 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12523
12524 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12525
12526 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12527 gdb_download. Use it even if the target is not remote.
12528 * gdb.base/jit.exp (compile_jit_test): Likewise.
12529 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12530 output directory if the destination board is local, otherwise use
12531 the standard remote_download from DejaGnu.
12532 (gdb_download): Remove.
12533 (gdb_load_shlibs): Use gdb_remote_download instead of
12534 gdb_download.
12535 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12536 Use gdb_remote_download instead of gdb_download. Use it even if
12537 the target is not remote.
12538 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12539 instead of gdb_download.
12540
12541 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12542
12543 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12544 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12545 run.
12546
12547 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12548
12549 PR gdb/19820
12550 * gdb.base/printcmds.exp: Add artificial arrays tests.
12551
12552 2016-03-31 Pedro Alves <palves@redhat.com>
12553
12554 PR gdb/19858
12555 * gdb.base/jit-main.c: Include unistd.h.
12556 (ATTACH): Define to 0 if not already defined.
12557 (wait_for_gdb, mypid): New globals.
12558 (WAIT_FOR_GDB): New macro.
12559 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12560 some breakpoint locations.
12561 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12562 New procedures.
12563 (one_jit_test): Add REATTACH parameter, and handle it. Use
12564 continue_to_test_location.
12565 (top level): Test attach, and adjusts calls to one_jit_test.
12566
12567 2016-03-31 Pedro Alves <palves@redhat.com>
12568
12569 PR gdb/19858
12570 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12571 BINSUFFIX parameter, and handle it.
12572 (top level): Adjust calls compile_jit_test.
12573
12574 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12575
12576 PR python/19743
12577 * gdb.python/py-mi-events-gdb.py: New file.
12578 * gdb.python/py-mi-events.c: New file.
12579 * gdb.python/py-mi-events.exp: New file.
12580
12581 2016-03-30 Yao Qi <yao.qi@linaro.org>
12582
12583 * gdb.reverse/until-precsave.exp: Match function name only.
12584 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12585 Move malloc to a condition block.
12586 * gdb.reverse/until-reverse.exp: Match function name only.
12587
12588 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12589
12590 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12591 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12592 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12593 variable for GPR 0 instead of assuming it is register 0.
12594 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12595 * lib/trace-support.exp: Add s390 registers.
12596
12597 2016-03-29 Yao Qi <yao.qi@linaro.org>
12598
12599 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12600
12601 2016-03-24 Yao Qi <yao.qi@linaro.org>
12602
12603 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12604 test message.
12605
12606 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12607
12608 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12609 maintaining separate logic for constructing the output path.
12610
12611 2016-03-16 Don Breazeal <donb@codesourcery.com>
12612
12613 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12614 Retry fork and waitpid on interrupted system call errors.
12615 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12616 Use with_timeout_factor to increase timeout by factor of 10.
12617
12618 2016-03-15 Don Breazeal <donb@codesourcery.com>
12619
12620 * gdb.cp/scope-err.cc: New test program.
12621 * gdb.cp/scope-err.exp: New test script.
12622 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12623 lines and "set breakpoint here" comment.
12624 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12625 Fixed some whitespace and format issues.
12626 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12627 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12628
12629 2016-03-15 Doug Evans <dje@google.com>
12630
12631 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12632 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12633 All callers updated. Add tests for enums, mixed flags register.
12634
12635 2016-03-15 Doug Evans <dje@google.com>
12636
12637 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12638 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12639
12640 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12641
12642 * gdb.base/default.exp: Add $_as_string to the list of expected
12643 convenience functions.
12644
12645 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12646
12647 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12648
12649 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12650
12651 * gdb.python/py-as-string.exp: New file.
12652 * gdb.python/py-as-string.c: New file.
12653
12654 2016-03-09 Pedro Alves <palves@redhat.com>
12655
12656 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12657 signal" -> "Thread NN received signal" output change.
12658 * gdb.threads/ia64-sigill.exp: Likewise.
12659 * gdb.threads/linux-dp.exp: Likewise.
12660 * gdb.threads/manythreads.exp: Likewise.
12661 * gdb.threads/pending-step.exp: Likewise.
12662 * gdb.threads/print-threads.exp: Likewise.
12663 * gdb.threads/sigstep-threads.exp: Likewise.
12664 * gdb.threads/staticthreads.exp: Likewise.
12665 * gdb.threads/tls.exp: Likewise.
12666
12667 2016-03-09 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.base/command-line-input.exp: New file.
12670
12671 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12672
12673 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12674 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12675 * gdb.trace/pending.exp: Accept leading dot before function name.
12676 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12677 * lib/trace-support.exp: Set registers for ppc.
12678
12679 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12680
12681 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12682 use it for disassembly; accept .main in addition to main in backtrace.
12683
12684 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12685 Marcin Kościelnicki <koriakin@0x04.net>
12686
12687 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12688 (gdb_recursion_test_ptr): New global variable.
12689 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12690 gdb_recursion_test.
12691 (gdb_c_test): Ditto.
12692
12693 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12694
12695 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12696 ordering.
12697
12698 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12699
12700 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12701 (bar): Add bar_start_lbl label.
12702 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12703 of foo/bar for emitting DWARF and tracing.
12704
12705 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12706
12707 * analyze-racy-logs.py: Set executable bit.
12708
12709 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12710
12711 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12712 (CHECK_TARGET_TMP): Likewise.
12713 (check-single-racy): New rule.
12714 (check-parallel-racy): Likewise.
12715 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12716 (do-check-parallel-racy): New rule.
12717 (check-racy/%.exp): Likewise.
12718 * README (Racy testcases): New section.
12719 * analyze-racy-logs.py: New file.
12720
12721 2016-03-03 Doug Evans <dje@google.com>
12722
12723 * gdb.base/skip.exp: Use with_test_prefix.
12724
12725 2016-03-03 Yao Qi <yao.qi@linaro.org>
12726
12727 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12728 Invoke step_over_syscall "clone" and break_cond_on_syscall
12729 "clone".
12730 * gdb.base/step-over-clone.c: New file.
12731
12732 2016-03-03 Yao Qi <yao.qi@linaro.org>
12733
12734 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12735 code format.
12736
12737 2016-03-03 Yao Qi <yao.qi@linaro.org>
12738
12739 * gdb.base/disp-step-fork.c: Rename to ...
12740 * gdb.base/step-over-fork.c: ... it. New file.
12741 * gdb.base/disp-step-vfork.c: Rename to ...
12742 * gdb.base/step-over-vfork.c: ... it. New file.
12743 * gdb.base/disp-step-syscall.exp: Rename to ...
12744 * gdb.base/step-over-syscall.exp: ... it. New file.
12745 (disp_step_cross_syscall): Rename to ...
12746 (step_over_syscall): ... it.
12747
12748 2016-03-03 Yao Qi <yao.qi@linaro.org>
12749
12750 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12751 If target supports condition evaluation on target, invoke
12752 break_cond_on_syscall for fork and vfork.
12753
12754 2016-03-03 Yao Qi <yao.qi@linaro.org>
12755
12756 * gdb.base/disp-step-syscall.exp: Don't invoke
12757 support_displaced_stepping.
12758 (disp_step_cross_syscall): Test with displaced stepping off and
12759 on if supported.
12760
12761 2016-03-03 Yao Qi <yao.qi@linaro.org>
12762
12763 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12764 proc.
12765 (setup): New proc.
12766 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12767 and setup.
12768
12769 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12770
12771 * gdb.fortran/vla-history.exp: Remove breakpoint.
12772
12773 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12774
12775 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12776 exceeds timeout.
12777
12778 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12779
12780 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12781 breakpoint.
12782
12783 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12784
12785 * gdb.mi/vla.f90: Nullify pointer after declaration.
12786
12787 2016-03-01 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12790
12791 2016-03-01 Pedro Alves <palves@redhat.com>
12792
12793 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12794 before anything else.
12795 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12796 _GNU_SOURCE here.
12797 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12798 before anything else.
12799 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12800
12801 2016-03-01 Pedro Alves <palves@redhat.com>
12802
12803 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12804
12805 2016-03-01 Yao Qi <yao.qi@linaro.org>
12806
12807 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12808 prepare_for_testing.
12809
12810 2016-03-01 Yao Qi <yao.qi@linaro.org>
12811
12812 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12813
12814 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12815
12816 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12817 manually constructing the output path.
12818
12819 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12820
12821 * gdb.arch/s390-stackless.S: New.
12822 * gdb.arch/s390-stackless.exp: New.
12823
12824 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12825
12826 * gdb.dlang/circular.c: New file.
12827 * gdb.dlang/circular.exp: New file.
12828
12829 2016-02-26 Yao Qi <yao.qi@linaro.org>
12830
12831 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12832 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12833 (testcases): Update.
12834
12835 2016-02-26 Yao Qi <yao.qi@linaro.org>
12836
12837 * gdb.reverse/aarch64.c: Rename to ...
12838 * gdb.reverse/insn-reverse.c: ... it.
12839 * gdb.reverse/aarch64.exp: Rename to ...
12840 * gdb.reverse/insn-reverse.exp: ... it.
12841
12842 2016-02-26 Yao Qi <yao.qi@linaro.org>
12843
12844 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12845 (testcase_ftype): New.
12846 (testcases): New array.
12847 (n_testcases): New.
12848 (main): Call each element in testcases.
12849 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12850 (read_testcase): New.
12851 Do the tests in a loop.
12852
12853 2016-02-25 Yao Qi <yao.qi@linaro.org>
12854
12855 * gdb.base/branches.c: Remove.
12856
12857 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12858
12859 PR gdb/13808
12860 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12861
12862 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12863
12864 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12865
12866 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12867
12868 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12869 change x86_64 call_insn to 'callq'.
12870
12871 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12872
12873 * gdb.trace/tfile-avx.c: Move to...
12874 * gdb.trace/tracefile-pseudo-reg.c: Here.
12875 * gdb.trace/tfile-avx.exp: Move to...
12876 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12877
12878 2016-02-24 Gary Benson <gbenson@redhat.com>
12879
12880 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12881 message on attach.
12882
12883 2016-02-23 Doug Evans <dje@google.com>
12884
12885 * gdb.base/skip.c (test_skip): New function.
12886 (end_test_skip_file_and_function): New function.
12887 (test_skip_file_and_function): New function.
12888 * gdb.base/skip1.c (test_skip): New function.
12889 (skip1_test_skip_file_and_function): New function.
12890 * gdb.base/skip.exp: Add tests for new skip options.
12891 * gdb.base/skip-solib.exp: Update expected output.
12892 * gdb.perf/skip-command.cc: New file.
12893 * gdb.perf/skip-command.exp: New file.
12894 * gdb.perf/skip-command.py: New file.
12895
12896 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12897
12898 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12899 info registers pattern.
12900
12901 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12902
12903 * lib/future.exp: Add D support.
12904 (gdb_find_gdc): New proc.
12905 (gdb_default_target_compile): Add D support.
12906
12907 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12908
12909 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12910 user+system time.
12911 (trace_speed_test): Determine the iteration count for a time
12912 between 15..30 seconds.
12913
12914 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
12915
12916 * gdb.arch/i386-mpx-sigsegv.c: New file.
12917 * gdb.arch/i386-mpx-sigsegv.exp: New file.
12918 * gdb.arch/i386-mpx-simple_segv.c: New file.
12919 * gdb.arch/i386-mpx-simple_segv.exp: New file.
12920
12921 2016-02-18 Yao Qi <yao.qi@linaro.org>
12922
12923 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12924 Don't call setup_kfail.
12925
12926 2016-02-18 Yao Qi <yao.qi@linaro.org>
12927
12928 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12929 Set "set breakpoint condition-evaluation" per $cond_bp_target.
12930
12931 2016-02-16 Doug Evans <dje@google.com>
12932
12933 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
12934 * gdb.base/skip1.c: Ditto.
12935 * gdb.base/skip.exp: Whitespace cleanup.
12936
12937 2016-02-16 Don Breazeal <donb@codesourcery.com>
12938
12939 PR remote/19496
12940 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12941 Remove kfail for PR remote/19496.
12942
12943 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12944
12945 * lib/gdb.exp (standard_temp_file): Return a path specific to
12946 the runtest invocation.
12947
12948 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
12949
12950 * gdb.trace/save-trace.exp: Change relative path to be in the
12951 standard output directory.
12952
12953 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12954
12955 * gdb.arch/i386-prologue.c: Add missing prototypes.
12956
12957 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12958
12959 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
12960 * gdb.arch/i386-prologue.exp: Likewise.
12961 * gdb.arch/i386-size.exp: Likewise.
12962
12963 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
12964
12965 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
12966 define object file path.
12967 * gdb.btrace/gcore.exp: Use standard_output_file to define core
12968 file path.
12969 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
12970 standard_output_file to define binfile.
12971
12972 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12973
12974 Fix compatibility with recent gfortran-5.3.1.
12975 * gdb.fortran/vla-history.exp (print vla1 allocated)
12976 (print vla2 allocated, print $2, print $3): Remove
12977 (print $4): Rename to ...
12978 (print $2): ... here.
12979 (print $9): Rename to ...
12980 (print $5): ... here.
12981 (print $10): Rename to ...
12982 (print $6): ... here.
12983 * gdb.fortran/vla.f90: Add pvla initialization.
12984
12985 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12986
12987 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
12988 New test.
12989 * gdb.fortran/vla-value-sub.exp: Likewise.
12990
12991 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
12992
12993 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
12994
12995 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
12996
12997 * i386-biarch-core.exp: Define corefile using
12998 standard_output_file.
12999
13000 2016-02-12 Yao Qi <yao.qi@linaro.org>
13001
13002 * gdb.arch/arm-single-step-kernel-helper.c: New.
13003 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13004
13005 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13006
13007 * gdb.btrace/tailcall-only.exp: New.
13008 * gdb.btrace/tailcall-only.c: New.
13009 * gdb.btrace/x86_64-tailcall-only.S: New.
13010 * gdb.btrace/i686-tailcall-only.S: New.
13011
13012 2016-02-11 Pedro Alves <palves@redhat.com>
13013
13014 * README (Parallel testing): Add missing double quotes.
13015
13016 2016-02-11 Pedro Alves <palves@redhat.com>
13017
13018 * README (Parallel testing): New section.
13019 (GDB_PARALLEL): Rewrite.
13020 (FORCE_PARALLEL): Document.
13021
13022 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13023
13024 * gdb.trace/tfile-avx.c: New test.
13025 * gdb.trace/tfile-avx.exp: New test.
13026
13027 2016-02-09 Keith Seitz <keiths@redhat.com>
13028
13029 PR breakpoints/19546
13030 * gdb.base/infcall-exec.c: New file.
13031 * gdb.base/infcall-exec2.c: New file.
13032 * gdb.base/infcall-exec.exp: New file.
13033
13034 2016-02-09 Keith Seitz <keiths@redhat.com>
13035
13036 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13037 (toplevel): Call test_bkpt_address.
13038
13039 2016-02-09 Keith Seitz <keiths@redhat.com>
13040
13041 PR python/19506
13042 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13043 (toplevel): Call test_bkpt_address.
13044
13045 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13046
13047 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13048 to AC_OUTPUT.
13049 * configure: Regenerate.
13050
13051 2016-02-09 Pedro Alves <palves@redhat.com>
13052
13053 PR breakpoints/19548
13054 * gdb.base/execl-update-breakpoints.c (some_function): New
13055 function.
13056 (main): Call it.
13057 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13058 Tighten expected GDB output.
13059
13060 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13061
13062 * Makefile.in (ALL_SUBDIRS): Remove.
13063 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13064 (distclean maintainer-clean realclean): Likewise.
13065 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13066 * configure: Regenerate.
13067 * gdb.ada/Makefile.in: Delete.
13068 * gdb.arch/Makefile.in: Likewise.
13069 * gdb.asm/Makefile.in: Likewise.
13070 * gdb.base/Makefile.in: Likewise.
13071 * gdb.btrace/Makefile.in: Likewise.
13072 * gdb.cell/Makefile.in: Likewise.
13073 * gdb.compile/Makefile.in: Likewise.
13074 * gdb.cp/Makefile.in: Likewise.
13075 * gdb.disasm/Makefile.in: Likewise.
13076 * gdb.dlang/Makefile.in: Likewise.
13077 * gdb.dwarf2/Makefile.in: Likewise.
13078 * gdb.fortran/Makefile.in: Likewise.
13079 * gdb.gdb/Makefile.in: Likewise.
13080 * gdb.go/Makefile.in: Likewise.
13081 * gdb.guile/Makefile.in: Likewise.
13082 * gdb.java/Makefile.in: Likewise.
13083 * gdb.linespec/Makefile.in: Likewise.
13084 * gdb.mi/Makefile.in: Likewise.
13085 * gdb.modula2/Makefile.in: Likewise.
13086 * gdb.multi/Makefile.in: Likewise.
13087 * gdb.objc/Makefile.in: Likewise.
13088 * gdb.opencl/Makefile.in: Likewise.
13089 * gdb.opt/Makefile.in: Likewise.
13090 * gdb.pascal/Makefile.in: Likewise.
13091 * gdb.perf/Makefile.in: Likewise.
13092 * gdb.python/Makefile.in: Likewise.
13093 * gdb.reverse/Makefile.in: Likewise.
13094 * gdb.server/Makefile.in: Likewise.
13095 * gdb.stabs/Makefile.in: Likewise.
13096 * gdb.threads/Makefile.in: Likewise.
13097 * gdb.trace/Makefile.in: Likewise.
13098 * gdb.xml/Makefile.in: Likewise.
13099 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13100 GDB_PARALLEL.
13101 (standard_output_file): Remove check for GDB_PARALLEL, always
13102 return path in outputs/$subdir/$testname.
13103
13104 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13105
13106 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13107 (site.exp): Assign abs_srcdir to tcl's srcdir.
13108
13109 2016-02-04 Yao Qi <yao.qi@linaro.org>
13110
13111 * gdb.base/foll-exec-mode.c: Include limits.h.
13112 (main): Add parameters argc and argv. Get directory from
13113 argv[0].
13114 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13115 compilation.
13116 * gdb.base/foll-exec.c: Include limits.h.
13117 (main): Add parameters argc and argv.
13118 Get directory from argv[0].
13119 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13120 Adjust tests on the number of lines as source code changed.
13121 * gdb.base/foll-vfork-exit.c: Include limits.h.
13122 (main): Add one line of statement before vfork.
13123 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13124 (main): Add parameters argc and argv. Get directory from
13125 argv[0].
13126 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13127 (setup_gdb): Set tbreak to skip some source lines.
13128 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13129 (main): Add parameters argc and argv. Get directory from
13130 argv[0].
13131 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13132 compilation.
13133 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13134 (main): Add parameters argc and argv. Get directory from
13135 argv[0].
13136 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13137 compilation.
13138
13139 2016-02-01 Doug Evans <dje@google.com>
13140
13141 * gdb.base/skip.exp: Clean up multiple references to same test name.
13142
13143 2016-02-01 Pedro Alves <palves@redhat.com>
13144
13145 PR remote/19496
13146 * gdb.threads/forking-threads-plus-breakpoint.exp
13147 (displaced_stepping_supported): New global.
13148 (probe_displaced_stepping_support): New procedure.
13149 (do_test): Add 'displaced' parameter, and use it.
13150 (top level): Check for displaced stepping support. Add displaced
13151 stepping on/off testing axis.
13152
13153 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13154
13155 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13156 pointer. Don't perform further tests on the unassociated pointer
13157 if the first test fails.
13158
13159 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13160
13161 * gdb.base/max-value-size.c: New file.
13162 * gdb.base/max-value-size.exp: New file.
13163 * gdb.base/huge.exp: Disable max-value-size for this test.
13164
13165 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13166
13167 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13168
13169 2016-01-28 Yao Qi <yao.qi@linaro.org>
13170
13171 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13172
13173 2016-01-25 Pedro Alves <palves@redhat.com>
13174
13175 PR threads/19461
13176 * gdb.base/fork-running-state.c: New file.
13177 * gdb.base/fork-running-state.exp: New file.
13178
13179 2016-01-25 Pedro Alves <palves@redhat.com>
13180
13181 PR gdb/19494
13182 * gdb.base/catch-fork-kill.c: New file.
13183 * gdb.base/catch-fork-kill.exp: New file.
13184
13185 2016-01-25 Pedro Alves <palves@redhat.com>
13186
13187 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13188 Delete, moved to lib/gdb.exp.
13189 * gdb.threads/forking-threads-plus-breakpoint.exp
13190 (foreach_with_prefix): Likewise.
13191 * gdb.threads/process-dies-while-handling-bp.exp
13192 (foreach_with_prefix): Likewise.
13193 * lib/gdb.exp (foreach_with_prefix): New procedure.
13194
13195 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13196
13197 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13198 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13199
13200 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13201
13202 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13203 endian targets.
13204
13205 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13206 Pedro Alves <palves@redhat.com>
13207
13208 Fix testsuite compatibility with Guile.
13209 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13210 number.
13211
13212 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13213
13214 Fix testsuite compatibility with Guile.
13215 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13216 (thread 1): New test for backtrace through signal handler.
13217
13218 2016-01-22 Yao Qi <yao.qi@linaro.org>
13219
13220 PR testsuite/19491
13221 * gdb.base/multi-forks.c: Include
13222 ../lib/unbuffer_output.c
13223 (main): Call gdb_unbuffer_output.
13224
13225 2016-01-21 Doug Evans <dje@google.com>
13226
13227 * lib/ada.exp (gdb_compile_ada): Fix typo.
13228
13229 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13230
13231 * gdb.base/break-fun-addr.exp: New file.
13232 * gdb.base/break-fun-addr1.c: New file.
13233 * gdb.base/break-fun-addr2.c: New file.
13234
13235 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13236
13237 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13238 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13239 enum flag values.
13240
13241 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13242
13243 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13244 when GDB can not set the vector return value. Add more comments
13245 for clarification.
13246
13247 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13248
13249 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13250 command.
13251
13252 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13253
13254 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13255
13256 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13257
13258 * Makefile.in (check-single): Pass --status to runtest.
13259 (check/%.exp): Likewise.
13260
13261 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13262
13263 * Makefile.in (check-parallel): Propagate return code from make
13264 do-check-parallel.
13265
13266 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13267
13268 * gdb.trace/ftrace.exp: Fix expected message on continue.
13269 * gdb.trace/pending.exp: Fix expected message on continue.
13270 * gdb.trace/trace-break.exp: Fix expected message on continue.
13271
13272 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13273
13274 * lib/gdb.exp (gdb_test): Remove unused global references.
13275
13276 2016-01-18 Pedro Alves <palves@redhat.com>
13277
13278 * gdb.base/async-shell.exp: Adjust expected output.
13279 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13280 * gdb.base/siginfo-thread.exp: Adjust expected output.
13281 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13282 * gdb.java/jnpe.exp: Adjust expected output.
13283 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13284 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13285 * gdb.threads/leader-exit.exp: Adjust expected output.
13286 * gdb.threads/manythreads.exp: Adjust expected output.
13287 * gdb.threads/pthreads.exp: Adjust expected output.
13288 * gdb.threads/schedlock.exp: Adjust expected output.
13289 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13290 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13291 expected output.
13292 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13293 output.
13294 * gdb.threads/sigthread.exp: Adjust expected output.
13295 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13296
13297 2016-01-18 Yao Qi <yao.qi@linaro.org>
13298
13299 * gdb.guile/scm-section-script.c: Replace @progbits with
13300 %progbits.
13301 * gdb.python/py-section-script.c: Likewise.
13302
13303 2016-01-15 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.multi/tids.exp: Test star wildcard ranges.
13306
13307 2016-01-15 Pedro Alves <palves@redhat.com>
13308
13309 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13310 command from "thread apply" invocation.
13311 (thr_apply_info_thr_invalid): Default the expected output to the
13312 input tid list.
13313 (top level): Add tests that use convenience variables. Add tests
13314 for "thread apply" with a valid TID list, but missing the command.
13315
13316 2016-01-13 Pedro Alves <palves@redhat.com>
13317
13318 * gdb.base/default.exp: Expect $_gthread as well.
13319 * gdb.multi/tids.exp: Test $_gthread.
13320 * gdb.threads/thread-specific.exp: Test $_gthread.
13321
13322 2016-01-13 Pedro Alves <palves@redhat.com>
13323
13324 * gdb.multi/tids.exp: Test "info threads -gid".
13325
13326 2016-01-13 Pedro Alves <palves@redhat.com>
13327
13328 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13329 Breakpoint.thread.
13330 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13331
13332 2016-01-07 Pedro Alves <palves@redhat.com>
13333
13334 * gdb.base/break.exp: Adjust to output changes.
13335 * gdb.base/hbreak2.exp: Likewise.
13336 * gdb.base/sepdebug.exp: Likewise.
13337 * gdb.base/watch_thread_num.exp: Likewise.
13338 * gdb.linespec/keywords.exp: Likewise.
13339 * gdb.multi/info-threads.exp: Likewise.
13340 * gdb.threads/thread-find.exp: Likewise.
13341 * gdb.multi/tids.c: New file.
13342 * gdb.multi/tids.exp: New file.
13343
13344 2016-01-13 Pedro Alves <palves@redhat.com>
13345
13346 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13347
13348 2016-01-13 Pedro Alves <palves@redhat.com>
13349
13350 * gdb.base/default.exp: Expect $_inferior as well.
13351 * gdb.multi/base.exp: Test $_inferior.
13352
13353 2016-01-13 Pedro Alves <palves@redhat.com>
13354
13355 PR breakpoints/19388
13356 * gdb.base/catch-signal-siginfo-cond.c: New file.
13357 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13358
13359 2016-01-12 Josh Stone <jistone@redhat.com>
13360 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13361
13362 * gdb.base/catch-syscall.c (do_execve): New variable.
13363 (main): Conditionally trigger an execve.
13364 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13365 (test_catch_syscall_execve): New, check entry/return across execve.
13366 (do_syscall_tests): Call test_catch_syscall_execve.
13367
13368 2016-01-12 Pedro Alves <palves@redhat.com>
13369
13370 * gdb.base/random-signal.exp (do_test): New procedure, with body
13371 of testcase moved in.
13372
13373 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13374 Pedro Alves <palves@redhat.com>
13375
13376 * gdb.base/funcargs.exp (finish from indirectly called function):
13377 Reintroduce the case for 'First'.
13378
13379 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13380 Pedro Alves <palves@redhat.com>
13381
13382 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13383 (tcatch_vfork_then_child_follow_exec)
13384 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13385 identification.
13386
13387 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13388
13389 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13390 and repeats to unlimited.
13391 * gdb.python/py-value.exp: Likewise.
13392 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13393 and repeats to unlimited.
13394
13395 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13396
13397 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13398 and reordering the functions.
13399 * gdb.multi/hangout.c: Likewise.
13400 * gdb.multi/hello.c: Likewise.
13401
13402 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13403
13404 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13405 absolute.
13406 (SingleStatisticTestResult.report): Use dict.keys instead of
13407 dict.iterkeys.
13408
13409 2016-01-06 Pedro Alves <palves@redhat.com>
13410
13411 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13412
13413 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13414
13415 * gdb.btrace/dlopen.exp: New.
13416 * gdb.btrace/dlopen.c: New.
13417 * gdb.btrace/dlopen-dso.c: New.
13418
13419 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13420
13421 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13422 PATTERN argument is optional.
13423
13424 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13425
13426 * lib/ada.exp (target_compile_ada_from_dir): New function.
13427 (gdb_compile_ada): Reimplement avoiding the use of project files.
13428 * gdb.ada/gnat_ada.gpr: Delete.
13429 * gdb.ada/cond_lang.exp: Adjust test to make path before
13430 filename optional.
13431 * gdb.ada/small_reg_param.exp: Likewise.
13432
13433 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13434
13435 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13436
13437 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13438
13439 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13440 case.
13441
13442 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13443
13444 * gdb.base/break.exp: Remove dead code.
13445 * gdb.base/sepdebug.exp: Likewise.
13446
13447 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13448
13449 * gdb.asm/asm-source.exp: Remove HP-UX references.
13450 * gdb.base/annota1.exp: Likewise.
13451 * gdb.base/annota3.exp: Likewise.
13452 * gdb.base/attach.exp: Likewise.
13453 * gdb.base/bigcore.exp: Likewise.
13454 * gdb.base/break.exp: Likewise.
13455 * gdb.base/call-ar-st.exp: Likewise.
13456 * gdb.base/callfuncs.exp: Likewise.
13457 * gdb.base/catch-fork-static.exp: Likewise.
13458 * gdb.base/display.exp: Likewise.
13459 * gdb.base/foll-exec-mode.exp: Likewise.
13460 * gdb.base/foll-exec.exp: Likewise.
13461 * gdb.base/foll-fork.exp: Likewise.
13462 * gdb.base/foll-vfork.exp: Likewise.
13463 * gdb.base/funcargs.exp: Likewise.
13464 * gdb.base/hbreak2.exp: Likewise.
13465 * gdb.base/inferior-died.exp: Likewise.
13466 * gdb.base/interrupt.exp: Likewise.
13467 * gdb.base/multi-forks.exp: Likewise.
13468 * gdb.base/nodebug.exp: Likewise.
13469 * gdb.base/sepdebug.exp: Likewise.
13470 * gdb.base/solib1.c: Likewise.
13471 * gdb.base/step-test.exp: Likewise.
13472 * gdb.mi/non-stop.c: Likewise.
13473 * gdb.mi/pthreads.c: Likewise.
13474 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13475 * gdb.threads/pthreads.c: Likewise.
13476 * gdb.threads/staticthreads.exp: Likewise.
13477 * lib/future.exp: Likewise.
13478 * lib/gdb.exp: Likewise.
13479 * gdb.base/so-indr-cl.c: Remove.
13480 * gdb.base/so-indr-cl.exp: Likewise.
13481 * gdb.base/solib.c: Likewise.
13482 * gdb.base/solib.exp: Likewise.
13483 * gdb.base/solib2.c: Likewise.
13484
13485 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13486
13487 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13488 * gdb.base/call-ar-st.exp: Likewise.
13489 * gdb.base/callfuncs.exp: Likewise.
13490 * gdb.base/condbreak.exp: Likewise.
13491 * gdb.base/constvars.exp: Likewise.
13492 * gdb.base/hbreak2.exp: Likewise.
13493 * gdb.base/langs.exp: Likewise.
13494 * gdb.base/list.exp: Likewise.
13495 * gdb.base/long_long.exp: Likewise.
13496 * gdb.base/ptype.exp: Likewise.
13497 * gdb.base/scope.exp: Likewise.
13498 * gdb.base/signals.exp: Likewise.
13499 * gdb.base/so-impl-ld.exp: Likewise.
13500 * gdb.base/varargs.exp: Likewise.
13501 * gdb.base/volatile.exp: Likewise.
13502 * gdb.base/whatis.exp: Likewise.
13503 * gdb.cp/cplusfuncs.exp: Likewise.
13504 * gdb.cp/inherit.exp: Likewise.
13505 * gdb.cp/local.exp: Likewise.
13506 * gdb.cp/member-ptr.exp: Likewise.
13507 * gdb.cp/method.exp: Likewise.
13508 * gdb.cp/overload.exp: Likewise.
13509 * gdb.cp/templates.exp: Likewise.
13510 * gdb.stabs/weird.exp: Likewise.
13511 * lib/compiler.c: Likewise.
13512 * lib/compiler.cc: Likewise.
13513 * lib/cp-support.exp: Likewise.
13514 * lib/gdb.exp: Likewise.
13515
13516 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13517
13518 * configure.ac: Remove HP-UX case.
13519 * configure: Regenerate.
13520
13521 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13522
13523 * lib/gdb.exp (gdb_compile): Add function doc.
13524
13525 2015-12-17 Pedro Alves <palves@redhat.com>
13526
13527 PR threads/19354
13528 * gdb.multi/info-threads.exp: New file.
13529
13530 2015-12-15 Yao Qi <yao.qi@linaro.org>
13531
13532 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13533 is aarch64*-*-*.
13534
13535 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13536
13537 * gdb.base/history-duplicates.exp: Skip if no readline support.
13538
13539 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13540
13541 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13542
13543 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13544
13545 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13546
13547 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13548
13549 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13550 ctrl-C if nointerrupts target property is set.
13551 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13552 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13553 * gdb.base/paginate-bg-execution.exp: Likewise.
13554 * gdb.base/paginate-execution-startup.exp: Likewise.
13555 * gdb.base/random-signal.exp: Likewise.
13556 * gdb.base/range-stepping.exp: Likewise.
13557 * gdb.cp/annota2.exp: Likewise.
13558 * gdb.cp/annota3.exp: Likewise.
13559 * gdb.gdb/selftest.exp: Likewise.
13560 * gdb.threads/continue-pending-status.exp: Likewise.
13561 * gdb.threads/leader-exit.exp: Likewise.
13562 * gdb.threads/manythreads.exp: Likewise.
13563 * gdb.threads/pthreads.exp: Likewise.
13564 * gdb.threads/schedlock.exp: Likewise.
13565 * gdb.threads/sigthread.exp: Likewise.
13566
13567 2015-12-11 Don Breazeal <donb@codesourcery.com>
13568
13569 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13570 remote.
13571 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13572 * gdb.base/foll-exec.exp (main): Enable for target remote.
13573 * gdb.base/foll-fork.exp (main): Likewise.
13574 * gdb.base/foll-vfork.exp (main): Likewise.
13575 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13576 (proc continue_to_exit_bp_loc): Use clean_restart.
13577 * gdb.base/pie-execl.exp (main): Disable for target remote.
13578 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13579 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13580 * gdb.threads/execl.exp (main): Likewise.
13581 * gdb.threads/fork-child-threads.exp (main): Likewise.
13582 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13583 remote.
13584 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13585 remote.
13586 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13587 pid.tid style ptids, instead of just tid.
13588 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13589 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13590 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13591 ptids, instead of just tid.
13592
13593 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13594
13595 * gdb.base/list.exp (test_list_forward): Add end of file error
13596 test.
13597 (test_repeat_list_command): Add end of file error test.
13598 (test_list_backwards): Add beginning of file error test.
13599
13600 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13601
13602 * gdb.base/list.exp (test_list_invalid_args): New function,
13603 defined, and called.
13604
13605 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13606
13607 * gdb.base/list.exp (test_list): Make test names unique.
13608
13609 2015-12-11 Yao Qi <yao.qi@linaro.org>
13610
13611 * gdb.base/coremaker2.c: Remove.
13612
13613 2015-12-10 Pedro Alves <palves@redhat.com>
13614
13615 * gdb.multi/base.exp: Remove stale "spaces" references.
13616
13617 2015-12-10 Pedro Alves <palves@redhat.com>
13618
13619 * gdb.multi/base.exp: Don't use nowarnings.
13620 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13621 * gdb.multi/hangout.c: Include stdio.h.
13622 * gdb.multi/hello.c: Include stdlib.h.
13623 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13624 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13625 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13626
13627 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13628
13629 * gdb.dwarf2/dw2-ranges-base.c: New file.
13630 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13631 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13632 support additional line table, and debug ranges generation.
13633 (Dwarf::ranges): New function, generate .debug_ranges.
13634 (Dwarf::lines): Support generating simple line table programs.
13635 (Dwarf::assemble): Initialise new namespace variables.
13636
13637 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13638
13639 * gdb.base/async.exp (proc test_background): Add case for
13640 asynchronous execution not supported.
13641
13642 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13643
13644 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13645 format and change test names to make them unique.
13646
13647 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13648 Pedro Alves <pedro@redhat.com>
13649
13650 PR gdb/18702
13651 Add checking of floatformats setup on x86_64 hosts.
13652 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13653 (smallval, bigval): New labels/constants.
13654 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13655 float" after loading bigval and smallval.
13656
13657 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13658
13659 * gdb.ada/fun_overload_menu.exp: New testcase.
13660 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13661
13662 2015-12-04 Josh Stone <jistone@redhat.com>
13663
13664 * gdb.base/catch-fork-static.exp: New.
13665
13666 2015-12-03 Yao Qi <yao.qi@linaro.org>
13667
13668 * gdb.base/sizeof.c: Don't include stdio.h and
13669 ../lib/unbuffer_output.c.
13670 (main): New variable 'size' and 'value'. Remove printf and
13671 gdb_unbuffer_output. Assign return value to size and value.
13672 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13673 at the beginning.
13674 (check_sizeof): Check the result by printing variable 'size'.
13675 (check_valueof): Check the result by printing variable 'value'.
13676
13677 2015-12-01 Yao Qi <yao.qi@linaro.org>
13678
13679 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13680 for aarch64*-*-linux* target.
13681
13682 2015-11-30 Pedro Alves <palves@redhat.com>
13683
13684 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13685
13686 2015-11-30 Pedro Alves <palves@redhat.com>
13687
13688 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13689 Handle non-stop mode vCont replies.
13690
13691 2015-11-30 Pedro Alves <palves@redhat.com>
13692
13693 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13694 prepare_for_testing. Start gdb with "set non-stop on" appended to
13695 GDBFLAGS. Lax expected stop output.
13696
13697 2015-11-27 Yao Qi <yao.qi@linaro.org>
13698
13699 * gdb.arch/arm-neon.exp: New.
13700 * gdb.arch/arm-neon.c: New.
13701
13702 2015-11-27 Yao Qi <yao.qi@linaro.org>
13703
13704 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13705
13706 2015-11-27 Yao Qi <yao.qi@linaro.org>
13707
13708 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13709 frames-invalid annotation.
13710
13711 2015-11-27 Yao Qi <yao.qi@linaro.org>
13712
13713 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13714
13715 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13716
13717 * gdb.threads/names.exp: New file.
13718 * gdb.threads/names.c: New file.
13719 * README: Mention gdb,no_thread_names.
13720
13721 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13722
13723 PR 19297
13724 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13725 support" error.
13726
13727 2015-11-24 Pedro Alves <palves@redhat.com>
13728
13729 PR 17539
13730 * gdb.base/display.exp: Expect displays to be sorted in ascending
13731 order. Use multi_line.
13732 * gdb.base/solib-display.exp: Likewise.
13733
13734 2015-11-24 Pedro Alves <palves@redhat.com>
13735
13736 PR 17539
13737 * gdb.base/display.exp: Expect displays to be sorted in ascending
13738 order. Use multi_line.
13739 * gdb.base/solib-display.exp: Likewise.
13740
13741 2015-11-24 Pedro Alves <palves@redhat.com>
13742
13743 PR 17539
13744 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13745 threads in ascending order.
13746 * gdb.base/foll-fork.exp: Likewise.
13747 * gdb.base/foll-vfork.exp: Likewise.
13748 * gdb.base/multi-forks.exp: Likewise.
13749 * gdb.mi/mi-nonstop.exp: Likewise.
13750 * gdb.mi/mi-nsintrall.exp: Likewise.
13751 * gdb.multi/base.exp: Likewise.
13752 * gdb.multi/multi-arch.exp: Likewise.
13753 * gdb.python/py-inferior.exp: Likewise.
13754 * gdb.threads/break-while-running.exp: Likewise.
13755 * gdb.threads/execl.exp: Likewise.
13756 * gdb.threads/gcore-thread.exp: Likewise.
13757 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13758 * gdb.threads/kill.exp: Likewise.
13759 * gdb.threads/linux-dp.exp: Likewise.
13760 * gdb.threads/multiple-step-overs.exp: Likewise.
13761 * gdb.threads/next-bp-other-thread.exp: Likewise.
13762 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13763 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13764 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13765 * gdb.threads/thread-find.exp: Likewise.
13766 * gdb.threads/tls.exp: Likewise.
13767 * lib/mi-support.exp (mi_reverse_list): Delete.
13768 (mi_check_thread_states): No longer reverse list.
13769
13770 2015-11-24 Pedro Alves <palves@redhat.com>
13771
13772 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13773 use lowercase.
13774
13775 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13776
13777 * gdb.trace/actions.c: Include trace-common.h.
13778 (main): Add a location for a fast tracepoint.
13779 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13780 the normal tracepoints.
13781 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13782
13783 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13784
13785 * save-trace.exp: Factor out code to these...
13786 (gdb_save_tracepoints): New.
13787 (gdb_load_tracepoints): New.
13788 (do_save_load_test): New.
13789
13790 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13791
13792 * gdb.base/asmlabel.exp: New test.
13793 * gdb.base/asmlabel.c: New test case.
13794
13795 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13796
13797 * gdb.base/wrong_frame_bt_full-main.c: New file.
13798 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13799 * gdb.base/wrong_frame_bt_full.exp: New file.
13800
13801 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13802
13803 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13804
13805 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13806
13807 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13808 pstate register when comparing registers values in
13809 sparc64-*-linux-gnu targets to avoid spurious differences.
13810
13811 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13812
13813 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13814
13815 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13816
13817 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13818 as type argument to gdb_compile.
13819 * gdb.base/nested-subp2.exp: Likewise.
13820 * gdb.base/nested-subp3.exp: Likewise.
13821
13822 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13823
13824 * lib/dwarf.exp (_note): Fix left shift of negative value.
13825 * gdb.trace/trace-condition.exp: Likewise.
13826
13827 2015-11-13 Yao Qi <yao.qi@linaro.org>
13828
13829 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13830 comments about d10v.
13831 (test_scalar_returns): Likewise.
13832 * gdb.base/d10v.ld: Remove.
13833 * gdb.base/overlays.exp: Remove the target triplet checking for
13834 d10v-*-*.
13835 * gdb.base/structs.exp (test_struct_returns): Remove the
13836 comments about d10v.
13837 (test_struct_calls): Likewise.
13838
13839 2015-11-13 Yao Qi <yao.qi@linaro.org>
13840
13841 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13842 * gdb.base/gnu_vector.c: Don't include stdio.h.
13843 (main): Don't print res and call add_some_intvecs.
13844
13845 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13846
13847 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13848 macro.
13849 (func5): Removed.
13850 (func4): Use FAST_TRACEPOINT_LABEL.
13851 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13852 macro.
13853 (func): Removed.
13854 (thread_function): Use FAST_TRACEPOINT_LABEL.
13855 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13856 (func): Remove.
13857 (marker): Use FAST_TRACEPOINT_LABEL.
13858 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13859 (pendfunc1): Remove.
13860 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13861 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13862 (foo): Remove.
13863 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13864 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13865 macro.
13866 (func): Remove.
13867 (marker): Use FAST_TRACEPOINT_LABEL.
13868 * gdb.trace/trace-common.h: New header.
13869 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13870 macro.
13871 (func): Remove.
13872 (marker): Use FAST_TRACEPOINT_LABEL.
13873 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13874 (func): Remove.
13875 (thread_function): Use FAST_TRACEPOINT_LABEL.
13876
13877 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13878
13879 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13880 in front.
13881 * gdb.trace/change-loc.exp: Use global pcreg definition.
13882 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13883 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13884 in front.
13885 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13886 * gdb.trace/pending.exp: Likewise.
13887 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13888 * gdb.trace/trace-break.exp: Likewise.
13889 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13890 in front.
13891 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13892 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13893 in front.
13894 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13895
13896 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13897
13898 * gdb.ada/fin_fun_out: New testcase.
13899
13900 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13901
13902 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13903 value associated with DW_AT_byte_size.
13904 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13905 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13906 DW_AT_upper_bound.
13907
13908 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13909
13910 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13911 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13912 version.
13913 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
13914 gdb.dwarf2/dw2-canonicalize-type.exp,
13915 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
13916 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
13917 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
13918 provided by gdb_target_symbol_prefix_flags_asm.
13919 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
13920 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
13921 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
13922 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
13923 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
13924 macros where needed). Use this macro for symbols which require
13925 the prefix provided by SYMBOL_PREFIX.
13926
13927 2015-11-05 Kevin Buettner <kevinb@redhat.com>
13928
13929 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
13930 New procs.
13931 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
13932 representing expressions, of more than one list element.
13933 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
13934 to prepend linker symbol prefix to f.
13935 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
13936 table_1 and table_2.
13937 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
13938 Likewise, for f and g.
13939 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
13940 for ptr.
13941 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
13942 for main.
13943 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
13944 table_1_ptr and table_2_ptr.
13945
13946 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13947 Joel Brobecker <brobecker@adacore.com>
13948
13949 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
13950
13951 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
13952
13953 * gdb.reverse/s390-mvcle.c: New test.
13954 * gdb.reverse/s390-mvcle.exp: New file.
13955 * lib/gdb.exp: Enable reverse tests on s390*-linux.
13956
13957 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13958
13959 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
13960
13961 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
13962
13963 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
13964 reaching marker2.
13965 * gdb.reverse/getresuid-reverse.exp: Likewise.
13966 * gdb.reverse/pipe-reverse.exp: Likewise.
13967 * gdb.reverse/readv-reverse.exp: Likewise.
13968 * gdb.reverse/recvmsg-reverse.exp: Likewise.
13969 * gdb.reverse/time-reverse.exp: Likewise.
13970 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
13971
13972 2015-10-30 Yao Qi <yao.qi@linaro.org>
13973
13974 * gdb.threads/wp-replication.c (watch_count_done): Remove.
13975 (empty_cycle): Remove.
13976 (main): Don't call empty_cycle. Don't use watch_count_done.
13977 * gdb.threads/wp-replication.exp: Don't set breakpoint on
13978 empty_cycle. Rewrite the code counting HW watchpoints.
13979
13980 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
13981
13982 * gdb.reverse/fstatat-reverse.c: New test.
13983 * gdb.reverse/fstatat-reverse.exp: New file.
13984 * gdb.reverse/getresuid-reverse.c: New test.
13985 * gdb.reverse/getresuid-reverse.exp: New file.
13986 * gdb.reverse/pipe-reverse.c: New test.
13987 * gdb.reverse/pipe-reverse.exp: New file.
13988 * gdb.reverse/readv-reverse.c: New test.
13989 * gdb.reverse/readv-reverse.exp: New file.
13990 * gdb.reverse/recvmsg-reverse.c: New test.
13991 * gdb.reverse/recvmsg-reverse.exp: New file.
13992 * gdb.reverse/time-reverse.c: New test.
13993 * gdb.reverse/time-reverse.exp: New file.
13994 * gdb.reverse/waitpid-reverse.c: New test.
13995 * gdb.reverse/waitpid-reverse.exp: New file.
13996
13997 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13998
13999 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14000
14001 2015-10-26 Doug Evans <dje@google.com>
14002
14003 PR symtab/17391
14004 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14005 * gdb.dwarf2/bad-regnum.c: New file.
14006 * gdb.dwarf2/bad-regnum.exp: New file.
14007
14008 2015-10-26 Doug Evans <dje@google.com>
14009
14010 PR python/18938
14011 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14012 file.
14013
14014 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14015
14016 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14017 for a change by "Mention language in compile error message".
14018
14019 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14020
14021 PR python/18073
14022 * gdb.python/py-type.c (C::a_method): New.
14023 (C::a_const_method): New.
14024 (C::a_static_method): New.
14025 (a_function): New.
14026 * gdb.python/py-type.exp (test_fields): Test getting fields
14027 from function and method.
14028
14029 2015-10-21 Keven Boell <keven.boell@intel.com>
14030
14031 * gdb.fortran/vla-alloc-assoc.exp: New file.
14032 * gdb.fortran/vla-datatypes.exp: New file.
14033 * gdb.fortran/vla-datatypes.f90: New file.
14034 * gdb.fortran/vla-history.exp: New file.
14035 * gdb.fortran/vla-ptype-sub.exp: New file.
14036 * gdb.fortran/vla-ptype.exp: New file.
14037 * gdb.fortran/vla-sizeof.exp: New file.
14038 * gdb.fortran/vla-sub.f90: New file.
14039 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14040 * gdb.fortran/vla-value-sub-finish.exp: New file.
14041 * gdb.fortran/vla-value-sub.exp: New file.
14042 * gdb.fortran/vla-value.exp: New file.
14043 * gdb.fortran/vla-ptr-info.exp: New file.
14044 * gdb.mi/mi-vla-fortran.exp: New file.
14045 * gdb.mi/vla.f90: New file.
14046
14047 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14048
14049 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14050 of hardwired timeout value.
14051
14052 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14053 Pedro Alves <palves@redhat.com>
14054
14055 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14056 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14057
14058 2015-10-19 Josh Stone <jistone@redhat.com>
14059
14060 * gdb.base/catch-syscall.c: Include <sched.h>.
14061 (unknown_syscall): New variable.
14062 (main): Trigger a vfork and an unknown syscall.
14063 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14064 (unknown_syscall_number): Likewise.
14065 (check_call_to_syscall): Accept an optional syscall pattern.
14066 (check_return_from_syscall): Likewise.
14067 (check_continue): Likewise.
14068 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14069 (test_catch_syscall_skipping_return): New test toggling off 'catch
14070 syscall' to step over the syscall return, then toggling back on.
14071 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14072 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14073 (do_syscall_tests): Call test_catch_syscall_without_args and
14074 test_catch_syscall_mid_vfork.
14075 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14076 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14077
14078 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14079
14080 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14081 print g_vE): Add new pass patterns.
14082 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14083 print various symbol names for vptr fields.
14084
14085 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14086
14087 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14088 results.
14089
14090 2015-10-12 Yao Qi <yao.qi@linaro.org>
14091
14092 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14093
14094 2015-10-12 Yao Qi <yao.qi@linaro.org>
14095
14096 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14097 is aarch64*-*-linux*.
14098
14099 2015-10-12 Yao Qi <yao.qi@linaro.org>
14100
14101 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14102 (can_relocate_bcond_true): ... it.
14103 (can_relocate_bcond_false): New function.
14104 (foo): Likewise.
14105 (can_relocate_bl): Likewise.
14106 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14107 can_relocate_bl.
14108
14109 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14110
14111 * gdb.base/nested-addr.c: New file.
14112 * gdb.base/nested-addr.exp: New testcase.
14113
14114 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14115
14116 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14117 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14118 its output. Ignore the output of "record goto begin" and instead
14119 check that GDB is replaying.
14120
14121 2015-10-09 Pedro Alves <palves@redhat.com>
14122
14123 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14124 (top level): Use it in the run with no args test.
14125
14126 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14127
14128 * gdb.dlang/properties.exp: New file.
14129
14130 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14131
14132 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14133 whether or not address 0x1000 is mapped on the target.
14134
14135 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14136
14137 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14138 build.
14139
14140 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14141
14142 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14143 instruction-history test.
14144
14145 2015-09-28 Doug Evans <dje@google.com>
14146
14147 * gdb.base/gcore.c (array_func): Add reference to static_array.
14148
14149 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14150
14151 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14152 source line.
14153
14154 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14155
14156 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14157 short or char as base type.
14158
14159 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14160
14161 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14162 to allow any size enum.
14163
14164 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14165
14166 * gdb.ada/array_ptr_renaming.exp: New testcase.
14167 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14168 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14169
14170 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14171
14172 * gdb.trace/ftrace-lock.c: New file.
14173 * gdb.trace/ftrace-lock.exp: New file.
14174
14175 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14176
14177 * gdb.arch/insn-reloc.c: New file.
14178 * gdb.arch/ftrace-insn-reloc.exp: New file.
14179
14180 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14181
14182 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14183 instruction.
14184 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14185 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14186 * gdb.trace/range-stepping.c: Likewise.
14187 * gdb.trace/trace-break.c: Likewise.
14188 * gdb.trace/trace-mt.c (thread_function): Likewise.
14189 * gdb.trace/ftrace.c (marker): Likewise.
14190 * gdb.trace/trace-condition.c (marker): Likewise.
14191 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14192 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14193 is_aarch64_target.
14194
14195 2015-09-18 Doug Evans <xdje42@gmail.com>
14196
14197 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14198 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14199
14200 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14201
14202 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14203 the breakpoint.
14204
14205 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14206
14207 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14208 the pending breakpoint. Remove timeout override for "Run till
14209 MI pending breakpoint on pendfunc3 on thread 2" test.
14210
14211 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14212
14213 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14214 filename pattern.
14215
14216 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14217
14218 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14219 in breakpoint filename pattern.
14220
14221 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14222
14223 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14224
14225 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14226
14227 * gdb.linespec/explicit.exp: Check for readline support for
14228 tab-completion tests. Fix obvious typo.
14229
14230 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14231
14232 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14233 and replay.
14234
14235 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14236
14237 * gdb.btrace/non-stop.c: New.
14238 * gdb.btrace/non-stop.exp: New.
14239
14240 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14241 Yao Qi <yao.qi@linaro.org>
14242
14243 * gdb.trace/trace-condition.c: New file.
14244 * gdb.trace/trace-condition.exp: New file.
14245
14246 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14247
14248 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14249 for testing bytecode compilation.
14250
14251 2015-09-16 Pedro Alves <palves@redhat.com>
14252 Sandra Loosemore <sandra@codesourcery.com>
14253
14254 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14255 (SECONDS): Redefine.
14256 (main): Call pthread_kill and alarm early.
14257 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14258 support.
14259 (test): If the target can't hardware step and doesn't support
14260 displaced stepping, increase the timeout.
14261
14262 2015-09-16 Pedro Alves <palves@redhat.com>
14263
14264 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14265 (enable_debug): New procedures.
14266 (test): Use them. Bail out if waiting for threads fails.
14267 (top level): Bail out if a test fails.
14268
14269 2015-09-16 Yao Qi <yao.qi@linaro.org>
14270
14271 * gdb.asm/asm-source.exp: Set asm-arch for
14272 aarch64*-*-* target.
14273 * gdb.asm/aarch64.inc: New file.
14274
14275 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14276
14277 * gdb.ada/array_of_variable_length.exp: New testcase.
14278 * gdb.ada/array_of_variable_length/foo.adb: New file.
14279 * gdb.ada/array_of_variable_length/pck.adb: New file.
14280 * gdb.ada/array_of_variable_length/pck.ads: New file.
14281
14282 2015-09-15 Doug Evans <dje@google.com>
14283
14284 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14285 of function static local variable.
14286
14287 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14288
14289 * gdb.threads/tls-so_extern.exp: New test file.
14290 * gdb.threads/tls-so_extern.c: New test file.
14291 * gdb.threads/tls-so_extern_main.c: New test file.
14292
14293 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14294
14295 * gdb.opt/solib-intra-step-lib.c: New file.
14296 * gdb.opt/solib-intra-step-main.c: New file.
14297 * gdb.opt/solib-intra-step.exp: New file.
14298
14299 2015-09-15 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14302 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14303
14304 2015-09-14 Pedro Alves <palves@redhat.com>
14305
14306 * gdb.base/hook-stop-continue.c: Delete.
14307 * gdb.base/hook-stop-continue.exp: Delete.
14308 * gdb.base/hook-stop-frame.c: Delete.
14309 * gdb.base/hook-stop-frame.exp: Delete.
14310 * gdb.base/hook-stop.c: New file.
14311 * gdb.base/hook-stop.exp: New file.
14312
14313 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14314
14315 * gdb.ada/access_to_packed_array.exp: New testcase.
14316 * gdb.ada/access_to_packed_array/foo.adb: New file.
14317 * gdb.ada/access_to_packed_array/pack.adb: New file.
14318 * gdb.ada/access_to_packed_array/pack.ads: New file.
14319
14320 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14321
14322 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14323 buffer size test.
14324
14325 2015-09-11 Don Breazeal <donb@codesourcery.com>
14326
14327 * gdb.base/foll-exec.c: Add copyright header. Fix
14328 formatting issues.
14329 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14330 (do_exec_tests): Use clean_restart in place of zap_session,
14331 and for test initialization. Fix formatting issues. Use
14332 fail in place of perror.
14333 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14334 an expect statement to match an expression with output from
14335 the program under debug.
14336 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14337 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14338 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14339 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14340 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14341
14342 2015-09-09 Doug Evans <dje@google.com>
14343
14344 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14345
14346 2015-09-09 Doug Evans <dje@google.com>
14347
14348 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14349
14350 2015-09-09 Doug Evans <dje@google.com>
14351
14352 * gdb.base/savedregs.exp: Fix typo.
14353
14354 2015-09-09 Pedro Alves <palves@redhat.com>
14355
14356 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14357
14358 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14359
14360 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14361 command actually switches threads. Give up on remaining
14362 tests if target fails to stop at breakpoint.
14363
14364 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14365
14366 * gdb.ada/funcall_char.exp: New testcase.
14367 * gdb.ada/funcall_char/foo.adb: New file.
14368
14369 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14370
14371 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14372 expected outputs. Add two testcases for completing ambiguous
14373 functions.
14374 * gdb.ada/complete/aux_pck.adb: New file.
14375 * gdb.ada/complete/aux_pck.ads: New file.
14376 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14377 Ambiguous_Func functions.
14378 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14379 * gdb.ada/complete/pck.adb: Likewise.
14380
14381 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14382
14383 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14384 failures to run the test program under GDB.
14385
14386 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14387
14388 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14389 to C.
14390
14391 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14392
14393 * gdb.base/run-after-attach.exp: New test file.
14394 * gdb.base/run-after-attach.c: New test file.
14395
14396 2015-08-26 Don Breazeal <donb@codesourcery.com>
14397
14398 * gdb.base/foll-exec-2.c: New test program.
14399 * gdb.base/foll-exec-2.exp: New test.
14400
14401 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14402
14403 * gdb.base/nested-subp1.exp: New file.
14404 * gdb.base/nested-subp1.c: New file.
14405 * gdb.base/nested-subp2.exp: New file.
14406 * gdb.base/nested-subp2.c: New file.
14407 * gdb.base/nested-subp3.exp: New file.
14408 * gdb.base/nested-subp3.c: New file.
14409
14410 2015-08-24 Pedro Alves <palves@redhat.com>
14411
14412 * gdb.server/connect-without-multi-process.c: New file.
14413 * gdb.server/connect-without-multi-process.exp: New file.
14414
14415 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14416
14417 * gdb.opt/inline-markers.c: Make z int.
14418
14419 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14420
14421 * gdb.opt/inline-markers.c: Make z volatile.
14422
14423 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14424
14425 * gdb.opt/inline-bt.c: New volatile global z.
14426 * gdb.opt/inline-cmds.c: Likewise.
14427 * gdb.opt/inline-locals.c: Likewise.
14428 * gdb.opt/inline-markers.c: New extern global z.
14429 (marker): Use z.
14430 (inline_fn): Likewise.
14431
14432 2015-08-24 Pedro Alves <palves@redhat.com>
14433
14434 * config/m32r-stub.exp: Remove file.
14435 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14436 * gdb.base/call-rt-st.exp: Likewise.
14437 * gdb.base/call-strs.exp: Likewise.
14438 * gdb.base/default.exp: Remove references to h8300-*-hms and
14439 *-*-udi*.
14440 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14441
14442 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14443
14444 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14445 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14446 and "return" use KFAIL when GDB can not read/write the vector
14447 return value.
14448
14449 2015-08-21 Gary Benson <gbenson@redhat.com>
14450
14451 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14452
14453 2015-08-20 Pedro Alves <palves@redhat.com>
14454
14455 * gdb.server/solib-list.exp: No longer expect an interior stop in
14456 non-stop mode.
14457
14458 2015-08-20 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.server/connect-stopped-target.c: New file.
14461 * gdb.server/connect-stopped-target.exp: New file.
14462
14463 2015-08-20 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.dwarf2/comp-unit-lang.exp: New file.
14466 * gdb.dwarf2/comp-unit-lang.c: New file.
14467
14468 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14469
14470 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14471 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14472
14473 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14474
14475 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14476 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14477
14478 2015-08-18 Doug Evans <dje@google.com>
14479 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14480
14481 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14482 skip_python_tests. New arg prompt_regexp.
14483 (skip_python_tests): New function.
14484 * lib/mi-support.exp (mi_skip_python_tests): New function.
14485 * gdb.python/py-mi-objfile-gdb.py: New file.
14486 * gdb.python/py-mi-objfile.c: New file.
14487 * gdb.python/py-mi-objfile.exp: New file.
14488
14489 2015-08-17 Keith Seitz <keiths@redhat.com>
14490
14491 * gdb.linespec/explicit.exp: Move strace test from here ...
14492 * gdb.trace/strace.exp: ... to here.
14493
14494 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14495
14496 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14497 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14498
14499 2015-08-14 Doug Evans <xdje42@gmail.com>
14500
14501 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14502 inferior before selecting a new file.
14503
14504 2015-08-14 Doug Evans <xdje42@gmail.com>
14505
14506 * gdb.mi/mi-disassemble.exp: Update.
14507 * gdb.base/disasm-optim.S: New file.
14508 * gdb.base/disasm-optim.c: New file.
14509 * gdb.base/disasm-optim.h: New file.
14510 * gdb.base/disasm-optim.exp: New file.
14511
14512 2015-08-14 Keith Seitz <keiths@redhat.com>
14513
14514 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14515 "evaluated-by".
14516
14517 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14518
14519 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14520
14521 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14522
14523 * gdb.ada/fun_renaming.exp: New testcase.
14524 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14525 * gdb.ada/fun_renaming/pack.adb: New file.
14526 * gdb.ada/fun_renaming/pack.ads: New file.
14527
14528 2015-08-12 Keith Seitz <keiths@redhat.com>
14529
14530 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14531 gdb_get_line_number.
14532
14533 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14534
14535 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14536 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14537 gdb.base/dso2dso.exp: New files.
14538
14539 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14540 Pedro Alves <palves@redhat.com>
14541 Keith Seitz <keiths@redhat.com>
14542
14543 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14544 GDBFLAGS.
14545
14546 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14547
14548 * gdb.base/gdbhistsize-history.exp
14549 (test_histsize_history_setting): Use save_vars.
14550 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14551 Use save_vars.
14552 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14553 * gdb.base/readline.exp: Use save_vars.
14554
14555 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14556
14557 * lib/gdb.exp (save_vars): New proc.
14558
14559 2015-08-11 Keith Seitz <keiths@redhat.com>
14560
14561 * gdb.base/help.exp: Update help_breakpoint_text.
14562
14563 2015-08-11 Keith Seitz <keiths@redhat.com>
14564
14565 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14566 (at toplevel): Call test_explicit_breakpoints.
14567 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14568 breakpoints.
14569 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14570 breakpoint conditions, "-cond".
14571
14572 2015-08-11 Keith Seitz <keiths@redhat.com>
14573
14574 * gdb.linespec/3explicit.c: New file.
14575 * gdb.linespec/cpexplicit.cc: New file.
14576 * gdb.linespec/cpexplicit.exp: New file.
14577 * gdb.linespec/explicit.c: New file.
14578 * gdb.linespec/explicit.exp: New file.
14579 * gdb.linespec/explicit2.c: New file.
14580 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14581 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14582 before using in the matching pattern.
14583 Clarify that `prefix' is a regular expression.
14584
14585 2015-08-11 Keith Seitz <keiths@redhat.com>
14586
14587 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14588 test.
14589 Add tests for missing ",FMT" and ",".
14590
14591 2015-08-10 Doug Evans <dje@google.com>
14592 Keith Seitz <keiths@redhat.com>
14593
14594 PR gdb/17960
14595 * gdb.base/completion.exp: Add location completer tests.
14596
14597 2015-08-07 Pedro Alves <palves@redhat.com>
14598
14599 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14600 tests here.
14601 (top level): Run do_test with and without displaced stepping.
14602
14603 2015-08-07 Pedro Alves <palves@redhat.com>
14604
14605 * gdb.base/valgrind-disp-step.c: New file.
14606 * gdb.base/valgrind-disp-step.exp: New file.
14607
14608 2015-08-07 Pedro Alves <palves@redhat.com>
14609
14610 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14611 Delete function.
14612 (main): Add alarm. Run an infinite loop instead of calling
14613 wait_threads.
14614 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14615 comment.
14616 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14617 Delete function.
14618 (main): Add alarm. Run an infinite loop instead of calling
14619 wait_threads.
14620 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14621 comment.
14622
14623 2015-08-07 Pedro Alves <palves@redhat.com>
14624
14625 * gdb.base/checkpoint-ns.exp: New file.
14626 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14627 standard_testfile.
14628
14629 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14630
14631 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14632 * gdb.btrace/instruction_history.exp: Update.
14633 * gdb.btrace/tsx.exp: New.
14634 * gdb.btrace/tsx.c: New.
14635
14636 2015-08-06 Pedro Alves <palves@redhat.com>
14637
14638 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14639 increase timeout.
14640 * gdb.reverse/until-precsave.exp: Bump timeouts.
14641
14642 2015-08-06 Pedro Alves <palves@redhat.com>
14643
14644 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14645
14646 2015-08-06 Pedro Alves <palves@redhat.com>
14647
14648 PR gdb/18749
14649 * gdb.threads/process-dies-while-handling-bp.c: New file.
14650 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14651
14652 2015-08-06 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14655 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14656
14657 2015-08-05 Pedro Alves <palves@redhat.com>
14658
14659 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14660 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14661
14662 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14663
14664 * gdb.base/bp-permanent.exp: Report test as unsupported if
14665 the target cannot stop at the permanent breakpoint.
14666
14667 2015-08-03 Doug Evans <dje@google.com>
14668
14669 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14670 10000.
14671
14672 2015-08-03 Doug Evans <dje@google.com>
14673
14674 * Makefile.in (workers/%.worker, build-perf): New rule.
14675 (GDB_PERFTEST_MODE): New variable.
14676 (check-perf): Use it.
14677 (clean): Clean up gdb.perf parallel build subdirs.
14678 * lib/build-piece.exp: New file.
14679 * lib/gdb.exp (make_gdb_parallel_path): New function
14680 (standard_output_file, standard_temp_file): Call it.
14681 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14682 of $GDB_PARALLEL.
14683 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14684
14685 2015-08-03 Doug Evans <dje@google.com>
14686
14687 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14688 (LOG_FILE_NAME): New global.
14689 (TextReporter.__init__): Initialize self.txt_sum.
14690 (TextReporter.report): Add support for multiple data-points.
14691 Move report to perftest.sum, put raw data in perftest.log.
14692 (TextReporter.start): Open sum and log files.
14693 (TextReporter.end): Close sum and log files.
14694 * gdb.perf/lib/perftest/testresult.py
14695 (SingleStatisticTestResult.record): Handle multiple data-points.
14696
14697 2015-07-31 Pedro Alves <palves@redhat.com>
14698
14699 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14700 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14701 kill_wait_spawned_process instead of explicit "kill -9".
14702 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14703 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14704 kill_wait_spawned_process.
14705 * gdb.base/attach-twice.exp: Likewise.
14706 * gdb.base/attach.exp: Likewise.
14707 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14708 gdb_test_multiple.
14709 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14710 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14711 kill_wait_spawned_process.
14712 * gdb.base/valgrind-infcall.exp: Likewise.
14713 * gdb.multi/multi-attach.exp: Likewise.
14714 * gdb.python/py-prompt.exp: Likewise.
14715 * gdb.python/py-sync-interp.exp: Likewise.
14716 * gdb.server/ext-attach.exp: Likewise.
14717 * gdb.threads/attach-into-signal.exp (corefunc): Use
14718 spawn_wait_for_attach, spawn_id_get_pid and
14719 kill_wait_spawned_process.
14720 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14721 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14722 spawn_id_get_pid and kill_wait_spawned_process.
14723 * gdb.threads/attach-stopped.exp (corefunc): Use
14724 spawn_wait_for_attach, spawn_id_get_pid and
14725 kill_wait_spawned_process.
14726 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14727 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14728 kill_wait_spawned_process instead of explicit "kill -9".
14729 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14730 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14731 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14732 processes. Don't map cygwin/windows pids here. Now returns a
14733 spawn id list.
14734
14735 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14736
14737 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14738 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14739 correct patch.
14740
14741 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14742
14743 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14744
14745 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14746
14747 Reapply:
14748 2014-05-21 Mark Wielaard <mjw@redhat.com>
14749
14750 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14751
14752 2015-07-30 Pedro Alves <palves@redhat.com>
14753
14754 * linux-low.c (handle_extended_wait): Set the child's last
14755 reported status to TARGET_WAITKIND_STOPPED.
14756
14757 2015-07-30 Pedro Alves <palves@redhat.com>
14758
14759 PR threads/18600
14760 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14761 only shows inferior 1.
14762
14763 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14764 Pedro Alves <palves@redhat.com>
14765
14766 PR threads/18600
14767 * gdb.threads/fork-plus-threads.c: New file.
14768 * gdb.threads/fork-plus-threads.exp: New file.
14769
14770 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14771
14772 * gdb.base/batch-preserve-term-settings.exp
14773 (test_terminal_settings_preserved_after_cli_exit): Use
14774 send_quit_command.
14775
14776 2015-07-29 Pedro Alves <palves@redhat.com>
14777 Don Breazeal <donb@codesourcery.com>
14778
14779 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14780 output from both inferior_spawn_id and gdb_spawn_id.
14781
14782 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14783
14784 * gdb.threads/attach-into-signal.exp (corefunc): Use
14785 with_test_prefix on nested loops, uniquefying the test messages.
14786
14787 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14788
14789 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14790 commit.
14791
14792 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14793
14794 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14795 New proc.
14796 (test_terminal_settings_preserved_after_sigterm): New test.
14797
14798 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14799
14800 * gdb.base/batch-preserve-term-settings.exp
14801 (test_terminal_settings_preserved_after_cli_exit): New test.
14802
14803 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14804
14805 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14806 manipulation of saved_gdbflags.
14807 (test_terminal_settings_preserved): Remove global declaration of
14808 the unused variable pagination_prompt. Remove manipulation of
14809 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14810 GDBFLAGS.
14811
14812 2015-07-29 Pedro Alves <palves@redhat.com>
14813
14814 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14815
14816 2015-07-29 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14819 at the top.
14820
14821 2015-07-29 Pedro Alves <palves@redhat.com>
14822
14823 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14824 (main): Call gdb_unbuffer_output.
14825 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14826 (main): Call gdb_unbuffer_output.
14827 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14828 (main): Call gdb_unbuffer_output.
14829 * gdb.base/call-strs.exp: Adjust to step over the
14830 gdb_unbuffer_output call.
14831 * gdb.base/catch-gdb-caused-signals.c: Include
14832 "../lib/unbuffer_output.c".
14833 (main): Call gdb_unbuffer_output.
14834 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14835 (main): Call gdb_unbuffer_output.
14836 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14837 (main): Call gdb_unbuffer_output.
14838 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14839 (main): Call gdb_unbuffer_output.
14840 * gdb.base/shlib-call.exp: Adjust to step over the
14841 gdb_unbuffer_output call.
14842 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14843 (main): Call gdb_unbuffer_output.
14844 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14845 (main): Call gdb_unbuffer_output.
14846 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14847 (main): Rename to ...
14848 (test): ... this.
14849 (main): Reimplement.
14850 * gdb.base/varargs.exp: Run to test instead of to main.
14851 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14852 (main): Call gdb_unbuffer_output.
14853
14854 2015-07-29 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14857 factore out from mi_continue_dprintf. For call-style dprintfs,
14858 expect dprintf output out of $inferior_spawn_id.
14859 (mi_continue_dprintf): Use mi_expect_dprintf.
14860 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14861 (main): Call gdb_unbuffer_output.
14862
14863 2015-07-29 Pedro Alves <palves@redhat.com>
14864
14865 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14866 (default_mi_gdb_start): Set inferior_spawn_id instead of
14867 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14868 gdb_spawn_id.
14869 (mi_gdb_test): Always expect inferior output from both
14870 $inferior_spawn_id and $gdb_spawn_id.
14871
14872 2015-07-29 Pedro Alves <palves@redhat.com>
14873
14874 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14875 send_inferior and $inferior_spawn_id.
14876
14877 2015-07-29 Pedro Alves <palves@redhat.com>
14878
14879 * gdb.gdb/complaints.exp (test_initial_complaints)
14880 (test_serial_complaints, test_short_complaints): Use
14881 gdb_test_stdio.
14882 (test_empty_complaint): Handle $inferior_spawn_id !=
14883 $gdb_spawn_id.
14884
14885 2015-07-29 Pedro Alves <palves@redhat.com>
14886
14887 * gdb.base/varargs.exp: Use gdb_test_stdio.
14888
14889 2015-07-29 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14892
14893 2015-07-29 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14896
14897 2015-07-29 Pedro Alves <palves@redhat.com>
14898
14899 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14900 parameter into two new parameters, "inf_result" and "gdb_result".
14901 Expect inferior output and gdb output from $inferior_spawn_id and
14902 $gdb_spawn_id, respectively. Adjust all callers.
14903
14904 2015-07-29 Pedro Alves <palves@redhat.com>
14905
14906 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14907 of gdb_test_sequence.
14908
14909 2015-07-29 Pedro Alves <palves@redhat.com>
14910
14911 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14912 (saw_spurious_output): Expect inferior output from
14913 $inferior_spawn_id. Use gdb_test_stdio.
14914
14915 2015-07-29 Pedro Alves <palves@redhat.com>
14916
14917 * gdb.base/dprintf.exp: Use standard_testfile. Change
14918 prepare_for_testing call.
14919 (srcfile): Don't set.
14920 (restart): New procedure.
14921 (test_dprintf): New procecure, use to continue over dprintfs.
14922 (test_call, test_agent): New procedures, tests moved here.
14923 Restart gdb and recreate dprintfs. Adjust expected output.
14924
14925 2015-07-29 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
14928
14929 2015-07-29 Pedro Alves <palves@redhat.com>
14930
14931 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
14932
14933 2015-07-29 Pedro Alves <palves@redhat.com>
14934
14935 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
14936 gdb_test_stdio.
14937
14938 2015-07-29 Pedro Alves <palves@redhat.com>
14939
14940 * lib/gdb.exp (gdb_test_stdio): New procedure.
14941
14942 2015-07-29 Pedro Alves <palves@redhat.com>
14943
14944 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
14945
14946 2015-07-29 Pedro Alves <palves@redhat.com>
14947
14948 * gdb.base/call-signal-resume.exp: Remove check for
14949 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
14950 * gdb.base/unwindonsignal.exp: Likewise.
14951 * gdb.base/call-signals.c (gen_signal): Remove printf call.
14952 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
14953
14954 2015-07-29 Pedro Alves <palves@redhat.com>
14955
14956 * gdb.base/siginfo-addr.c (pass): New function.
14957 (handler): Call it iff si_addr is correct.
14958 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
14959 Set a breakpoint at "pass" and continue to it.
14960
14961 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
14962
14963 * gdb.python/py-objfile.exp: Make some tests have unique names.
14964 * gdb.python/py-pp-registration.exp: Likewise.
14965
14966 2015-07-28 Pedro Alves <palves@redhat.com>
14967
14968 * gdb.server/server-exec-info.exp: Issue a "disconnect".
14969
14970 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14971
14972 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
14973
14974 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
14975
14976 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
14977
14978 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
14979
14980 * gdb.base/gdb-sigterm-2.exp: New test.
14981
14982 2015-07-25 Doug Evans <xdje42@gmail.com>
14983
14984 Revert:
14985 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
14986 (workers/%.worker, build-perf): New rule.
14987 (GDB_PERFTEST_MODE): New variable.
14988 (check-perf): Use it.
14989 (clean): Clean up gdb.perf parallel build subdirs.
14990 * lib/build-piece.exp: New file.
14991 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
14992 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
14993 name.
14994 (standard_temp_file): Ditto.
14995 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14996 of $GDB_PARALLEL.
14997
14998 2015-07-24 Doug Evans <dje@google.com>
14999
15000 * gdb.perf/lib/perftest/utils.py: New file.
15001 * gdb.perf/gm-hello.cc: New file.
15002 * gdb.perf/gm-pervasive-typedef.cc: New file.
15003 * gdb.perf/gm-pervasive-typedef.h: New file.
15004 * gdb.perf/gm-std.cc: New file.
15005 * gdb.perf/gm-std.h: New file.
15006 * gdb.perf/gm-use-cerr.cc: New file.
15007 * gdb.perf/gm-utils.h: New file.
15008 * gdb.perf/gmonster-null-lookup.py: New file.
15009 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15010 * gdb.perf/gmonster-print-cerr.py: New file.
15011 * gdb.perf/gmonster-ptype-string.py: New file.
15012 * gdb.perf/gmonster-runto-main.py: New file.
15013 * gdb.perf/gmonster-select-file.py: New file.
15014 * gdb.perf/gmonster1-null-lookup.exp: New file.
15015 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15016 * gdb.perf/gmonster1-print-cerr.exp: New file.
15017 * gdb.perf/gmonster1-ptype-string.exp: New file.
15018 * gdb.perf/gmonster1-runto-main.exp: New file.
15019 * gdb.perf/gmonster1-select-file.exp: New file.
15020 * gdb.perf/gmonster1.cc: New file.
15021 * gdb.perf/gmonster1.exp: New file.
15022 * gdb.perf/gmonster2-null-lookup.exp: New file.
15023 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15024 * gdb.perf/gmonster2-print-cerr.exp: New file.
15025 * gdb.perf/gmonster2-ptype-string.exp: New file.
15026 * gdb.perf/gmonster2-runto-main.exp: New file.
15027 * gdb.perf/gmonster2-select-file.exp: New file.
15028 * gdb.perf/gmonster2.cc: New file.
15029 * gdb.perf/gmonster2.exp: New file.
15030
15031 2015-07-24 Doug Evans <dje@google.com>
15032
15033 * gdb.perf/README: New file.
15034 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15035 * lib/gen-perf-test.exp: New file.
15036
15037 2015-07-24 Doug Evans <dje@google.com>
15038
15039 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15040 (PerfTest::startup): New function.
15041 (PerfTest::run): Return result of calling body.
15042 (PerfTest::assemble): Rewrite.
15043 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15044 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15045 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15046 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15047 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15048
15049 2015-07-24 Doug Evans <dje@google.com>
15050
15051 * lib/gdb.exp (clean_restart): Make executable optional.
15052
15053 2015-07-24 Doug Evans <dje@google.com>
15054
15055 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15056 compiler_info references.
15057 * gdb.cp/temargs.exp: Ditto.
15058 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15059 (get_compiler_info): Early exit if already computed. Set compiler_info
15060 to "unknown" if there was a problem.
15061 (test_compiler_info): Add function comment. Call get_compiler_info.
15062
15063 2015-07-24 Doug Evans <dje@google.com>
15064
15065 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15066 (workers/%.worker, build-perf): New rule.
15067 (GDB_PERFTEST_MODE): New variable.
15068 (check-perf): Use it.
15069 (clean): Clean up gdb.perf parallel build subdirs.
15070 * lib/build-piece.exp: New file.
15071 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15072 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15073 name.
15074 (standard_temp_file): Ditto.
15075 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15076 of $GDB_PARALLEL.
15077
15078 2015-07-24 Doug Evans <dje@google.com>
15079
15080 * lib/future.exp (gdb_default_target_compile): New option
15081 "early_flags".
15082 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15083 --as-needed.
15084
15085 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15086
15087 * gdb.base/catch-syscall.exp: Call gdb_exit before
15088 gdb_skip_xml_test.
15089
15090 2015-07-24 Pedro Alves <palves@redhat.com>
15091
15092 * gdb.python/py-events.exp: Accept output between the stop event
15093 and the prompt.
15094 * gdb.python/py-evsignal.exp: Likewise.
15095 * gdb.python/py-evthreads.exp: Likewise.
15096
15097 2015-07-24 Pedro Alves <palves@redhat.com>
15098
15099 PR gdb/18717
15100 * gdb.threads/non-ldr-exit.c: New file.
15101 * gdb.threads/non-ldr-exit.exp: New file.
15102
15103 2015-07-24 Yao Qi <yao.qi@linaro.org>
15104
15105 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15106 restarting process.
15107
15108 2015-07-24 Yao Qi <yao.qi@linaro.org>
15109
15110 * gdb.server/ext-restart.exp: New file.
15111
15112 2015-07-24 Yao Qi <yao.qi@linaro.org>
15113
15114 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15115 argument options.
15116 * gdb.server/ext-wrapper.exp: New file.
15117
15118 2015-07-23 Doug Evans <dje@google.com>
15119
15120 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15121 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15122
15123 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15124
15125 * gdb.ada/var_arr_typedef.exp: New testcase.
15126 * gdb.ada/var_arr_typedef/pack.adb: New file.
15127 * gdb.ada/var_arr_typedef/pack.ads: New file.
15128 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15129
15130 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15131
15132 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15133
15134 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15135
15136 * gdb.arch/i386-biarch-core.exp: Replace istarget
15137 by "complete set gnutarget". Remove expectation for the "core-file"
15138 command.
15139
15140 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15141
15142 Revert the previous commit:
15143 Tests for validate symbol file using build-id.
15144
15145 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15146
15147 Tests for validate symbol file using build-id.
15148 * gdb.base/solib-mismatch-lib.c: New file.
15149 * gdb.base/solib-mismatch-libmod.c: New file.
15150 * gdb.base/solib-mismatch.c: New file.
15151 * gdb.base/solib-mismatch.exp: New file.
15152
15153 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15154
15155 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15156 nios2-*-linux*.
15157 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15158 * gdb.base/siginfo.exp: Likewise.
15159 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15160
15161 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15162
15163 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15164 Move it to ...
15165 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15166 ... here.
15167 * gdb.trace/range-stepping.exp: Check that the target supports
15168 range stepping.
15169
15170 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15171
15172 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15173
15174 2015-07-14 Pedro Alves <palves@redhat.com>
15175
15176 * gdb.base/killed-outside.exp: New file.
15177 * gdb.base/killed-outside.c: New file.
15178
15179 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15180
15181 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15182 (n at main): New.
15183 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15184
15185 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15186
15187 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15188 infcall tests instead of setting up for KFAIL.
15189
15190 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15191
15192 * gdb.btrace/record_goto-step.exp: New.
15193
15194 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15195
15196 PR compile/18484
15197 * gdb.compile/compile.c (struct struct_type): Add volatile to
15198 selffield's type.
15199 * gdb.compile/compile.exp
15200 (compile code struct_object.selffield = &struct_object): Skip further
15201 struct_object tests if this one xfails.
15202
15203 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15204
15205 PR exp/18617
15206 * gdb.trace/ax.exp: Add test.
15207
15208 2015-07-07 Yao Qi <yao.qi@linaro.org>
15209
15210 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15211 instead of istarget "aarch64*-*-*".
15212 * gdb.arch/aarch64-fp.exp: Likewise.
15213 * gdb.base/float.exp: Likewise.
15214 * gdb.reverse/aarch64.exp: Likewise.
15215 * lib/gdb.exp (is_aarch64_target): New proc.
15216
15217 2015-07-07 Yao Qi <yao.qi@linaro.org>
15218
15219 * lib/gdb.exp (is_aarch32_target): New proc.
15220 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15221 instead of "istarget "arm*-*-*"".
15222 * gdb.arch/arm-disp-step.exp: Likewise.
15223 * gdb.arch/thumb-bx-pc.exp: Likewise.
15224 * gdb.arch/thumb-prologue.exp: Likewise.
15225 * gdb.arch/thumb-singlestep.exp: Likewise.
15226 * gdb.base/disp-step-syscall.exp: Likewise.
15227 * gdb.base/float.exp: Likewise.
15228
15229 2015-07-07 Yao Qi <yao.qi@linaro.org>
15230
15231 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15232 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15233
15234 2015-07-07 Yao Qi <yao.qi@linaro.org>
15235
15236 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15237 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15238 if it exists.
15239 * gdb.multi/multi-arch.exp: Likewise.
15240
15241 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15242
15243 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15244 print.
15245
15246 2015-07-07 Yao Qi <yao.qi@linaro.org>
15247
15248 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15249
15250 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15251
15252 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15253 '[' and ']' characters.
15254
15255 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15256
15257 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15258
15259 2015-06-29 Pedro Alves <palves@redhat.com>
15260
15261 PR threads/18127
15262 * gdb.threads/hand-call-new-thread.c: New file.
15263 * gdb.threads/hand-call-new-thread.c: New file.
15264
15265 2015-06-26 Keith Seitz <keiths@redhat.com>
15266 Doug Evans <dje@google.com>
15267
15268 PR 16253
15269 * gdb.cp/var-tag-2.cc: New file.
15270 * gdb.cp/var-tag-3.cc: New file.
15271 * gdb.cp/var-tag-4.cc: New file.
15272 * gdb.cp/var-tag.cc: New file.
15273 * gdb.cp/var-tag.exp: New file.
15274
15275 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15276
15277 * gdb.base/history-duplicates.exp: New test.
15278
15279 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15280
15281 * gdb.base/completion.exp: Test the completion of the "focus"
15282 command.
15283
15284 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15285
15286 * gdb.arch/amd64-prologue-skip.S: New file.
15287 * gdb.arch/amd64-prologue-skip.exp: New file.
15288
15289 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15290
15291 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15292 is_address_zero_readable check.
15293
15294 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15295
15296 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15297 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15298
15299 2015-06-24 Yao Qi <yao.qi@linaro.org>
15300
15301 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15302 linux targets.
15303
15304 2015-06-24 Yao Qi <yao.qi@linaro.org>
15305
15306 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15307 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15308 * gdb.base/siginfo-thread.exp: Likewise.
15309
15310 2015-06-22 Yao Qi <yao.qi@linaro.org>
15311
15312 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15313
15314 2015-06-22 Yao Qi <yao.qi@linaro.org>
15315
15316 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15317 aarch64*-*-*.
15318 (skip_hw_watchpoint_tests): Likewise.
15319
15320 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15321
15322 * gdb.base/gdbinit-history.exp: Test the interaction between
15323 setting GDBHISTSIZE and setting the history size via .gdbinit.
15324
15325 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15326
15327 PR gdb/16999
15328 * gdb.base/gdbhistsize-history.exp: New test.
15329
15330 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15331
15332 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15333 with GDBHISTSIZE.
15334 * gdb.base/readline.exp: Likewise.
15335
15336 2015-06-17 Yao Qi <yao.qi@linaro.org>
15337
15338 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15339 line.
15340
15341 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15342
15343 * gdb.base/gdbinit-history.exp: Add test case to check that
15344 an unlimited history file does not get truncated on exit.
15345
15346 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15347
15348 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15349 (VECTOR): New macro. Use it...
15350 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15351 ...for these typedefs.
15352 (int8, char1, int1, double1): New typedefs.
15353 (struct just_int2, struct two_int2): New structures.
15354 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15355 (add_structvecs, add_singlevecs): New functions.
15356 (main): Call add_some_intvecs twice.
15357 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15358 the compile and exit upon failure. Try compiling for the "native"
15359 architecture. Test inferior function calls with vector arguments
15360 and vector return value handling with "finish" and "return".
15361
15362 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15363
15364 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15365 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15366 PE file.
15367 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15368
15369 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15370
15371 PR breakpoints/16465
15372 * gdb.mi/mi-dprintf-pending.c: New file.
15373 * gdb.mi/mi-dprintf-pending.exp: New test.
15374 * gdb.mi/mi-dprintf-pendshr.c: New file.
15375
15376 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15377 Mircea Gherzan <mircea.gherzan@intel.com>
15378
15379 * gdb.arch/i386-mpx-map.c: New file.
15380 * gdb.arch/i386-mpx-map.exp: New File.
15381
15382 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15383
15384 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15385 * gdb.arch/i386-mpx.exp: Indentation fixed.
15386
15387 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15388
15389 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15390 function and improved indentation.
15391 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15392 gdb_test_multiple. Added additional tests to skip the test.
15393
15394 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15395
15396 * gdb.arch/i386-avx512.c: Change path in include file.
15397 * gdb.arch/i386-avx512.exp: Change include dir path
15398 compilation flag.
15399 * gdb.arch/i386-mpx.c: Change path in include file.
15400 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15401 flag.
15402
15403 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15404
15405 * gdb.compile/compile-print.exp (compile print *vararray@3)
15406 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15407
15408 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15409
15410 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15411 (do not keep jit in memory): ... this.
15412 (expect 5): Change it to ...
15413 (expect no 5): ... this.
15414
15415 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15416
15417 PR gdb/15564
15418 * gdb.mi/mi-detach.exp: New file.
15419
15420 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15421
15422 PR symtab/18392
15423 * gdb.arch/amd64-tailcall-self.S: New file.
15424 * gdb.arch/amd64-tailcall-self.c: New file.
15425 * gdb.arch/amd64-tailcall-self.exp: New file.
15426
15427 2015-05-28 Don Breazeal <donb@codesourcery.com>
15428
15429 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15430 tests for remote targets by checking is_target_gdbserver.
15431
15432 2015-05-27 Doug Evans <dje@google.com>
15433
15434 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15435 * gdb.dwarf2/opaque-type-lookup.c: New file.
15436 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15437
15438 2015-05-26 Doug Evans <dje@google.com>
15439
15440 * gdb.cp/iostream.cc: New file.
15441 * gdb.cp/iostream.exp: New file.
15442
15443 2015-05-26 Doug Evans <dje@google.com>
15444
15445 * gdb.dwarf2/dw2-op-call.exp: Update.
15446 * gdb.dwarf2/dw4-sig-types.exp: Update.
15447 * gdb.dwarf2/implptr.exp: Update.
15448 * gdb.mi/mi-cmd-param-changed.exp: Update.
15449
15450 2015-05-26 Doug Evans <dje@google.com>
15451
15452 * gdb.python/py-lazy-string.c: New file.
15453 * gdb.python/py-lazy-string.exp: New file.
15454 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15455 (main): Update. Add estring3.
15456 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15457 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15458
15459 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15460 Yao Qi <yao.qi@linaro.org>
15461
15462 * gdb.reverse/aarch64.c: New.
15463 * gdb.reverse/aarch64.exp: New.
15464
15465 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15466
15467 * lib/gdb.exp (supports_process_record): Return true for
15468 aarch64*-linux*.
15469 (supports_reverse): Likewise.
15470
15471 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15472
15473 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15474 Use with_test_prefix.
15475
15476 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15477
15478 * gdb.base/completion.exp: Add test for completion of layout
15479 names.
15480
15481 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15482
15483 * lib/gdb.exp (skip_tui_tests): New proc.
15484 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15485
15486 2015-05-19 Pedro Alves <palves@redhat.com>
15487
15488 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15489 Save the whole env array instead of just HOME. Unset HISTSIZE in
15490 the environment while testing. Restore whole environment
15491 afterwards.
15492
15493 2015-05-16 Doug Evans <xdje42@gmail.com>
15494
15495 * gdb.guile/scm-ports.c: New file.
15496 * gdb.guile/scm-ports.exp: Add memory port tests.
15497
15498 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15499
15500 * gdb.compile/compile-print.c: New file.
15501 * gdb.compile/compile-print.exp: New file.
15502
15503 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15504
15505 * gdb.compile/compile-ops.exp: Cast param to void.
15506 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15507 (compile code struct_object.selffield = &struct_object): Add xfail.
15508
15509 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15510
15511 * gdb.ada/arr_enum_with_gap: New testcase.
15512
15513 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15514
15515 * gdb.ada/byte_packed_arr: New testcase.
15516
15517 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15518
15519 * gdb.ada/pckd_neg: New testcase.
15520
15521 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15522
15523 PR gdb/17820
15524 * gdb.base/gdbinit-history.exp: New test.
15525 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15526 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15527
15528 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15529
15530 * gdb.python/py-xmethods.cc: Enhance test case.
15531 * gdb.python/py-xmethods.exp: New tests.
15532 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15533 function.
15534 (B_indexoper): Likewise.
15535 (global_dm_list) : Add new xmethod worker functions.
15536
15537 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15538
15539 * gdb.base/coredump-filter.exp: Correctly unset
15540 "coredump_var_addr" array.
15541
15542 2015-05-08 Pedro Alves <palves@redhat.com>
15543
15544 * gdb.server/non-existing-program.exp: Unset spawn_id.
15545
15546 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15547
15548 PR python/18291
15549 * gdb.python/py-xmethods.exp: Add tests.
15550
15551 2015-05-08 Yao Qi <yao.qi@linaro.org>
15552
15553 PR gdb/18208
15554 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15555 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15556 function set_coredump_filter, and remove remote_exec call.
15557 Remove argument ipid. Callers update.
15558 (top level): Don't get inferior's PID.
15559
15560 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15561
15562 * gdb.base/watch_thread_num.exp: Skip test on targets without
15563 access watchpoints.
15564
15565 2015-05-06 Pedro Alves <palves@redhat.com>
15566
15567 PR server/18081
15568 * gdb.server/non-existing-program.exp: New file.
15569
15570 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15571
15572 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15573
15574 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15575
15576 * gdb.ada/out_of_line_in_inlined: New testcase.
15577
15578 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15579
15580 * gdb.ada/var_rec_arr: New testcase.
15581
15582 2015-04-30 Yao Qi <yao.qi@linaro.org>
15583
15584 * gdb.base/break-idempotent.exp: If
15585 skip_hw_watchpoint_multi_tests returns true, skip the tests
15586 on "rwatch" and "awatch".
15587
15588 2015-04-30 Yao Qi <yao.qi@linaro.org>
15589
15590 * gdb.base/relativedebug.exp: Invoke gdb command
15591 "info sharedlibrary", and if libc.so doesn't have debug info,
15592 skip the test.
15593
15594 2015-04-29 Doug Evans <dje@google.com>
15595
15596 * gdb.python/py-xmethods.exp: Add ptype tests.
15597 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15598 get_result_type method.
15599
15600 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15601
15602 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15603 the target does not support hardware watchpoints.
15604
15605 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15606
15607 * gdb.base/break-always.exp: Abort testing if writing to memory
15608 causes an error.
15609
15610 2015-04-28 Doug Evans <dje@google.com>
15611
15612 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15613 * gdb.python/py-pp-registration.exp: ... here. New file.
15614 * gdb.python/py-pp-registration.c: New file.
15615 * gdb.python/py-pp-registration.py: New file.
15616
15617 2015-04-28 Doug Evans <dje@google.com>
15618
15619 * gdb.python/py-bad-printers.c: New file.
15620 * gdb.python/py-bad-printers.py: New file.
15621 * gdb.python/py-bad-printers.exp: New file.
15622
15623 2015-04-28 Sasha Smundak <asmundak@google.com>
15624
15625 * gdb.python/py-type.exp: New test.
15626
15627 2015-04-28 Andy Wingo <wingo@igalia.com>
15628
15629 * gdb.python/py-parameter.exp:
15630 * gdb.guile/scm-parameter.exp: Escape the path that we are
15631 matching against, as it might contain characters that are special
15632 to regular expressions.
15633
15634 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15635
15636 * gdb.ada/rec_comp: New testcase.
15637
15638 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15639
15640 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15641 before using it.
15642
15643 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15644
15645 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15646 new tests for verilog output.
15647
15648 2015-04-24 Yao Qi <yao.qi@linaro.org>
15649
15650 * boards/remote-gdbserver-on-localhost.exp: New file.
15651
15652 2015-04-23 Pedro Alves <palves@redhat.com>
15653
15654 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15655 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15656 "end of file", remove $inferior_spawn_id from the indirect list.
15657
15658 2015-04-23 Pedro Alves <palves@redhat.com>
15659
15660 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15661
15662 2015-04-23 Pedro Alves <palves@redhat.com>
15663
15664 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15665 on $any_spawn_id instead of only on $gdb_spawn_id.
15666
15667 2015-04-21 Pierre Muller <muller@sourceware.org>
15668
15669 PR pascal/17815
15670 * lib/pascal.exp (gpc_compile): Add new option "class".
15671 (fpc_compile): Likewise.
15672 * gdb.pascal/case-insensitive-symbols.pas: New file.
15673 * gdb.pascal/case-insensitive-symbols.exp: New file.
15674
15675 2015-04-20 Gary Benson <gbenson@redhat.com>
15676
15677 * gdb.base/attach.exp: Fix three extended remote failures.
15678
15679 2015-04-17 Gary Benson <gbenson@redhat.com>
15680
15681 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15682 the main executable over the remote protocol.
15683
15684 2015-04-16 Pedro Alves <palves@redhat.com>
15685
15686 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15687 a new gdbserver if gdbserver_reconnect_p is set.
15688
15689 2015-04-16 Pedro Alves <palves@redhat.com>
15690
15691 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15692 is set, don't exit gdbserver.
15693
15694 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15695
15696 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15697 appropriate .insn, such that an older assembler can be used.
15698 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15699 the z/Architecture instruction set on 31-bit targets as well.
15700
15701 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15702
15703 * gdb.go/handcall.exp: Remove all logic related to the first
15704 breakpoint and rely on go_runto_main instead.
15705 * gdb.go/strings.exp: Likewise.
15706 * gdb.go/unsafe.exp: Likewise.
15707 * gdb.go/hello.exp: Likewise. Also rename the remaining
15708 breakpoint marker to "breakpoint 1".
15709 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15710 * gdb.go/strings.go: Likewise.
15711 * gdb.go/unsafe.go: Likewise.
15712 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15713 "set breakpoint 2 here" and rename the remaining breakpoint marker
15714 to "breakpoint 1".
15715
15716 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15717
15718 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15719 if itertools.imap is not present.
15720 * gdb.python/py-objfile.exp: Add parentheses.
15721 * gdb.python/py-type.exp: Same.
15722 * gdb.python/py-unwind-maint.py: Same.
15723
15724 2015-04-15 Yao Qi <yao.qi@linaro.org>
15725
15726 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15727 of ":$ptr_size" and set its form explicitly.
15728
15729 2015-04-15 Pedro Alves <palves@redhat.com>
15730 Yao Qi <yao.qi@linaro.org>
15731
15732 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15733 timeout by factor of 4.
15734 (test_regular_watch): Likewise.
15735 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15736 * gdb.reverse/sigall-reverse.exp: Likewise.
15737 * gdb.reverse/until-precsave.exp: Likewise.
15738 * lib/gdb.exp (with_timeout_factor): New proc.
15739 (gdb_expect): Move some code to ...
15740 (get_largest_timeout): ... here. New procedure.
15741
15742 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15743
15744 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15745
15746 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15747
15748 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15749 to write to the .text section.
15750
15751 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15752
15753 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15754 Handle the case of targets that do not provide PID information.
15755
15756 2015-04-13 Yao Qi <yao.qi@linaro.org>
15757
15758 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15759 and use expect instead of gdb_expect.
15760
15761 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15762
15763 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15764 "coredump_var_addr" to avoid naming conflict with other testcases.
15765
15766 2015-04-10 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15769 gdb_test_sequence and gdb_assert.
15770
15771 2015-04-10 Pedro Alves <palves@redhat.com>
15772
15773 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15774 test messages that don't include the breakpoint address.
15775
15776 2015-04-10 Yao Qi <yao.qi@linaro.org>
15777
15778 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15779 false for some offset and width combinations which aren't
15780 supported by linux kernel.
15781
15782 2015-04-10 Pedro Alves <palves@redhat.com>
15783
15784 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15785 procedure, factored out from ...
15786 (top level): ... here. Add "set displaced-stepping" testing axis.
15787 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15788 parameter "displaced". Use it.
15789 (top level): Use foreach and add "set displaced-stepping" testing
15790 axis.
15791
15792 2015-04-10 Pedro Alves <palves@redhat.com>
15793
15794 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15795 Remove comment.
15796 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15797 both the address of the instruction that triggers the watchpoint
15798 and the address of the instruction immediately after, and use
15799 those addresses for the test. Fix comment.
15800
15801 2015-04-10 Pedro Alves <palves@redhat.com>
15802
15803 * gdb.base/sigstep.exp (breakpoint_to_handler)
15804 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15805 Test "backtrace" in handler.
15806 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15807 (top level): Add new "displaced" test axis to
15808 breakpoint_to_handler, breakpoint_to_handler_entry and
15809 breakpoint_over_handler.
15810
15811 2015-04-10 Pedro Alves <palves@redhat.com>
15812
15813 PR gdb/18216
15814 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15815
15816 2015-04-10 Yao Qi <yao.qi@linaro.org>
15817
15818 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15819 (test_add_rn_pc): New function.
15820 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15821 (top level): Invoke test_add_rn_pc.
15822
15823 2015-04-10 Pedro Alves <palves@redhat.com>
15824
15825 PR gdb/13858
15826 * gdb.base/step-over-no-symbols.exp: New file.
15827
15828 2015-04-09 Andy Wingo <wingo@igalia.com>
15829
15830 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15831 after the Python tests.
15832
15833 2015-04-08 Keith Seitz <keiths@redhat.com>
15834
15835 PR python/16699
15836 * gdb.python/py-completion.exp: New tests for completion.
15837 * gdb.python/py-completion.py (CompleteLimit1): New class.
15838 (CompleteLimit2): Likewise.
15839 (CompleteLimit3): Likewise.
15840 (CompleteLimit4): Likewise.
15841 (CompleteLimit5): Likewise.
15842 (CompleteLimit6): Likewise.
15843 (CompleteLimit7): Likewise.
15844
15845 2015-04-08 Pedro Alves <palves@redhat.com>
15846
15847 PR gdb/18214
15848 PR gdb/18216
15849 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15850 function.
15851 (main): Install it as SIGUSR1 handler.
15852 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15853 parameter. Always use "setup" as prefix. Toggle "set
15854 displaced-stepping" off/on depending on global. Don't switch to
15855 thread 1 here.
15856 (top level): Add displaced stepping "off/on" test axis. Update
15857 "setup" calls. Wrap each subtest with with_test_prefix. Test
15858 continuing with a queued signal in each thread.
15859
15860 2015-04-08 Pedro Alves <palves@redhat.com>
15861
15862 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15863 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15864 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15865 Return early if running to main fails.
15866 * gdb.trace/while-stepping.exp: Likewise.
15867
15868 2015-04-07 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15871 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15872 interact with inferior program.
15873
15874 2015-04-07 Pedro Alves <palves@redhat.com>
15875
15876 * lib/gdb.exp (inferior_spawn_id): New global.
15877 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15878 spawn id after processing the user code.
15879 (default_gdb_start): Set inferior_spawn_id.
15880 (send_inferior): New procedure.
15881 * lib/gdbserver-support.exp (gdbserver_start): Set
15882 inferior_spawn_id.
15883 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15884
15885 2015-04-07 Pedro Alves <palves@redhat.com>
15886
15887 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15888 * lib/gdbserver-support.exp (gdbserver_start): Make
15889 $server_spawn_id global.
15890 (gdbserver_start): Don't wait for gdbserver's spawn id with
15891 expect_background.
15892 (close_gdbserver): New procedure.
15893 (gdb_exit): Rename the default version and reimplement.
15894
15895 2015-04-07 Pedro Alves <palves@redhat.com>
15896
15897 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15898 append the substituted item, not the original item.
15899
15900 2015-04-07 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15903 gdb_expect.
15904
15905 2015-04-07 Pedro Alves <palves@redhat.com>
15906
15907 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15908 output appearing once only.
15909
15910 2015-04-07 Pedro Alves <palves@redhat.com>
15911
15912 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15913 that doesn't expect anything. Return early if running to main
15914 fails.
15915
15916 2015-04-07 Yao Qi <yao.qi@linaro.org>
15917
15918 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
15919 (child_function): Call alarm.
15920 (main): Move call to alarm into the loop.
15921 * gdb.threads/non-stop-fair-events.exp: Build program with
15922 -DTIMEOUT=$timeout.
15923
15924 2015-04-06 Doug Evans <xdje42@gmail.com>
15925
15926 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
15927 Fix dest parameter to board_info.
15928 (fpc_compile): Ditto.
15929 (gdb_compile_pascal): Rename dest arg to destfile.
15930
15931 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
15932
15933 * gdb.ada/funcall_ref.exp: New file.
15934 * gdb.ada/funcall_ref/foo.adb: New file.
15935
15936 2015-04-02 Yao Qi <yao.qi@linaro.org>
15937
15938 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
15939 is remote.
15940
15941 2015-04-02 Gary Benson <gbenson@redhat.com>
15942
15943 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
15944
15945 2015-04-01 Sasha Smundak <asmundak@google.com>
15946
15947 * gdb.python/py-unwind-maint.c: New file.
15948 * gdb.python/py-unwind-maint.exp: New test.
15949 * gdb.python/py-unwind-maint.py: New file.
15950 * gdb.python/py-unwind.c: New file.
15951 * gdb.python/py-unwind.exp: New test.
15952 * gdb.python/py-unwind.py: New test.
15953
15954 2015-04-01 Pedro Alves <palves@redhat.com>
15955
15956 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
15957 to fail instead of non-existent $test.
15958
15959 2015-04-01 Pedro Alves <palves@redhat.com>
15960
15961 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
15962 GDBFLAGS if not empty.
15963
15964 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
15965
15966 * gdb.ada/complete.exp: Remove "multi_line".
15967 * gdb.ada/info_exc.exp: Remove "multi_line".
15968 * gdb.ada/packed_tagged.exp: Remove "multi_line".
15969 * gdb.ada/ptype_field.exp: Remove "multi_line".
15970 * gdb.ada/sym_print_name.exp: Remove "multi_line".
15971 * gdb.ada/tagged.exp: Remove "multi_line".
15972 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
15973 [multi_line ...]
15974 * gdb.btrace/delta.exp: Likewise.
15975 * gdb.btrace/exception.exp: Likewise.
15976 * gdb.btrace/function_call_history.exp: Likewise.
15977 * gdb.btrace/instruction_history.exp: Likewise.
15978 * gdb.btrace/nohist.exp: Likewise.
15979 * gdb.btrace/record_goto.exp: Likewise.
15980 * gdb.btrace/segv.exp: Likewise.
15981 * gdb.btrace/stepi.exp: Likewise.
15982 * gdb.btrace/tailcall.exp: Likewise.
15983 * gdb.btrace/unknown_functions.exp: Likewise.
15984 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
15985 * lib/gdb.exp: Add the "multi_line" helper.
15986
15987 2015-04-01 Pedro Alves <palves@redhat.com>
15988
15989 * gdb.threads/tid-reuse.c: New file.
15990 * gdb.threads/tid-reuse.exp: New file.
15991
15992 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
15993
15994 PR corefiles/16092
15995 * gdb.base/coredump-filter.c: New file.
15996 * gdb.base/coredump-filter.exp: Likewise.
15997
15998 2015-03-27 Petr Machata <pmachata@redhat.com>
15999
16000 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16001 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16002 (Dwarf::assemble): Initialize them.
16003 (Dwarf::lines): New function.
16004
16005 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16006
16007 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16008 SYMBOL_PREFIX for x86_64-*-cygwin.
16009
16010 2015-03-26 Andy Wingo <wingo@igalia.com>
16011
16012 PR symtab/18148
16013 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16014 const_value but not a location.
16015 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16016 location defined in non-main CUs are visible.
16017
16018 2015-03-26 Yao Qi <yao.qi@linaro.org>
16019
16020 PR testsuite/18139
16021 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16022 Add a line number entry for the same line.
16023 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16024 Add a line number entry for the same line.
16025
16026 2015-03-26 Yao Qi <yao.qi@linaro.org>
16027
16028 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16029 .int 0.
16030 (func): Likewise. Add .Lfunc_1 label.
16031 Use .Lfunc_1 label.
16032 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16033 .int 0.
16034 (func): Likewise.
16035 Use .Lfunc_1 label.
16036
16037 2015-03-26 Yao Qi <yao.qi@linaro.org>
16038
16039 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16040 Call gdb_compile instead to compile each .s files without debug
16041 information.
16042
16043 2015-03-26 Yao Qi <yao.qi@linaro.org>
16044
16045 * gdb.base/savedregs.exp (process_saved_regs): Make
16046 "Saved registers:" optional in the pattern.
16047
16048 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16049
16050 * gdb.btrace/next.exp: Merged into step.exp.
16051 * gdb.btrace/finish.exp: Merged into step.exp.
16052 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16053 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16054 "record goto" and checking the exact replay position.
16055 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16056 check for "Recording format" in "info record" output.
16057 * gdb.btrace/record_goto.exp: Choose test file based on target.
16058 * gdb.btrace/x86-record_goto.S: Renamed into ...
16059 * gdb.btrace/x86_64-record_goto.S: ... this.
16060 * gdb.btrace/i686-record_goto.S: New.
16061 * gdb.btrace/x86-tailcall.S: Renamed into ...
16062 * gdb.btrace/x86_64-tailcall.S: ... this.
16063 * gdb.btrace/i686-tailcall.S: New.
16064 * gdb.btrace/x86-tailcall.c: Renamed into ...
16065 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16066 separate statements. Update test.
16067 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16068 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16069 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16070 * gdb.btrace/tailcall.exp: Choose test file based on target.
16071 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16072
16073 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16074
16075 * gdb.btrace/exception.exp: Increase BTS buffer size.
16076
16077 2015-03-24 Pedro Alves <palves@redhat.com>
16078
16079 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16080
16081 2015-03-24 Pedro Alves <palves@redhat.com>
16082
16083 * gdb.threads/schedlock.exp (test_step): No longer expect that
16084 "set scheduler-locking step" with "next" over a function call runs
16085 threads unlocked.
16086
16087 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16088
16089 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16090
16091 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16092
16093 PR breakpoints/16466
16094 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16095 * gdb.mi/mi-pending.c (thread_func): New function.
16096 (int main): Add threading support required.
16097 * gdb.mi/mi-pending.exp: Add tests for this issue.
16098 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16099 (pendfunc2): Remove stdio dependency.
16100 * gdb.mi/mi-pendshr2.c: New file.
16101
16102 2015-03-23 Keith Seitz <keiths@redhat.com>
16103
16104 * gdb.linespec/keywords.c: New file.
16105 * gdb.linespec/keywords.exp: New file.
16106
16107 2015-03-23 Keith Seitz <keiths@redhat.com>
16108
16109 PR gdb/18021
16110 * gdb.dwarf2/staticvirtual.exp: New test.
16111
16112 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16113
16114 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16115 * README: Remove HP-UX and gdb.hp.
16116 (configuration):
16117 * configure: Regenerate.
16118 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16119 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16120 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16121 gdb.hp/gdb.defects/Makefile.
16122 * gdb.hp/Makefile.in: File deleted.
16123 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16124 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16125 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16126 * gdb.hp/gdb.aCC/run.c: File deleted.
16127 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16128 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16129 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16130 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16131 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16132 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16133 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16134 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16135 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16136 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16137 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16138 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16139 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16140 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16141 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16142 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16143 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16144 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16145 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16146 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16147 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16148 * gdb.hp/gdb.compat/average.c: File deleted.
16149 * gdb.hp/gdb.compat/sum.c: File deleted.
16150 * gdb.hp/gdb.compat/xdb.c: File deleted.
16151 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16152 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16153 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16154 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16155 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16156 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16157 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16158 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16159 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16160 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16161 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16162 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16163 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16164 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16165 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16166 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16167 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16168 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16169 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16170 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16171 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16172 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16173 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16174 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16175 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16176 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16177 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16178 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16179 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16180 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16181 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16182 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16183 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16184 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16185 * gdb.hp/tools/odump: File deleted.
16186
16187 2015-03-19 Pedro Alves <palves@redhat.com>
16188
16189 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16190 (saw_thread_3): New globals.
16191 (top level): Increment them when an event for the corresponding
16192 thread is seen.
16193 (no thread starvation): New test.
16194
16195 2015-03-19 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.threads/continue-pending-status.c: New file.
16198 * gdb.threads/continue-pending-status.exp: New file.
16199
16200 2015-03-18 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16203 Use gdb_is_target_remote instead of is_remote. Use
16204 gdb_test_multiple instead of gdb_expect. Exit early if
16205 gdb_test_multiple hits its internal matches. Tighten stepi tests
16206 expected output. Fail on exit with any signal, instead of just
16207 SIGILL.
16208
16209 2015-03-18 Yao Qi <yao.qi@linaro.org>
16210
16211 PR tdep/18107
16212 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16213 variable.
16214 * gdb.base/catch-syscall.exp: Don't skip it on
16215 aarch64*-*-linux* target. Remove elements in all_syscalls.
16216 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16217 target.
16218 (setup_all_syscalls): New proc.
16219
16220 2015-03-16 Yao Qi <yao.qi@linaro.org>
16221
16222 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16223 (top level): Skip tests if valid_addr_p returns false for
16224 $cmd1 or $cmd2.
16225
16226 2015-03-11 Andy Wingo <wingo@igalia.com>
16227
16228 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16229
16230 2015-03-11 Yao Qi <yao.qi@linaro.org>
16231
16232 * gdb.base/catch-syscall.exp: Fix typo in comments.
16233
16234 2015-03-11 Yao Qi <yao.qi@linaro.org>
16235
16236 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16237
16238 2015-03-09 Pedro Alves <palves@redhat.com>
16239
16240 * dg-extract-results.py: Delete.
16241
16242 2015-03-09 Pedro Alves <palves@redhat.com>
16243
16244 Merge dg-extract-results.sh from GCC upstream (r218843).
16245
16246 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16247 * dg-extract-results.sh: Use --text with grep to avoid issues with
16248 binary files. Fall back to cat -v, if that doesn't work.
16249
16250 2015-03-05 Pedro Alves <palves@redhat.com>
16251
16252 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16253
16254 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16255
16256 * lib/mi-support.exp (mi_expect_interrupt): Accept
16257 alternative event for when in all-stop mode.
16258
16259 2015-03-04 Pedro Alves <palves@redhat.com>
16260
16261 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16262
16263 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16264
16265 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16266
16267 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16268
16269 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16270 regexps for GDB's current line display, accept a hex address
16271 preceding the line number.
16272
16273 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16274
16275 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16276 the 'arch1' variable for "s390*-linux*" targets.
16277
16278 2015-03-04 Pedro Alves <palves@redhat.com>
16279
16280 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16281 (main): Pass missing retval argument to pthread_join call.
16282
16283 2015-03-02 Pedro Alves <palves@redhat.com>
16284
16285 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16286 (top level): Call do_test with non-stop as well.
16287
16288 2015-03-02 Pedro Alves <palves@redhat.com>
16289
16290 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16291 -1.
16292
16293 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16294
16295 * gdb.arch/s390-vregs.exp: New test.
16296 * gdb.arch/s390-vregs.S: New file.
16297
16298 2015-02-27 Pedro Alves <palves@redhat.com>
16299
16300 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16301 call to catch_command_errors.
16302 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16303 catch_command_errors.
16304
16305 2015-02-27 Pedro Alves <palves@redhat.com>
16306
16307 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16308 "true" for boolean result.
16309 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16310 prototype of main.
16311
16312 2015-02-27 Pedro Alves <palves@redhat.com>
16313
16314 * lib/unbuffer_output.c: New file.
16315 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16316 (main): Call gdb_unbuffer_output.
16317
16318 2015-02-27 Yao Qi <yao.qi@linaro.org>
16319
16320 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16321 target.
16322
16323 2015-02-26 Doug Evans <dje@google.com>
16324
16325 * gdb.cp/class2.cc (Dbase, D): New classes.
16326 (main): New local delta.
16327 * gdb.cp/class2.exp: Test printing delta.
16328 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16329 (dynbar): New global.
16330 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16331
16332 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16333
16334 * gdb.compile/compile-ifunc.c: New file.
16335 * gdb.compile/compile-ifunc.exp: New file.
16336
16337 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16338
16339 * gdb.base/structs.exp: Check for correct struct on finish.
16340
16341 2015-02-26 Yao Qi <yao.qi@linaro.org>
16342
16343 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16344 is zero.
16345
16346 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16347
16348 * gdb.arch/cordic.ko.bz2: New file.
16349 * gdb.arch/cordic.ko.debug.bz2: New file.
16350 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16351
16352 2015-02-25 Yao Qi <yao.qi@linaro.org>
16353
16354 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16355 aarch64*-*-* target.
16356
16357 2015-02-23 Pedro Alves <palves@redhat.com>
16358
16359 * lib/gdb.exp (delete_breakpoints): Rewrite using
16360 gdb_test_multiple.
16361
16362 2015-02-23 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.base/info-os.c: Include stdlib.h.
16365
16366 2015-02-22 Doug Evans <xdje42@gmail.com>
16367
16368 PR symtab/17855
16369 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16370 is read after symbols have been re-read.
16371 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16372 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16373
16374 2015-02-21 Doug Evans <dje@google.com>
16375
16376 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16377
16378 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16379
16380 PR corefiles/17808
16381 * gdb.arch/i386-biarch-core.core.bz2: New file.
16382 * gdb.arch/i386-biarch-core.exp: New file.
16383
16384 2015-02-21 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16387 runto_main fails.
16388
16389 2015-02-20 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16392 info probes.
16393
16394 2015-02-20 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16397
16398 2015-02-20 Pedro Alves <palves@redhat.com>
16399
16400 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16401 clean_restart before gdb_target_supports_trace.
16402
16403 2015-02-20 Pedro Alves <palves@redhat.com>
16404
16405 PR threads/18006
16406 * gdb.threads/clone-thread_db.c: New file.
16407 * gdb.threads/clone-thread_db.exp: New file.
16408
16409 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16410
16411 PR breakpoints/16812
16412 * gdb.base/catch-gdb-caused-signals.c: New file.
16413 * gdb.base/catch-gdb-caused-signals.exp: New file.
16414
16415 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16416
16417 * configure: Regenerated.
16418 * configure.ac: Use GDB_AC_TRANSFORM.
16419 * aclocal.m4: sinclude ../transform.m4.
16420
16421 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16422
16423 * lib/dtrace.exp: New file.
16424 * gdb.base/dtrace-probe.exp: Likewise.
16425 * gdb.base/dtrace-probe.d: Likewise.
16426 * gdb.base/dtrace-probe.c: Likewise.
16427 * lib/pdtrace.in: Likewise.
16428 * configure.ac: Output variables with the transformed names of
16429 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16430 * configure: Regenerated.
16431
16432 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16433
16434 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16435 expected message when trying to access $_probe_* convenience
16436 variables while not on a probe.
16437
16438 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16439
16440 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16441
16442 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16443
16444 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16445 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16446
16447 2015-02-10 Doug Evans <xdje42@gmail.com>
16448
16449 * lib/gdb.exp (gdb_load): Always return a result.
16450
16451 2015-02-10 Pedro Alves <palves@redhat.com>
16452
16453 * gdb.threads/signal-sigtrap.c: New file.
16454 * gdb.threads/signal-sigtrap.exp: New file.
16455
16456 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16457
16458 * gdb.trace/no-attach-trace.c: New file.
16459 * gdb.trace/no-attach-trace.exp: New file.
16460
16461 2015-02-09 Mark Wielaard <mjw@redhat.com>
16462
16463 * gdb.dwarf2/atomic.c: New file.
16464 * gdb.dwarf2/atomic-type.exp: Likewise.
16465
16466 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16467
16468 * gdb.btrace/buffer-size.exp: Update "info record" output.
16469 * gdb.btrace/delta.exp: Update "info record" output.
16470 * gdb.btrace/enable.exp: Update "info record" output.
16471 * gdb.btrace/finish.exp: Update "info record" output.
16472 * gdb.btrace/instruction_history.exp: Update "info record" output.
16473 * gdb.btrace/next.exp: Update "info record" output.
16474 * gdb.btrace/nexti.exp: Update "info record" output.
16475 * gdb.btrace/step.exp: Update "info record" output.
16476 * gdb.btrace/stepi.exp: Update "info record" output.
16477 * gdb.btrace/nohist.exp: Update "info record" output.
16478
16479 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16480
16481 * gdb.btrace/buffer-size: New.
16482
16483 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16484
16485 * gdb.btrace/delta.exp: Update "info record" output.
16486 * gdb.btrace/enable.exp: Update "info record" output.
16487 * gdb.btrace/finish.exp: Update "info record" output.
16488 * gdb.btrace/instruction_history.exp: Update "info record" output.
16489 * gdb.btrace/next.exp: Update "info record" output.
16490 * gdb.btrace/nexti.exp: Update "info record" output.
16491 * gdb.btrace/step.exp: Update "info record" output.
16492 * gdb.btrace/stepi.exp: Update "info record" output.
16493 * gdb.btrace/nohist.exp: Update "info record" output.
16494
16495 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16496
16497 PR gdb/15678
16498 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16499
16500 2015-02-06 Pedro Alves <palves@redhat.com>
16501
16502 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16503 macro.
16504 (seconds_left, again): New globals.
16505 (main): Wait seconds_left in a 1-second sleep loop instead of
16506 sleeping 180 seconds. If 'again' is set, reset the seconds
16507 counter.
16508 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16509 'again' in the inferior before detaching. Print the seconds left.
16510 (options): New global.
16511 (top level): Build program with -DTIMEOUT=$timeout.
16512
16513 2015-02-06 Pedro Alves <palves@redhat.com>
16514
16515 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16516 determine how many seconds to pass to 'alarm'.
16517 * gdb.base/gdb-sigterm.exp (top level): Build program with
16518 -DTIMEOUT=$timeout.
16519 (do_test): Return success/failure indication. Add more verbose
16520 logging. Don't fail if 200 single steps are seen. Instead, fail
16521 when the test times out.
16522 (passes): New global.
16523 (top level): Break the testing loop if testing fails on any
16524 iteration. Use gdb_assert.
16525
16526 2015-02-04 Don Breazeal <donb@codesourcery.com>
16527
16528 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16529 and initialize them.
16530 (ipc_cleanup): New function.
16531 (main): Don't declare shmid, semid, and msqid. Add a call to
16532 atexit so that we call ipc_cleanup on exit.
16533
16534 2015-02-04 Pedro Alves <palves@redhat.com>
16535
16536 * boards/native-extended-gdbserver.exp: Remove any target variant
16537 specifications from the board name before clearing the isremote
16538 flag from board_info.
16539
16540 2015-01-31 Doug Evans <xdje42@gmail.com>
16541
16542 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16543
16544 2015-01-31 Gary Benson <gbenson@redhat.com>
16545
16546 * gdb.base/completion.exp: Disable completion limiting for
16547 existing tests. Add new tests to check completion limiting.
16548 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16549
16550 2015-01-31 Doug Evans <xdje42@gmail.com>
16551
16552 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16553
16554 2015-01-31 Doug Evans <xdje42@gmail.com>
16555
16556 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16557 entries. Duplicate file section script entries.
16558 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16559 inlined entries. Add test for safe-path rejection.
16560 * gdb.python/py-section-script.c: Add duplicate inlined section script
16561 entries. Duplicate file section script entries.
16562 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16563 inlined entries. Add test for safe-path rejection.
16564
16565 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16566
16567 * gdb.ada/disc_arr_bound: New testcase.
16568
16569 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16570
16571 * gdb.ada/mi_var_array: New testcase.
16572
16573 2015-01-27 Doug Evans <dje@google.com>
16574
16575 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16576 Add test for objfile.filename, objfile.username after objfile
16577 has been unloaded.
16578
16579 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16580
16581 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16582 the second test to print the name attribute of value
16583 returned by the call to gdb.lookup_type, and adjust
16584 the expected output accordingly.
16585
16586 2015-01-25 Mark Wielaard <mjw@redhat.com>
16587
16588 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16589 * gdb.base/disp-step-fork.c: Include unistd.h.
16590 * gdb.base/siginfo-obj.c: Include stdio.h.
16591 * gdb.base/siginfo-thread.c: Likewise.
16592 * gdb.mi/non-stop.c: Include unistd.h.
16593 * gdb.mi/nsthrexec.c: Include stdio.h.
16594 * gdb.mi/pthreads.c: Include unistd.h.
16595 * gdb.modula2/unbounded1.c (main): Declare returns int.
16596 * gdb.reverse/consecutive-reverse.c: Likewise.
16597 * gdb.threads/create-fail.c: Include unistd.h.
16598 * gdb.threads/killed.c: Likewise.
16599 * gdb.threads/linux-dp.c: Likewise.
16600 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16601 * gdb.threads/non-ldr-exc-2.c: Likewise.
16602 * gdb.threads/non-ldr-exc-3.c: Likewise.
16603 * gdb.threads/non-ldr-exc-4.c: Likewise.
16604 * gdb.threads/pthreads.c: Include unistd.h.
16605 (main): Declare returns int.
16606 * gdb.threads/tls-main.c (foo): New declaration.
16607 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16608
16609 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16610
16611 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16612 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16613
16614 2015-01-15 Mark Wielaard <mjw@redhat.com>
16615
16616 * gdb.base/noreturn-return.c: New file.
16617 * gdb.base/noreturn-return.exp: New file.
16618 * gdb.base/noreturn-finish.c: New file.
16619 * gdb.base/noreturn-finish.exp: New file.
16620
16621 2015-01-23 Pedro Alves <palves@redhat.com>
16622
16623 * gdb.threads/continue-pending-after-query.c: New file.
16624 * gdb.threads/continue-pending-after-query.exp: New file.
16625
16626 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16627 Simon Marchi <simon.marchi@ericsson.com>
16628
16629 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16630 * gdb.base/valgrind-db-attach.exp: Same.
16631 * gdb.base/valgrind-infcall.exp: Same.
16632 * lib/mi-support.exp (default_mi_gdb_start): Same.
16633 * lib/prompt.exp (default_prompt_gdb_start): Same.
16634 * lib/gdb.exp (default_gdb_spawn): Same.
16635 (gdb_interact): New.
16636
16637
16638 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16639
16640 * gdb.compile/compile.exp (pointer to jit function): New test.
16641
16642 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16643
16644 * lib/gdb.exp (supports_process_record): Return true for
16645 powerpc*-*-linux*.
16646 (supports_reverse): Likewise.
16647
16648 2015-01-15 Don Breazeal <donb@codesourcery.com>
16649
16650 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16651 instead of checking whether the target board is remote and
16652 use spawn_wait_for_attach instead of exec/sleep.
16653 * gdb.base/attach-twice.exp: Likewise.
16654
16655 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16656
16657 * gdb.ada/var_arr_attrs: New testcase.
16658
16659 2015-01-14 Pedro Alves <palves@redhat.com>
16660 Joel Brobecker <brobecker@adacore.com>
16661
16662 PR gdb/17525
16663 * gdb.base/bp-cmds-execution-x-script.c: New file.
16664 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16665 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16666
16667 2015-01-14 Pedro Alves <palves@redhat.com>
16668
16669 PR cli/17828
16670 * gdb.base/batch-preserve-term-settings.c: New file.
16671 * gdb.base/batch-preserve-term-settings.exp: New file.
16672
16673 2015-01-13 Doug Evans <dje@google.com>
16674
16675 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16676 binary.
16677
16678 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16679
16680 * Makefile.in (clean mostlyclean): Do not delete *.py.
16681
16682 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16683
16684 * gdb.python/py-lookup-type.exp: New file.
16685
16686 2015-01-12 Pedro Alves <palves@redhat.com>
16687
16688 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16689 restore GDBFLAGS before returning.
16690
16691 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16692
16693 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16694 is_amd64_regs_target and is_x86_like_target.
16695
16696 2015-01-11 Doug Evans <xdje42@gmail.com>
16697
16698 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16699 is given without an explicit form.
16700 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16701 attributes.
16702 * gdb.dwarf/corrupt.exp: Ditto.
16703 * gdb.dwarf2/enum-type.exp: Ditto.
16704 * gdb.trace/entry-values.exp: Ditto.
16705 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16706
16707 2015-01-11 Doug Evans <xdje42@gmail.com>
16708
16709 PR gdb/15830
16710 * gdb.base/maint.exp: Remove references to "maint demangle".
16711 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16712 Add tests for explicitly specifying language to demangle.
16713 * gdb.dlang/demangle.exp: Ditto.
16714
16715 2015-01-09 Pedro Alves <palves@redhat.com>
16716
16717 * gdb.threads/non-stop-fair-events.c: New file.
16718 * gdb.threads/non-stop-fair-events.exp: New file.
16719
16720 2015-01-09 Pedro Alves <palves@redhat.com>
16721
16722 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16723 the global scope. Set a breakpoint after all threads are started
16724 rather than stepping over two source lines. Expect the prompt.
16725 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16726 global.
16727 (NUM): Now 15.
16728 (main): Use threads_started_barrier to wait for all threads to
16729 start. Main thread no longer calls thread_function. Exit after
16730 180 seconds.
16731 (loop): New function.
16732 (thread_function): Wait on threads_started_barrier barrier. Call
16733 'loop' at each iteration.
16734 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16735 threads have started, instead of hardcoding number of "next"
16736 steps. Use an access watchpoint instead of a write watchpoint.
16737
16738 2015-01-09 Pedro Alves <palves@redhat.com>
16739
16740 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16741 (thread_func): Wait on barrier.
16742 (main): Wait for all threads to start before stopping GDB.
16743 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16744 global.
16745 (thread1_func, thread2_func): Wait on barrier.
16746 (main): Wait for all threads to start before stopping GDB.
16747 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16748 New global.
16749 (thread1_func, thread2_func): Wait on barrier.
16750 (main): Wait for all threads to start before stopping GDB.
16751
16752 2015-01-09 Pedro Alves <palves@redhat.com>
16753
16754 * gdb.threads/attach-many-short-lived-threads.c: New file.
16755 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16756
16757 2014-01-09 Pedro Alves <palves@redhat.com>
16758
16759 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16760 instead of to thread 2.
16761 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16762 Add barrier around each pthread_create call instead of around all
16763 calls.
16764 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16765 Set a break on thread_function and have the child threads hit it
16766 one at at a time.
16767
16768 2015-01-09 Pedro Alves <palves@redhat.com>
16769
16770 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16771 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16772 false.
16773 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16774 checking whether the target board is remote.
16775 * gdb.multi/multi-attach.exp: Likewise.
16776 * gdb.python/py-sync-interp.exp: Likewise.
16777 * gdb.server/ext-attach.exp: Likewise.
16778 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16779 tests that need to attach, instead of checking whether the target
16780 board is remote at the top of the file.
16781
16782 2015-01-08 Yao Qi <yao@codesourcery.com>
16783
16784 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16785
16786 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16787
16788 Fix testcase compilation.
16789 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16790
16791 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16792
16793 * gdb.python/py-type.exp: Add a couple test about empty
16794 array creation, and negative-length array creation.
16795
16796 2015-01-02 Doug Evans <xdje42@gmail.com>
16797
16798 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16799
16800 2015-01-02 Doug Evans <dje@google.com>
16801
16802 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16803
16804 2014-12-29 Yao Qi <yao@codesourcery.com>
16805
16806 * gdb.trace/entry-values.exp: Update comments. Rename variable
16807 bar_call_foo to returned_from_foo.
16808
16809 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16810
16811 PR gdb/17394
16812 * gdb.linespec/break-asm-file.c: New file.
16813 * gdb.linespec/break-asm-file.exp: New file.
16814 * gdb.linespec/break-asm-file0.s: New file.
16815 * gdb.linespec/break-asm-file1.s: New file.
16816
16817 2014-12-18 Nigel Stephens <nigel@mips.com>
16818 Maciej W. Rozycki <macro@codesourcery.com>
16819
16820 * gdb.base/float.exp: Handle the new output from "info float" on
16821 MIPS targets.
16822
16823 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16824
16825 Fix MinGW compilation.
16826 * gdb.compile/compile-ops.exp: Update untested message if
16827 !skip_compile_feature_tests.
16828 * gdb.compile/compile-setjmp.exp: Likewise.
16829 * gdb.compile/compile-tls.exp: Likewise.
16830 * gdb.compile/compile.exp: Likewise.
16831 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16832 supported on this host".
16833
16834 2014-12-16 Doug Evans <xdje42@gmail.com>
16835
16836 * boards/stabs.exp: New file.
16837
16838 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16839
16840 * gdb.base/completion.exp: Adjust to format changes of "maint
16841 print user-registers".
16842
16843 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16844
16845 PR server/17457
16846 * gdb.arch/aarch64-fp.c: New file.
16847 * gdb.arch/aarch64-fp.exp: New file.
16848
16849 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16850
16851 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16852 r210637, r210913, r211666, r215400, r215817).
16853
16854 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16855 * dg-extract-results.py: New file.
16856 * dg-extract-results.sh: Use it if the environment seems
16857 suitable.
16858
16859 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16860
16861 * dg-extract-results.py (parse_run): Handle warnings that
16862 are printed before a test harness is run.
16863
16864 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16865
16866 * dg-extract-results.py (Named): Remove __cmp__ method.
16867 (output_variation): Use a key to sort variation.harnesses.
16868
16869 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16870
16871 * dg-extract-results.py: For Python 3, force sys.stdout to
16872 handle surrogate escape sequences.
16873 (safe_open): New function.
16874 (output_segment, main): Use it.
16875
16876 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16877
16878 * dg-extract-results.py (Prog.result_re): Include options
16879 in test name.
16880
16881 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16882
16883 * dg-extract-results.py (output_variation): Always sort if
16884 do_sum.
16885
16886 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16887
16888 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16889 as long as we get pagination notifications.
16890
16891 2014-12-15 Jason Merrill <jason@redhat.com>
16892
16893 * Makefile.in (check-gdb.%): Restore.
16894 * README: Mention it.
16895
16896 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16897
16898 * gdb.ada/str_uninit: New testcase.
16899
16900 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16901
16902 PR symtab/17642
16903 * gdb.base/vla-stub-define.c: New file.
16904 * gdb.base/vla-stub.c: New file.
16905 * gdb.base/vla-stub.exp: New file.
16906
16907 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16908 Jan Kratochvil <jan.kratochvil@redhat.com>
16909 Tom Tromey <tromey@redhat.com>
16910
16911 * configure.ac: Add gdb.compile/.
16912 * configure: Regenerate.
16913 * gdb.compile/Makefile.in: New file.
16914 * gdb.compile/compile-ops.exp: New file.
16915 * gdb.compile/compile-ops.c: New file.
16916 * gdb.compile/compile-tls.c: New file.
16917 * gdb.compile/compile-tls.exp: New file.
16918 * gdb.compile/compile-constvar.S: New file.
16919 * gdb.compile/compile-constvar.c: New file.
16920 * gdb.compile/compile-mod.c: New file.
16921 * gdb.compile/compile-nodebug.c: New file.
16922 * gdb.compile/compile-setjmp-mod.c: New file.
16923 * gdb.compile/compile-setjmp.c: New file.
16924 * gdb.compile/compile-setjmp.exp: New file.
16925 * gdb.compile/compile-shlib.c: New file.
16926 * gdb.compile/compile.c: New file.
16927 * gdb.compile/compile.exp: New file.
16928 * lib/gdb.exp (skip_compile_feature_tests): New proc.
16929
16930 2014-12-12 Tom Tromey <tromey@redhat.com>
16931
16932 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
16933 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
16934
16935 2014-12-12 Doug Evans <dje@google.com>
16936
16937 * lib/gdb-python.exp (get_python_valueof): New function.
16938 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
16939
16940 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16941
16942 * gdb.base/completion.exp: Add test for completion of "info
16943 registers ".
16944
16945 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
16946
16947 * gdb.base/func-ptrs.c: New file.
16948 * gdb.base/func-ptrs.exp: New file.
16949
16950 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16951
16952 PR breakpoints/17012
16953 * gdb.base/dprintf-detach.c: New file.
16954 * gdb.base/dprintf-detach.exp: New file.
16955
16956 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
16957
16958 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
16959 * lib/gdb.exp (target_is_gdbserver): New procedure.
16960
16961 2014-12-08 Doug Evans <dje@google.com>
16962
16963 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
16964
16965 2014-12-05 Yao Qi <yao@codesourcery.com>
16966
16967 * gdb.guile/scm-error.exp: Remove the third argument to
16968 gdb_remote_download.
16969 * gdb.guile/scm-frame-args.exp: Likewise.
16970 * gdb.guile/scm-section-script.exp: Likewise.
16971
16972 2014-12-05 Yao Qi <yao@codesourcery.com>
16973
16974 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
16975
16976 2014-12-04 Doug Evans <dje@google.com>
16977
16978 * gdb.python/py-objfile.exp: Add tests for
16979 objfile.add_separate_debug_file.
16980
16981 2014-12-04 Doug Evans <dje@google.com>
16982
16983 * lib/gdb.exp (get_build_id): New function.
16984 (build_id_debug_filename_get): Rewrite to use it.
16985 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
16986
16987 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
16988
16989 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
16990 `method(long)', not just 0x0.
16991 * gdb.cp/nsalias.exp: Align code labels to 4.
16992 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
16993 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
16994 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
16995 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
16996 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
16997 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
16998
16999 2014-12-02 Doug Evans <dje@google.com>
17000
17001 PR symtab/17602
17002 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17003 * gdb.cp/anon-ns2.cc: ... here. New file.
17004 * gdb.cp/anon-ns.exp: Update.
17005
17006 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17007
17008 * gdb.python/py-events.py (inferior_call_handler): New.
17009 (register_changed_handler, memory_changed_handler): New.
17010 (test_events.invoke): Register new handlers.
17011 * gdb.python/py-events.exp: Add tests for inferior call,
17012 memory_changed and register_changed events.
17013
17014 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17015
17016 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17017 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17018 if the linker doesn't understand this.
17019
17020 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17021
17022 * gdb.python/python.exp: Change expected reply to help().
17023
17024 2014-12-01 Yao Qi <yao@codesourcery.com>
17025
17026 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17027 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17028 * configure: Re-generated.
17029
17030 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17031
17032 * gdb.cp/chained-calls.cc: New file.
17033 * gdb.cp/chained-calls.exp: New file.
17034 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17035
17036 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17037
17038 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17039 * gdb.dwarf2/symtab-producer.exp: Same.
17040 * gdb.gdb/python-interrupts.exp: Same.
17041 * gdb.gdb/python-selftest.exp: Same.
17042 * gdb.python/py-linetable.exp: Same.
17043 * gdb.python/py-type.exp: Same.
17044 * gdb.python/py-value-cc.exp: Same.
17045 * gdb.python/py-value.exp: Same.
17046
17047 2014-11-28 Yao Qi <yao@codesourcery.com>
17048
17049 * gdb.base/break-probes.exp: Match library name prefixed with
17050 sysroot.
17051
17052 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17053
17054 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17055 test expected output. Add parentheses for the call to print.
17056 Remove L suffix from integers.
17057
17058 2014-11-26 Doug Evans <dje@google.com>
17059
17060 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17061
17062 2014-11-22 Yao Qi <yao@codesourcery.com>
17063
17064 * gdb.trace/entry-values.c: Remove asms.
17065 (foo): Add foo_label.
17066 (bar): Add bar_label.
17067 * gdb.trace/entry-values.exp: Remove code computing foo's
17068 length and bar's length.
17069 (Dwarf::assemble): Invoke function_range for bar and use
17070 MACRO_AT_func for foo.
17071
17072 2014-11-22 Yao Qi <yao@codesourcery.com>
17073
17074 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17075 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17076 Use .Lgcc43_procstart instead of gcc43.
17077
17078 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17079
17080 * gdb.ada/n_arr_bound: New testcase.
17081
17082 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17083
17084 PR breakpoints/10737
17085 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17086 test_catch_syscall_multi_arch.
17087 (test_catch_syscall_multi_arch): New function.
17088
17089 2014-11-20 Doug Evans <xdje42@gmail.com>
17090
17091 * gdb.base/maint.exp: Update expected output.
17092
17093 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17094
17095 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17096 4-byte instruction on S390.
17097
17098 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17099
17100 * gdb.ada/arr_arr: New testcase.
17101
17102 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17103
17104 * gdb.ada/pkd_arr_elem: New Testcase.
17105
17106 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17107
17108 * gdb.reverse/break-precsave: Expect completion message for
17109 core file reads.
17110 * gdb.reverse/consecutive-precsave.exp: Likewise.
17111 * gdb.reverse/finish-precsave.exp: Likewise.
17112 * gdb.reverse/i386-precsave.exp: Likewise.
17113 * gdb.reverse/machinestate-precsave.exp: Likewise.
17114 * gdb.reverse/sigall-precsave.exp: Likewise.
17115 * gdb.reverse/solib-precsave.exp: Likewise.
17116 * gdb.reverse/step-precsave.exp: Likewise.
17117 * gdb.reverse/until-precsave.exp: Likewise.
17118 * gdb.reverse/watch-precsave.exp: Likewise.
17119
17120 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17121
17122 * gdb.base/bp-permanent.c: Include unistd.h.
17123 * gdb.python/py-framefilter-mi.c (main): Add return type.
17124 * gdb.python/py-framefilter.c (main): Likewise.
17125 * gdb.trace/actions-changed.c (main): Likewise.
17126
17127 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17128
17129 * gdb.mi/until.c: Add eye-catchers.
17130 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17131 line numbers.
17132
17133 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17134
17135 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17136 function header variants in break1.c.
17137 * gdb.base/ena-dis-br.exp: Likewise.
17138 * gdb.base/hbreak2.exp: Likewise.
17139 * gdb.reverse/until-precsave.exp: Drop references to removed
17140 non-prototype function header variants in ur1.c.
17141 * gdb.reverse/until-reverse.exp: Likewise.
17142
17143 2014-11-17 Petr Machata <pmachata@redhat.com>
17144
17145 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17146 ${_cu_offset_size} bytes abbrev offset.
17147
17148 2014-11-15 Doug Evans <xdje42@gmail.com>
17149
17150 PR symtab/17559
17151 * gdb.base/line-symtabs.exp: New file.
17152 * gdb.base/line-symtabs.c: New file.
17153 * gdb.base/line-symtabs.h: New file.
17154
17155 2014-11-14 Yao Qi <yao@codesourcery.com>
17156
17157 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17158 (func): Add label func_label.
17159 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17160 Replace low_pc and high_pc with MACRO_AT_range.
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 (Dwarf::assemble):
17166 Replace name, low_pc and high_pc with MACRO_AT_func.
17167
17168 2014-11-14 Yao Qi <yao@codesourcery.com>
17169
17170 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17171 produce debug information.
17172 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17173
17174 2014-11-14 Yao Qi <yao@codesourcery.com>
17175
17176 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17177 object and get function length.
17178 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17179 with MACRO_AT_func.
17180 (top-level): Replace gdb_compile and clean_restart with
17181 prepare_for_testing.
17182 * gdb.dwarf2/main.c (main): Add label main_label.
17183
17184 2014-11-14 Yao Qi <yao@codesourcery.com>
17185
17186 * lib/dwarf.exp (function_range): New procedure.
17187 (Dwarf::_handle_macro_at_func): New procedure.
17188 (Dwarf::_handle_macro_at_range): New procedure.
17189 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17190
17191 2014-11-14 Yao Qi <yao@codesourcery.com>
17192
17193 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17194 (_handle_attribute): New procedure.
17195
17196 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17197
17198 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17199 * gdb.base/call-sc.c (zed): Likewise.
17200 * gdb.base/checkpoint.c (main): Likewise.
17201 * gdb.base/dump.c (main): Likewise.
17202 * gdb.base/gcore.c (main): Likewise.
17203 * gdb.base/huge.c (main): Likewise.
17204 * gdb.base/multi-forks.c (main): Likewise.
17205 * gdb.base/pr10179-a.c (main): Likewise.
17206 * gdb.base/savedregs.c (main): Likewise.
17207 * gdb.base/sigaltstack.c (main): Likewise.
17208 * gdb.base/siginfo.c (main): Likewise.
17209 * gdb.base/structs.c (zed): Likewise.
17210 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17211 * gdb.mi/mi-syn-frame.c (main): Likewise.
17212 * gdb.mi/until.c (foo, main): Likewise.
17213 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17214 * gdb.base/solib-weak.c (foo): Declare.
17215 * gdb.base/attach-twice.c: Include stdio.h.
17216 * gdb.base/weaklib1.c: Likewise.
17217 * gdb.base/weaklib2.c: Likewise.
17218 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17219 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17220 unistd.h.
17221 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17222 * gdb.mi/mi-exit-code.c: Likewise.
17223 * gdb.base/break-interp-lib.c: Include string.h.
17224 * gdb.base/coremaker.c: Likewise.
17225 * gdb.base/testenv.c: Likewise.
17226 * gdb.python/py-finish-breakpoint.c: Likewise.
17227 * gdb.base/inferior-died.c: Include sys/wait.h.
17228 * gdb.base/fileio.c: Include time.h.
17229 * gdb.base/async-shell.c: Include unistd.h.
17230 * gdb.base/dprintf-non-stop.c: Likewise.
17231 * gdb.base/info-os.c: Likewise.
17232 * gdb.mi/mi-console.c: Likewise.
17233 * gdb.mi/watch-nonstop.c: Likewise.
17234 * gdb.python/py-events.c: Likewise.
17235 * gdb.base/async.c (baz): Move up before its invocation.
17236 * gdb.base/code_elim2.c (my_global_func): Likewise.
17237 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17238 * gdb.base/advance.c (func2): Likewise.
17239
17240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17241
17242 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17243 variant.
17244 * gdb.base/annota3.c: Likewise.
17245 * gdb.base/async.c: Likewise.
17246 * gdb.base/average.c: Likewise.
17247 * gdb.base/call-ar-st.c: Likewise.
17248 * gdb.base/call-rt-st.c: Likewise.
17249 * gdb.base/call-sc.c: Likewise.
17250 * gdb.base/call-strs.c: Likewise.
17251 * gdb.base/ending-run.c: Likewise.
17252 * gdb.base/execd-prog.c: Likewise.
17253 * gdb.base/exprs.c: Likewise.
17254 * gdb.base/foll-exec.c: Likewise.
17255 * gdb.base/foll-fork.c: Likewise.
17256 * gdb.base/foll-vfork.c: Likewise.
17257 * gdb.base/funcargs.c: Likewise.
17258 * gdb.base/gcore.c: Likewise.
17259 * gdb.base/jump.c: Likewise.
17260 * gdb.base/langs0.c: Likewise.
17261 * gdb.base/langs1.c: Likewise.
17262 * gdb.base/langs2.c: Likewise.
17263 * gdb.base/mips_pro.c: Likewise.
17264 * gdb.base/nodebug.c: Likewise.
17265 * gdb.base/opaque0.c: Likewise.
17266 * gdb.base/opaque1.c: Likewise.
17267 * gdb.base/recurse.c: Likewise.
17268 * gdb.base/run.c: Likewise.
17269 * gdb.base/scope0.c: Likewise.
17270 * gdb.base/scope1.c: Likewise.
17271 * gdb.base/setshow.c: Likewise.
17272 * gdb.base/setvar.c: Likewise.
17273 * gdb.base/shmain.c: Likewise.
17274 * gdb.base/shr1.c: Likewise.
17275 * gdb.base/shr2.c: Likewise.
17276 * gdb.base/sigall.c: Likewise.
17277 * gdb.base/signals.c: Likewise.
17278 * gdb.base/so-indr-cl.c: Likewise.
17279 * gdb.base/solib2.c: Likewise.
17280 * gdb.base/structs.c: Likewise.
17281 * gdb.base/sum.c: Likewise.
17282 * gdb.base/vforked-prog.c: Likewise.
17283 * gdb.base/watchpoint.c: Likewise.
17284 * gdb.reverse/shr2.c: Likewise.
17285 * gdb.reverse/until-reverse.c: Likewise.
17286 * gdb.reverse/ur1.c: Likewise.
17287 * gdb.reverse/watch-reverse.c: Likewise.
17288
17289 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17290
17291 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17292 variant.
17293 * gdb.base/sepdebug.exp: Drop references to removed code.
17294
17295 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17296
17297 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17298 variant. Preserve original line numbering.
17299 * gdb.base/list1.c: Likewise.
17300
17301 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17302
17303 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17304 variant.
17305 * gdb.base/break1.c: Likewise.
17306 * gdb.base/break.exp: Drop references to removed code.
17307
17308 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17309
17310 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17311 variant.
17312
17313 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17314
17315 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17316
17317 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17318
17319 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17320 logic into perform_all_tests() and invoke it with and without
17321 function header prototypes.
17322 (do_function_calls): Remove conditional XFAIL for PR 5318.
17323 (rerun_and_prepare): Remove duplicate code.
17324 (perform_all_tests): New. Main logic moved here.
17325
17326 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17327
17328 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17329 code guarded by #ifdef NO_PROTOTYPES.
17330 (t_double_many_args): Likewise.
17331 (DEF_FUNC_MANY_ARGS_1): Likewise.
17332 (DEF_FUNC_VALUES_1): Likewise.
17333 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17334 guarded by #ifdef PROTOTYPES.
17335
17336 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17337
17338 * gdb.mi/mi-console.c: Add eye-catcher.
17339 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17340 instead of literal line number.
17341
17342 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17343
17344 * gdb.base/shr2.c: Add eye-catcher.
17345 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17346 line number.
17347
17348 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17349
17350 * gdb.base/jump.c: Add eye-catchers.
17351 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17352 numbers.
17353
17354 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17355
17356 * gdb.base/execd-prog.c: Add eye-catchers.
17357 * gdb.base/foll-exec.c: Likewise.
17358 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17359 line numbers.
17360
17361 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17362
17363 * gdb.base/ending-run.c: Add eye-catchers.
17364 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17365 literal line numbers.
17366
17367 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17368
17369 * gdb.base/call-rt-st.c: Add eye-catchers.
17370 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17371 literal line numbers.
17372
17373 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17374
17375 * gdb.base/call-ar-st.c: Add eye-catchers.
17376 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17377 literal line numbers.
17378
17379 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17380
17381 * gdb.base/average.c: Add eye-catchers.
17382 * gdb.base/sum.c: Likewise.
17383 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17384 regexps dynamically.
17385
17386 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17387
17388 * gdb.base/solib1.c: Add eye-catchers.
17389 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17390 literal line numbers.
17391
17392 2014-11-12 Pedro Alves <palves@redhat.com>
17393
17394 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17395 leader has exited.
17396
17397 2014-11-12 Pedro Alves <palves@redhat.com>
17398
17399 * gdb.arch/i386-bp_permanent.c: New file.
17400 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17401 (srcfile): Set to i386-bp_permanent.c.
17402 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17403 that stepi does not execute the 'leave' instruction, instead of
17404 testing it does execute.
17405 * gdb.base/bp-permanent.c: New file.
17406 * gdb.base/bp-permanent.exp: New file.
17407
17408 2014-11-10 Doug Evans <xdje42@gmail.com>
17409
17410 PR symtab/17564
17411 * gdb.base/symtab-search-order.exp: New file.
17412 * gdb.base/symtab-search-order.c: New file.
17413 * gdb.base/symtab-search-order-1.c: New file.
17414 * gdb.base/symtab-search-order-shlib-1.c: New file.
17415
17416 2014-11-07 Pedro Alves <palves@redhat.com>
17417
17418 PR gdb/17511
17419 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17420 i?86-*-linux*.
17421
17422 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17423
17424 PR c++/17494
17425 * gdb.cp/pr17494.cc: New file.
17426 * gdb.cp/pr17494.exp: New file.
17427
17428 2014-11-02 Yao Qi <yao@codesourcery.com>
17429
17430 * gdb.python/python.exp: Get working directory and match the
17431 output of "set extended-prompt \\w " with it.
17432
17433 2014-10-30 Doug Evans <dje@google.com>
17434
17435 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17436 in objfiles.
17437 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17438 in progspaces.
17439
17440 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17441
17442 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17443 * gdb.base/realname-expand.exp: Likewise.
17444 * gdb.linespec/macro-relative.exp: Likewise.
17445
17446 2014-10-29 Pedro Alves <palves@redhat.com>
17447
17448 PR gdb/17408
17449 * gdb.threads/schedlock.c (some_function): New function.
17450 (call_function): New global.
17451 (MAYBE_CALL_SOME_FUNCTION): New macro.
17452 (thread_function): Call it.
17453 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17454 and use it instead of a global counter. Adjust all callers.
17455 (get_current_thread): Use "find current thread" for test message
17456 here rather than having all callers pass down the same string.
17457 (goto_loop): New procedure, factored out from ...
17458 (my_continue): ... this.
17459 (step_ten_loops): Change parameter from test message to command to
17460 use. Adjust.
17461 (list_count): Delete global.
17462 (check_result): New procedure, factored out from duplicate top
17463 level code.
17464 (continue tests): Wrap in with_test_prefix.
17465 (test_step): New procedure, factored out from duplicate top level
17466 code.
17467 (top level): Test "step" in combination with all scheduler-locking
17468 modes. Test "next" in combination with all scheduler-locking
17469 modes, and in combination with stepping over a function call or
17470 not.
17471 * gdb.threads/next-bp-other-thread.c: New file.
17472 * gdb.threads/next-bp-other-thread.exp: New file.
17473
17474 2014-10-29 Pedro Alves <palves@redhat.com>
17475
17476 PR python/17372
17477 * gdb.python/python.exp: Test a multi-line command that spawns
17478 interactive Python.
17479 * gdb.base/multi-line-starts-subshell.exp: New file.
17480
17481 2014-10-29 Yao Qi <yao@codesourcery.com>
17482
17483 * gdb.base/fileio.exp: Make directories on host.
17484
17485 2014-10-29 Yao Qi <yao@codesourcery.com>
17486
17487 * gdb.base/fileio.c (test_write): Close the file.
17488
17489 2014-10-28 Pedro Alves <palves@redhat.com>
17490
17491 PR gdb/12623
17492 * gdb.base/sigstep.c (no_handler): New global.
17493 (main): If 'no_handler is true, set the signal handlers to
17494 SIG_IGN.
17495 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17496 with_sw_watch and no_handler parameters. Handle them.
17497 (top level) <stepping over handler when stopped at a breakpoint
17498 test>: Add a test axis for testing with a software watchpoint, and
17499 another for testing with the signal handler set to SIG_IGN.
17500 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17501 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17502
17503 2014-10-28 Pedro Alves <palves@redhat.com>
17504
17505 PR gdb/17511
17506 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17507 * gdb.base/sigstep.exp (other_handler_location): New global.
17508 (advance): Support stepping into the signal handler, and running
17509 commands while in the handler.
17510 (in_handler_map): New global.
17511 (top level): In the advance test, add combinations for getting
17512 into the handler with stepping commands, and for running commands
17513 in the handler. Add comment descripting the advancei tests.
17514
17515 2014-10-28 Pedro Alves <palves@redhat.com>
17516
17517 * gdb.base/sigstep.exp: Use build_executable instead of
17518 prepare_for_testing.
17519 (top level): Move code that starts GDB, runs to main and creates a
17520 display to ...
17521 (restart): ... this new procedure.
17522 (top level): Move backtrace from signal handler test to ...
17523 (validate_backtrace): ... this new procedure.
17524 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17525 with_test_prefix. Always restart GDB.
17526 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17527 with_test_prefix. Always restart GDB. No need to delete
17528 breakpoints after the test.
17529 (test_skip_handler): Remove prefix parameter.
17530 (skip_over_handler, breakpoint_to_handler)
17531 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17532 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17533 restart GDB. No need to delete breakpoints after the test.
17534 (top level): Use foreach to call the test procedures with
17535 different commands.
17536
17537 2014-10-28 Pedro Alves <palves@redhat.com>
17538
17539 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17540 instead of GNATS numbers.
17541 * gdb.base/sigbpt.exp: Likewise.
17542 * gdb.base/siginfo.exp: Likewise.
17543 * gdb.base/sigstep.exp: Likewise.
17544
17545 2014-10-27 Pedro Alves <palves@redhat.com>
17546
17547 * gdb.base/sigstep.c (dummy): New global.
17548 (main): Issue a couple writes to the new global.
17549 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17550 procedures.
17551 (skip_over_handler): Use test_skip_handler.
17552 (top level): Call skip_over_handler for stepi and nexti too.
17553 (breakpoint_over_handler): Use test_skip_handler.
17554 (top level): Call breakpoint_over_handler for stepi and nexti too.
17555
17556 2014-10-27 Yao Qi <yao@codesourcery.com>
17557
17558 * gdb.trace/tfile.c (adjust_function_address)
17559 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17560 function descriptor.
17561
17562 2014-10-24 Don Breazeal <donb@codesourcery.com>
17563
17564 * gdb.base/foll-fork.exp (test_follow_fork,
17565 catch_fork_child_follow): Check for updated fork messages emitted
17566 from infrun.c.
17567 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17568 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17569 vfork_and_exec_child_follow_through_step): Check for updated vfork
17570 messages emitted from infrun.c.
17571
17572 2014-10-24 Pedro Alves <palves@redhat.com>
17573
17574 * gdb.base/corefile.exp: Remove references to ultrix.
17575 * gdb.base/interrupt.exp: Likewise.
17576 * gdb.base/whatis.exp: Likewise.
17577 * gdb.gdb/selftest.exp: Likewise.
17578 * gdb.threads/manythreads.exp: Likewise.
17579 * gdb.threads/print-threads.exp: Likewise.
17580 * gdb.threads/pthreads.exp:: Likewise.
17581 * gdb.threads/schedlock.exp: Likewise.
17582
17583 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17584
17585 * gdb.cp/non-trivial-retval.cc: Add a test case.
17586 * gdb.cp/non-trivial-retval.exp: Add a test.
17587
17588 2014-10-20 Yao Qi <yao@codesourcery.com>
17589
17590 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17591 * gdb.python/py-objfile-script-gdb.py: New file.
17592 * gdb.python/py-objfile-script.exp: Update reference to
17593 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17594 of remote_download. Remove the dest file.
17595
17596 2014-10-20 Yao Qi <yao@codesourcery.com>
17597
17598 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17599 * gdb.base/step-line.exp: Likewise.
17600 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17601 * gdb.dwarf2/dw2-basic.exp: Likewise.
17602 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17603 * gdb.dwarf2/dw2-filename.exp: Likewise.
17604 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17605 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17606 * gdb.dwarf2/dw2-producer.exp: Likewise.
17607 * gdb.dwarf2/mac-fileno.exp: Likewise.
17608 * gdb.python/py-frame-args.exp: Likewise.
17609 * gdb.python/py-framefilter.exp: Likewise.
17610 * gdb.python/py-mi.exp: Likewise.
17611 * gdb.python/py-objfile-script.exp: Likewise
17612 * gdb.python/py-pp-integral.exp: Likewise.
17613 * gdb.python/py-pp-re-notag.exp: Likewise.
17614 * gdb.python/py-prettyprint.exp: Likewise.
17615 * gdb.python/py-section-script.exp: Likewise.
17616 * gdb.python/py-typeprint.exp: Likewise.
17617 * gdb.python/py-xmethods.exp: Likewise.
17618 * gdb.stabs/weird.exp: Likewise.
17619 * gdb.xml/tdesc-regs.exp: Likewise.
17620
17621 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17622
17623 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17624 (out_cu): Use addr_len for the size of addresses.
17625 (out_line): Likewise. Size DW_LNE_set_address instruction
17626 according to addr_len.
17627 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17628 (FUNC): Add START_INSNS to definition.
17629
17630 2014-10-18 Yao Qi <yao@codesourcery.com>
17631
17632 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17633 gdb_has_argv0 return true.
17634 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17635 check [target_info exists noargs], check [gdb_has_argv0]
17636 instead.
17637 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17638 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17639 procedures.
17640
17641 2014-10-17 Doug Evans <dje@google.com>
17642
17643 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17644 event.
17645 * gdb.python/py-events.py: Add clear_objfiles event.
17646
17647 2014-10-17 Doug Evans <dje@google.com>
17648
17649 * gdb.python/py-objfile.exp: Test progspace attribute.
17650
17651 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17652
17653 * gdb.guile/scm-breakpoint.exp: Do not assume any
17654 directory separators when matching source file paths.
17655 * gdb.python/py-breakpoint.exp: Likewise.
17656 * gdb.reverse/break-precsave.exp: Likewise.
17657 * gdb.reverse/break-reverse.exp: Likewise.
17658 * gdb.reverse/consecutive-precsave.exp: Likewise.
17659 * gdb.reverse/finish-precsave.exp: Likewise.
17660 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17661 * gdb.reverse/finish-reverse.exp: Likewise.
17662 * gdb.reverse/i386-precsave.exp: Likewise.
17663 * gdb.reverse/i387-env-reverse.exp: Likewise.
17664 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17665 * gdb.reverse/machinestate-precsave.exp: Likewise.
17666 * gdb.reverse/machinestate.exp: Likewise.
17667 * gdb.reverse/sigall-precsave.exp: Likewise.
17668 * gdb.reverse/solib-precsave.exp: Likewise.
17669 * gdb.reverse/step-precsave.exp: Likewise.
17670 * gdb.reverse/until-precsave.exp: Likewise.
17671 * gdb.reverse/watch-precsave.exp: Likewise.
17672 * gdb.reverse/watch-reverse.exp: Likewise.
17673
17674 2014-10-17 Yao Qi <yao@codesourcery.com>
17675
17676 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17677 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17678
17679 2014-10-17 Pedro Alves <palves@redhat.com>
17680
17681 PR gdb/17471
17682 * gdb.base/bg-execution-repeat.c: New file.
17683 * gdb.base/bg-execution-repeat.exp: New file.
17684
17685 2014-10-17 Pedro Alves <palves@redhat.com>
17686
17687 PR gdb/17300
17688 * gdb.base/continue-all-already-running.c: New file.
17689 * gdb.base/continue-all-already-running.exp: New file.
17690
17691 2014-10-17 Pedro Alves <palves@redhat.com>
17692
17693 PR gdb/17472
17694 * gdb.base/annota-input-while-running.c: New file.
17695 * gdb.base/annota-input-while-running.exp: New file.
17696
17697 2014-10-17 Pedro Alves <palves@redhat.com>
17698
17699 * gdb.base/callfuncs.exp: emove references to osf.
17700 * gdb.base/sigall.exp: Likewise.
17701 * gdb.gdb/selftest.exp: Likewise.
17702 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17703 * gdb.mi/non-stop.c: Likewise.
17704 * gdb.mi/pthreads.c: Likewise.
17705 * gdb.reverse/sigall-precsave.exp: Likewise.
17706 * gdb.reverse/sigall-reverse.exp: Likewise.
17707 * gdb.threads/pthreads.c: Likewise.
17708 * gdb.threads/pthreads.exp: Likewise.
17709
17710 2014-10-17 Yao Qi <yao@codesourcery.com>
17711
17712 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17713 check 'target_info exists noargs'.
17714 (test_command_prompt_position): Likewise.
17715 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17716 Remove "set args".
17717 (progvar_simple_while_test): Likewise.
17718 (progvar_complex_if_while_test): Likewise.
17719 (if_while_breakpoint_command_test): Likewise.
17720 (infrun_breakpoint_command_test): Likewise.
17721 (breakpoint_command_test): Likewise.
17722 (watchpoint_command_test): Likewise.
17723 (bp_deleted_in_command_test): Likewise.
17724 (temporary_breakpoint_commands): Likewise.
17725
17726 2014-10-16 Yao Qi <yao@codesourcery.com>
17727
17728 * gdb.base/remotetimeout.exp: Remove noargs checking.
17729
17730 2014-10-15 Pedro Alves <palves@redhat.com>
17731
17732 PR breakpoints/9649
17733 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17734 * gdb.base/breakpoint-in-ro-region.exp
17735 (probe_target_hardware_step): New procedure.
17736 (top level): Probe hardware stepping and hardware breakpoint
17737 support. Test stepping through a read-only region, with both
17738 "breakpoint auto-hw" on and off and both "always-inserted" on and
17739 off.
17740
17741 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17742
17743 * gdb.dlang/demangle.exp: Update for demangling changes.
17744
17745 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17746
17747 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17748 * gdb.cp/non-trivial-retval.exp: Add new tests.
17749
17750 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17751
17752 PR c++/13403
17753 PR c++/15154
17754 * gdb.cp/non-trivial-retval.cc: New file.
17755 * gdb.cp/non-trivial-retval.exp: New file.
17756
17757 2014-10-15 Yao Qi <yao@codesourcery.com>
17758
17759 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17760 remote host.
17761
17762 2014-10-15 Yao Qi <yao@codesourcery.com>
17763
17764 * gdb.python/py-symbol.exp: Match file base name if host is
17765 remote, otherwise match file name with dir name.
17766 * gdb.python/py-symtab.exp: Likewise.
17767 * gdb.python/python.exp: Likewise.
17768
17769 2014-10-15 Yao Qi <yao@codesourcery.com>
17770
17771 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17772 pattern.
17773 * gdb.python/py-symtab.exp: Likewise.
17774 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17775 locationn.
17776
17777 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17778
17779 * gdb.ada/addr_arith: New testcase.
17780
17781 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17782
17783 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17784 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17785 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17786 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17787
17788 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17789
17790 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17791 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17792 * gdb.arch/stap-eval-lang-ada.exp: New file.
17793
17794 2014-10-14 Yao Qi <yao@codesourcery.com>
17795
17796 * gdb.mi/mi-var-child.c (nothing1): New function.
17797 (nothing2): New function.
17798 (do_children_tests): Set function pointers by nothing1 and
17799 nothing2.
17800 * gdb.mi/mi-var-child.exp: Step over new added statements.
17801 Update test to match the new output.
17802 * gdb.mi/var-cmd.c (nothing1): New function.
17803 (nothing2): New function.
17804 (do_children_tests): Set function pointers by nothing1 and
17805 nothing2.
17806 * gdb.mi/mi-var-display.exp: Update test to match output.
17807 Step to the line specified by $line_dct_nothing.
17808 Increase the number of lines to step.
17809
17810 2014-10-14 Yao Qi <yao@codesourcery.com>
17811
17812 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17813 tests.
17814 * gdb.mi/mi2-var-child.exp: Likewise.
17815
17816 2014-10-13 Doug Evans <dje@google.com>
17817
17818 * gdb.python/py-objfile.exp: Change name of file name test.
17819
17820 2014-10-13 Doug Evans <dje@google.com>
17821
17822 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17823 from the start of the CU.
17824
17825 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17826 Yao Qi <yao@codesourcery.com>
17827
17828 Fix "save breakpoints" for "catch" command.
17829 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17830 Remove -nonewline. Match also the added "main" line.
17831
17832 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17833
17834 Fix "save breakpoints" for "disable $bpnum" command.
17835 * gdb.base/save-bp.c (main): Add label.
17836 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17837
17838 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17839
17840 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17841
17842 2014-10-11 Yao Qi <yao@codesourcery.com>
17843
17844 * gdb.server/server-kill.exp: Execute command
17845 "set remote trace-status-packet on" before "tstatus".
17846
17847 2014-10-11 Yao Qi <yao@codesourcery.com>
17848
17849 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17850 (main): Call getppid.
17851 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17852 and continue to it. Read variable "server_pid".
17853
17854 2014-10-11 Yao Qi <yao@codesourcery.com>
17855
17856 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17857
17858 2014-10-11 Yao Qi <yao@codesourcery.com>
17859
17860 * gdb.threads/thread-find.exp: Don't execute command
17861 "info threads".
17862 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17863 * gdb.threads/linux-dp.exp: Don't check the condition
17864 $threads_created equals to zero.
17865
17866 2014-10-10 Pedro Alves <palves@redhat.com>
17867
17868 * gdb.base/bigcore.exp: Remove references to IRIX.
17869 * gdb.base/funcargs.exp: Likewise.
17870 * gdb.base/interrupt.exp: Likewise.
17871 * gdb.base/mips_pro.exp: Likewise.
17872 * gdb.base/nodebug.exp: Likewise.
17873 * gdb.base/setvar.exp: Likewise.
17874 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17875
17876 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17877 Pedro Alves <palves@redhat.com>
17878
17879 PR symtab/14466
17880 * gdb.base/vdso-warning.c: New file.
17881 * gdb.base/vdso-warning.exp: New file.
17882
17883 2014-10-02 Doug Evans <dje@google.com>
17884
17885 * gdb.base/structs.c (main): Don't run forever.
17886
17887 2014-10-02 Pedro Alves <palves@redhat.com>
17888
17889 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17890 (top level) <stop threads 1, stop threads 2>: Use it.
17891
17892 2014-10-02 Pedro Alves <palves@redhat.com>
17893
17894 * gdb.threads/break-while-running.exp (test): Add new
17895 'update_thread_list' argument. Skip "info threads" if false.
17896 (top level): Add new 'update_thread_list' axis.
17897
17898 2014-10-02 Pedro Alves <palves@redhat.com>
17899
17900 PR breakpoints/17431
17901 * gdb.base/execl-update-breakpoints.c: New file.
17902 * gdb.base/execl-update-breakpoints.exp: New file.
17903
17904 2014-10-01 Pedro Alves <palves@redhat.com>
17905
17906 * gdb.base/breakpoint-in-ro-region.c: New file.
17907 * gdb.base/breakpoint-in-ro-region.exp: New file.
17908
17909 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17910
17911 * gdb.mi/mi-exit-code.exp: New file.
17912 * gdb.mi/mi-exit-code.c: New file.
17913
17914 2014-09-30 Yao Qi <yao@codesourcery.com>
17915
17916 * lib/prelink-support.exp (build_executable_own_libs): Error if
17917 the target isn't native.
17918
17919 2014-09-30 Yao Qi <yao@codesourcery.com>
17920
17921 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
17922 false.
17923
17924 2014-09-22 Pedro Alves <palves@redhat.com>
17925
17926 * gdb.threads/break-while-running.exp: New file.
17927 * gdb.threads/break-while-running.c: New file.
17928
17929 2014-09-19 Yao Qi <yao@codesourcery.com>
17930
17931 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
17932 Invoke test. Restart GDB with --readnow and invoke test again.
17933
17934 2014-09-19 Yao Qi <yao@codesourcery.com>
17935
17936 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
17937 proc set_breakpoint_on_gcd_function. Invoke
17938 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
17939 invoke set_breakpoint_on_gcd_function again.
17940
17941 2014-09-18 Doug Evans <dje@google.com>
17942
17943 * gdb.dwarf2/symtab-producer.exp: New file.
17944
17945 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17946
17947 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
17948 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
17949 * gdb.base/global-var-nested-by-dso.c: Likewise.
17950 * gdb.base/global-var-nested-by-dso.exp: Likewise.
17951
17952 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
17953 Pedro Alves <palves@redhat.com>
17954
17955 * gdb.base/watch-bitfields.exp: Pass string other than test file
17956 name to prepare_for_testing.
17957 (watch): New procedure.
17958 (expect_watchpoint): Use with_test_prefix.
17959 (top level): Factor out tests to ...
17960 (test_watch_location, test_regular_watch): ... these new
17961 procedures, and use with_test_prefix and gdb_continue_to_end.
17962
17963 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
17964
17965 PR breakpoints/12526
17966 * gdb.base/watch-bitfields.exp: New file.
17967 * gdb.base/watch-bitfields.c: New file.
17968
17969 2014-09-16 Pedro Alves <palves@redhat.com>
17970
17971 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
17972 software and hardware addresses, not software address against
17973 itself.
17974
17975 2014-09-16 Pedro Alves <palves@redhat.com>
17976
17977 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
17978 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
17979
17980 2014-09-16 Pedro Alves <palves@redhat.com>
17981
17982 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
17983 files.
17984 * gdb.base/a2-run.exp: Remove all code guarded by istarget
17985 "*-*-vxworks*" throughout.
17986 * gdb.base/break.exp: Likewise.
17987 * gdb.base/default.exp: Likewise.
17988 * gdb.base/scope.exp: Likewise.
17989 * gdb.base/sepdebug.exp: Likewise.
17990 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
17991 throughout.
17992 * gdb.base/run.c: Likewise.
17993 * gdb.base/sepdebug.c: Likewise.
17994 * gdb.hp/gdb.aCC/run.c: Likewise.
17995 * gdb.reverse/until-reverse.c: Likewise.
17996 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
17997
17998 2014-09-16 Yao Qi <yao@codesourcery.com>
17999
18000 * boards/local-remote-host-native.exp: New file.
18001
18002 2014-09-14 Doug Evans <xdje42@gmail.com>
18003
18004 * gdb.threads/queue-signal.c (thread_count): New variable.
18005 (thread_count_mutex, thread_count_condvar): New variables.
18006 (incr_thread_count, wait_all_threads_running): New functions.
18007 (main): Wait for all threads to be in their thread functions.
18008
18009 2014-09-13 Doug Evans <xdje42@gmail.com>
18010
18011 * gdb.threads/queue-signal.c: New file.
18012 * gdb.threads/queue-signal.exp: New file.
18013
18014 2014-09-13 Doug Evans <xdje42@gmail.com>
18015
18016 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18017 be consistent with what default_gdb_init uses.
18018 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18019 the plain text of the prompt. Add some logging printfs.
18020 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18021
18022 2014-09-12 Pedro Alves <palves@redhat.com>
18023
18024 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18025 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18026 * gdb.arch/i386-size-overlap.exp: Likewise.
18027 * gdb.arch/i386-size.exp: Likewise.
18028 * gdb.arch/i386-unwind.exp: Likewise.
18029 * gdb.base/a2-run.exp: Likewise.
18030 * gdb.base/break.exp: Likewise.
18031 * gdb.base/charset.exp: Likewise.
18032 * gdb.base/chng-syms.exp: Likewise.
18033 * gdb.base/commands.exp: Likewise.
18034 * gdb.base/dbx.exp: Likewise.
18035 * gdb.base/find.exp: Likewise.
18036 * gdb.base/funcargs.exp: Likewise.
18037 * gdb.base/jit-simple.exp: Likewise.
18038 * gdb.base/reread.exp: Likewise.
18039 * gdb.base/sepdebug.exp: Likewise.
18040 * gdb.base/step-bt.exp: Likewise.
18041 * gdb.cp/mb-inline.exp: Likewise.
18042 * gdb.cp/mb-templates.exp: Likewise.
18043 * gdb.objc/basicclass.exp: Likewise.
18044 * gdb.threads/killed.exp: Likewise.
18045
18046 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18047
18048 PR tdep/17379
18049 * gdb.arch/powerpc-stackless.S: New file.
18050 * gdb.arch/powerpc-stackless.exp: New file.
18051
18052 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18053
18054 * gdb.base/attach.c: Include unistd.h.
18055 (main): Call alarm. Add label postloop.
18056 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18057 gdb_breakpoint, gdb_continue_to_breakpoint.
18058 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18059
18060 2014-09-11 Pedro Alves <palves@redhat.com>
18061
18062 PR gdb/17347
18063 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18064 * gdb.base/attach.exp (test_command_line_attach_run): New
18065 procedure.
18066 (top level): Call it.
18067
18068 2014-09-11 Pedro Alves <palves@redhat.com>
18069
18070 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18071 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18072 (do_command_attach_tests): Use spawn_wait_for_attach.
18073 * gdb.base/solib-overlap.exp: Likewise.
18074 * gdb.multi/multi-attach.exp: Likewise.
18075 * gdb.python/py-prompt.exp: Likewise.
18076 * gdb.python/py-sync-interp.exp: Likewise.
18077 * gdb.server/ext-attach.exp: Likewise.
18078
18079 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18080
18081 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18082 command in testcase. Simplify testcase.
18083
18084 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18085
18086 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18087
18088 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18089
18090 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18091
18092 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18093
18094 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18095
18096 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18097
18098 * gdb.dwarf2/dynarr-ptr.c: New file.
18099 * gdb.dwarf2/dynarr-ptr.exp: New file.
18100
18101 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18102
18103 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18104 of 30 rather than hardcoding 120 for a slow test case. Take the
18105 `gdb,timeout' target setting into account for this calculation.
18106 Don't extend the timeout for the test cases that don't need it.
18107
18108 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18109
18110 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18111 a factor of 2 for a slow test case. Take the `gdb,timeout'
18112 target setting into account for this calculation.
18113 * gdb.reverse/until-precsave.exp: Increase the timeout by
18114 a factor of 15 and 3 respectively rather than adding 120
18115 for a pair of slow test cases. Take the `gdb,timeout'
18116 target setting into account for this calculation.
18117
18118 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18119
18120 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18121 timeout, don't pass one down to gdb_expect.
18122 (gdb_expect): Rework timeout selection.
18123
18124 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18125
18126 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18127 exception on timeout.
18128 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18129 (gdbserver_start_extended): Catch any `gdbserver_start' error
18130 exceptions.
18131 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18132 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18133 `gdbserver_gdb_load' error exceptions.
18134
18135 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18136
18137 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18138 120 on waiting for the TCP socket to open.
18139
18140 2014-09-09 Doug Evans <xdje42@gmail.com>
18141
18142 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18143 _caller_matches, _any_caller_is, _any_caller_matches.
18144
18145 2014-09-09 Doug Evans <xdje42@gmail.com>
18146
18147 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18148
18149 2014-09-09 Yao Qi <yao@codesourcery.com>
18150
18151 * gdb.mi/mi-var-display.exp: Set print symbol off.
18152
18153 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18154
18155 PR gdb/17035
18156 * gdb.base/commands.exp: Add tests to verify user-defined
18157 commands with empty bodies.
18158 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18159 python commands in `show user command`.
18160 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18161 scheme commands in `show user command`.
18162
18163 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18164
18165 PR python/17355
18166 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18167 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18168 * gdb.python/py-framefilter-invalidarg.exp: New file.
18169 * gdb.python/py-framefilter-invalidarg.py: New file.
18170
18171 2014-09-06 Doug Evans <xdje42@gmail.com>
18172
18173 PR 15276
18174 * gdb.python/py-caller-is.c: New file.
18175 * gdb.python/py-caller-is.exp: New file.
18176
18177 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18178
18179 PR gdb/17235
18180 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18181 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18182
18183 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18184
18185 PR fortran/17237
18186 * gdb.fortran/print-formatted.exp: New file.
18187 * gdb.fortran/print-formatted.f90: Likewise.
18188
18189 2014-09-03 Sasha Smundak <asmundak@google.com>
18190
18191 * gdb.python/py-frame.exp: Test Frame.read_register.
18192
18193 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18194
18195 PR python/16699
18196 * gdb.python/py-completion.exp: New file.
18197 * gdb.python/py-completion.py: Likewise.
18198
18199 2014-08-28 Doug Evans <dje@google.com>
18200
18201 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18202 eax,etc. are live with values set by gdb and thus the compiler can't
18203 use them.
18204 * gdb.arch/i386-pseudo.c (main): Ditto.
18205
18206 2014-08-27 Doug Evans <dje@google.com>
18207
18208 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18209
18210 2014-08-25 Doug Evans <dje@google.com>
18211
18212 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18213 (main): Ditto.
18214
18215 2014-08-25 Doug Evans <dje@google.com>
18216
18217 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18218
18219 2014-08-24 Yao Qi <yao@codesourcery.com>
18220
18221 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18222 symbol off.
18223 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18224
18225 2014-08-22 Doug Evans <dje@google.com>
18226
18227 PR 17276
18228 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18229 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18230 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18231
18232 2014-08-22 Yao Qi <yao@codesourcery.com>
18233
18234 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18235 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18236 * gdb.python/python.exp: Likewise. Use .py file on the host
18237 instead of the build.
18238
18239 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18240
18241 * gdb.threads/gcore-stale-thread.c: New file.
18242 * gdb.threads/gcore-stale-thread.exp: New file.
18243
18244 2014-08-21 Pedro Alves <palves@redhat.com>
18245
18246 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18247 * gdb.base/gcore-relro-pie.exp: Likewise.
18248 * gdb.base/gcore-relro.exp: Likewise.
18249 * gdb.base/gcore.exp: Likewise.
18250 * gdb.base/print-symbol-loading.exp: Likewise.
18251 * gdb.threads/gcore-thread.exp: Likewise.
18252 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18253
18254 2014-08-20 Pedro Alves <palves@redhat.com>
18255 Jan Kratochvil <jan.kratochvil@redhat.com>
18256
18257 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18258 configure.
18259 (EXPECT): Handle READ1 being set.
18260 (all): Depend on EXTRA_RULES.
18261 (check-read1, expect-read1, read1.so, read1): New rules.
18262 * README (Testsuite Parameters): Document the READ1 make variable.
18263 (Race detection): New section.
18264 * configure: Regenerate.
18265 * configure.ac: If build==host==target, and running under a
18266 GNU/glibc system, add read1 to the extra Makefile rules.
18267 (EXTRA_RULES): AC_SUBST it.
18268 * lib/read1.c: New file.
18269
18270 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18271
18272 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18273 the handling of variables declared as a typedef to an array
18274 which a DW_AT_data_location attribute.
18275
18276 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18277 Pedro Alves <palves@redhat.com>
18278
18279 PR symtab/14604
18280 PR symtab/14605
18281 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18282 gdb_test.
18283
18284 2014-08-19 Pedro Alves <palves@redhat.com>
18285
18286 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18287
18288 2014-08-19 Yao Qi <yao@codesourcery.com>
18289
18290 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18291 right line.
18292
18293 2014-08-18 David Blaikie <dblaikie@gmail.com>
18294
18295 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18296
18297 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18298
18299 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18300 attribute in array range.
18301
18302 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18303
18304 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18305
18306 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18307
18308 PR c++/17132
18309 * gdb.cp/pr17132.cc: New file.
18310 * gdb.cp/pr17132.exp: New file.
18311
18312 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18313
18314 * gdb.python/py-xmethods.py (A_getarrayind)
18315 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18316 Use 'print' with function call syntax.
18317 (E_method_matcher.match): Fix tab vs space indentation mixup.
18318
18319 2014-08-15 Yao Qi <yao@codesourcery.com>
18320
18321 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18322 false.
18323
18324 2014-08-15 Yao Qi <yao@codesourcery.com>
18325
18326 * gdb.cp/casts.exp: Set print symbol off.
18327 * gdb.cp/class2.exp: Likewise.
18328 * gdb.cp/overload.exp: Likewise.
18329 * gdb.cp/templates.exp: Likewise.
18330
18331 2014-08-11 Doug Evans <dje@google.com>
18332
18333 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18334 (test_load_shlib): Update.
18335
18336 2014-08-09 Yao Qi <yao@codesourcery.com>
18337
18338 * gdb.base/display.exp: Invoke is_address_zero_readable.
18339 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18340 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18341 * gdb.base/hbreak-unmapped.exp: Return if
18342 is_address_zero_readable returns true.
18343 * gdb.base/signest.exp: Likewise.
18344 * gdb.base/signull.exp: Likewise.
18345 * gdb.base/sigbpt.exp: Likewise.
18346 * gdb.guile/scm-disasm.exp: Do the test if
18347 is_address_zero_readable returns false.
18348 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18349 * gdb.python/py-arch.exp: Likewise.
18350 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18351 * lib/gdb.exp (is_address_zero_readable): New proc.
18352
18353 2014-08-09 Yao Qi <yao@codesourcery.com>
18354
18355 PR testsuite/13443
18356 * gdb.mi/mi-var-display.exp: Make test messages unique.
18357
18358 2014-08-04 Tom Tromey <tromey@redhat.com>
18359
18360 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18361 target 0".
18362
18363 2014-08-04 Tom Tromey <tromey@redhat.com>
18364
18365 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18366 "target_resume".
18367
18368 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18369
18370 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18371 inner_vla_struct_object_size.
18372 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18373 as xfail.
18374
18375 2014-07-30 Pedro Alves <palves@redhat.com>
18376
18377 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18378 comment.
18379
18380 2014-07-29 Yao Qi <yao@codesourcery.com>
18381
18382 PR gdb/17206
18383 * gdb.base/until-nodebug.exp: New.
18384
18385 2014-07-28 Doug Evans <xdje42@gmail.com>
18386
18387 PR guile/17203
18388 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18389 previously existing parameter, and previously ambiguously spelled
18390 parameter.
18391
18392 2014-07-28 Will Newton <will.newton@linaro.org>
18393
18394 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18395
18396 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18397 Doug Evans <xdje42@gmail.com>
18398
18399 PR guile/17146
18400 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18401
18402 2014-07-25 Pedro Alves <palves@redhat.com>
18403
18404 * gdb.threads/signal-command-handle-nopass.c: New file.
18405 * gdb.threads/signal-command-handle-nopass.exp: New file.
18406 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18407 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18408 * gdb.threads/signal-delivered-right-thread.c: New file.
18409 * gdb.threads/signal-delivered-right-thread.exp: New file.
18410
18411 2014-07-25 Pedro Alves <palves@redhat.com>
18412
18413 * gdb.base/double-prompt-target-event-error.exp
18414 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18415 match.
18416 (cancel_pagination_in_target_event): Rework double prompt
18417 detection.
18418 * gdb.base/paginate-after-ctrl-c-running.exp
18419 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18420 <return>' match.
18421 * gdb.base/paginate-bg-execution.exp
18422 (test_bg_execution_pagination_return)
18423 (test_bg_execution_pagination_cancel): Remove '-notransfer
18424 <return>' matches.
18425 * gdb.base/paginate-execution-startup.exp
18426 (test_fg_execution_pagination_return)
18427 (test_fg_execution_pagination_cancel): Remove '-notransfer
18428 <return>' matches.
18429 * gdb.base/paginate-inferior-exit.exp
18430 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18431 match.
18432 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18433 * lib/gdb.exp (pagination_prompt): Run text through
18434 string_to_regexp.
18435 (gdb_test_multiple): Match $pagination_prompt instead of
18436 "<return>".
18437 (string_to_regexp): Move to lib/gdb-utils.exp.
18438
18439 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18440
18441 * gdb.arch/amd64-entry-value-paramref.S: New file.
18442 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18443 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18444 * gdb.arch/amd64-optimout-repeat.S: New file.
18445 * gdb.arch/amd64-optimout-repeat.c: New file.
18446 * gdb.arch/amd64-optimout-repeat.exp: New file.
18447
18448 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18449
18450 PR gdb/17170
18451 * gdb.base/statistics.exp: New file.
18452
18453 2014-07-17 Doug Evans <dje@google.com>
18454
18455 PR gdb/17170
18456 * gdb.base/maint.exp: Update testing of per-command stats.
18457
18458 2014-07-16 Pedro Alves <palves@redhat.com>
18459
18460 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18461 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18462 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18463 (tfile_write_buf): New functions.
18464 (add_memory_block): Rewrite using the above.
18465 (adjust_function_address): New function.
18466 (FUNCTION_ADDRESS): New macro.
18467 (write_basic_trace_file): Remove short_x local, and use
18468 tfile_write_16. Change type of func_addr local to unsigned long
18469 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18470 here. Cast argument of add_memory_block to char pointer.
18471 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18472 (main): Remove parameters.
18473 * gdb.trace/tfile.exp: Remove nowarnings.
18474
18475 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18476
18477 * gdb.base/debug-expr.exp: Test string evaluation with
18478 "debug expression" on.
18479
18480 2014-07-15 Pedro Alves <palves@redhat.com>
18481
18482 * gdb.base/reread.exp: Use clean_restart.
18483
18484 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18485
18486 * gdb.arch/avr-flash-qualifer.c: New.
18487 * gdb.arch/avr-flash-qualifer.exp: New.
18488
18489 2014-07-14 Pedro Alves <palves@redhat.com>
18490
18491 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18492 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18493
18494 2014-07-14 Pedro Alves <palves@redhat.com>
18495
18496 * gdb.base/double-prompt-target-event-error.c: New file.
18497 * gdb.base/double-prompt-target-event-error.exp: New file.
18498
18499 2014-07-14 Pedro Alves <palves@redhat.com>
18500
18501 PR gdb/17072
18502 * gdb.base/paginate-inferior-exit.c: New file.
18503 * gdb.base/paginate-inferior-exit.exp: New file.
18504
18505 2014-07-14 Pedro Alves <palves@redhat.com>
18506
18507 PR gdb/17072
18508 * gdb.base/paginate-bg-execution.c: New file.
18509 * gdb.base/paginate-bg-execution.exp: New file.
18510
18511 2014-07-14 Pedro Alves <palves@redhat.com>
18512
18513 PR gdb/17072
18514 * gdb.base/paginate-execution-startup.c: New file.
18515 * gdb.base/paginate-execution-startup.exp: New file.
18516 * lib/gdb.exp (pagination_prompt): New global.
18517 (default_gdb_spawn): New procedure, factored out from
18518 default_gdb_spawn.
18519 (default_gdb_start): Adjust to call default_gdb_spawn.
18520 (gdb_spawn): New procedure.
18521
18522 2014-07-14 Pedro Alves <palves@redhat.com>
18523
18524 * lib/gdb.exp (gdb_assert): New procedure.
18525 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18526
18527 2014-07-14 Pedro Alves <palves@redhat.com>
18528
18529 * gdb.base/execution-termios.c: New file.
18530 * gdb.base/execution-termios.exp: New file.
18531
18532 2014-07-14 Tom Tromey <tromey@redhat.com>
18533
18534 * gdb.cp/vla-cxx.cc: New file.
18535 * gdb.cp/vla-cxx.exp: New file.
18536
18537 2014-07-14 Tom Tromey <tromey@redhat.com>
18538
18539 * gdb.reverse/rerun-prec.c: New file.
18540 * gdb.reverse/rerun-prec.exp: New file.
18541
18542 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18543 Maciej W. Rozycki <macro@codesourcery.com>
18544
18545 * lib/gdb-utils.exp: New file.
18546 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18547 inline `gdb_init_command' processing.
18548 (gdb_start_cmd): Likewise.
18549 * lib/mi-support.exp (mi_run_cmd): Likewise.
18550 * README: Document `gdb_init_command' and `gdb_init_commands'.
18551
18552 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18553
18554 Fix false FAIL running under a very long directory name.
18555 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18556 and "set print elements 10000". Twice.
18557
18558 2014-07-11 Yao Qi <yao@codesourcery.com>
18559
18560 * gdb.base/exprs.exp: "set print symbol off".
18561
18562 2014-07-11 Pedro Alves <palves@redhat.com>
18563
18564 * gdb.threads/kill.c: New file.
18565 * gdb.threads/kill.exp: New file.
18566
18567 2014-07-10 Yao Qi <yao@codesourcery.com>
18568
18569 * gdb.trace/tfile.c (write_basic_trace_file)
18570 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18571 address written to trace file.
18572
18573 2014-07-09 Pedro Alves <palves@redhat.com>
18574
18575 * gdb.base/attach-wait-input.exp: New file.
18576 * gdb.base/attach-wait-input.c: New file.
18577
18578 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18579
18580 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18581 setting up test structures.
18582 (main): Call new test function.
18583 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18584 test function, continue into test function and walk test
18585 structures.
18586
18587 2014-07-02 Yao Qi <yao@codesourcery.com>
18588
18589 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18590 'bar_start' at the beginning of functions 'foo' and 'bar'
18591 respectively.
18592 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18593 instead of 'foo' and 'bar'.
18594
18595 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18596
18597 * gdb.btrace/segv.exp: New.
18598 * gdb.btrace/segv.c: New.
18599
18600 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18601
18602 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18603 instruction.
18604
18605 2014-06-30 Mark Wielaard <mjw@redhat.com>
18606
18607 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18608 vulture, vilify, villar): New volatile array constants.
18609 (vindictive, vegetation): New const volatile array constants.
18610 * gdb.base/volatile.exp: Test volatile and const volatile array
18611 types.
18612
18613 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18614
18615 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18616 target lacks support for awatch, rwatch, or hbreak.
18617
18618 2014-06-27 Yao Qi <yao@codesourcery.com>
18619
18620 * gdb.multi/dummy-frame-restore.exp: New.
18621 * gdb.multi/dummy-frame-restore.c: New.
18622
18623 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18624
18625 * gdb.btrace/gcore.exp: New.
18626
18627 2014-06-23 Pedro Alves <palves@redhat.com>
18628
18629 * gdb.base/watchpoint-reuse-slot.c: New file.
18630 * gdb.base/watchpoint-reuse-slot.exp: New file.
18631
18632 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18633
18634 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18635 progspace's filename in 'info', 'enable' and 'disable' command
18636 tests.
18637
18638 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18639
18640 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18641 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18642 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18643
18644 2014-06-20 Gary Benson <gbenson@redhat.com>
18645
18646 * gdb.arch/i386-avx.exp: Fix include file location.
18647 * gdb.arch/i386-sse.exp: Likewise.
18648
18649 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18650
18651 * gdb.dlang/expression.exp: New file.
18652
18653 2014-06-19 Pedro Alves <palves@redhat.com>
18654
18655 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18656 out from ...
18657 (top level): ... here. Iterate running tests under different
18658 scheduler-locking settings.
18659
18660 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18661
18662 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18663 to DW_FORM_addr and use non-zero addresses.
18664
18665 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18666
18667 PR gdb/17017
18668 * gdb.python/py-xmethods.cc: Add global function call counters and
18669 increment them in their respective functions. Remove "cout"
18670 statements.
18671 * gdb.python/py-xmethods.exp: Make tests check the global function
18672 call counters instead of depending on inferior IO.
18673
18674 2014-06-18 Don Breazeal <donb@codesourcery.com>
18675
18676 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18677 Deleted procedure.
18678 (explicit_fork_parent_follow): Deleted procedure.
18679 (explicit_fork_child_follow): Deleted procedure.
18680 (test_follow_fork): New procedure.
18681 (do_fork_tests): Replace calls to deleted procedures with
18682 calls to test_follow_fork and reset GDB for subsequent
18683 procedure calls.
18684
18685 2014-06-17 Yao Qi <yao@codesourcery.com>
18686
18687 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18688 CP1252.
18689
18690 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18691
18692 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18693 Initialize ptr and S explicitly.
18694 (skip_type_update_when_not_use_rtti_test): Likewise.
18695
18696 2014-06-16 Keith Seitz <keiths@redhat.com>
18697
18698 PR mi/15863
18699 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18700 the inferior is started.
18701
18702 2014-06-16 Pedro Alves <palves@redhat.com>
18703
18704 * gdb.base/break-main-file-remove-fail.c: New file.
18705 * gdb.base/break-main-file-remove-fail.exp: New file.
18706 * gdb.base/break-unload-file.exp: Use build_executable instead of
18707 prepare_for_testing.
18708 (test_break): New parameter "initial_load". Handle it.
18709 (top level): Add initial_load cmdline/file axis.
18710
18711 2014-06-12 Tom Tromey <tromey@redhat.com>
18712
18713 * gdb.base/completion.exp: Don't use directory name in test.
18714
18715 2014-06-09 Gary Benson <gbenson@redhat.com>
18716
18717 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18718 separate the always-available ANSI-standard signals from the
18719 signals that require checking.
18720 (main): Likewise.
18721 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18722 Likewise.
18723 (main): Likewise.
18724
18725 2014-06-07 Keith Seitz <keiths@redhat.com>
18726
18727 Revert:
18728 PR c++/16253
18729 * gdb.cp/var-tag.cc: New file.
18730 * gdb.cp/var-tag.exp: New file.
18731 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18732 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18733 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18734 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18735
18736 2014-06-06 Doug Evans <xdje42@gmail.com>
18737
18738 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18739
18740 2014-06-06 Pedro Alves <palves@redhat.com>
18741
18742 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18743 in target debug output instead of looking at RSP packets,
18744 disabling the test on any target that uses hardware stepping.
18745 Update comments.
18746
18747 2014-06-06 Pedro Alves <palves@redhat.com>
18748
18749 * gdb.base/break-unload-file.exp: Fix typo.
18750
18751 2014-06-06 Yao Qi <yao@codesourcery.com>
18752
18753 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18754 from "jit_function" to "^jit_function".
18755
18756 2014-06-06 Yao Qi <yao@codesourcery.com>
18757
18758 * gdb.base/async.c (foo): Add one statement.
18759 * gdb.base/async.exp: Get the next instruction address and
18760 match the output of "nexti" by instruction address. Match
18761 the hex address in the output of "finish".
18762
18763 2014-06-06 Gary Benson <gbenson@redhat.com>
18764
18765 * gdb.base/call-signals.c: Remove preprocessor conditionals
18766 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18767 SIGSEGV and SIGTERM.
18768 * gdb.base/sigall.c: Likewise.
18769 * gdb.base/unwindonsignal.c: Likewise.
18770 * gdb.reverse/sigall-reverse.c: Likewise.
18771
18772 2014-06-06 Yao Qi <yao@codesourcery.com>
18773
18774 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18775 readable, skip the test.
18776
18777 2014-06-06 Yao Qi <yao@codesourcery.com>
18778
18779 * gdb.threads/staticthreads.c (thread_function): Move the line
18780 setting breakpoint on forward.
18781 * gdb.threads/staticthreads.exp: Update comments.
18782
18783 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18784
18785 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18786 "history-append! type error".
18787
18788 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18789
18790 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18791 erroneous dprintf expected input.
18792
18793 2014-06-04 Doug Evans <xdje42@gmail.com>
18794
18795 * gdb.guile/scm-generics.exp: Delete.
18796
18797 2014-06-04 Doug Evans <xdje42@gmail.com>
18798
18799 * gdb.guile/scm-breakpoint.exp: Update.
18800 Add tests for breakpoint registration.
18801
18802 2014-06-04 Tom Tromey <tromey@redhat.com>
18803
18804 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18805 VLA-in-union.
18806 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18807 inner_vla_struct, vla_union types. Initialize objects of those
18808 types and compute their sizes.
18809
18810 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18811 Hui Zhu <hui@codesourcery.com>
18812
18813 * gdb.base/fileio.exp: Add test for shell not available as well as
18814 available.
18815 * gdb.base/fileio.c (test_system): Check for shell twice.
18816
18817 2014-06-04 Yao Qi <yao@codesourcery.com>
18818
18819 * gdb.base/auto-connect-native-target.exp: Remove redundant
18820 space from the regexp pattern.
18821
18822 2014-06-04 Yao Qi <yao@codesourcery.com>
18823
18824 * gdb.base/default.exp: Replace "child" with "native" in
18825 regexp pattern.
18826
18827 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18828
18829 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18830 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18831 * gdb.python/py-xmethods.py: Python script supporting the
18832 new testcase and tests.
18833
18834 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18835 Pedro Alves <palves@redhat.com>
18836
18837 PR breakpoints/17000
18838 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18839 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18840
18841 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18842
18843 * gdb.base/subst.exp: Add tests to verify partial path matching
18844 output.
18845
18846 2014-06-03 Pedro Alves <palves@redhat.com>
18847
18848 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18849 target that doesn't use software single-stepping.
18850
18851 2014-06-03 Pedro Alves <palves@redhat.com>
18852
18853 PR breakpoints/17000
18854 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18855 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18856
18857 2014-06-02 Doug Evans <xdje42@gmail.com>
18858
18859 * gdb.guile/scm-parameter.exp: New file.
18860
18861 2014-06-02 Doug Evans <xdje42@gmail.com>
18862
18863 * gdb.guile/scm-cmd.c: New file.
18864 * gdb.guile/scm-cmd.exp: New file.
18865
18866 2014-06-02 Doug Evans <xdje42@gmail.com>
18867
18868 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18869 pretty-printer lookup.
18870 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18871 (make-pp_s-printer): Call it.
18872 (make-pretty-printer-from-dict): New function.
18873 (lookup-pretty-printer-maker-from-dict): New function.
18874 (*pretty-printer*): Simplify.
18875 (make-objfile-pp_s-printer): New function.
18876 (install-objfile-pretty-printers!): New function.
18877 (make-progspace-pp_s-printer): New function.
18878 (install-progspace-pretty-printers!): New function.
18879 * gdb.guile/scm-progspace.c: New file.
18880 * gdb.guile/scm-progspace.exp: New file.
18881
18882 2014-06-02 Pedro Alves <palves@redhat.com>
18883
18884 * gdb.base/dprintf-bp-same-addr.c: New file.
18885 * gdb.base/dprintf-bp-same-addr.exp: New file.
18886
18887 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18888
18889 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18890 * gdb.arch/powerpc-power.s: Likewise.
18891
18892 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18893
18894 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18895
18896 2014-06-01 Yao Qi <yao@codesourcery.com>
18897
18898 * gdb.base/watchpoint.exp (test_watch_location): Check null
18899 pointer can be dereferenced. If not, do the test, otherwise
18900 skip it.
18901
18902 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18903
18904 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18905 results.
18906 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18907
18908 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18909
18910 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18911 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18912 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18913 * gdb.arch/amd64-invalid-stack-top.c: New file.
18914 * gdb.arch/amd64-invalid-stack-top.exp: New file.
18915
18916 2014-05-30 Pedro Alves <palves@redhat.com>
18917
18918 PR breakpoints/17000
18919 * gdb.base/sss-bp-on-user-bp.c: New file.
18920 * gdb.base/sss-bp-on-user-bp.exp: New file.
18921
18922 2014-05-30 David Blaikie <dblaikie@gmail.com>
18923
18924 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
18925 gnu_inline semantics via attribute.
18926 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
18927 source explicitly specifies the required semantics.
18928
18929 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
18930
18931 * gdb.reverse/sigall-reverse.exp: Fix a typo.
18932
18933 2014-05-29 Pedro Alves <palves@redhat.com>
18934 Tom Tromey <tromey@redhat.com>
18935
18936 * gdb.base/async-shell.exp: Don't enable target-async.
18937 * gdb.base/async.exp
18938 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
18939 parameter. Adjust.
18940 (top level): Don't test with "target-async".
18941 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
18942 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
18943 * gdb.base/inferior-died.exp: Don't enable target-async.
18944 * gdb.base/interrupt-noterm.exp: Likewise.
18945 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
18946 * gdb.mi/mi-nonstop-exit.exp: Likewise.
18947 * gdb.mi/mi-nonstop.exp: Likewise.
18948 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
18949 * gdb.mi/mi-nsintrall.exp: Likewise.
18950 * gdb.mi/mi-nsmoribund.exp: Likewise.
18951 * gdb.mi/mi-nsthrexec.exp: Likewise.
18952 * gdb.mi/mi-watch-nonstop.exp: Likewise.
18953 * gdb.multi/watchpoint-multi.exp: Adjust comment.
18954 * gdb.python/py-evsignal.exp: Don't enable target-async.
18955 * gdb.python/py-evthreads.exp: Likewise.
18956 * gdb.python/py-prompt.exp: Likewise.
18957 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
18958 * gdb.server/solib-list.exp: Don't enable target-async.
18959 * gdb.threads/thread-specific-bp.exp: Likewise.
18960 * lib/mi-support.exp: Adjust to use mi-async.
18961
18962 2014-05-29 Pedro Alves <palves@redhat.com>
18963
18964 PR gdb/13860
18965 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
18966 reason, even in sync mode.
18967
18968 2014-05-29 Pedro Alves <palves@redhat.com>
18969 Hui Zhu <hui@codesourcery.com>
18970
18971 PR PR15693
18972 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
18973 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
18974 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
18975 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
18976
18977 2014-05-28 Joel Brobecker <brobecker@adacore.com>
18978
18979 * config/monitor.exp (gdb_target_monitor): Replace use of
18980 "set remotebaud" by "set serial baud".
18981
18982 2014-05-26 Andy Wingo <wingo@igalia.com>
18983
18984 * gdb.guile/scm-breakpoint.exp:
18985 * gdb.guile/scm-gsmob.exp: Update to use plain old object
18986 properties instead of gdb-object-properties.
18987
18988 2014-05-26 Yao Qi <yao@codesourcery.com>
18989
18990 * gdb.server/no-thread-db.exp: Specify source file name
18991 explicitly when setting a breakpoint.
18992
18993 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18994
18995 * gdb.btrace/vdso.c: New.
18996 * gdb.btrace/vdso.exp: New.
18997
18998 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
18999
19000 * gdb.base/gcore.exp (capture_command_output): Move ...
19001 * lib/gdb.exp (capture_command_output): ... here.
19002
19003 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19004
19005 * gdb.btrace/data.exp: Test memory access during btrace replay.
19006
19007 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19008
19009 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19010
19011 2014-05-21 Pedro Alves <palves@redhat.com>
19012
19013 PR gdb/13860
19014 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19015 (top level): Test that output related to execution commands is
19016 sent to the console with CLI commands, but not with MI commands.
19017 Test that breakpoint events are always mirrored to the console.
19018 Also expect the new source line to be output after a "next" in
19019 async mode too. Make it a pass/fail test.
19020 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19021 output.
19022 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19023
19024 2014-05-21 Pedro Alves <palves@redhat.com>
19025
19026 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19027 Use them to test variations of "list" after reaching a breakpoint.
19028 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19029 Test "list" with listsize 10 after reaching a breakpoint.
19030 * gdb.python/python.exp (decode_line current location line
19031 number): Adjust expected line number.
19032
19033 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19034
19035 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19036 behavior for $args, pass it directly to "run".
19037
19038 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19039
19040 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19041 30000 to 65536.
19042
19043 2014-05-21 Pedro Alves <palves@redhat.com>
19044
19045 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19046 auto-connect-native-target off".
19047 * gdb.base/auto-connect-native-target.c: New file.
19048 * gdb.base/auto-connect-native-target.exp: New file.
19049
19050 2014-05-21 Pedro Alves <palves@redhat.com>
19051
19052 * gdb.base/default.exp: Test "target native" instead of "target
19053 child".
19054
19055 2014-05-21 Mark Wielaard <mjw@redhat.com>
19056
19057 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19058
19059 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19060
19061 Fix TLS access for -static -pthread.
19062 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19063 <HAVE_TLS> (thread_function, main): Initialize it.
19064 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19065 Add clean_restart.
19066 <$have_tls != "">: Check TLSVAR.
19067
19068 2014-05-21 Pedro Alves <palves@redhat.com>
19069
19070 * gdb.base/dcache-line-read-error.c: New.
19071 * gdb.base/dcache-line-read-error.exp: New.
19072
19073 2014-05-20 Pedro Alves <palves@redhat.com>
19074
19075 * gdb.base/compare-sections.c: New file.
19076 * gdb.base/compare-sections.exp: New file.
19077
19078 2014-05-20 Pedro Alves <palves@redhat.com>
19079
19080 * gdb.base/break-idempotent.c: New file.
19081 * gdb.base/break-idempotent.exp: New file.
19082
19083 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19084
19085 * gdb.btrace/nohist.exp: New.
19086
19087 2014-05-20 Yao Qi <yao@codesourcery.com>
19088
19089 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19090 gdb.reverse directory and gdb_reverse_timeout exists in board
19091 setting.
19092 * README: Document gdb_reverse_timeout.
19093
19094 2014-05-20 Yao Qi <yao@codesourcery.com>
19095
19096 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19097 'test_file_name'. Treat args as a string instead of a list.
19098 (gdb_init): Rename argument 'args' by 'test_file_name'.
19099
19100 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19101
19102 * gdb.arch/powerpc-power.exp: New file.
19103 * gdb.arch/powerpc-power.s: New file.
19104
19105 2014-05-16 Doug Evans <dje@google.com>
19106
19107 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19108 * gdb.base/completion.exp: Check that all expected files exist
19109 before doing file completion.
19110
19111 2014-05-16 Doug Evans <dje@google.com>
19112
19113 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19114 Update.
19115 (do_syscall_tests_without_xml): Update.
19116
19117 2014-05-16 Pedro Alves <palves@redhat.com>
19118
19119 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19120 instead of "unknown output after running".
19121
19122 2014-05-16 Yao Qi <yao@codesourcery.com>
19123
19124 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19125 file1.txt from host at the end.
19126 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19127
19128 2014-05-15 Doug Evans <dje@google.com>
19129
19130 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19131 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19132 loading file. Add test for TU lookup.
19133
19134 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19135
19136 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19137 calling "-exec-arguments" or "set args" before running the
19138 inferior.
19139
19140 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19141
19142 * lib/mi-support.exp (mi_expect_stop): Expect message for
19143 inferiors that exit with non-zero exit code.
19144
19145 2014-05-14 Yao Qi <yao@codesourcery.com>
19146
19147 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19148 match absolute path on remote host.
19149 (test_file_list_exec_source_files): Remove "/" from the
19150 pattern.
19151
19152 2014-05-14 Yao Qi <yao@codesourcery.com>
19153
19154 * boards/local-remote-host-notty.exp (${board}_file): New
19155 proc.
19156
19157 2014-05-07 Kyle McMartin <kyle@redhat.com>
19158
19159 Pushed by Joel Brobecker <brobecker@adacore.com>.
19160 * gdb.arch/aarch64-atomic-inst.c: New file.
19161 * gdb.arch/aarch64-atomic-inst.exp: New file.
19162
19163 2014-05-07 Yao Qi <yao@codesourcery.com>
19164
19165 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19166 in current context" too.
19167
19168 2014-05-05 Keith Seitz <keiths@redhat.com>
19169
19170 * gdb.linespec/ls-dollar.exp: Add test for linespec
19171 file:convenience_variable.
19172
19173 2014-05-05 Yao Qi <yao@codesourcery.com>
19174
19175 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19176 traceframes into tfile and ctf trace files. Read data from
19177 trace file and test collected data.
19178 (gdb_collect_locals_test): Likewise.
19179 (gdb_unavailable_registers_test): Likewise.
19180 (gdb_unavailable_floats): Likewise.
19181 (gdb_collect_globals_test): Likewise.
19182 (top-level): Append "ctf" to trace_file_targets if GDB
19183 supports.
19184
19185 2014-05-05 Yao Qi <yao@codesourcery.com>
19186
19187 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19188 code to ...
19189 (gdb_collect_args_test_1): ... it. New proc.
19190 (gdb_collect_locals_test): Move some code to ...
19191 (gdb_collect_locals_test_1): ... it. New proc.
19192 (gdb_unavailable_registers_test): Move some code to ...
19193 (gdb_unavailable_registers_test_1): ... it. New proc.
19194 (gdb_unavailable_floats): Move some code to ...
19195 (gdb_unavailable_floats_1): ... it. New proc.
19196
19197 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19198
19199 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19200 probes to test for bitness recognition.
19201 * gdb.arch/amd64-stap-optional-prefix.exp
19202 (test_probe_value_without_reg): New procedure.
19203 Add code to test for different kinds of bitness.
19204
19205 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19206
19207 PR breakpoints/16889
19208 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19209 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19210
19211 2014-05-01 Pedro Alves <palves@redhat.com>
19212
19213 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19214 gdb_file_cmd if no file is specified.
19215 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19216 last_loaded_file to set the remote exec-file.
19217
19218 2014-05-01 Pedro Alves <palves@redhat.com>
19219
19220 * boards/local-remote-host.exp: New file.
19221
19222 2014-05-01 Pedro Alves <palves@redhat.com>
19223
19224 * boards/local-remote-host.exp: Rename to ...
19225 * boards/local-remote-host-notty.exp: ... this.
19226
19227 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19228
19229 * gdb.ada/dyn_arrayidx: New testcase.
19230
19231 2014-04-26 Yao Qi <yao@codesourcery.com>
19232
19233 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19234 and compute the length of function main. Save it in
19235 $main_length.
19236 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19237 (top-level): Use gdb_compile to compile objects into
19238 executable and restart GDB. Remove invocation to
19239 prepare_for_testing.
19240
19241 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19242 Pedro Alves <palves@redhat.com>
19243
19244 PR server/16255
19245 * gdb.multi/multi-attach.c: New file.
19246 * gdb.multi/multi-attach.exp: New file.
19247
19248 2014-04-25 Pedro Alves <palves@redhat.com>
19249
19250 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19251 user.
19252 (top level): Test that "set remote conditional-breakpoints-packet
19253 off" works as intended.
19254 * gdb.base/dprintf.exp: Test that "set remote
19255 breakpoint-commands-packet off" works as intended.
19256 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19257 New function.
19258 (top level): Call it.
19259 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19260 remote fast-tracepoints-packet off" works as intended.
19261 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19262 * lib/gdb.exp (gdb_is_target_remote): ... here.
19263
19264 2014-04-24 David Blaikie <dblaikie@gmail.com>
19265
19266 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19267 ensure clang would not discard them.
19268 * gdb.base/gdbvars.c: Ditto.
19269 * gdb.base/memattr.c: Ditto.
19270 * gdb.base/whatis.c: Ditto.
19271 * gdb.python/py-prettyprint.c: Ditto.
19272 * gdb.trace/actions.c: Ditto.
19273 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19274 ensure clang would not discard it.
19275
19276 2014-04-24 David Blaikie <dblaikie@gmail.com>
19277
19278 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19279 clang to emit the full definition of type required by the test
19280 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19281
19282 2014-04-24 David Blaikie <dblaikie@gmail.com>
19283
19284 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19285 coax Clang into emitting the definition of the type.
19286 * gdb.cp/pr10728-x.h (y): Ditto.
19287 * gdb.cp/pr10728-y.cc (y): Ditto.
19288
19289 2014-04-24 David Blaikie <dblaikie@gmail.com>
19290
19291 * gdb.base/label.exp: XFAIL label related tests under Clang.
19292 * gdb.cp/cplabel.exp: Ditto.
19293 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19294 under Clang those using labels.
19295
19296 2014-04-25 Yao Qi <yao@codesourcery.com>
19297
19298 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19299 double_label.
19300 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19301 partial_label and double_label.
19302
19303 2014-04-24 David Blaikie <dblaikie@gmail.com>
19304
19305 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19306
19307 2014-04-24 David Blaikie <dblaikie@gmail.com>
19308
19309 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19310 of the function to work across GCC and Clang.
19311 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19312 pointer types (const void ** const V void **).
19313
19314 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19315 Walfred Tedeschi <walfred.tedeschi@intel.com>
19316
19317 * Makefile.in (EXECUTABLES): Added i386-avx512.
19318 * gdb.arch/i386-avx512.c: New file.
19319 * gdb.arch/i386-avx512.exp: Likewise.
19320
19321 2014-04-23 Keith Seitz <keiths@redhat.com>
19322
19323 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19324 (mi_make_breakpoint_table): New procedure.
19325 (mi_create_breakpoint): Use mi_make_breakpoint
19326 and return the result.
19327 (mi_make_breakpoint): New procedure.
19328 (mi_build_kv_pairs): New procedure.
19329
19330 * gdb.mi/mi-break.exp: Remove unused globals,
19331 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19332 All callers updated.
19333 * gdb.mi/mi-dprintf.exp: Use variable to track command
19334 number.
19335 Update all callers of mi_create_breakpoint and use
19336 mi_make_breakpoint_table.
19337 Remove any unused global variables.
19338 * gdb.mi/mi-nonstop.exp: Likewise.
19339 * gdb.mi/mi-nsintrall.exp: Likewise.
19340 * gdb.mi/mi-nsmoribund.exp: Likewise.
19341 * gdb.mi/mi-nsthrexec.exp: Likewise.
19342 * gdb.mi/mi-reverse.exp: Likewise.
19343 * gdb.mi/mi-simplerun.exp: Likewise.
19344 * gdb.mi/mi-stepn.exp: Likewise.
19345 * gdb.mi/mi-syn-frame.exp: Likewise.
19346 * gdb.mi/mi-until.exp: Likewise.
19347 * gdb.mi/mi-var-cp.exp: Likewise.
19348 * gdb.mi/mi-var-display.exp: Likewise.
19349 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19350 * gdb.mi/mi2-var-child.exp: Likewise.
19351 * gdb.mi/mi-vla-c99.exp: Likewise.
19352 * lib/mi-support.exp: Likewise.
19353
19354 From Ian Lance Taylor <iant@cygnus.com>:
19355 * lib/gdb.exp (parse_args): New procedure.
19356
19357 2014-04-23 Pedro Alves <palves@redhat.com>
19358
19359 * gdb.base/break-unload-file.c: New file.
19360 * gdb.base/break-unload-file.exp: New file.
19361 * gdb.base/sym-file-lib.c (baz): New function.
19362 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19363 field.
19364 (load): Store the segment's mapped size.
19365 (unload): New function.
19366 (unload_shlib): New function.
19367 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19368 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19369 set a breakpoint at baz, and call it.
19370 * gdb.base/sym-file.exp: New tests for stale breakpoint
19371 instructions.
19372
19373 2014-04-23 Pedro Alves <palves@redhat.com>
19374
19375 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19376 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19377 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19378 * gdb.base/hbreak-unmapped.c: New file.
19379 * gdb.base/hbreak-unmapped.exp: New file.
19380 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19381 * lib/gdb.exp (gdb_is_target_remote): ... here.
19382
19383 2014-04-22 Pedro Alves <palves@redhat.com>
19384
19385 * gdb.base/consecutive-step-over.c: New file.
19386 * gdb.base/consecutive-step-over.exp: New file.
19387
19388 2014-04-22 Pedro Alves <palves@redhat.com>
19389
19390 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19391 instead of send_gdb/gdb_expect.
19392
19393 2014-04-22 Yao Qi <yao@codesourcery.com>
19394
19395 * lib/trace-support.exp (generate_tracefile): New procedure.
19396 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19397 return 0.
19398 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19399 if generate_tracefile returns 1.
19400
19401 2014-04-18 Tom Tromey <palves@redhat.com>
19402 Pedro alves <tromey@redhat.com>
19403
19404 PR backtrace/15558
19405 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19406 with a backtrace limit.
19407 * gdb.python/py-frame-inline.exp: Test running to an inline
19408 function with a backtrace limit, and printing the newest frame.
19409 * gdb.python/py-frame-inline.c (main): Call f.
19410
19411 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19412
19413 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19414
19415 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19416
19417 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19418 Drop prefix from unsupported source file path.
19419
19420 2014-04-17 Yao Qi <yao@codesourcery.com>
19421
19422 * lib/gdb.exp (with_target_charset): New proc.
19423 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19424 with_target_charset.
19425 (test_print_strings): Likewise.
19426 (test_repeat_bytes): Likewise.
19427 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19428 for some tests.
19429
19430 2014-04-16 Keith Seitz <keiths@redhat.com>
19431
19432 PR gdb/15827
19433 * gdb.dwarf2/corrupt.c: New file.
19434 * gdb.dwarf2/corrupt.exp: New file.
19435
19436 2014-04-16 Keith Seitz <keiths@redhat.com>
19437
19438 PR c++/16597
19439 * gdb.cp/namelessclass.cc: New file.
19440 * gdb.cp/namelessclass.exp: New file.
19441 * gdb.cp/namelessclass.S: New file.
19442
19443 2014-04-16 Doug Evans <dje@google.com>
19444
19445 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19446 Add comment.
19447 (gdbserver_default_get_comm_port): New function.
19448 (gdbserver_start): Check if board file provided
19449 "gdbserver,get_comm_port" and use it if so.
19450 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19451 (gdb,socketport): Set to "stdio".
19452 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19453 (stdio_gdbserver_template): Delete.
19454 (${board}_get_remote_address): Update.
19455 (${board}_build_remote_cmd): Delete.
19456 (${board}_get_comm_port): New function.
19457 (${board}_spawn): Update.
19458 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19459 Delete.
19460 (${board}_get_remote_address): Update.
19461 (${board}_get_comm_port): New function.
19462
19463 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19464
19465 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19466 appearing in any order.
19467
19468 2014-04-15 Doug Evans <dje@google.com>
19469
19470 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19471 uninitialized value of "description".
19472
19473 2014-04-15 Keith Seitz <keiths@redhat.com>
19474
19475 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19476 Remove unused globals.
19477 (test_running_the_program): Likewise.
19478 (test_controlled_execution): Likewise.
19479 (test_controlling_breakpoints): Likewise.
19480 (test_program_termination): Likewise.
19481
19482 2014-04-15 Keith Seitz <keiths@redhat.com>
19483
19484 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19485 unused globals.
19486 (test_rbreak_creation_and_listing): Likewise.
19487 (test_ignore_count): Likewise.
19488 (test_error): Likewise.
19489
19490 2014-04-15 Pedro Alves <palves@redhat.com>
19491
19492 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19493 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19494 sym-file-loader.c.
19495 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19496 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19497 to sym-file-loader.c.
19498 (struct library): Forward declare.
19499 (load_shlib, lookup_function): Change prototypes.
19500 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19501 (translate_offset): Remove declarations.
19502 (get_text_addr): New declaration.
19503 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19504 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19505 sym-file-loader.h.
19506 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19507 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19508 here from sym-file-loader.h.
19509 (struct library): New structure.
19510 (load_shlib, lookup_function): Change prototypes and adjust to
19511 work with a struct library.
19512 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19513 (translate_offset): Make static.
19514 (get_text_addr): New function.
19515 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19516
19517 2014-04-15 Pedro Alves <palves@redhat.com>
19518
19519 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19520
19521 2014-04-15 Pedro Alves <palves@redhat.com>
19522
19523 * gdb.base/sym-file-loader.c: Include <limits.h>.
19524 (SELF_LINK): New define.
19525 (get_origin): New function.
19526 (load_shlib): Use it.
19527 * gdb.base/sym-file.exp: Don't early return if the target is
19528 remote. Use runto_main, and issue fail is that fails. Use
19529 gdb_load_shlibs.
19530 (shlib_name): Delete.
19531 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19532
19533 2014-04-15 Pedro Alves <palves@redhat.com>
19534
19535 * gdb.base/sym-file.exp: Remove regex characters from test
19536 message. Don't refer to breakpoint numbers in test messages.
19537
19538 2014-04-14 Keith Seitz <keiths@redhat.com>
19539
19540 PR c++/16253
19541 * gdb.cp/var-tag.cc: New file.
19542 * gdb.cp/var-tag.exp: New file.
19543 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19544 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19545 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19546 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19547
19548 2014-04-14 Tom Tromey <tromey@redhat.com>
19549
19550 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19551 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19552 type.
19553 * gdb.cp/enum-class.exp: New file.
19554 * gdb.cp/enum-class.cc: New file.
19555
19556 2014-04-14 Tom Tromey <tromey@redhat.com>
19557
19558 * gdb.dwarf2/enum-type.exp: New file.
19559
19560 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19561
19562 * gdb.mi/mi-vla-c99.exp: New file.
19563 * gdb.mi/vla.c: New file.
19564
19565 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19566
19567 * gdb.base/vla-datatypes.c: New file.
19568 * gdb.base/vla-datatypes.exp: New file.
19569
19570 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19571
19572 * gdb.base/vla-ptr.c: New file.
19573 * gdb.base/vla-ptr.exp: New file.
19574
19575 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19576
19577 * gdb.dwarf2/count.exp: New file.
19578
19579 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19580
19581 * gdb.base/vla-sideeffect.c: New file.
19582 * gdb.base/vla-sideeffect.exp: New file.
19583
19584 2014-04-14 David Blaikie <dblaikie@gmail.com>
19585
19586 * gdb.mi/non-stop.c: Add return value for non-void function return
19587 statement.
19588 * gdb.threads/staticthreads.c: Ditto.
19589
19590 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19591 Doug Evans <xdje42@gmail.com>
19592
19593 * gdb.guile/scm-value.c: Improve test case.
19594 * gdb.guile/scm-value.exp: Add new test.
19595
19596 2014-04-11 David Blaikie <dblaikie@gmail.com>
19597
19598 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19599 override Clang's default.
19600
19601 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19602
19603 Revert the following changes (regressions):
19604
19605 * gdb.base/vla-sideeffect.c: New file.
19606 * gdb.base/vla-sideeffect.exp: New file.
19607
19608 * gdb.dwarf2/count.exp: New file.
19609
19610 * gdb.base/vla-multi.c: New file.
19611 * gdb.base/vla-multi.exp: New file.
19612
19613 * gdb.base/vla-ptr.c: New file.
19614 * gdb.base/vla-ptr.exp: New file.
19615
19616 * gdb.base/vla-datatypes.c: New file.
19617 * gdb.base/vla-datatypes.exp: New file.
19618
19619 * gdb.mi/mi-vla-c99.exp: New file.
19620 * gdb.mi/vla.c: New file.
19621
19622 2014-04-11 Keith Seitz <keiths@redhat.com>
19623
19624 PR c++/16675
19625 * gdb.cp/cpsizeof.exp: New file.
19626 * gdb.cp/cpsizeof.cc: New file.
19627
19628 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19629
19630 * gdb.mi/mi-vla-c99.exp: New file.
19631 * gdb.mi/vla.c: New file.
19632
19633 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19634
19635 * gdb.base/vla-datatypes.c: New file.
19636 * gdb.base/vla-datatypes.exp: New file.
19637
19638 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19639
19640 * gdb.base/vla-ptr.c: New file.
19641 * gdb.base/vla-ptr.exp: New file.
19642
19643 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19644
19645 * gdb.base/vla-multi.c: New file.
19646 * gdb.base/vla-multi.exp: New file.
19647
19648 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19649
19650 * gdb.dwarf2/count.exp: New file.
19651
19652 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19653
19654 * gdb.base/vla-sideeffect.c: New file.
19655 * gdb.base/vla-sideeffect.exp: New file.
19656
19657 2014-04-11 Yao Qi <yao@codesourcery.com>
19658
19659 * gdb.base/completion.exp: Check file exists before running tests
19660 on file completion.
19661
19662 2014-04-10 Pedro Alves <palves@redhat.com>
19663
19664 * gdb.base/cond-eval-mode.c: New file.
19665 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19666 prepare_for_testing to build the new file. Check result of
19667 runto_main.
19668 (test_break, test_watch): New procedures.
19669 (top level): Use them.
19670
19671 2014-04-08 Pierre Muller <muller@sourceware.org>
19672
19673 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19674 Ctrl-V use for mingw hosts.
19675
19676 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19677
19678 * gdb.python/py-value.c: Improve test case.
19679 * gdb.python/py-value.exp: Add new test.
19680
19681 2014-04-07 David Blaikie <dblaikie@gmail.com>
19682
19683 * lib/compiler.c: Identify the clang compiler.
19684 * lib/compiler.cc: Ditto.
19685
19686 2014-04-03 Yao Qi <yao@codesourcery.com>
19687
19688 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19689
19690 2014-04-01 Anton Blanchard <anton@samba.org>
19691
19692 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19693 messages unique.
19694
19695 2014-04-01 Anton Blanchard <anton@samba.org>
19696
19697 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19698 prepare_for_testing.
19699
19700 2014-04-01 Anton Blanchard <anton@samba.org>
19701
19702 * gdb.arch/ppc64-atomic-inst.c: Remove.
19703 * gdb.arch/ppc64-atomic-inst.S: New file.
19704 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19705
19706 2014-03-31 Doug Evans <dje@google.com>
19707
19708 * gdb.base/print-symbol-loading-lib.c: New file.
19709 * gdb.base/print-symbol-loading-main.c: New file.
19710 * gdb.base/print-symbol-loading.exp: New file.
19711
19712 2014-03-31 Yao Qi <yao@codesourcery.com>
19713
19714 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19715
19716 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19717
19718 * gdb.ada/mi_dyn_arr: New testcase.
19719
19720 2014-03-27 Doug Evans <dje@google.com>
19721
19722 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19723
19724 2014-03-27 Yao Qi <yao@codesourcery.com>
19725
19726 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19727 if target is nios2-*-*.
19728
19729 2014-03-26 Yao Qi <yao@codesourcery.com>
19730
19731 * lib/gdb.exp (readline_is_used): New proc.
19732 * gdb.base/completion.exp: Move tests on command complete up.
19733 Skip the rest of tests if readline is not used.
19734 * gdb.ada/complete.exp: Skp the test if readline is not
19735 used.
19736 * gdb.base/filesym.exp: Likewise.
19737 * gdb.base/macscp.exp: Likewise.
19738 * gdb.base/readline-ask.exp: Likewise.
19739 * gdb.base/readline.exp: Likewise.
19740 * gdb.python/py-cmd.exp: Likewise.
19741 * gdb.trace/tfile.exp: Likewise.
19742
19743 2014-03-26 Yao Qi <yao@codesourcery.com>
19744
19745 * gdb.base/macscp.exp: Fix code format issues.
19746
19747 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19748
19749 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19750 * gdb.asm/powerpc64le.inc: New file.
19751
19752 2014-03-25 Pedro Alves <palves@redhat.com>
19753 Doug Evans <dje@google.com>
19754
19755 * gdb.base/source-execution.c: New file.
19756 * gdb.base/source-execution.exp: New file.
19757 * gdb.base/source-execution.gdb: New file.
19758
19759 2014-03-24 Doug Evans <dje@google.com>
19760
19761 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19762 using fission.
19763
19764 2014-03-24 Hui Zhu <hui@codesourcery.com>
19765 Pedro Alves <palves@redhat.com>
19766
19767 PR breakpoints/16101
19768 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19769 test pass/fail messages. Detect missing support for dprintf when
19770 breakpoints are actually inserted.
19771 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19772 breakpoints are actually inserted.
19773 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19774 fails.
19775
19776 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19777
19778 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19779
19780 2014-03-22 Doug Evans <xdje42@gmail.com>
19781
19782 * gdb.python/python.exp (python not supported): Verify multi-line
19783 python command issues an error.
19784 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19785 guile command issues an error.
19786
19787 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19788
19789 * gdb.threads/thread-specific.exp: Handle the lack of usable
19790 $this_breakpoint and $this_thread.
19791
19792 2014-03-21 Hui Zhu <hui@codesourcery.com>
19793
19794 * gdb.base/attach.exp (do_command_attach_tests): New.
19795
19796 2014-03-20 Tom Tromey <tromey@redhat.com>
19797 Pedro Alves <palves@redhat.com>
19798
19799 PR cli/15718
19800 * gdb.base/condbreak-call-false.c: New file.
19801 * gdb.base/condbreak-call-false.exp: New file.
19802
19803 2014-03-20 Pedro Alves <palves@redhat.com>
19804
19805 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19806 Delete.
19807 (block_signals, unblock_signals): Delete.
19808 (child_function_2, main): Remove references to deleted variable
19809 and functions.
19810
19811 2014-03-20 Pedro Alves <palves@redhat.com>
19812
19813 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19814 Use pthread_kill to signal thread 2.
19815 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19816 Adjust to make the test send itself a signal rather than using the
19817 host's "kill" command.
19818
19819 2014-03-20 Pedro Alves <palves@redhat.com>
19820
19821 * gdb.threads/multiple-step-overs.c: New file.
19822 * gdb.threads/multiple-step-overs.exp: New file.
19823 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19824 Adjust expected infrun debug output.
19825
19826 2014-03-20 Pedro Alves <palves@redhat.com>
19827
19828 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19829 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19830
19831 2014-03-20 Pedro Alves <palves@redhat.com>
19832
19833 PR breakpoints/7143
19834 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19835 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19836 of gdb_test_multiple.
19837 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19838 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19839
19840 2014-03-20 Pedro Alves <palves@redhat.com>
19841
19842 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19843 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19844
19845 2014-03-19 Pedro Alves <palves@redhat.com>
19846
19847 * gdb.base/async.exp: Remove early return.
19848
19849 2014-03-19 Pedro Alves <palves@redhat.com>
19850
19851 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19852
19853 2014-03-19 Pedro Alves <palves@redhat.com>
19854
19855 * gdb.base/async.exp (test_background): Expect \r\n after
19856 "completed." in the fail pattern.
19857
19858 2014-03-19 Pedro Alves <palves@redhat.com>
19859
19860 * gdb.base/async.exp (test_background): New procedure.
19861 Use it for all background execution command tests.
19862
19863 2014-03-19 Pedro Alves <palves@redhat.com>
19864
19865 * gdb.base/async.exp: Use prepare_for_testing.
19866
19867 2014-03-19 Pedro Alves <palves@redhat.com>
19868
19869 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19870 the same line.
19871
19872 2014-03-19 Pedro Alves <palves@redhat.com>
19873
19874 * gdb.base/async.c (main): Add "jump here" and "until here" line
19875 marker comments.
19876 * gdb.base/async.exp (jump_here): New global.
19877 (jump& test): Use it.
19878 (until_here): New global.
19879 (until& test): Use it.
19880
19881 2014-03-19 Pedro Alves <palves@redhat.com>
19882
19883 * gdb.base/async.exp: Don't frob gdb_protocol.
19884
19885 2014-03-18 Doug Evans <xdje42@gmail.com>
19886
19887 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19888 Fix spelling of exec-done-display.
19889
19890 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19891
19892 PR gdb/15358
19893 * gdb.base/gdb-sigterm.c: New file.
19894 * gdb.base/gdb-sigterm.exp: New file.
19895
19896 2014-03-18 Pedro Alves <palves@redhat.com>
19897
19898 PR gdb/13860
19899 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19900 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19901 solib-event.
19902
19903 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19904
19905 * gdb.ada/pckd_arr_ren: New testcase.
19906
19907 2014-03-13 Doug Evans <xdje42@gmail.com>
19908
19909 PR guile/16612
19910 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19911 collect after discarding symbols.
19912
19913 2014-03-13 Ludovic Courtès <ludo@gnu.org>
19914 Doug Evans <xdje42@gmail.com>
19915
19916 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
19917 to history survives a gc.
19918
19919 2014-03-13 Pedro Alves <palves@redhat.com>
19920
19921 * gdb.base/default.exp: Don't test "target procfs".
19922
19923 2014-03-13 Pedro Alves <palves@redhat.com>
19924
19925 * gdb.base/default.exp: Update "target child" and "target procfs"
19926 tests to not expect "Unix".
19927
19928 2014-03-12 Tom Tromey <tromey@redhat.com>
19929
19930 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
19931 New procs. Add target-async tests.
19932 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
19933 Add target-async tests.
19934
19935 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19936
19937 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
19938 'func_start' and 'func_end' for the beginning and end of the
19939 function code, respectively.
19940 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
19941 'func_end' instead of 'func' and 'main'.
19942
19943 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19944
19945 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
19946 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
19947 generate the debug info assembler source.
19948
19949 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19950
19951 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
19952 * gdb.dwarf2/arr-subrange.exp: Likewise.
19953 * gdb.dwarf2/dwz.exp: Likewise.
19954 * gdb.dwarf2/method-ptr.exp: Likewise.
19955 * gdb.dwarf2/missing-sig-type.exp: Likewise.
19956 * gdb.dwarf2/subrange.exp: Likewise.
19957 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
19958 * gdb.dwarf2/implptrpiece.exp: Likewise.
19959 * gdb.dwarf2/nostaticblock.exp: Likewise.
19960
19961 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19962
19963 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
19964 directory to absolute path name arguments.
19965
19966 2014-03-10 Joel Brobecker <brobecker@adacore.com>
19967
19968 * gdb.ada/tagged_access: New testcase.
19969
19970 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
19971
19972 * gdb.btrace/data.exp: Update expected output.
19973
19974 2014-03-06 Yao Qi <yao@codesourcery.com>
19975
19976 * gdb.trace/pr16508.exp: New file.
19977
19978 2014-03-05 Pedro Alves <palves@redhat.com>
19979
19980 PR gdb/16575
19981 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
19982 procedure.
19983 (top level): Adjust to use it. Add tests that exercise breakpoint
19984 interaction with the code-cache.
19985
19986 2014-02-26 Ludovic Courtès <ludo@gnu.org>
19987
19988 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
19989 test for 'history-append!'.
19990
19991 2014-02-26 Joel Brobecker <brobecker@adacore.com>
19992
19993 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
19994 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
19995 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
19996 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
19997 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
19998 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
19999
20000 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20001
20002 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20003 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20004 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20005
20006 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20007
20008 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20009
20010 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20011
20012 * gdb.dwarf2/arr-stride.c: New file.
20013 * gdb.dwarf2/arr-stride.exp: New file.
20014
20015 2014-02-26 Pedro Alves <palves@redhat.com>
20016
20017 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20018 that won't ever trigger. Make sure that GDB reports the correct
20019 breakpoint that caused the stop.
20020
20021 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20022
20023 PR gdb/16626
20024 * gdb.base/auto-load-script: New file.
20025 * gdb.base/auto-load.c: New file.
20026 * gdb.base/auto-load.exp: New file.
20027
20028 PR gdb/16626
20029 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20030
20031 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20032
20033 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20034 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20035
20036 2014-02-24 Doug Evans <dje@google.com>
20037
20038 * lib/gdb.exp (run_on_host): Log error output if program fails.
20039
20040 2014-02-21 Pedro Alves <palves@redhat.com>
20041
20042 * gdb.threads/step-after-sr-lock.c: Rename to ...
20043 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20044 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20045 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20046 ... this.
20047
20048 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20049
20050 PR tdep/16397
20051 * gdb.arch/amd64-stap-special-operands.exp: New file.
20052 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20053 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20054 * gdb.arch/amd64-stap-triplet.S: Likewise.
20055 * gdb.arch/amd64-stap-triplet.c: Likewise.
20056
20057 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20058
20059 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20060 in .section pseudo-op.
20061
20062 2014-02-20 lin zuojian <manjian2006@gmail.com>
20063 Joel Brobecker <brobecker@adacore.com>
20064 Doug Evans <xdje42@gmail.com>
20065
20066 PR symtab/16581
20067 * gdb.dwarf2/dw2-icycle.S: New file.
20068 * gdb.dwarf2/dw2-icycle.c: New file.
20069 * gdb.dwarf2/dw2-icycle.exp: New file.
20070
20071 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20072
20073 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20074 operations on gdb.Value objects.
20075 * gdb.python/py-value-cc.exp: Add new test to test operations on
20076 gdb.Value objects.
20077
20078 2014-02-18 Doug Evans <dje@google.com>
20079
20080 * Makefile.in (TESTS): New variable.
20081 (expanded_tests, expanded_tests_or_none): New variables
20082 (check-single): Pass $(expanded_tests_or_none) to runtest.
20083 (check-parallel): Only run tests in $(TESTS) if non-empty.
20084 (check/no-matching-tests-found): New rule.
20085 * README: Document TESTS makefile variable.
20086
20087 2014-02-18 Doug Evans <dje@google.com>
20088
20089 * Makefile.in (check-parallel): rm -rf outputs temp.
20090
20091 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20092
20093 Fix "ERROR: no fileid for" in the testsuite.
20094 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20095
20096 2014-02-12 Doug Evans <dje@google.com>
20097
20098 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20099 (MISCELLANEOUS): New variable.
20100 (clean): rm -rf $(MISCELLANEOUS).
20101 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20102 dwp live in the same directory as symlinks, with each symlink pointed
20103 to a differently named file in a different directory.
20104
20105 2014-02-11 Doug Evans <dje@google.com>
20106
20107 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20108 of Tcl file commands.
20109
20110 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20111
20112 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20113 "kill -SIGUSR1 -1".
20114
20115 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20116
20117 * gdb.ada/tick_length_array_enum_idx: New testcase.
20118
20119 2014-02-10 Doug Evans <xdje42@gmail.com>
20120
20121 * configure.ac (AC_OUTPUT): Add gdb.guile.
20122 * configure: Regenerate.
20123 * lib/gdb-guile.exp: New file.
20124 * lib/gdb.exp (get_target_charset): New function.
20125 * gdb.base/help.exp: Update expected output from "apropos apropos".
20126 * gdb.guile/Makefile.in: New file.
20127 * gdb.guile/guile.exp: New file.
20128 * gdb.guile/scm-arch.c: New file.
20129 * gdb.guile/scm-arch.exp: New file.
20130 * gdb.guile/scm-block.c: New file.
20131 * gdb.guile/scm-block.exp: New file.
20132 * gdb.guile/scm-breakpoint.c: New file.
20133 * gdb.guile/scm-breakpoint.exp: New file.
20134 * gdb.guile/scm-disasm.c: New file.
20135 * gdb.guile/scm-disasm.exp: New file.
20136 * gdb.guile/scm-equal.c: New file.
20137 * gdb.guile/scm-equal.exp: New file.
20138 * gdb.guile/scm-error.exp: New file.
20139 * gdb.guile/scm-error.scm: New file.
20140 * gdb.guile/scm-frame-args.c: New file.
20141 * gdb.guile/scm-frame-args.exp: New file.
20142 * gdb.guile/scm-frame-args.scm: New file.
20143 * gdb.guile/scm-frame-inline.c: New file.
20144 * gdb.guile/scm-frame-inline.exp: New file.
20145 * gdb.guile/scm-frame.c: New file.
20146 * gdb.guile/scm-frame.exp: New file.
20147 * gdb.guile/scm-generics.exp: New file.
20148 * gdb.guile/scm-gsmob.exp: New file.
20149 * gdb.guile/scm-iterator.c: New file.
20150 * gdb.guile/scm-iterator.exp: New file.
20151 * gdb.guile/scm-math.c: New file.
20152 * gdb.guile/scm-math.exp: New file.
20153 * gdb.guile/scm-objfile-script-gdb.in: New file.
20154 * gdb.guile/scm-objfile-script.c: New file.
20155 * gdb.guile/scm-objfile-script.exp: New file.
20156 * gdb.guile/scm-objfile.c: New file.
20157 * gdb.guile/scm-objfile.exp: New file.
20158 * gdb.guile/scm-ports.exp: New file.
20159 * gdb.guile/scm-pretty-print.c: New file.
20160 * gdb.guile/scm-pretty-print.exp: New file.
20161 * gdb.guile/scm-pretty-print.scm: New file.
20162 * gdb.guile/scm-section-script.c: New file.
20163 * gdb.guile/scm-section-script.exp: New file.
20164 * gdb.guile/scm-section-script.scm: New file.
20165 * gdb.guile/scm-symbol.c: New file.
20166 * gdb.guile/scm-symbol.exp: New file.
20167 * gdb.guile/scm-symtab-2.c: New file.
20168 * gdb.guile/scm-symtab.c: New file.
20169 * gdb.guile/scm-symtab.exp: New file.
20170 * gdb.guile/scm-type.c: New file.
20171 * gdb.guile/scm-type.exp: New file.
20172 * gdb.guile/scm-value-cc.cc: New file.
20173 * gdb.guile/scm-value-cc.exp: New file.
20174 * gdb.guile/scm-value.c: New file.
20175 * gdb.guile/scm-value.exp: New file.
20176 * gdb.guile/source2.scm: New file.
20177 * gdb.guile/types-module.cc: New file.
20178 * gdb.guile/types-module.exp: New file.
20179
20180 2014-02-10 Yao Qi <yao@codesourcery.com>
20181
20182 PR testsuite/16543
20183 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20184 * configure: Regenerated.
20185 * Makefile.in: New file.
20186
20187 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20188
20189 * gdb.python/py-framefilter.exp: Fix typo.
20190
20191 2014-02-08 Yao Qi <yao@codesourcery.com>
20192
20193 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20194 that no =breakpoint-modified is emitted when breakpoints are
20195 modified through MI commands.
20196
20197 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20198 Pedro Alves <palves@redhat.com>
20199
20200 * gdb.threads/step-after-sr-lock.c: New file.
20201 * gdb.threads/step-after-sr-lock.exp: New file.
20202
20203 2014-02-07 Pedro Alves <palves@redhat.com>
20204
20205 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20206
20207 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20208
20209 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20210 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20211
20212 2014-02-06 Doug Evans <xdje42@gmail.com>
20213
20214 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20215 output.
20216
20217 * gdb.gdb/python-interrupts.exp: New file.
20218
20219 2014-02-05 Yao Qi <yao@codesourcery.com>
20220
20221 * gdb.trace/report.exp (use_collected_data): Test the output
20222 of "info threads" and "info inferiors".
20223
20224 2014-02-05 Yao Qi <yao@codesourcery.com>
20225
20226 Revert this patch:
20227
20228 2013-05-24 Yao Qi <yao@codesourcery.com>
20229
20230 * gdb.trace/tfile.exp: Test inferior and thread.
20231
20232 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20233
20234 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20235 on a function.
20236 * gdb.base/step-bt.c: Call hello via function pointer to make
20237 sure its first instruction is executed on powerpc64le-linux.
20238
20239 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20240
20241 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20242
20243 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20244
20245 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20246 of the test patterns for use on little-endian systems.
20247
20248 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20249
20250 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20251 (decimal_vector): Fix for little-endian.
20252
20253 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20254
20255 * gdb.arch/sparc-sysstep.exp: New file.
20256 * gdb.arch/sparc-sysstep.c: Likewise.
20257
20258 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20259
20260 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20261
20262 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20263
20264 2014-01-23 Tom Tromey <tromey@redhat.com>
20265
20266 * gdb.ada/array_char_idx: New testcase.
20267
20268 2014-01-23 Tom Tromey <tromey@redhat.com>
20269
20270 PR python/16487:
20271 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20272 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20273 classes.
20274
20275 2014-01-23 Tom Tromey <tromey@redhat.com>
20276
20277 PR python/16491:
20278 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20279 string from an inferior frame.
20280 * gdb.python/py-framefilter-mi.exp: Update.
20281
20282 2014-01-22 Doug Evans <dje@google.com>
20283
20284 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20285
20286 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20287
20288 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20289
20290 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20291
20292 * gdb.trace/entry-values.exp: Remove excess space character from
20293 regex patterns. Handle s390 call instruction.
20294
20295 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20296
20297 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20298 define "*_start" label. Make "name" static.
20299 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20300 ${name} by references to ${name}_start.
20301
20302 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20303
20304 * gdb.base/info-macros.exp: Remove "debug" from the compile
20305 options.
20306
20307 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20308
20309 * gdb.dlang/demangle.exp: New file.
20310
20311 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20312
20313 * gdb.dlang/primitive-types.exp: New file.
20314
20315 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20316
20317 * configure.ac: Create gdb.dlang/Makefile.
20318 * configure: Regenerate.
20319 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20320 * gdb.dlang/Makefile.in: New file.
20321 * lib/d-support.exp: New file.
20322 * lib/gdb.exp (skip_d_tests): New proc.
20323
20324 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20325
20326 * gdb.btrace/delta.exp: Check reverse stepi.
20327 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20328 * gdb.btrace/finish.exp: New.
20329 * gdb.btrace/next.exp: New.
20330 * gdb.btrace/nexti.exp: New.
20331 * gdb.btrace/record_goto.c: Add comments.
20332 * gdb.btrace/step.exp: New.
20333 * gdb.btrace/stepi.exp: New.
20334 * gdb.btrace/multi-thread-step.c: New.
20335 * gdb.btrace/multi-thread-step.exp: New.
20336 * gdb.btrace/rn-dl-bind.c: New.
20337 * gdb.btrace/rn-dl-bind.exp: New.
20338 * gdb.btrace/data.c: New.
20339 * gdb.btrace/data.exp: New.
20340 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20341
20342 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20343
20344 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20345 * gdb.btrace/exception.exp: Update.
20346 * gdb.btrace/instruction_history.exp: Update.
20347 * gdb.btrace/record_goto.exp: Update.
20348 * gdb.btrace/tailcall.exp: Update.
20349 * gdb.btrace/unknown_functions.exp: Update.
20350 * gdb.btrace/delta.exp: New.
20351
20352 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20353
20354 * gdb.btrace/record_goto.exp: Add backtrace test.
20355 * gdb.btrace/tailcall.exp: Add backtrace test.
20356
20357 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20358
20359 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20360 * gdb.btrace/record_goto.c: New.
20361 * gdb.btrace/record_goto.exp: New.
20362 * gdb.btrace/x86-record_goto.S: New.
20363
20364 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20365
20366 * gdb.btrace/function_call_history.exp: Update tests.
20367 * gdb.btrace/instruction_history.exp: Update tests.
20368
20369 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20370
20371 * gdb.btrace/function_call_history.exp: Fix expected field
20372 order for "record function-call-history".
20373 Add new tests for "record function-call-history /c".
20374 * gdb.btrace/exception.cc: New.
20375 * gdb.btrace/exception.exp: New.
20376 * gdb.btrace/tailcall.exp: New.
20377 * gdb.btrace/x86-tailcall.S: New.
20378 * gdb.btrace/x86-tailcall.c: New.
20379 * gdb.btrace/unknown_functions.c: New.
20380 * gdb.btrace/unknown_functions.exp: New.
20381 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20382
20383 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20384
20385 * gdb.btrace/instruction_history.exp: Update.
20386 * gdb.btrace/function_call_history.exp: Update.
20387
20388 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20389
20390 * gdb.btrace/function_call_history.exp: Fix expected function
20391 trace.
20392 * gdb.btrace/instruction_history.exp: Initialize traced.
20393 Remove traced_functions.
20394
20395 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20396
20397 * gdb.btrace/function_call_history.exp: Update
20398 * gdb.btrace/instruction_history.exp: Update.
20399
20400 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20401
20402 * gdb.btrace/enable.exp: Update expected text.
20403
20404 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20405
20406 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20407 bytes.
20408
20409 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20410
20411 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20412
20413 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20414
20415 * lib/gdb.exp (supports_process_record): Return true for
20416 arm*-linux*. (supports_reverse): Likewise.
20417
20418 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20419
20420 PR python/15464
20421 PR python/16113
20422 * gdb.python/py-type.c: Enhance test case.
20423 * gdb.python/py-value-cc.cc: Likewise
20424 * gdb.python/py-type.exp: Add new tests.
20425 * gdb.python/py-value-cc.exp: Likewise
20426
20427 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20428 Pedro Alves <palves@redhat.com>
20429
20430 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20431 Make "name" extern.
20432 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20433 references to ${name}_start by references to ${name}.
20434
20435 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20436
20437 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20438
20439 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20440
20441 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20442
20443 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20444 Pedro Alves <palves@redhat.com>
20445
20446 * gdb.mi/mi-info-os.exp: Connect to the target with
20447 mi_gdb_target_load.
20448
20449 2014-01-08 Pedro Alves <palves@redhat.com>
20450
20451 * gdb.threads/reconnect-signal.c: New file.
20452 * gdb.threads/reconnect-signal.exp: New file.
20453
20454 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20455
20456 * gdb.base/source-dir.exp: New file.
20457
20458 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20459
20460 * gdb.ada/mi_interface: New testcase.
20461
20462 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20463
20464 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20465 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20466 gdb.ada/pp-rec-component/pck.ads: New files.
20467
20468 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20469
20470 * gdb.python/py-pp-integral.c: New file.
20471 * gdb.python/py-pp-integral.py: New file.
20472 * gdb.python/py-pp-integral.exp: New file.
20473
20474 For older changes see ChangeLog-1993-2013.
20475 \f
20476 ;; Local Variables:
20477 ;; mode: change-log
20478 ;; left-margin: 8
20479 ;; fill-column: 74
20480 ;; version-control: never
20481 ;; End:
20482
20483 Copyright 2014-2020 Free Software Foundation, Inc.
20484 Copying and distribution of this file, with or without modification,
20485 are permitted provided the copyright notice and this notice are preserved.
This page took 0.470747 seconds and 4 git commands to generate.