[gdb/testsuite] Handle callq -> call disassembly change
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-15 Tom de Vries <tdevries@suse.de>
2
3 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
4 is_amd64_regs_target.
5
6 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.fortran/ptype-on-functions.exp: Add more tests.
9 * gdb.fortran/ptype-on-functions.f90: Likewise.
10
11 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
12
13 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
14 values in documentation for addr_size to 4 and 8.
15
16 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 * gdb.arch/amd64-osabi.exp: Update.
19 * gdb.arch/arm-disassembler-options.exp: Update.
20 * gdb.arch/powerpc-disassembler-options.exp: Update.
21 * gdb.arch/ppc64-symtab-cordic.exp: Update.
22 * gdb.arch/s390-disassembler-options.exp: Update.
23 * gdb.base/all-architectures.exp.tcl: Update.
24 * gdb.base/attach-pie-noexec.exp: Update.
25 * gdb.base/catch-syscall.exp: Update.
26 * gdb.xml/tdesc-arch.exp: Update.
27
28 2020-07-14 Tom de Vries <tdevries@suse.de>
29
30 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
31 (local_gettid): ... this.
32 (fn): Update.
33
34 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
35
36 * gdb.base/info_sources.exp: Skip directory match tests on
37 remote hosts.
38
39 2020-07-13 Gary Benson <gbenson@redhat.com>
40
41 * gdb.base/savedregs.exp (caller): Use parentheses to
42 make expected expression evaluation ordering explicit.
43
44 2020-07-13 Gary Benson <gbenson@redhat.com>
45
46 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
47
48 2020-07-13 Gary Benson <gbenson@redhat.com>
49
50 * gdb.base/bigcore.c (main): Use a volatile pointer when
51 attempting to trigger a SIGSEGV.
52 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
53 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
54 * gdb.base/savedregs.c (thrower): Likewise.
55 * gdb.mi/mi-syn-frame.c (bar): Likewise.
56
57 2020-07-13 Gary Benson <gbenson@redhat.com>
58
59 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
60 defining and using VLA structure fields into...
61 * gdb.base/vla-struct-fields.c: New file.
62 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
63 tests into...
64 * gdb.base/vla-struct-fields.exp: New file.
65
66 2020-07-13 Tom de Vries <tdevries@suse.de>
67
68 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
69 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
70 * gdb.base/gold-gdb-index.exp: Same.
71 * gdb.base/morestack.exp: Same.
72
73 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
74
75 PR rust/26121
76 * gdb.rust/modules.rs: Prevent linker from discarding test
77 symbol.
78
79 2020-07-10 Pedro Alves <pedro@palves.net>
80
81 PR gdb/26199
82 * gdb.multi/multi-target.c (exit_thread): New.
83 (thread_start): Break loop if EXIT_THREAD.
84 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
85 (top level) Call test_no_resumed.
86
87 2020-07-08 Tom Tromey <tromey@adacore.com>
88
89 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
90 * gdb.ada/catch_ex.exp: Examine catchpoint text.
91
92 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 PR python/22748
95 * gdb.opt/inline-frame-tailcall.c: New file.
96 * gdb.opt/inline-frame-tailcall.exp: New file.
97 * gdb.python/py-unwind-inline.c: New file.
98 * gdb.python/py-unwind-inline.exp: New file.
99 * gdb.python/py-unwind-inline.py: New file.
100
101 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.python/py-arch-reg-groups.exp: New file.
104
105 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.python/py-arch-reg-names.exp: New file.
108
109 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
112 gdb.PendingFrame.architecture method.
113
114 2020-07-06 Tom de Vries <tdevries@suse.de>
115
116 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
117
118 2020-07-03 Pedro Alves <palves@redhat.com>
119
120 * gdb.base/structs2.c (main): Adjust second parem_reg call to
121 explicitly write negative numbers.
122 * gdb.base/structs2.exp: Adjust expected output.
123
124 2020-07-03 Pedro Alves <palves@redhat.com>
125
126 * gdb.base/charset.c (init_string): Change all char parameters to
127 unsigned char parameters.
128
129 2020-07-03 Pedro Alves <palves@redhat.com>
130
131 * gdb.base/call-sc.exp (start_scalars_test): Use
132 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
133 * gdb.base/overlays.c: Remove references to PARAMS.
134 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
135 * gdb.base/reread.exp: Don't set 'prototypes' global.
136 * gdb.base/structs.exp (start_structs_test): Use
137 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
138 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
139 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
140 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
141 call.
142 * gdb.base/varargs.exp: Don't set 'prototypes' global.
143
144 2020-07-03 Pedro Alves <palves@redhat.com>
145
146 * gdb.base/m32rovly.c: Delete.
147 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
148
149 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
150
151 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
152 of gdb_py_test_multiple.
153 * gdb.python/py-cmd.exp: Likewise.
154 * gdb.python/py-events.exp: Likewise.
155 * gdb.python/py-function.exp: Likewise.
156 * gdb.python/py-inferior.exp: Likewise.
157 * gdb.python/py-infthread.exp: Likewise.
158 * gdb.python/py-linetable.exp: Likewise.
159 * gdb.python/py-parameter.exp: Likewise.
160 * gdb.python/py-value.exp: Likewise.
161
162 2020-06-30 Tom de Vries <tdevries@suse.de>
163
164 PR testsuite/26175
165 * lib/future.exp (gdb_default_target_compile): Detect and handle
166 early_flags.
167
168 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
169
170 * boards/simavr.exp (gdb_load): Catch errors when closing
171 previous connection. Close connection, wait for process and
172 unset simavr_spawn_id on failure.
173
174 2020-06-29 Tom de Vries <tdevries@suse.de>
175
176 * lib/gdb.exp (unknown): Make test-case unresolved.
177
178 2020-06-29 Tom de Vries <tdevries@suse.de>
179
180 PR gdb/25475
181 * gdb.server/solib-list.exp: Verify that the symbol reload
182 confirmation question is asked.
183
184 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
185
186 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
187 have a input seq nr in each pass message.
188 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
189 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
190 * gdb.python/python.exp: Make test names unique,
191 use gdb_test_multiline instead of gdb_py_test_multiple,
192 use $gdb_test_name.
193 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
194
195 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
196
197 * configure.ac: Add --enable-libctf.
198 * aclocal.m4: sinclude ../config/enable.m4.
199 * Makefile.in (site.exp): Add enable_libctf to site.exp.
200 * lib/gdb.exp (skip_ctf_tests): Use it.
201 * gdb.base/ctf-constvars.exp: Error message tweak.
202 * gdb.base/ctf-ptype.exp: Likewise.
203 * configure: Regenerate.
204
205 2020-06-26 Gary Benson <gbenson@redhat.com>
206
207 * gdb.cp/try_catch.cc: Include string.h.
208 (main): Replace comparison against string literal with
209 strcmp, avoiding build failure with -Wstring-compare.
210 Add "marker test-complete".
211 * gdb.cp/try_catch.exp: Run the test to the above marker,
212 then verify that the value of "test" is still true.
213
214 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
217
218 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
221
222 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
223
224 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
225 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
226 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
227 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
228 * gdb.arch/riscv-tdesc-loading.exp: New file.
229
230 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
233
234 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
237 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
238 * gdb.arch/riscv-tdesc-regs.c: New file.
239 * gdb.arch/riscv-tdesc-regs.exp: New file.
240
241 2020-06-24 Pedro Alves <palves@redhat.com>
242
243 * gdb.arch/amd64-entry-value-paramref.exp: Use
244 prepare_for_testing_full and don't pass "c++" for the .S file
245 build spec.
246 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
247 $options, since it's an assembly file. Remove -Wno-deprecated.
248 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
249 compiling C++ programs.
250
251 2020-06-24 Pedro Alves <palves@redhat.com>
252
253 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
254 Clang, add "-Wno-unknown-warning-option" to the options.
255
256 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.xml/tdesc-reload.c: New file.
259 * gdb.xml/tdesc-reload.exp: New file.
260 * gdb.xml/maint-xml-dump-01.xml: New file.
261 * gdb.xml/maint-xml-dump-02.xml: New file.
262 * gdb.xml/maint-xml-dump.exp: New file.
263
264 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
265
266 * lib/completion-support.exp (test_gdb_completion_offers_commands):
267 Adjust for omitted commands when TUI is disabled.
268
269 2020-06-23 Gary Benson <gbenson@redhat.com>
270 Pedro Alves <palves@redhat.com>
271
272 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
273 * gdb.cp/nsimport.cc: Likewise.
274 * gdb.cp/nsnested.cc: Likewise.
275 * gdb.cp/nsnoimports.cc: Likewise.
276 * gdb.cp/nsusing.cc: Likewise.
277 * gdb.cp/smartp.cc: Likewise.
278 * gdb.python/py-pp-integral.c: Likewise.
279 * gdb.python/py-pp-re-notag.c: Likewise.
280
281 2020-06-23 Gary Benson <gbenson@redhat.com>
282
283 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
284 * gdb.cp/nsimport.cc: Likewise.
285 * gdb.cp/nsnested.cc: Likewise.
286 * gdb.cp/nsnoimports.cc: Likewise.
287 * gdb.cp/nsusing.cc: Likewise.
288 * gdb.cp/smartp.cc: Likewise.
289 * gdb.python/py-pp-integral.c: Likewise.
290 * gdb.python/py-pp-re-notag.c: Likewise.
291
292 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
293
294 * gdb.base/default-args.exp: New test.
295 * gdb.base/default-args.c: New file.
296 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
297 * gdb.base/default.exp: Update to new help text.
298 * gdb.base/help.exp: Likewise.
299 * gdb.base/page.exp: Likewise.
300 * gdb.base/style.exp: Likewise.
301 * gdb.guile/guile.exp: Likewise.
302 * gdb.python/python.exp: Likewise.
303
304 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
305
306 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
307 remote host. Fix search path syntax on Windows host.
308
309 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
310
311 * gdb.base/attach.exp: Test priority of 'exec-file' changed
312 over 'exec-file-mismatch'.
313 * gdb.base/attach.c: Mark should_exit volatile.
314 * gdb.base/attach2.c: Likewise. Add a comment explaining
315 why the sleep cannot be big.
316 * gdb.base/attach3.c: New file.
317
318 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
319
320 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
321 prefix optional.
322
323 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
324
325 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
326 for remote host.
327
328 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
329 Hafiz Abid Qadeer <abidh@codesourcery.com>
330
331 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
332 file sent to remote host.
333 (top level): Allow int32_t as type of 32-bit register.
334
335 2020-06-19 Tom de Vries <tdevries@suse.de>
336
337 * lib/gdb.exp (gdb_note): New proc.
338 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
339 (gdb_default_target_compile): ... here. Only call
340 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
341 (use_gdb_compile): Change to array.
342 (toplevel): Update sets of use_gdb_compile to specify language.
343 Warn about default_target_compile override. Store dejagnu's version
344 of default_target_compile in dejagnu_default_target_compile.
345
346 2020-06-18 Tom de Vries <tdevries@suse.de>
347
348 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
349 (default_gdb_init): ... here.
350
351 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
352
353 Fix TUI support checks in gdb.tui tests.
354
355 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
356 just say UNSUPPORTED.
357 * gdb.tui/corefile-run.exp: Likewise.
358 * gdb.tui/empty.exp: Likewise.
359 * gdb.tui/list-before.exp: Likewise.
360 * gdb.tui/list.exp: Likewise.
361 * gdb.tui/main.exp: Likewise.
362 * gdb.tui/regs.exp: Likewise.
363 * gdb.tui/resize.exp: Likewise.
364 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
365 * gdb.tui/tui-layout-asm.exp: Likewise.
366 * gdb.tui/tui-missing-src.exp: Likewise.
367 * gdb.tui/winheight.exp: Likewise.
368 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
369
370 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
371
372 Fix TCL error in gdb.python/py-format-string.exp.
373
374 * gdb.python/py-format-string.exp: Move test for python support
375 earlier, out of function body.
376
377 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
378
379 * gdb.base/index-cache-load-twice.c: New.
380 * gdb.base/index-cache-load-twice.exp: New.
381
382 2020-06-17 Keith Seitz <keiths@redhat.com>
383
384 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
385 when executing "gdb --configuration".
386
387 2020-06-17 Tom de Vries <tdevries@suse.de>
388
389 * lib/gdb.exp (gdb_tcl_unknown): New proc.
390 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
391 conditional on presence of gdb_tcl_unknown.
392 (gdb_finish): Make override undo conditional on presence of
393 gdb_tcl_unknown.
394
395 2020-06-16 Tom Tromey <tom@tromey.com>
396
397 * gdb.python/tui-window.py (failwin): New function. Register it
398 as a TUI window type.
399 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
400
401 2020-06-16 Gary Benson <gbenson@redhat.com>
402
403 * gdb.python/py-nested-maps.c (create_map): Add missing return
404 value.
405 (create_map_map): Likewise.
406
407 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
408
409 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
410 variable.
411 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
412 and use the already-defined 'options' variable.
413
414 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
415 Tom de Vries <tdevries@suse.de>
416
417 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
418 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
419 (gdb_setup_known_globals): New proc.
420 (gdb_cleanup_globals): New proc.
421 * lib/gdb.exp (load_lib): New override proc.
422 (gdb_stdin_log_init): Set var in_file as persistent global.
423 * lib/pascal.exp (gdb_stdin_log_init): Set vars
424 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
425 fpc_compiler as persistent global.
426
427 2020-06-12 Tom de Vries <tdevries@suse.de>
428
429 * lib/tuiterm.exp (spawn): Rename to ...
430 (tui_spawn): ... this.
431 (toplevel): Move rename of spawn ...
432 (gdb_init_tuiterm): ... here. New proc.
433 (gdb_finish_tuiterm): New proc.
434 * lib/gdb.exp (gdb_finish_hooks): New global var.
435 (gdb_finish): Handle gdb_finish_hooks.
436 (tuiterm_env): New proc.
437 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
438 tuiterm_env.
439 * gdb.tui/basic.exp: Same.
440 * gdb.tui/corefile-run.exp: Same.
441 * gdb.tui/empty.exp: Same.
442 * gdb.tui/list-before.exp: Same.
443 * gdb.tui/list.exp: Same.
444 * gdb.tui/main.exp: Same.
445 * gdb.tui/new-layout.exp: Same.
446 * gdb.tui/regs.exp: Same.
447 * gdb.tui/resize.exp: Same.
448 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
449 * gdb.tui/tui-layout-asm.exp: Same.
450 * gdb.tui/tui-missing-src.exp: Same.
451 * gdb.tui/winheight.exp: Same.
452
453 2020-06-12 Tom de Vries <tdevries@suse.de>
454
455 PR testsuite/26110
456 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
457 (gdb_finish): Reinstall dejagnu's override of ::unknown.
458
459 2020-06-11 Tom Tromey <tom@tromey.com>
460
461 PR gdb/18318:
462 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
463 floating point tests.
464
465 2020-06-11 Keith Seitz <keiths@redhat.com>
466
467 PR gdb/21356
468 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
469 vla_struct.
470 Add new struct vla_typedef and union vla_typedef_union and
471 corresponding instantiation objects.
472 Initialize new objects.
473 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
474 and vla_typedef_union_object.
475 Fixup type for vla_struct_object.
476
477 2020-06-11 Tom de Vries <tdevries@suse.de>
478
479 * lib/gdb.exp (with_override): New proc, factored out of ...
480 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
481
482 2020-06-10 Tom de Vries <tdevries@suse.de>
483
484 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
485
486 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
487
488 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
489 parameter, update callers.
490
491 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
492
493 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
494 * gdb.dwarf2/share-psymtabs-bt.c: New file.
495 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
496
497 2020-06-04 Tom de Vries <tdevries@suse.de>
498
499 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
500
501 2020-06-04 Tom de Vries <tdevries@suse.de>
502
503 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
504 exp_continue.
505
506 2020-06-04 Tom de Vries <tdevries@suse.de>
507
508 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
509
510 2020-06-03 Tom de Vries <tdevries@suse.de>
511
512 PR symtab/26046
513 * gdb.cp/breakpoint-locs-2.cc: New test.
514 * gdb.cp/breakpoint-locs.cc: New test.
515 * gdb.cp/breakpoint-locs.exp: New file.
516 * gdb.cp/breakpoint-locs.h: New test.
517
518 2020-06-03 Tom de Vries <tdevries@suse.de>
519
520 PR testsuite/25609
521 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
522 value of global verbose.
523 * gdb.base/jit-elf.exp: Same.
524 * gdb.base/jit-reader.exp: Same.
525
526 2020-06-02 Tom de Vries <tdevries@suse.de>
527
528 * gdb.dwarf2/multidictionary.exp: Don't use
529 gdb_spawn_with_cmdline_opts.
530
531 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
534 use_header case.
535 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
536 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
537 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
538 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
539 * gdb.dwarf2/dw2-inline-header.c: New file.
540 * gdb.dwarf2/dw2-inline-header.h: New file.
541
542 2020-05-30 Pedro Alves <palves@redhat.com>
543
544 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
545 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
546
547 2020-05-29 Gary Benson <gbenson@redhat.com>
548
549 * gdb.compile/compile-cplus.exp (additional_flags): Also
550 set when building with clang.
551 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
552 when building with clang.
553
554 2020-05-29 Gary Benson <gbenson@redhat.com>
555
556 * gdb.arch/i386-avx.exp (additional_flags): Also set when
557 building with clang.
558 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
559
560 2020-05-29 Gary Benson <gbenson@redhat.com>
561
562 * gdb.cp/koenig.exp (prepare_for_testing): Add
563 additional_flags=-Wno-unused-comparison.
564 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
565
566 2020-05-28 Gary Benson <gbenson@redhat.com>
567
568 * gdb.base/sigaltstack.c (catcher): Add default case to switch
569 statement.
570
571 2020-05-28 Gary Benson <gbenson@redhat.com>
572
573 * gdb.cp/classes.exp (prepare_for_testing): Add
574 additional_flags=-Wno-deprecated-register.
575 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
576 * gdb.cp/misc.exp: Likewise.
577
578 2020-05-28 Gary Benson <gbenson@redhat.com>
579
580 * gdb.linespec/cpls-ops.cc (dummy): New static global.
581 (test_op_new::operator new): Add return statement.
582 (test_op_new_array::operator new[]): Likewise.
583
584 2020-05-27 Pedro Alves <palves@redhat.com>
585
586 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
587 check. Use test_gdb_complete_unique instead of
588 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
589 test_gdb_complete_multiple instead of
590 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
591
592 2020-05-27 Luis Machado <luis.machado@linaro.org>
593
594 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
595 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
596 * gdb.arch/arm-disassembler-options.exp: Likewise.
597 * gdb.arch/arm-disp-step.exp: Likewise.
598 * gdb.arch/thumb-prologue.exp: Likewise.
599 * gdb.base/async.exp: Likewise.
600 * gdb.base/auxv.exp: Likewise.
601 * gdb.base/complex-parts.exp: Likewise.
602 * gdb.base/ena-dis-br.exp: Likewise.
603 * gdb.base/foll-exec.exp: Likewise.
604 * gdb.base/permissions.exp: Likewise.
605 * gdb.base/relocate.exp: Likewise.
606 * gdb.base/return2.exp: Likewise.
607 * gdb.base/sigbpt.exp: Likewise.
608 * gdb.base/siginfo-obj.exp: Likewise.
609 * gdb.cp/converts.exp: Likewise.
610 * gdb.cp/exceptprint.exp: Likewise.
611 * gdb.cp/inherit.exp: Likewise.
612 * gdb.cp/nsnoimports.exp: Likewise.
613 * gdb.cp/virtbase2.exp: Likewise.
614 * gdb.mi/mi-var-cmd.exp: Likewise.
615 * gdb.mi/var-cmd.c: Likewise.
616
617 2020-05-26 Tom Tromey <tromey@adacore.com>
618
619 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
620
621 2020-05-26 Tom Tromey <tromey@adacore.com>
622
623 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
624 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
625 type.
626 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
627 variable.
628
629 2020-05-26 Christian Biesinger <cbiesinger@google.com>
630
631 * Makefile.in: Use = instead of == for the test command
632 for portability.
633
634 2020-05-26 Tom de Vries <tdevries@suse.de>
635
636 * gdb.base/gold-gdb-index-2.c: New test.
637 * gdb.base/gold-gdb-index.c: New test.
638 * gdb.base/gold-gdb-index.exp: New file.
639 * gdb.base/gold-gdb-index.h: New test.
640
641 2020-05-25 Tom de Vries <tdevries@suse.de>
642
643 * boards/gold-gdb-index.exp: New file.
644
645 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
646
647 * boards/simavr.exp: New file.
648
649 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
650
651 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
652 * gdb.base/inferior-args.exp: New file.
653 * gdb.base/inferior-args.c: New file.
654
655 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
656
657 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
658 inferior_args. Pass it to gdb_reload.
659 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
660 inferior_args.
661 (gdb_reload): Add inferior_args argument.
662 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
663 pass it to gdbserver_run.
664 * boards/native-gdbserver.exp: Do not set noargs.
665 * boards/native-extended-gdbserver.exp (gdb_reload): Add
666 inferior_args argument.
667 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
668 * gdb.base/a2-run.exp: Check for use_gdb_stub.
669 * gdb.base/args.exp: Likewise.
670
671 2020-05-25 Tom de Vries <tdevries@suse.de>
672
673 * lib/gdb.exp (exec_is_pie): Add comment.
674
675 2020-05-25 Tom de Vries <tdevries@suse.de>
676
677 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
678 instead of $binfile in the untested message.
679
680 2020-05-25 Tom de Vries <tdevries@suse.de>
681
682 PR testsuite/26031
683 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
684
685 2020-05-25 Tom de Vries <tdevries@suse.de>
686
687 * boards/gold.exp: New file.
688
689 2020-05-23 Tom Tromey <tom@tromey.com>
690
691 * gdb.base/style.exp: Remove completion styling test.
692 * lib/gdb-utils.exp (style): Remove completion styles.
693
694 2020-05-23 Tom Tromey <tom@tromey.com>
695
696 * gdb.base/style.exp: Add completion styling test.
697 * lib/gdb-utils.exp (style): Add completion styles.
698
699 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 * gdb.base/annota1.exp: Update expected results.
702 * gdb.cp/annota2.exp: Update expected results, remove duplicate
703 test name.
704 * gdb.cp/annota3.exp: Update expected results.
705
706 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
707
708 PR gdb/26016
709 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
710 against MAP_FAILED.
711 * gdb.base/coremaker.c (mmapdata): Likewise.
712 * gdb.base/jit-reader-host.c (main): Likewise.
713 * gdb.base/sym-file-loader.c (load): Likewise.
714 (load_shlib): Likewise.
715
716 2020-05-20 Tom Tromey <tromey@adacore.com>
717
718 * gdb.ada/array_char_idx.exp: Recognize initialized array.
719
720 2020-05-20 Tom de Vries <tdevries@suse.de>
721
722 PR symtab/25833
723 * gdb.base/with-mf-inc.c: New test.
724 * gdb.base/with-mf-main.c: New test.
725 * gdb.base/with-mf.exp: New file.
726
727 2020-05-19 Tom Tromey <tromey@adacore.com>
728
729 * gdb.rust/simple.exp: Restore missing test result.
730
731 2020-05-19 Tom de Vries <tdevries@suse.de>
732
733 * gdb.base/gdb-caching-proc.exp: Fix typo.
734
735 2020-05-19 Tom Tromey <tromey@adacore.com>
736
737 * gdb.rust/simple.exp: Add some test descriptions.
738 (test_one_slice): Use with_test_prefix.
739
740 2020-05-18 Tom de Vries <tdevries@suse.de>
741
742 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
743
744 2020-05-17 Pedro Alves <palves@redhat.com>
745
746 PR gdb/25741
747 * gdb.base/hw-sw-break-same-address.exp: New file.
748
749 2020-05-16 Pedro Alves <palves@redhat.com>
750
751 * gdb.multi/multi-re-run.exp (test_re_run): Switch
752 LAST_LOADED_FILE accordingly.
753
754 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
755
756 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
757
758 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
759
760 * gdb.base/help.exp: Test apropos and help for commands
761 having aliases. Fixed comments not starting with an
762 upper-case letter or not finishing with a dot.
763
764 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
765
766 * gdb.base/alias.exp: Update help output check.
767
768 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
769
770 * gdb.base/default.exp: Update output following fixes.
771
772 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
773
774 * gdb.base/alias.exp: Test aliases starting with a prefix of
775 another alias.
776
777 2020-05-15 Gary Benson <gbenson@redhat.com>
778
779 * gdb.base/info-os.c (main): Add return statement.
780 * gdb.base/info_minsym.c (minsym_fun): Likewise.
781 * gdb.base/large-frame-2.c (func): Likewise.
782 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
783 * gdb.base/pr10179-b.c (foo2): Likewise.
784 * gdb.base/valgrind-disp-step.c (foo): Likewise.
785 * gdb.base/watch-cond.c (func): Likewise.
786 * gdb.multi/goodbye.c (verylongfun): Likewise.
787 * gdb.multi/hello.c (commonfun): Likewise.
788 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
789 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
790 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
791 Likewise.
792 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
793 * gdb.threads/interrupt-while-step-over.c (child_function):
794 Likewise.
795 * gdb.trace/actions-changed.c (end): Likewise.
796
797 2020-05-15 Gary Benson <gbenson@redhat.com>
798
799 * gdb.opencl/callfuncs.exp: Report when test skipped.
800 * gdb.opencl/convs_casts.exp: Likewise.
801 * gdb.opencl/datatypes.exp: Likewise.
802 * gdb.opencl/operators.exp: Likewise.
803 * gdb.opencl/vec_comps.exp: Likewise.
804
805 2020-05-15 Tom de Vries <tdevries@suse.de>
806
807 * gdb.base/align.exp.in: Rename to ...
808 * gdb.base/align.exp.tcl: ... this.
809 * gdb.base/align-c++.exp: Update.
810 * gdb.base/align-c.exp: Update.
811 * gdb.base/all-architectures.exp.in: Rename to ...
812 * gdb.base/all-architectures.exp: ... this.
813 * gdb.base/all-architectures-0.exp: Update.
814 * gdb.base/all-architectures-1.exp: Update.
815 * gdb.base/all-architectures-2.exp: Update.
816 * gdb.base/all-architectures-3.exp: Update.
817 * gdb.base/all-architectures-4.exp: Update.
818 * gdb.base/all-architectures-5.exp: Update.
819 * gdb.base/all-architectures-6.exp: Update.
820 * gdb.base/all-architectures-7.exp: Update.
821 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
822 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
823 * gdb.base/infcall-nested-structs-c++.exp: Update.
824 * gdb.base/infcall-nested-structs-c.exp: Update.
825 * gdb.base/info-types.exp.in: Rename to ...
826 * gdb.base/info-types.exp.tcl: ... this.
827 * gdb.base/info-types-c++.exp: Update.
828 * gdb.base/info-types-c.exp: Update.
829 * gdb.base/max-depth.exp.in: Rename to ...
830 * gdb.base/max-depth.exp.tcl: ... this.
831 * gdb.base/max-depth-c++.exp: Update.
832 * gdb.base/max-depth-c.exp: Update.
833 * gdb.cp/cpexprs.exp.in: Rename to ...
834 * gdb.cp/cpexprs.exp.tcl: ... this.
835 * gdb.cp/cpexprs-debug-types.exp: Update.
836 * gdb.cp/cpexprs.exp: Update.
837 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
838 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
839 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
840 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
841 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
842 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
843 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
844 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
845 * gdb.dwarf2/clang-debug-names-2.exp: Update.
846 * gdb.dwarf2/clang-debug-names.exp: Update.
847
848 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * lib/check-test-names.exp: Remove code that prevents this file
851 loading when tests are run in parallel.
852
853 2020-05-15 Pedro Alves <palves@redhat.com>
854
855 * gdb.multi/multi-kill.exp (start_inferior): Remove
856 'testpid' parameter. Refer to namespace variable directly.
857 (testpid): Declare as namespace variable.
858
859 2020-05-15 Pedro Alves <palves@redhat.com>
860
861 * gdb.multi/multi-kill.exp: Wrap in namespace.
862 (start_inferior): Add TESTPID parameter. Use it instead of the
863 testpid global.
864 (top level): Define empty TESTPID array, and pass it down to
865 start_inferior.
866
867 2020-05-14 Tom de Vries <tdevries@suse.de>
868
869 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
870 output.
871
872 2020-05-14 Tom de Vries <tdevries@suse.de>
873
874 * gdb.base/align.exp: Split into ...
875 * gdb.base/align.exp.in: ...
876 * gdb.base/align-c++.exp: ...
877 * gdb.base/align-c.exp: ... these.
878 * gdb.base/infcall-nested-structs.exp: Split into ...
879 * gdb.base/infcall-nested-structs.exp.in: ...
880 * gdb.base/infcall-nested-structs-c++.exp: ...
881 * gdb.base/infcall-nested-structs-c.exp: ... these.
882 * gdb.base/info-types.exp: Split into ...
883 * gdb.base/info-types.exp.in: ...
884 * gdb.base/info-types-c++.exp: ...
885 * gdb.base/info-types-c.exp: ... these.
886 * gdb.base/max-depth.exp: Split into ...
887 * gdb.base/max-depth.exp.in: ...
888 * gdb.base/max-depth-c++.exp: ...
889 * gdb.base/max-depth-c.exp: ... these.
890 * gdb.cp/infcall-nodebug.exp: Split into ...
891 * gdb.cp/infcall-nodebug.exp.in: ...
892 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
893 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
894 * gdb.cp/infcall-nodebug-c-d0.exp: ...
895 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
896
897 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
898 Pedro Alves <palves@redhat.com>
899
900 * gdb.multi/multi-exit.c: New file.
901 * gdb.multi/multi-exit.exp: New file.
902 * gdb.multi/multi-kill.c: New file.
903 * gdb.multi/multi-kill.exp: New file.
904
905 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
906
907 * gdb.base/annota1.exp: Update the expected output.
908 * gdb.cp/annota2.exp: Ditto.
909
910 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * lib/check-test-names.exp: Disable when testing is being run in
913 parallel.
914
915 2020-05-12 Tom de Vries <tdevries@suse.de>
916
917 * gdb.base/jit-elf.exp: Fix string concat.
918
919 2020-05-12 Tom de Vries <tdevries@suse.de>
920
921 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
922 messages.
923
924 2020-05-12 Tom de Vries <tdevries@suse.de>
925
926 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
927
928 2020-05-12 Tom de Vries <tdevries@suse.de>
929
930 * gdb.ada/catch_ex.exp: Use with_test_prefix.
931 * gdb.ada/mi_catch_ex.exp: Same.
932 * gdb.ada/mi_catch_ex_hand.exp: Same.
933
934 2020-05-12 Tom de Vries <tdevries@suse.de>
935
936 * gdb.fortran/complex.exp: Use with_test_prefix.
937
938 2020-05-12 Tom de Vries <tdevries@suse.de>
939
940 * gdb.trace/passcount.exp: Fix test-names.
941
942 2020-05-12 Tom de Vries <tdevries@suse.de>
943
944 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
945
946 2020-05-12 Tom de Vries <tdevries@suse.de>
947
948 * gdb.gdb/complaints.exp: Use with_test_prefix.
949 * gdb.xml/tdesc-regs.exp: Same.
950 * gdb.opt/inline-locals.exp: Fix test name.
951
952 2020-05-12 Tom de Vries <tdevries@suse.de>
953
954 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
955 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
956 * gdb.dwarf2/implref-struct.exp: Same.
957 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
958 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
959
960 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
961
962 * gdb.base/jit-so.exp (one_jit_test): Change test name.
963
964 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * lib/check-test-names.exp (all_test_names): New module variable.
967 (counts): Add 'duplicates' field.
968 (_check_duplicates): New procedure.
969 (check): Also check for duplicates.
970 (do_log_summary): Print duplicates count.
971 (do_reset_vars): Reset counter for duplicate test names, and
972 discard all know test names.
973
974 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * lib/gdb.exp: Include check-test-names.exp library.
977 * lib/check-test-names.exp: New file.
978
979 2020-05-11 Tom de Vries <tdevries@suse.de>
980
981 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
982
983 2020-05-11 Keith Seitz <keiths@redhat.com>
984
985 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
986
987 2020-05-11 Tom de Vries <tdevries@suse.de>
988
989 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
990 * gdb.cp/cpexprs.exp.in: .. here.
991 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
992 cpexprs.exp.
993
994 2020-05-11 Keith Seitz <keiths@redhat.com>
995
996 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
997 test names.
998 * gdb.ada/arrayptr.exp: Likewise.
999 * gdb.ada/assign_arr.exp: Likewise.
1000 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1001 * gdb.ada/bp_on_var.exp: Likewise.
1002 * gdb.ada/call_pn.exp: Likewise.
1003 * gdb.ada/complete.exp: Likewise.
1004 * gdb.ada/fun_overload_menu.exp: Likewise.
1005 * gdb.ada/funcall_param.exp: Likewise.
1006 * gdb.ada/funcall_ref.exp: Likewise.
1007 * gdb.ada/packed_array_assign.exp: Likewise.
1008 * gdb.ada/same_component_name.exp: Likewise.
1009 * gdb.ada/type_coercion.exp: Likewise.
1010 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1011 * gdb.ada/variant_record_packed_array.exp: Likewise.
1012
1013 2020-05-11 Tom de Vries <tdevries@suse.de>
1014
1015 PR symtab/25941
1016 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1017 out of ...
1018 * gdb.dwarf2/clang-debug-names.exp: ... here.
1019 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1020 clang-debug-names.exp.in.
1021 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1022 * gdb.dwarf2/clang-debug-names-2.c: New test.
1023
1024 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1025
1026 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1027 (fortran_runto_main): New Proc, fortran version of runto_main.
1028 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1029 * gdb.fortran/array-bounds.exp: Likewise.
1030 * gdb.fortran/array-slices.exp: Likewise.
1031 * gdb.fortran/block-data.exp: Likewise.
1032 * gdb.fortran/charset.exp: Likewise.
1033 * gdb.fortran/common-block.exp: Likewise.
1034 * gdb.fortran/complex.exp: Likewise.
1035 * gdb.fortran/derived-type-function.exp: Likewise.
1036 * gdb.fortran/derived-type.exp: Likewise.
1037 * gdb.fortran/info-modules.exp: Likewise.
1038 * gdb.fortran/info-types.exp: Likewise.
1039 * gdb.fortran/intrinsics.exp: Likewise.
1040 * gdb.fortran/library-module.exp: Likewise.
1041 * gdb.fortran/logical.exp: Likewise.
1042 * gdb.fortran/max-depth.exp: Likewise.
1043 * gdb.fortran/module.exp: Likewise.
1044 * gdb.fortran/multi-dim.exp: Likewise.
1045 * gdb.fortran/nested-funcs.exp: Likewise.
1046 * gdb.fortran/print-formatted.exp: Likewise.
1047 * gdb.fortran/print_type.exp: Likewise.
1048 * gdb.fortran/printing-types.exp: Likewise.
1049 * gdb.fortran/ptr-indentation.exp: Likewise.
1050 * gdb.fortran/ptype-on-functions.exp: Likewise.
1051 * gdb.fortran/subarray.exp: Likewise.
1052 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1053 * gdb.fortran/vla-datatypes.exp: Likewise.
1054 * gdb.fortran/vla-history.exp: Likewise.
1055 * gdb.fortran/vla-ptr-info.exp: Likewise.
1056 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1057 * gdb.fortran/vla-ptype.exp: Likewise.
1058 * gdb.fortran/vla-sizeof.exp: Likewise.
1059 * gdb.fortran/vla-type.exp: Likewise.
1060 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1061 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1062 * gdb.fortran/vla-value-sub.exp: Likewise.
1063 * gdb.fortran/vla-value.exp: Likewise.
1064 * gdb.fortran/whatis_type.exp: Likewise.
1065 * gdb.mi/mi-var-child-f.exp: Likewise.
1066
1067 2020-05-09 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1070
1071 2020-05-08 Tom de Vries <tdevries@suse.de>
1072
1073 * gdb.dwarf2/clang-debug-names.c: New test.
1074 * gdb.dwarf2/clang-debug-names.exp: New file.
1075
1076 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1077
1078 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1079 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1080
1081 2020-05-06 Tom de Vries <tdevries@suse.de>
1082
1083 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1084 breakpoint is at a "recommended breakpoint location".
1085 * gdb.reverse/consecutive-reverse.exp: Same.
1086
1087 2020-05-06 Tom de Vries <tdevries@suse.de>
1088
1089 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1090 address.
1091
1092 2020-05-06 Tom de Vries <tdevries@suse.de>
1093
1094 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1095
1096 2020-05-06 Tom de Vries <tdevries@suse.de>
1097
1098 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1099 info for r.
1100
1101 2020-05-06 Tom de Vries <tdevries@suse.de>
1102
1103 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1104 necessary.
1105
1106 2020-05-06 Tom de Vries <tdevries@suse.de>
1107
1108 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1109 void.
1110
1111 2020-05-06 Tom de Vries <tdevries@suse.de>
1112
1113 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1114 of ...
1115 * gdb.base/async.exp: ... here.
1116 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1117 "recommended breakpoint location".
1118
1119 2020-05-06 Tom de Vries <tdevries@suse.de>
1120
1121 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1122
1123 2020-05-04 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.base/async.exp: Check whether instruction addresses are a
1126 "recommended breakpoint location".
1127
1128 2020-05-03 Tom Tromey <tom@tromey.com>
1129
1130 * gdb.base/sepdebug.exp: Remove "catch" test.
1131 * gdb.base/break.exp: Remove "catch" test.
1132 * gdb.base/default.exp: Update expected output.
1133
1134 2020-05-02 Tom de Vries <tdevries@suse.de>
1135
1136 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1137 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1138 * gdb.arch/i386-mpx-map.exp: Same.
1139 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1140 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1141 * gdb.arch/i386-mpx.exp: Same.
1142
1143 2020-05-02 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1146
1147 2020-05-01 Tom de Vries <tdevries@suse.de>
1148
1149 * gdb.ada/operator_bp.exp: Allow more than required amount of
1150 breakpoint.
1151
1152 2020-05-01 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1155
1156 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1157
1158 PR gdb/18706
1159 * gdb.cp/stub-array-size.cc: New test.
1160 * gdb.cp/stub-array-size.exp: New file.
1161 * gdb.cp/stub-array-size.h: New test.
1162 * gdb.cp/stub-array-size2.cc: New test.
1163
1164 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1165
1166 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1167 output to the new format.
1168
1169 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1170
1171 * gdb.base/break.exp: Use with_test_prefix.
1172
1173 2020-04-29 Tom de Vries <tdevries@suse.de>
1174
1175 * lib/gdb.exp (debug_types): New proc.
1176 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1177 * gdb.python/py-symtab.exp: Same.
1178
1179 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1180
1181 PR gdb/17320
1182 * gdb.base/pretty-array.c: New test.
1183 * gdb.base/pretty-array.exp: New file.
1184
1185 2020-04-29 Tom de Vries <tdevries@suse.de>
1186
1187 PR symtab/25889
1188 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1189 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1190 and include cpexprs.exp.
1191
1192 2020-04-28 Mark Williams <mark@myosotissp.com>
1193
1194 PR gdb/24480
1195 * dw4-toplevel-types.exp: Test for top level types.
1196 * dw4-toplevel-types.cc: Test for top level types.
1197
1198 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1199
1200 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1201 (theads -> threads).
1202
1203 2020-04-28 Tom de Vries <tdevries@suse.de>
1204
1205 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1206
1207 2020-04-28 Tom de Vries <tdevries@suse.de>
1208
1209 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1210
1211 2020-04-28 Tom de Vries <tdevries@suse.de>
1212
1213 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1214
1215 2020-04-28 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.dwarf2/main-foo.c: New test.
1218 * gdb.dwarf2/struct-with-sig.exp: New file.
1219
1220 2020-04-25 Tom de Vries <tdevries@suse.de>
1221
1222 * boards/debug-types.exp: New file.
1223
1224 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1225
1226 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1227
1228 2020-04-24 Tom Tromey <tom@tromey.com>
1229
1230 PR symtab/12707:
1231 * gdb.python/py-symbol.exp: Update expected results for
1232 linkage_name test.
1233 * gdb.cp/print-demangle.exp: New file.
1234 * gdb.base/c-linkage-name.exp: Fix test.
1235 * gdb.guile/scm-symbol.exp: Update expected results for
1236 linkage_name test.
1237
1238 2020-04-24 Tom Tromey <tom@tromey.com>
1239
1240 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1241 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1242 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1243 assembler.
1244
1245 2020-04-24 Tom de Vries <tdevries@suse.de>
1246
1247 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1248 C++.
1249
1250 2020-04-24 Tom Tromey <tromey@adacore.com>
1251
1252 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1253 values.
1254 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1255 values. Update test for minimal encodings.
1256 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1257 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1258 values. Update test for minimal encodings.
1259
1260 2020-04-24 Tom Tromey <tromey@adacore.com>
1261
1262 PR python/23662:
1263 * gdb.ada/variant.exp: Add Python checks.
1264 * gdb.rust/simple.exp: Add dynamic type checks.
1265
1266 2020-04-24 Tom Tromey <tromey@adacore.com>
1267
1268 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1269 Make array type matching more lax.
1270 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1271 * gdb.ada/mi_variant.exp: New file.
1272 * gdb.ada/mi_variant/pck.ads: New file.
1273 * gdb.ada/mi_variant/pkg.adb: New file.
1274 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1275 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1276
1277 2020-04-24 Tom Tromey <tromey@adacore.com>
1278
1279 * gdb.ada/variant.exp: Add dynamic field offset tests.
1280 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1281 * gdb.ada/variant/pkg.adb: Add new variables.
1282
1283 2020-04-24 Tom Tromey <tromey@adacore.com>
1284
1285 * gdb.ada/variant.exp: New file
1286 * gdb.ada/variant/pkg.adb: New file
1287 * gdb.ada/variant/pck.adb: New file
1288
1289 2020-04-24 Tom de Vries <tdevries@suse.de>
1290
1291 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1292
1293 2020-04-24 Tom de Vries <tdevries@suse.de>
1294
1295 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1296 flags.
1297
1298 2020-04-24 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1301
1302 2020-04-24 Tom de Vries <tdevries@suse.de>
1303
1304 * lib/gdb.exp (default_gdb_start): Handle eof.
1305 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1306 failure.
1307 * gdb.base/readnever.exp: Handle clean_restart failure.
1308
1309 2020-04-23 Tom de Vries <tdevries@suse.de>
1310
1311 * gdb.base/decl-before-def.exp: Run to main and print a again.
1312
1313 2020-04-23 Tom de Vries <tdevries@suse.de>
1314
1315 * gdb.base/decl-before-def-decl.c: New test.
1316 * gdb.base/decl-before-def-def.c: New test.
1317 * gdb.base/decl-before-def.exp: New file.
1318
1319 2020-04-23 Tom de Vries <tdevries@suse.de>
1320
1321 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1322
1323 2020-04-22 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1326 debug_info_offset.
1327 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1328 before $objsfile in the line line.
1329
1330 2020-04-22 Tom de Vries <tdevries@suse.de>
1331
1332 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1333
1334 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1335
1336 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1337 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1338 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1339 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1340 * gdb.base/jit-protocol.h: Update definitions to match all usage
1341 contexts.
1342
1343 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1344
1345 * gdb.base: Rename all jit related test and source files.
1346
1347 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1348
1349 * gdb.base/jit-reader.exp: Relax register output check.
1350
1351 2020-04-22 Tom de Vries <tdevries@suse.de>
1352
1353 PR symtab/25764
1354 * gdb.base/psym-external-decl-2.c: New test.
1355 * gdb.base/psym-external-decl.c: New test.
1356 * gdb.base/psym-external-decl.exp: New file.
1357 * gdb.threads/tls.exp: Add PR25807 kfail.
1358
1359 2020-04-22 Tom de Vries <tdevries@suse.de>
1360
1361 PR symtab/25801
1362 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1363 in "info source" output.
1364
1365 2020-04-22 Tom de Vries <tdevries@suse.de>
1366
1367 PR symtab/25700
1368 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1369 symtab for imported_unit.c.
1370
1371 2020-04-21 Gary Benson <gbenson@redhat.com>
1372
1373 * gdb.base/advance.c (func): New argument, to match call site.
1374 (func2, func3): Add return statements.
1375
1376 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1377
1378 * gdb.multi/run-only-second-inf.c: New file.
1379 * gdb.multi/run-only-second-inf.exp: New file.
1380
1381 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1382
1383 * gdb.btrace/multi-inferior.c: New test.
1384 * gdb.btrace/multi-inferior.exp: New file.
1385
1386 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1387
1388 * gdb.btrace/enable-new-thread.c: New test.
1389 * gdb.btrace/enable-new-thread.exp: New file.
1390
1391 2020-04-21 Tom de Vries <tdevries@suse.de>
1392
1393 PR gdb/25471
1394 * gdb.threads/killed-outside.c: New test.
1395 * gdb.threads/killed-outside.exp: New file.
1396
1397 2020-04-20 Gary Benson <gbenson@redhat.com>
1398
1399 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1400 * gdb.base/nested-subp2.exp: Likewise.
1401 * gdb.base/nested-subp3.exp: Likewise.
1402
1403 2020-04-20 Gary Benson <gbenson@redhat.com>
1404
1405 * gdb.base/nested-subp1.exp: Disable test when using clang.
1406 * gdb.base/nested-subp2.exp: Likewise.
1407 * gdb.base/nested-subp3.exp: Likewise.
1408
1409 2020-04-20 Gary Benson <gbenson@redhat.com>
1410
1411 * gdb.cp/exception.cc: Fix compilation error with clang.
1412
1413 2020-04-20 Gary Benson <gbenson@redhat.com>
1414
1415 * gdb.trace/tspeed.c: Fix compilation error with clang.
1416
1417 2020-04-20 Gary Benson <gbenson@redhat.com>
1418
1419 * gdb.base/jit-main.c: Fix compilation error with clang.
1420
1421 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1422
1423 * gdb.base/attach-twice.c: Include "sys/types.h".
1424 (PTRACE_ATTACH): Add fallback definition.
1425 (main): Pass `0' to the 4th argument of `ptrace'.
1426
1427 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1428
1429 * gdb.base/fork-running-state.c: Include "signal.h".
1430
1431 2020-04-17 Tom Tromey <tromey@adacore.com>
1432
1433 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1434 Update tests.
1435 * gdb.btrace/cpu.exp: Update tests.
1436 * gdb.base/maint.exp: Update tests.
1437 * gdb.base/default.exp: Update tests.
1438 * gdb.base/completion.exp: Update tests.
1439
1440 2020-04-16 Tom de Vries <tdevries@suse.de>
1441
1442 PR symtab/25791
1443 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1444 (ensure_gdb_index): and factor out and move ...
1445 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1446 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1447
1448 2020-04-16 Tom de Vries <tdevries@suse.de>
1449
1450 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1451 loading exec.
1452
1453 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1454
1455 * gdb.base/many-completions.exp: New file.
1456
1457 2020-04-14 Tom de Vries <tdevries@suse.de>
1458
1459 PR symtab/25718
1460 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1461
1462 2020-04-14 Tom de Vries <tdevries@suse.de>
1463
1464 PR symtab/25720
1465 * gdb.base/maint-expand-symbols-header-file.c: New test.
1466 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1467 * gdb.base/maint-expand-symbols-header-file.h: New test.
1468
1469 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1470
1471 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1472 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1473 get_func_info.
1474 (get_func_info): Delete.
1475 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1476 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1477 * lib/dwarf.exp (get_func_info): New function.
1478
1479 2020-04-13 Tom de Vries <tdevries@suse.de>
1480
1481 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1482 to what find_gnatmake does.
1483
1484 2020-04-10 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1487 -readnow.
1488
1489 2020-04-10 Tom de Vries <tdevries@suse.de>
1490
1491 PR cli/25808
1492 * gdb.base/style.c: Add leading newlines.
1493 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1494 Check listing of main's one-line body.
1495
1496 2020-04-08 Tom de Vries <tdevries@suse.de>
1497
1498 * lib/gdb.exp (psymtabs_p): New proc.
1499 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1500 importing unit" unsupported if there are no partial symbols.
1501
1502 2020-04-08 Tom de Vries <tdevries@suse.de>
1503
1504 PR testsuite/25760
1505 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1506
1507 2020-04-07 Tom de Vries <tdevries@suse.de>
1508
1509 PR symtab/25796
1510 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1511
1512 2020-04-07 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.base/check-psymtab.c: New test.
1515 * gdb.base/check-psymtab.exp: New file.
1516
1517 2020-04-06 Tom Tromey <tromey@adacore.com>
1518
1519 * gdb.ada/variant-record/proc.adb: New file.
1520 * gdb.ada/variant-record/value.adb: New file.
1521 * gdb.ada/variant-record/value.s: New file.
1522 * gdb.ada/variant-record.exp: New file.
1523
1524 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1525
1526 PR gdb/25325
1527 * gdb.cp/typed-enum.cc: New test.
1528 * gdb.cp/typed-enum.exp: New file.
1529
1530 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1533 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1534 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1535 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1536 * gdb.opt/inline-small-func.c: New file.
1537 * gdb.opt/inline-small-func.exp: New file.
1538 * gdb.opt/inline-small-func.h: New file.
1539
1540 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1543 function.
1544
1545 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1546
1547 * lib/dwarf.exp (function_range): Allow compiler options to be
1548 specified.
1549
1550 2020-04-02 Tom de Vries <tdevries@suse.de>
1551
1552 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1553 __attribute__((always_inline)).
1554 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1555
1556 2020-04-02 Tom de Vries <tdevries@suse.de>
1557
1558 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1559 (gdbserver_gdb_exit): ... here. Add timeout warning.
1560 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1561 (connect_target_extended_remote): Append new server_spawn_id to
1562 server_spawn_ids.
1563 (cleanup): New proc.
1564 (setup, <toplevel>): Call cleanup.
1565
1566 2020-04-02 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.base/main-psymtab.exp: New file.
1569
1570 2020-04-02 Tom de Vries <tdevries@suse.de>
1571
1572 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1573
1574 2020-04-01 Tom Tromey <tom@tromey.com>
1575
1576 * gdb.base/complex-parts.exp: Add type tests.
1577
1578 2020-04-01 Tom Tromey <tom@tromey.com>
1579
1580 * gdb.base/complex-parts.exp: Add arithmetic tests.
1581
1582 2020-04-01 Tom Tromey <tom@tromey.com>
1583
1584 * gdb.compile/compile.exp: Update.
1585 * gdb.compile/compile-cplus.exp: Update.
1586 * gdb.base/varargs.exp: Update.
1587 * gdb.base/floatn.exp: Update.
1588 * gdb.base/endianity.exp: Update.
1589 * gdb.base/callfuncs.exp (do_function_calls): Update.
1590 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1591 (complex_float_integral_args): Update.
1592 * gdb.base/complex.exp: Update.
1593 * gdb.base/complex-parts.exp: Update.
1594
1595 2020-04-01 Tom Tromey <tromey@adacore.com>
1596
1597 * gdb.rust/union.rs: New file.
1598 * gdb.rust/union.exp: New file.
1599 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1600 (main): Update.
1601 * gdb.rust/simple.exp: Move union tests to union.exp.
1602
1603 2020-04-01 Tom Tromey <tromey@adacore.com>
1604
1605 * gdb.rust/simple.rs (main): Remove "y0".
1606
1607 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1608
1609 * gdb.multi/stop-all-on-exit.c: New test.
1610 * gdb.multi/stop-all-on-exit.exp: New file.
1611
1612 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1613
1614 PR gdb/24789
1615 * gdb.cp/misc.cc: Add integer reference variable.
1616 * gdb.cp/misc.exp: Add test.
1617
1618 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1619
1620 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1621 scenario to cover execution until the end and also the case
1622
1623 2020-03-31 Tom de Vries <tdevries@suse.de>
1624
1625 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1626 c. Use "maint info symtabs" to check symtab expansion.
1627
1628 2020-03-30 Tom de Vries <tdevries@suse.de>
1629
1630 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1631 unsupported.
1632 (verify_psymtab_expanded): Move ...
1633 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1634 test.
1635 (readnow): New proc.
1636
1637 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1640 with $hex.
1641
1642 2020-03-20 Tom Tromey <tromey@adacore.com>
1643
1644 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1645
1646 2020-03-20 Tom Tromey <tromey@adacore.com>
1647
1648 * gdb.ada/sub_variant/subv.adb: New file.
1649 * gdb.ada/sub_variant.exp: New file.
1650
1651 2020-03-20 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1654 first break fails.
1655 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1656
1657 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1658
1659 * gdb.server/exit-multiple-threads.c: New file.
1660 * gdb.server/exit-multiple-threads.exp: New file.
1661
1662 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 * gdb.fortran/mixed-lang-stack.c: New file.
1665 * gdb.fortran/mixed-lang-stack.cpp: New file.
1666 * gdb.fortran/mixed-lang-stack.exp: New file.
1667 * gdb.fortran/mixed-lang-stack.f90: New file.
1668
1669 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1670
1671 * gdb.linespec/cp-completion-aliases.cc: New file.
1672 * gdb.linespec/cp-completion-aliases.exp: New file.
1673
1674 2020-03-19 Tom de Vries <tdevries@suse.de>
1675
1676 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1677 more precise.
1678
1679 2020-03-18 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1682 * gdb.dwarf2/break-inline-psymtab.c: New test.
1683 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1684
1685 2020-03-16 Tom de Vries <tdevries@suse.de>
1686
1687 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1688 cache_verify and cache_verify_proc.
1689
1690 2020-03-15 Tom de Vries <tdevries@suse.de>
1691
1692 * gdb.server/solib-list.exp: Handle
1693 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1694
1695 2020-03-15 Tom de Vries <tdevries@suse.de>
1696
1697 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1698 objfiles".
1699
1700 2020-03-14 Tom Tromey <tom@tromey.com>
1701
1702 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1703
1704 2020-03-14 Tom de Vries <tdevries@suse.de>
1705
1706 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1707
1708 2020-03-14 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1711 result in line-by-line fashion.
1712
1713 2020-03-14 Tom de Vries <tdevries@suse.de>
1714
1715 * lib/gdb.exp (supports_statement_frontiers): New proc.
1716 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1717
1718 2020-03-14 Tom de Vries <tdevries@suse.de>
1719
1720 * gdb.base/printcmds.exp: Add missing quoting for "print
1721 teststring2".
1722
1723 2020-03-13 Tom Tromey <tom@tromey.com>
1724
1725 * gdb.base/printcmds.exp (test_print_strings): Add regression
1726 test.
1727 * gdb.base/printcmds.c (charptr): New typedef.
1728 (teststring2): New global.
1729
1730 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1731
1732 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1733 full path in the test name.
1734 (test_ld): Add some with_test_prefix blocks to make test names
1735 unique.
1736
1737 2020-03-13 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1740
1741 2020-03-13 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1744
1745 2020-03-13 Tom de Vries <tdevries@suse.de>
1746
1747 PR symtab/25646
1748 * gdb.dwarf2/imported-unit.exp: Add test.
1749
1750 2020-03-13 Tom de Vries <tdevries@suse.de>
1751
1752 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1753 (var1, var2): New variable.
1754 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1755 matching symbols.
1756
1757 2020-03-13 Tom de Vries <tdevries@suse.de>
1758
1759 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1760 (Term::command): Use prompt prefix.
1761 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1762 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1763 command_no_prompt_prefix instead of prefix.
1764 * gdb.tui/tui-layout-asm.exp: Same.
1765
1766 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1767
1768 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1769
1770 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1771
1772 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1773 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1774 on" while stepping over the test instruction, match printed
1775 message.
1776
1777 2020-03-12 Tom de Vries <tdevries@suse.de>
1778
1779 * gdb.base/info-types.exp: Use exp_continue during matching of output
1780 of "info types".
1781
1782 2020-03-12 Tom de Vries <tdevries@suse.de>
1783
1784 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1785
1786 2020-03-12 Tom de Vries <tdevries@suse.de>
1787
1788 * gdb.fortran/module.exp: Use exp_continue during matching of output
1789 of "info variable -n".
1790
1791 2020-03-12 Tom de Vries <tdevries@suse.de>
1792
1793 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1794 gdb.dwarf2/dw2-ranges-base.c.
1795
1796 2020-03-12 Tom de Vries <tdevries@suse.de>
1797
1798 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1799 in presence of GLIBC debuginfo.
1800
1801 2020-03-12 Tom de Vries <tdevries@suse.de>
1802
1803 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1804 $core.
1805
1806 2020-03-12 Tom de Vries <tdevries@suse.de>
1807
1808 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1809 more precise.
1810
1811 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1812
1813 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1814 from Unix to Windows path.
1815
1816 2020-03-11 Tom de Vries <tdevries@suse.de>
1817
1818 * gdb.ada/minsyms.exp: Set language to ada.
1819
1820 2020-03-11 Tom de Vries <tdevries@suse.de>
1821
1822 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1823
1824 2020-03-11 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1827
1828 2020-03-11 Tom Tromey <tromey@adacore.com>
1829
1830 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1831
1832 2020-03-11 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1835
1836 2020-03-11 Tom de Vries <tdevries@suse.de>
1837
1838 * gdb.base/break-interp.exp: Limit verbose scope.
1839
1840 2020-03-11 Tom de Vries <tdevries@suse.de>
1841
1842 * gdb.fortran/logical.f90: Define variable with character type.
1843 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1844
1845 2020-03-11 Tom de Vries <tdevries@suse.de>
1846
1847 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1848
1849 2020-03-11 Tom de Vries <tdevries@suse.de>
1850
1851 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1852 symtabs.
1853
1854 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1855 Bernd Edlinger <bernd.edlinger@hotmail.de>
1856
1857 * gdb.cp/step-and-next-inline.cc: New file.
1858 * gdb.cp/step-and-next-inline.exp: New file.
1859 * gdb.cp/step-and-next-inline.h: New file.
1860 * gdb.dwarf2/dw2-is-stmt.c: New file.
1861 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1862 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1863 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1864 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1865
1866 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1869 is-stmt flag in the line table.
1870
1871 2020-03-09 Tom de Vries <tdevries@suse.de>
1872
1873 * lib/gdb.exp (cached_file): Create cache dir.
1874
1875 2020-03-07 Tom de Vries <tdevries@suse.de>
1876
1877 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1878 * gdb.cp/rvalue-ref-params.exp: Same.
1879
1880 2020-03-06 Tom de Vries <tdevries@suse.de>
1881
1882 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1883 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1884
1885 2020-03-06 Tom de Vries <tdevries@suse.de>
1886
1887 * README: Fix "the the".
1888 * gdb.base/dprintf.exp: Same.
1889
1890 2020-03-05 Tom de Vries <tdevries@suse.de>
1891
1892 * gdb.base/maint.exp: Update "main print statistics" expected output.
1893
1894 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1895
1896 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1897 (fortran_int8): Likewise.
1898 (fortran_real4): Likewise.
1899 (fortran_real8): Likewise.
1900 (fortran_complex4): Likewise.
1901 (fortran_logical4): Likewise.
1902 (fortran_character1): Likewise.
1903
1904 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1905
1906 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1907 printed as true.
1908
1909 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1910
1911 * gdb.base/printcmds.exp: Add test to verify printf of a
1912 variable holding an address.
1913
1914 2020-03-03 Tom de Vries <tdevries@suse.de>
1915
1916 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1917
1918 2020-03-03 Tom de Vries <tdevries@suse.de>
1919
1920 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1921 gdb_test_multiple call.
1922
1923 2020-03-03 Tom de Vries <tdevries@suse.de>
1924
1925 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1926 gdb_test_multiple calls.
1927
1928 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1929
1930 * gdb.base/default.exp: Remove test of 'set history filename'.
1931 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1932 filename to the empty string.
1933 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1934 and GDBHISTSIZE.
1935
1936 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1937
1938 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1939 disabled.
1940
1941 2020-03-02 Pedro Alves <palves@redhat.com>
1942 Tom de Vries <tdevries@suse.de>
1943
1944 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1945 -prompt prefix, before user_code argument. Add -lbl option likewise.
1946 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1947 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1948 argument.
1949 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1950 have "\r\n" at start-of-line, instead of at end-of-line.
1951
1952 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1953
1954 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1955 libinproctrace.so.
1956
1957 2020-02-28 Luis Machado <luis.machado@linaro.org>
1958
1959 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1960 to "p/x".
1961
1962 2020-02-28 Luis Machado <luis.machado@linaro.org>
1963
1964 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1965 asm/ptrace.h and error.h.
1966
1967 2020-02-28 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1970 (struct wrapper, do_something, mundane/symada__cS): Move ...
1971 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1972 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1973 Update "print symada__cS before partial symtab expansion" regexp.
1974 Update breakpoint location. Flush symbol cache after expansion.
1975
1976 2020-02-28 Luis Machado <luis.machado@linaro.org>
1977
1978 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
1979
1980 2020-02-27 Tom de Vries <tdevries@suse.de>
1981
1982 * config/sid.exp: Remove unused globals.
1983 * gdb.base/attach.exp: Same.
1984 * gdb.base/catch-load.exp: Same.
1985 * gdb.base/dbx.exp: Same.
1986 * lib/gdb.exp: Same.
1987 * lib/mi-support.exp: Same.
1988 * lib/prompt.exp: Same.
1989
1990 2020-02-27 Tom de Vries <tdevries@suse.de>
1991
1992 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
1993 not set.
1994
1995 2020-02-26 Aaron Merey <amerey@redhat.com>
1996
1997 * gdb.debuginfod: New directory for debuginfod tests.
1998 * gdb.debuginfod/main.c: New test file.
1999 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2000
2001 2020-02-26 Tom de Vries <tdevries@suse.de>
2002
2003 PR gdb/25603
2004 * gdb.base/persistent-lang.cc: New test.
2005 * gdb.base/persistent-lang.exp: New file.
2006
2007 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2008
2009 * gdb.fortran/derived-type-striding.exp: Add a new test.
2010 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2011 new test.
2012
2013 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2016 names.
2017
2018 2020-02-25 Tom de Vries <tdevries@suse.de>
2019
2020 PR go/18926
2021 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2022
2023 2020-02-24 Tom de Vries <tdevries@suse.de>
2024
2025 PR gdb/25592
2026 * gdb.base/info-locals-unused-static-var.c: New test.
2027 * gdb.base/info-locals-unused-static-var.exp: New file.
2028
2029 2020-02-22 Tom Tromey <tom@tromey.com>
2030
2031 * gdb.python/tui-window.exp: New file.
2032 * gdb.python/tui-window.py: New file.
2033
2034 2020-02-22 Tom Tromey <tom@tromey.com>
2035
2036 PR tui/17850:
2037 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2038 tests.
2039
2040 2020-02-22 Tom Tromey <tom@tromey.com>
2041
2042 * gdb.tui/new-layout.exp: Add sub-layout tests.
2043
2044 2020-02-22 Tom Tromey <tom@tromey.com>
2045
2046 * gdb.tui/new-layout.exp: New file.
2047
2048 2020-02-22 Tom Tromey <tom@tromey.com>
2049
2050 * gdb.rust/rust-style.rs: New file.
2051 * gdb.rust/rust-style.exp: New file.
2052 * gdb.base/style.exp: Test structure printing.
2053 * gdb.base/style.c (struct some_struct): New type.
2054 (enum etype): New type.
2055 (struct_value): New global.
2056
2057 2020-02-21 Tom de Vries <tdevries@suse.de>
2058
2059 PR go/18926
2060 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2061 Remove blanket xfails. Use message argument for gdb_breakpoint.
2062 Make continuing to breakpoint test conditional on setting breakpoint.
2063 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2064 DW_AT_name attribute. Add xfail for GCC PR93866.
2065
2066 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 * gdb.dwarf2/cpp-linkage-name.c: New file.
2069 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2070
2071 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2072
2073 * lib/gdb.exp (gdb_wrapper_init): Reset
2074 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2075 not exist.
2076
2077 2020-02-20 Tom de Vries <tdevries@suse.de>
2078
2079 PR go/17018
2080 * gdb.go/hello.exp: Copy ...
2081 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2082 print of st to print value of global definition. Add xfail for GCC
2083 PR93844.
2084 * gdb.go/hello.exp: Remove printing of st before definition.
2085 * gdb.go/hello.go: Copy ...
2086 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2087 to st.
2088 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2089
2090 2020-02-20 Tom de Vries <tdevries@suse.de>
2091
2092 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2093 (gdb_simple_compile): Handle compile_flags go by using .go extension
2094 for source file.
2095 * gdb.go/chan.exp: Use support_go_compile.
2096 * gdb.go/handcall.exp: Same.
2097 * gdb.go/hello.exp: Same.
2098 * gdb.go/integers.exp: Same.
2099 * gdb.go/max-depth.exp: Same.
2100 * gdb.go/methods.exp: Same.
2101 * gdb.go/package.exp: Same.
2102 * gdb.go/strings.exp: Same.
2103 * gdb.go/types.exp: Same.
2104 * gdb.go/unsafe.exp: Same.
2105
2106 2020-02-19 Tom de Vries <tdevries@suse.de>
2107
2108 * gdb.python/lib-types.exp: Make xfail more strict.
2109
2110 2020-02-19 Tom de Vries <tdevries@suse.de>
2111
2112 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2113
2114 2020-02-19 Doug Evans <dje@google.com>
2115
2116 PR rust/25535
2117 * gdb.rust/simple.exp: Add test.
2118 * gdb.rust/simple.rs: Add test.
2119
2120 2020-02-19 Tom de Vries <tdevries@suse.de>
2121
2122 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2123 output line-by-line.
2124
2125 2020-02-19 Tom de Vries <tdevries@suse.de>
2126
2127 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2128
2129 2020-02-19 Tom de Vries <tdevries@suse.de>
2130
2131 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2132 prelink.
2133
2134 2020-02-19 Tom de Vries <tdevries@suse.de>
2135
2136 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2137 (gdb_do_cache): Use gdb_do_cache_wrap.
2138 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2139
2140 2020-02-19 Tom de Vries <tdevries@suse.de>
2141
2142 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2143 gdb_compile option.
2144
2145 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2146
2147 * gdb.base/printcmds.exp (test_print_enums): Update expected
2148 output.
2149
2150 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2151
2152 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2153 for "unknown".
2154
2155 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2156
2157 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2158 enumerator.
2159
2160 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2161
2162 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2163 FE_, add FE_NONE.
2164 (three): Update.
2165 (enum flag_enum_without_zero): New enum.
2166 (flag_enum_without_zero): New variable.
2167 (enum not_flag_enum): New enum.
2168 (three_not_flag): New variable.
2169 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2170 (test_print_enums): Add more tests for printing flag enums.
2171
2172 2020-02-18 Tom de Vries <tdevries@suse.de>
2173
2174 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2175 (gdb_compile_ada): ... here.
2176 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2177 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2178
2179 2020-02-14 Tom Tromey <tom@tromey.com>
2180
2181 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2182 build directory.
2183 * boards/gdbserver-base.exp: Update path to gdbserver.
2184
2185 2020-02-13 Tom de Vries <tdevries@suse.de>
2186
2187 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2188
2189 2020-02-13 Tom de Vries <tdevries@suse.de>
2190
2191 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2192 are missing.
2193
2194 2020-02-13 Tom de Vries <tdevries@suse.de>
2195
2196 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2197 call.
2198
2199 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2200
2201 PR tui/25126
2202 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2203 * gdb.base/cached-source-file.c: New file.
2204 * gdb.base/cached-source-file.exp: New file.
2205
2206 2020-02-11 Tom de Vries <tdevries@suse.de>
2207
2208 PR testsuite/25488
2209 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2210
2211 2020-02-10 Tom de Vries <tdevries@suse.de>
2212
2213 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2214
2215 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2216
2217 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2218 and $after_addr are both integers before making a comparison.
2219
2220 2020-02-09 Tom de Vries <tdevries@suse.de>
2221
2222 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2223 command output and paste it into gdb.log. If any, paste catch message
2224 to gdb.log.
2225
2226 2020-02-07 Tom Tromey <tromey@adacore.com>
2227
2228 PR breakpoints/24915:
2229 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2230
2231 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2232
2233 * gdb.tui/tui-missing-src.exp: Add the "missing source
2234 file" test for the TUI.
2235
2236 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2237
2238 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2239 including a port number in the output.
2240
2241 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2242
2243 * lib/fortran.exp (fortran_int4): Handle clang.
2244 (fortran_int8): Likewise.
2245 (fortran_real4): Likewise.
2246 (fortran_real8): Likewise.
2247 (fortran_complex4): Likewise.
2248 (fortran_logical4): Likewise.
2249 (fortran_character1): Likewise.
2250
2251 2020-02-04 Tom de Vries <tdevries@suse.de>
2252
2253 * README (Race detection): Add note.
2254
2255 2020-02-04 Tom de Vries <tdevries@suse.de>
2256
2257 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2258
2259 2020-02-04 Tom de Vries <tdevries@suse.de>
2260
2261 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2262
2263 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2264
2265 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2266 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2267 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2268 blttar, bnetarl.
2269 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2270 binary for blttar, bnetarl.
2271 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2272 wait instruction. Delete ldmx test.
2273 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2274
2275 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2276
2277 * gdb.fortran/array-bounds-high.exp: New file.
2278 * gdb.fortran/array-bounds-high.f90: New file.
2279
2280 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2281
2282 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2283 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2284
2285 2020-02-01 Tom de Vries <tdevries@suse.de>
2286
2287 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2288
2289 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2290
2291 PR tui/9765
2292 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2293 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2294
2295 2020-01-29 Luis Machado <luis.machado@linaro.org>
2296
2297 * gdb.arch/aarch64-brk-patterns.c: New source file.
2298 * gdb.arch/aarch64-brk-patterns.exp: New test.
2299
2300 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2301
2302 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2303 GCC/Clang version.
2304 * gdb.cp/pass-by-ref.exp: Ditto.
2305
2306 2020-01-29 Tom de Vries <tdevries@suse.de>
2307
2308 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2309 * gdb.threads/watchpoint-fork-mt.c: Same.
2310 * gdb.threads/watchpoint-fork-parent.c: Same.
2311 * gdb.threads/watchpoint-fork-st.c: Same.
2312 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2313
2314 2020-01-27 Luis Machado <luis.machado@linaro.org>
2315
2316 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2317 sitting at a syscall instruction when we hit the syscall function's
2318 breakpoint.
2319 Check PC against one obtained with the x command.
2320 Validate syscall number.
2321 (step_over_syscall): Don't continue to the syscall instruction if
2322 we're already there.
2323
2324 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2325
2326 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2327
2328 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2331 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2332
2333 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2334
2335 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2336 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2337
2338 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2339
2340 * gdb.base/maint.exp: Update line table parsing test.
2341 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2342
2343 2020-01-24 Pedro Alves <palves@redhat.com>
2344
2345 PR gdb/25410
2346 * gdb.multi/multi-re-run-1.c: New.
2347 * gdb.multi/multi-re-run-2.c: New.
2348 * gdb.multi/multi-re-run.exp: New.
2349
2350 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2351
2352 PR gdb/23718
2353 * gdb.server/server-kill-python.exp: New file.
2354
2355 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2356
2357 * gdb.server/multi-ui-errors.c: New file.
2358 * gdb.server/multi-ui-errors.exp: New file.
2359
2360 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2361
2362 PR tui/9765
2363 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2364
2365 2020-01-19 Tom Tromey <tom@tromey.com>
2366
2367 * gdb.tui/main.exp: Add check for plain "file".
2368
2369 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2370
2371 * lib/gdb.exp: Fix spelling error (seperatelly).
2372
2373 2020-01-14 Tom Tromey <tom@tromey.com>
2374
2375 PR symtab/12535:
2376 * gdb.python/python.exp: Test decode_line with empty string
2377 argument.
2378
2379 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2380
2381 * gdb.base/skip-inline.exp: Extend test.
2382
2383 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2386 * gdb.dwarf2/dw2-bad-elf.c: New file.
2387 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2388
2389 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2390
2391 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2392 _line_saw_file.
2393
2394 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2395
2396 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2397 border.
2398
2399 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2400
2401 * gdb.multi/multi-target.exp (setup): Factor out "info
2402 connections" and "info inferiors" tests to ...
2403 (test_info_inferiors): ... this new procedure.
2404 (top level): Run new "info-inferiors" tests.
2405
2406 2020-01-10 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.server/bkpt-other-inferior.exp: New file.
2409
2410 2020-01-10 Pedro Alves <palves@redhat.com>
2411
2412 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2413 of "add-inferior".
2414 * gdb.base/quit-live.exp: Likewise.
2415 * gdb.base/remote-exec-file.exp: Likewise.
2416 * gdb.guile/scm-progspace.exp: Likewise.
2417 * gdb.linespec/linespec.exp: Likewise.
2418 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2419 * gdb.mi/user-selected-context-sync.exp: Likewise.
2420 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2421 "info inferiors" tests.
2422 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2423 "add-inferior".
2424 * gdb.multi/watchpoint-multi.exp: Likewise.
2425 * gdb.python/py-inferior.exp: Likewise.
2426 * gdb.server/extended-remote-restart.exp: Likewise.
2427 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2428 "info inferiors".
2429 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2430 * gdb.trace/report.exp: Likewise.
2431
2432 2020-01-10 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.multi/multi-target.c: New file.
2435 * gdb.multi/multi-target.exp: New file.
2436 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2437 mode requested, but remote does not support non-stop".
2438
2439 2020-01-10 Pedro Alves <palves@redhat.com>
2440
2441 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2442 disconnect before reconnecting.
2443
2444 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2445 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.server/connect-without-multi-process.exp: Also test
2448 continuing to end.
2449
2450 2020-01-10 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.base/remote-exec-file.exp: New file.
2453
2454 2020-01-10 Pedro Alves <palves@redhat.com>
2455
2456 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2457 output.
2458 * gdb.threads/async.c: New.
2459 * gdb.threads/async.exp: New.
2460 * gdb.multi/tids-gid-reset.c: New.
2461 * gdb.multi/tids-gid-reset.exp: New.
2462
2463 2020-01-10 George Barrett <bob@bob131.so>
2464
2465 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2466 to help in finding the image relocation offset.
2467 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2468 options in arguments.
2469 (stap_test_no_debuginfo): Likewise.
2470 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2471 test variants.
2472 (stap_test): Add null semaphore relocation test.
2473
2474 2020-01-10 George Barrett <bob@bob131.so>
2475
2476 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2477 * gdb.base/stap-probe.exp: Likewise.
2478 (stap_test): Pass argument as an additional flag.
2479 (stap_test_no_debuginfo): Likewise.
2480 (stap_test): Check `info probes stap' output for semaphore
2481 addresses if the test binary is supposed to have them.
2482
2483 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2484
2485 * gdb.tui/basic.exp: Add more scrolling tests.
2486
2487 2020-01-09 Tom Tromey <tom@tromey.com>
2488
2489 PR tui/18932:
2490 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2491 meangingful value.
2492 (Term::command, Term::resize): Update.
2493 * gdb.tui/basic.exp: Add scrolling test.
2494
2495 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2496
2497 * gdb.tui/tui-layout-asm.exp: New file.
2498
2499 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2502
2503 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2506 (Term::enter_tui): Use Term::prepare_for_tui.
2507
2508 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2511 called.
2512
2513 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.base/skip.exp: Fix race condition in test.
2516
2517 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * gdb.base/backtrace.c: New file.
2520 * gdb.base/backtrace.exp: New file.
2521
2522 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2523
2524 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2525
2526 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2527
2528 * gdb.base/style.exp: Test that warnings are styled.
2529
2530 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2531
2532 * gdb.base/line65535.exp: New file.
2533 * gdb.base/line65535.c: New file.
2534
2535 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2536
2537 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2538 * lib/gnat_debug_info_test.adb: New file.
2539 * gdb.ada/ptype_tagged_param.exp: Use
2540 gnat_runtime_has_debug_info, expect a different output if
2541 runtime does not have debug info.
2542
2543 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2544
2545 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2546 (another) quote in test name.
2547
2548 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2549
2550 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2551 Add quote in test name.
2552
2553 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2554
2555 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2556 directory instead.
2557 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2558 * gdb.cp/pass-by-ref-2.cc: New file.
2559 * gdb.cp/pass-by-ref-2.exp: New file.
2560
2561 2019-12-20 Tom Tromey <tom@tromey.com>
2562
2563 * gdb.tui/list-before.exp: New file.
2564
2565 2019-12-20 Tom Tromey <tom@tromey.com>
2566
2567 * gdb.tui/list.exp: Check for source on initial listing.
2568
2569 2019-12-11 Tom Tromey <tromey@adacore.com>
2570
2571 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2572 Add crlf test.
2573
2574 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2575
2576 * gdb.base/default.exp: Update value of $_gdb_major.
2577
2578 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2579
2580 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2581
2582 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2583
2584 * gdb.base/skip.exp: Whitespace fix.
2585
2586 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2587
2588 * gdb.base/skip-inline.c: New file.
2589 * gdb.base/skip-inline.exp: New file.
2590
2591 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2592
2593 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2594 jit_function_00 to jit_function_stack_mangle.
2595 * gdb.base/jithost.c (jit_function_t): Rename to...
2596 (jit_function_stack_mangle_t): ... this.
2597 (jit_function_add_t): New typedef.
2598 (jit_function_00_code): Rename to...
2599 (jit_function_stack_mangle_code): ... this, make static.
2600 (jit_function_add_code): New.
2601 (main): Generate "add" function and call it. Adjust to changes
2602 in jithost_abi.
2603 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2604 (struct jithost_abi) <begin, end>: Remove fields.
2605 <object, function_stack_mangle, function_add>: New fields.
2606 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2607 code_end>: Remove fields.
2608 <func_stack_mangle>: New field.
2609 (read_debug_info): Adjust to renaming, create block for "add"
2610 function.
2611 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2612
2613 2019-12-11 Tom Tromey <tom@tromey.com>
2614
2615 * gdb.tui/resize.exp: Fix regexp.
2616 * gdb.tui/regs.exp: Fix regexps.
2617 * gdb.tui/main.exp: Fix regexp.
2618
2619 2019-12-11 Tom Tromey <tom@tromey.com>
2620
2621 * gdb.tui/resize.exp: Update.
2622 * gdb.tui/empty.exp (layouts): Update.
2623
2624 2019-12-11 Tom Tromey <tom@tromey.com>
2625
2626 * gdb.tui/regs.exp: Update.
2627 * gdb.tui/empty.exp (layouts): Update.
2628 * gdb.tui/basic.exp: Update.
2629 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2630
2631 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2632
2633 * gdb.base/options.exp: Add -raw-values in the print completion list.
2634 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2635
2636 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2637
2638 * gdb.threads/omp-par-scope.c: New file.
2639 * gdb/threads/omp-par-scope.exp: New file.
2640
2641 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2642
2643 * lib/gdb.exp (support_nested_function_tests): New proc.
2644
2645 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2646
2647 * lib/gdb.exp (gdb_compile_openmp): New proc.
2648 (build_executable_from_specs): Add an "openmp" option.
2649 (gdb_compile_pthreads): Add non-executable case.
2650
2651 2019-12-10 Tom Tromey <tromey@adacore.com>
2652
2653 * gdb.ada/unchecked_union.exp: New file.
2654 * gdb.ada/unchecked_union/pck.adb: New file.
2655 * gdb.ada/unchecked_union/pck.ads: New file.
2656 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2657 * gdb-utils.exp (string_to_regexp): Also quote "?".
2658
2659 2019-12-10 George Barrett <bob@bob131.so>
2660
2661 Test scripted probe breakpoints.
2662 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2663 * gdb.python/py-breakpoint.c (main): Likewise.
2664 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2665 specifier test.
2666 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2667
2668 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2669
2670 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2671 an rvalue parameter.
2672 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2673 parameter.
2674
2675 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2678 modules.
2679
2680 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2681
2682 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2683 broken version of GCC.
2684
2685 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2686
2687 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2688 sym-info-cmds library.
2689 * gdb.fortran/info-types.exp: Likewise.
2690 * lib/sym-info-cmds.exp: New file.
2691
2692 2019-12-08 Tom de Vries <tdevries@suse.de>
2693
2694 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2695
2696 2019-12-07 Keith Seitz <keiths@redhat.com>
2697
2698 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2699 * gdb.base/corefile-buildid-shlib.c: New file.
2700 * gdb.base/corefile-buildid.c: New file.
2701 * gdb.base/corefile-buildid.exp: New file.
2702
2703 2019-12-06 Tom de Vries <tdevries@suse.de>
2704
2705 * gdb.dwarf2/varval.exp: Add decl before def test.
2706
2707 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2708
2709 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2710
2711 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2712
2713 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2714 CV and reference conversion for overload resolution.
2715 * gdb.cp/rvalue-ref-overload.exp: Test it.
2716
2717 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2718
2719 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2720 * gdb.base/frameapply.exp: Test faas without command.
2721
2722 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2725 Fortran tests.
2726 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2727 order.
2728
2729 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2730
2731 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2732 casting to type with no kind specified.
2733 (test_basic_parsing_of_type_kinds): Additional tests for types
2734 with no kind specified, and add tests for single/double
2735 precision/complex types.
2736
2737 2019-12-04 Tom Tromey <tromey@adacore.com>
2738
2739 * gdb.base/endianity.c (struct other) <x>: New field.
2740 (main): Initialize it.
2741 * gdb.base/endianity.exp: Update.
2742
2743 2019-12-04 Tom Tromey <tromey@adacore.com>
2744
2745 * gdb.ada/scalar_storage/storage.adb: New file.
2746 * gdb.ada/scalar_storage/pck.adb: New file.
2747 * gdb.ada/scalar_storage/pck.ads: New file.
2748 * gdb.ada/scalar_storage.exp: New file.
2749
2750 2019-12-04 Tom Tromey <tromey@adacore.com>
2751
2752 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2753 (main): Initialize it.
2754 * gdb.base/endianity.exp: Update.
2755
2756 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2759
2760 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2763 -symbol-info-module-functions and -symbol-info-module-variables.
2764
2765 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2766
2767 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2768
2769 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2770 Andrew Burgess <andrew.burgess@embecosm.com>
2771
2772 * gdb.fortran/derived-type-striding.exp: New file.
2773 * gdb.fortran/derived-type-striding.f90: New file.
2774 * gdb.fortran/array-slices.exp: New file.
2775 * gdb.fortran/array-slices.f90: New file.
2776
2777 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2778
2779 * gdb.base/define.exp: Test . in command names.
2780 * gdb.base/setshow.exp: Update test, as . is now part of
2781 command name.
2782
2783 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2784
2785 * gdb.base/define-prefix.exp: New file.
2786
2787 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2788
2789 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2790 compile.
2791 (skip_btrace_pt_tests): Likewise.
2792
2793 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * gdb.fortran/info-modules.exp: Compile source files in correct
2796 order.
2797
2798 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2799
2800 * gdb.dwarf2/imported-unit.exp: New file.
2801 * gdb.dwarf2/imported-unit.c: New file.
2802
2803 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2804
2805 * gdb.mi/mi-fortran-modules-2.f90: New file.
2806 * gdb.mi/mi-fortran-modules.exp: New file.
2807 * gdb.mi/mi-fortran-modules.f90: New file.
2808
2809 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * gdb.mi/mi-sym-info-1.c: New file.
2812 * gdb.mi/mi-sym-info-2.c: New file.
2813 * gdb.mi/mi-sym-info.exp: New file.
2814
2815 2019-11-22 Tom Tromey <tromey@adacore.com>
2816
2817 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2818 * gdb.ada/tasks/foo.adb: Add another stopping location.
2819
2820 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2821
2822 * gdb.base/endianity.c: New test.
2823 * gdb.base/endianity.exp: New file.
2824
2825 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2826
2827 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2828
2829 2019-11-21 Tom de Vries <tdevries@suse.de>
2830
2831 PR gdb/24956
2832 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2833
2834 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2835
2836 * gdb.python/py-progspace.exp: Add missing parentheses on some
2837 'print' commands.
2838
2839 2019-11-19 Tom Tromey <tom@tromey.com>
2840
2841 * gdb.tui/winheight.exp: New file.
2842
2843 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.base/ctf-whatis.c: Delete.
2846 * gdb.base/ctf-whatis.exp: Delete.
2847 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2848
2849 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2850
2851 * gdb.base/ctf-cvexpr.exp: Delete.
2852 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2853
2854 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2855
2856 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2857 the compiler. Clean up header comment a little.
2858 * gdb.base/ctf-ptype.exp: Likewise.
2859 * gdb.base/ctf-whatis.exp: Likewise.
2860 * lib/gdb.exp (skip_ctf_tests): New proc.
2861
2862 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2863
2864 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2865 * gdb.tui/corefile-run.exp: New file.
2866
2867 2019-11-14 Tom Tromey <tromey@adacore.com>
2868
2869 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2870 regression tests.
2871
2872 2019-11-12 Tom Tromey <tom@tromey.com>
2873
2874 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2875 after any command. Expect prompt after WAIT_FOR is seen.
2876 (enter_tui): Enable resize messages.
2877 (command): Expect command in output.
2878 (get_line): Avoid error when cursor appears to be off-screen.
2879 (dump_screen): Include screen size in title.
2880 (_do_resize): New proc, from "resize".
2881 (resize): Rewrite. Do resize in two steps.
2882 * gdb.tui/empty.exp (layouts): Fix entries.
2883 (check_boxes): Remove xfail.
2884 (check_text): Dump screen on failure.
2885
2886 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.python/py-symbol.exp: Add test for
2889 gdb.lookup_static_symbols.
2890
2891 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * gdb.python/py-symbol.c: Declare and call function from new
2894 py-symbol-2.c file.
2895 * gdb.python/py-symbol.exp: Compile both source files, and add new
2896 tests for gdb.lookup_static_symbol.
2897 * gdb.python/py-symbol-2.c: New file.
2898
2899 2019-11-02 Tom de Vries <tdevries@suse.de>
2900
2901 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2902 * gdb.base/anon.exp: Same.
2903 * gdb.base/auto-connect-native-target.exp: Same.
2904 * gdb.base/call-ar-st.exp: Same.
2905 * gdb.base/catch-syscall.exp: Same.
2906 * gdb.base/commands.exp: Same.
2907 * gdb.base/default.exp: Same.
2908 * gdb.base/display.exp: Same.
2909 * gdb.base/float.exp: Same.
2910 * gdb.base/foll-fork.exp: Same.
2911 * gdb.base/help.exp: Same.
2912 * gdb.base/info-macros.exp: Same.
2913 * gdb.base/info-proc.exp: Same.
2914 * gdb.base/info-target.exp: Same.
2915 * gdb.base/long_long.exp: Same.
2916 * gdb.base/macscp.exp: Same.
2917 * gdb.base/memattr.exp: Same.
2918 * gdb.base/nofield.exp: Same.
2919 * gdb.base/pointers.exp: Same.
2920 * gdb.base/printcmds.exp: Same.
2921 * gdb.base/ptype.exp: Same.
2922 * gdb.base/restore.exp: Same.
2923 * gdb.base/return.exp: Same.
2924 * gdb.base/scope.exp: Same.
2925 * gdb.base/set-noassign.exp: Same.
2926 * gdb.base/setshow.exp: Same.
2927 * gdb.base/shlib-call.exp: Same.
2928 * gdb.base/signals.exp: Same.
2929 * gdb.base/sigstep.exp: Same.
2930 * gdb.base/skip.exp: Same.
2931 * gdb.base/solib-symbol.exp: Same.
2932 * gdb.base/stap-probe.exp: Same.
2933 * gdb.base/step-line.exp: Same.
2934 * gdb.base/step-test.exp: Same.
2935 * gdb.base/style.exp: Same.
2936 * gdb.base/varargs.exp: Same.
2937 * gdb.base/vla-datatypes.exp: Same.
2938 * gdb.base/vla-ptr.exp: Same.
2939 * gdb.base/vla-sideeffect.exp: Same.
2940 * gdb.base/volatile.exp: Same.
2941 * gdb.base/watch-cond-infcall.exp: Same.
2942 * gdb.base/watchpoint.exp: Same.
2943
2944 2019-11-02 Tom de Vries <tdevries@suse.de>
2945
2946 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2947 * gdb.cp/cpexprs.exp: Same.
2948 * gdb.cp/except-multi-location.exp: Same.
2949 * gdb.cp/exceptprint.exp: Same.
2950 * gdb.cp/gdb2384.exp: Same.
2951 * gdb.cp/inherit.exp: Same.
2952 * gdb.cp/m-static.exp: Same.
2953 * gdb.cp/meth-typedefs.exp: Same.
2954 * gdb.cp/misc.exp: Same.
2955 * gdb.cp/namespace.exp: Same.
2956 * gdb.cp/non-trivial-retval.exp: Same.
2957 * gdb.cp/overload.exp: Same.
2958 * gdb.cp/pr17132.exp: Same.
2959 * gdb.cp/re-set-overloaded.exp: Same.
2960 * gdb.cp/rvalue-ref-types.exp: Same.
2961 * gdb.cp/templates.exp: Same.
2962
2963 2019-11-01 Luis Machado <luis.machado@linaro.org>
2964
2965 PR gdb/25124
2966
2967 * gdb.arch/pr25124.S: New file.
2968 * gdb.arch/pr25124.exp: New file.
2969
2970 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2971
2972 * gdb.fortran/info-modules.exp: Update expected results, and add
2973 additional tests for 'info module functinos', and 'info module
2974 variables'.
2975 * gdb.fortran/info-types.exp: Update expected results.
2976 * gdb.fortran/info-types.f90: Extend testcase with additional
2977 module variables and functions.
2978
2979 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.fortran/info-modules.exp: New file.
2982 * gdb.fortran/info-types.exp: Build with new file.
2983 * gdb.fortran/info-types.f90: Include and use new module.
2984 * gdb.fortran/info-types-2.f90: New file.
2985
2986 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2987
2988 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
2989 * gdb.base/settings.exp: Test all settings types using
2990 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
2991 that now verifies that the value of "maint show" is the same as
2992 returned by the settings functions. Test the type of the
2993 maintenance settings.
2994 * gdb.base/default.exp: Update show_conv_list.
2995
2996 2019-10-31 Tom de Vries <tdevries@suse.de>
2997
2998 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
2999 gdb_test.
3000 * gdb.arch/amd64-disp-step.exp: Same.
3001 * gdb.asm/asm-source.exp: Same.
3002 * gdb.btrace/buffer-size.exp: Same.
3003 * gdb.btrace/cpu.exp: Same.
3004 * gdb.btrace/enable.exp: Same.
3005 * gdb.dwarf2/count.exp: Same.
3006 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3007 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3008 * gdb.fortran/vla-datatypes.exp: Same.
3009 * gdb.fortran/vla-history.exp: Same.
3010 * gdb.fortran/vla-ptype.exp: Same.
3011 * gdb.fortran/vla-value.exp: Same.
3012 * gdb.fortran/whatis_type.exp: Same.
3013 * gdb.guile/guile.exp: Same.
3014 * gdb.multi/tids.exp: Same.
3015 * gdb.python/py-finish-breakpoint.exp: Same.
3016 * gdb.python/py-framefilter.exp: Same.
3017 * gdb.python/py-pp-registration.exp: Same.
3018 * gdb.python/py-xmethods.exp: Same.
3019 * gdb.python/python.exp: Same.
3020 * gdb.server/connect-with-no-symbol-file.exp: Same.
3021 * gdb.server/no-thread-db.exp: Same.
3022 * gdb.server/run-without-local-binary.exp: Same.
3023 * gdb.stabs/weird.exp: Same.
3024 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3025 * gdb.threads/thread-find.exp: Same.
3026 * gdb.threads/tls-shared.exp: Same.
3027 * gdb.threads/tls.exp: Same.
3028 * gdb.threads/wp-replication.exp: Same.
3029 * gdb.trace/ax.exp: Same.
3030 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3031
3032 2019-10-31 Tom de Vries <tdevries@suse.de>
3033
3034 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3035 * gdb.ada/array_subscript_addr.exp: Same.
3036 * gdb.ada/arrayidx.exp: Same.
3037 * gdb.ada/arrayparam.exp: Same.
3038 * gdb.ada/arrayptr.exp: Same.
3039 * gdb.ada/boolean_expr.exp: Same.
3040 * gdb.ada/call_pn.exp: Same.
3041 * gdb.ada/complete.exp: Same.
3042 * gdb.ada/fixed_cmp.exp: Same.
3043 * gdb.ada/fun_addr.exp: Same.
3044 * gdb.ada/funcall_param.exp: Same.
3045 * gdb.ada/interface.exp: Same.
3046 * gdb.ada/mod_from_name.exp: Same.
3047 * gdb.ada/null_array.exp: Same.
3048 * gdb.ada/packed_array.exp: Same.
3049 * gdb.ada/packed_tagged.exp: Same.
3050 * gdb.ada/print_chars.exp: Same.
3051 * gdb.ada/print_pc.exp: Same.
3052 * gdb.ada/ptype_arith_binop.exp: Same.
3053 * gdb.ada/ptype_field.exp: Same.
3054 * gdb.ada/ptype_tagged_param.exp: Same.
3055 * gdb.ada/rec_return.exp: Same.
3056 * gdb.ada/ref_tick_size.exp: Same.
3057 * gdb.ada/str_ref_cmp.exp: Same.
3058 * gdb.ada/taft_type.exp: Same.
3059 * gdb.ada/tagged.exp: Same.
3060 * gdb.ada/type_coercion.exp: Same.
3061 * gdb.ada/uninitialized_vars.exp: Same.
3062
3063 2019-10-30 Tom de Vries <tdevries@suse.de>
3064
3065 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3066
3067 2019-10-26 Tom de Vries <tdevries@suse.de>
3068
3069 * gdb.base/bigcore.c: Fix typos in comments.
3070 * gdb.base/ctf-ptype.c: Same.
3071 * gdb.base/long_long.c: Same.
3072 * gdb.dwarf2/dw2-op-out-param.S: Same.
3073 * gdb.python/py-evthreads.c: Same.
3074 * gdb.reverse/i387-stack-reverse.c: Same.
3075 * gdb.trace/tfile.c: Same.
3076 * lib/compiler.c: Same.
3077 * lib/compiler.cc: Same.
3078
3079 2019-10-25 Tom de Vries <tdevries@suse.de>
3080
3081 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3082 gdb_test_multiple calls.
3083 * gdb.reverse/sigall-reverse.exp: Same.
3084 * gdb.reverse/solib-precsave.exp: Same.
3085 * gdb.reverse/solib-reverse.exp: Same.
3086 * gdb.reverse/until-precsave.exp: Same.
3087 * gdb.reverse/until-reverse.exp: Same.
3088
3089 2019-10-24 Tom de Vries <tdevries@suse.de>
3090
3091 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3092 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3093 kfail using -wrap pattern flag and convenience variable
3094 gdb_test_name.
3095
3096 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * gdb.python/py-progspace.exp: Add tests for the
3099 Progspace.block_for_pc method.
3100
3101 2019-10-23 Tom Tromey <tom@tromey.com>
3102
3103 * configure: Rebuild.
3104 * aclocal.m4: Use m4_include, not sinclude.
3105
3106 2019-10-21 Tom de Vries <tdevries@suse.de>
3107
3108 * gdb.base/infcall-nested-structs.c: Add
3109 __attribute__((noinline,noclone)) to all functions.
3110 (call_all): Add missing variable initialization. Simplify return value.
3111 (breakpt): Increment volatile variable, to prevent call from being
3112 optimized out.
3113 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3114
3115 2019-10-17 Tom de Vries <tdevries@suse.de>
3116
3117 * gdb.fortran/module.exp: Allow info variables to print info for files
3118 other than module.f90.
3119
3120 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.fortran/module.exp: Extend with 'info variables' test.
3123
3124 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3127 F77_FOR_TARGET.
3128
3129 2019-10-16 Tom de Vries <tdevries@suse.de>
3130
3131 PR tdep/25096
3132 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3133
3134 2019-10-16 Tom de Vries <tdevries@suse.de>
3135
3136 PR tdep/24104
3137 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3138 Add KFAIL for PR tdep/25096.
3139
3140 2019-10-16 Tom de Vries <tdevries@suse.de>
3141
3142 PR testsuite/25059
3143 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3144
3145 2019-10-16 Tom de Vries <tdevries@suse.de>
3146
3147 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3148 as signed.
3149
3150 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3151
3152 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3153 one instead of increasing timeout.
3154
3155 2019-10-13 Tom de Vries <tdevries@suse.de>
3156
3157 PR record/25038
3158 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3159 * gdb.reverse/sigall-reverse.exp: Same.
3160 * gdb.reverse/solib-precsave.exp: Same.
3161 * gdb.reverse/solib-reverse.exp: Same.
3162 * gdb.reverse/step-precsave.exp: Same.
3163 * gdb.reverse/until-precsave.exp: Same.
3164 * gdb.reverse/until-reverse.exp: Same.
3165 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3166
3167 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3168
3169 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3170 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3171 (cmp_struct_05_01, cmp_struct_static_02_01)
3172 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3173 comparisons.
3174
3175 2019-10-10 Tom de Vries <tdevries@suse.de>
3176
3177 PR testsuite/24888
3178 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3179 gnatlink.
3180
3181 2019-10-09 Tom de Vries <tdevries@suse.de>
3182
3183 PR testsuite/25048
3184 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3185
3186 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3187
3188 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3189 exceptions due to missing debug information.
3190
3191 2019-10-07 Tom de Vries <tdevries@suse.de>
3192
3193 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3194
3195 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3196
3197 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3198 * gdb.base/annota1.exp: Update to use gdb_test_name.
3199
3200 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3201
3202 * gdb.base/ctf-whatis.exp: New file.
3203 * gdb.base/ctf-whatis.c: New file.
3204 * gdb.base/ctf-ptype.exp: New file.
3205 * gdb.base/ctf-ptype.c: New file.
3206 * gdb.base/ctf-constvars.exp: New file.
3207 * gdb.base/ctf-constvars.c: New file.
3208 * gdb.base/ctf-cvexpr.exp: New file.
3209
3210 2019-10-04 Tom de Vries <tdevries@suse.de>
3211
3212 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3213 for loop.
3214
3215 2019-10-03 Tom Tromey <tom@tromey.com>
3216
3217 PR rust/24976:
3218 * gdb.rust/simple.rs (Union2): New type.
3219 (main): Use Union2.
3220 * gdb.rust/simple.exp: Add test.
3221
3222 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3223
3224 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3225 nested function prefix.
3226
3227 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3228 Richard Bunt <richard.bunt@arm.com>
3229 Andrew Burgess <andrew.burgess@embecosm.com>
3230
3231 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3232 nested functions.
3233 * gdb.fortran/nested-funcs.f90: Update expected results.
3234 * gdb.fortran/nested-funcs-2.exp: New file.
3235 * gdb.fortran/nested-funcs-2.f90: New file.
3236
3237 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.python/py-parameter.exp: Make test names unique.
3240 * gdb.python/py-template.exp: Likewise.
3241 * gdb.python/py-value.exp: Likewise.
3242
3243 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3244
3245 * gdb.base/break-interp.exp: Reduce test name duplication.
3246 * gdb.base/call-sc.exp: Likewise.
3247 * gdb.base/callfuncs.exp: Likewise.
3248 * gdb.base/charset.exp: Likewise.
3249 * gdb.base/dump.exp: Likewise.
3250 * gdb.base/ena-dis-br.exp: Likewise.
3251 * gdb.base/relational.exp: Likewise.
3252 * gdb.base/step-over-syscall.exp: Likewise.
3253 * gdb.base/structs.exp: Likewise.
3254
3255 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3256
3257 * gdb.linespec/explicit.exp: Make test names unique.
3258 * gdb.linespec/ls-errs.exp: Likewise.
3259
3260 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.reverse/break-precsave.exp: Make test names unique.
3263 * gdb.reverse/break-reverse.exp: Likewise.
3264 * gdb.reverse/finish-precsave.exp: Likewise.
3265 * gdb.reverse/finish-reverse.exp: Likewise.
3266 * gdb.reverse/machinestate-precsave.exp: Likewise.
3267 * gdb.reverse/machinestate.exp: Likewise.
3268 * gdb.reverse/readv-reverse.exp: Likewise.
3269 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3270 * gdb.reverse/sigall-precsave.exp: Likewise.
3271 * gdb.reverse/sigall-reverse.exp: Likewise.
3272 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3273 * gdb.reverse/watch-precsave.exp: Likewise.
3274 * gdb.reverse/watch-reverse.exp: Likewise.
3275
3276 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3277
3278 * gdb.threads/stop-with-handle.c: New file.
3279 * gdb.threads/stop-with-handle.exp: New file.
3280
3281 2019-10-03 Tom de Vries <tdevries@suse.de>
3282
3283 PR testsuite/25059
3284 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3285 directory" line to be missing.
3286
3287 2019-10-03 Tom de Vries <tdevries@suse.de>
3288
3289 PR testsuite/25059
3290 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3291 type optional.
3292
3293 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3294
3295 * gdb.python/py-format-string.c (string.h): New include.
3296 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3297 the same value, for endianness-independence.
3298 * gdb.python/py-format-string.exp (default_regexp_dict)
3299 (test_pretty_structs, test_format): Adjust expected output to the
3300 changed initialization.
3301
3302 2019-10-02 Tom Tromey <tromey@adacore.com>
3303
3304 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3305
3306 2019-10-02 Pedro Alves <palves@redhat.com>
3307 Andrew Burgess <andrew.burgess@embecosm.com>
3308
3309 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3310 "print-file-var.h".
3311 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3312 (get_version_1): Print this_version_id and its address.
3313 Add extern "C" wrappers around interface functions.
3314 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3315 "print-file-var.h".
3316 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3317 (get_version_2): Print this_version_id and its address.
3318 Add extern "C" wrappers around interface functions.
3319 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3320 <stddef.h> and "print-file-var.h".
3321 Add extern "C" wrappers around interface functions.
3322 [VERSION_ID_MAIN] (this_version_id): Define.
3323 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3324 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3325 up extern "C" blocks.
3326 * gdb.base/print-file-var.exp (test): New, factored out from top
3327 level.
3328 (top level): Test all combinations of attribute hidden or not,
3329 dlopen or not, and this_version_id symbol in main file or not.
3330 Compile tests as both C++ and C, make test names unique.
3331
3332 2019-10-01 Tom Tromey <tom@tromey.com>
3333
3334 * gdb.base/style.exp: Test "show logging filename".
3335
3336 2019-10-01 Tom Tromey <tom@tromey.com>
3337
3338 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3339 * gdb.base/style.exp: Add metadata style test.
3340
3341 2019-10-01 Tom Tromey <tom@tromey.com>
3342
3343 * gdb.base/style.exp: Test "pwd".
3344
3345 2019-10-01 Tom Tromey <tom@tromey.com>
3346
3347 * gdb.base/style.exp: Update tests.
3348
3349 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3350
3351 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3352 'six' to unsigned.
3353 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3354 'five'. Use an all-ones bit pattern for each.
3355 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3356 to its changed values.
3357
3358 2019-09-30 Tom Tromey <tromey@adacore.com>
3359
3360 * gdb.rust/traits.rs: Disable all warnings.
3361
3362 2019-09-29 Tom de Vries <tdevries@suse.de>
3363
3364 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3365
3366 2019-09-29 Tom de Vries <tdevries@suse.de>
3367
3368 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3369
3370 2019-09-27 Tom de Vries <tdevries@suse.de>
3371
3372 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3373
3374 2019-09-27 Tom de Vries <tdevries@suse.de>
3375
3376 PR record/23188
3377 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3378
3379 2019-09-26 Tom Tromey <tromey@adacore.com>
3380
3381 * gdb.ada/py_taft.exp: New file.
3382 * gdb.ada/py_taft/main.adb: New file.
3383 * gdb.ada/py_taft/pkg.adb: New file.
3384 * gdb.ada/py_taft/pkg.ads: New file.
3385
3386 2019-09-24 Tom de Vries <tdevries@suse.de>
3387
3388 PR gdb/24598
3389 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3390
3391 2019-09-22 Tom de Vries <tdevries@suse.de>
3392
3393 * gdb.base/restore.exp: Allow register variables to be optimized out at
3394 -O0.
3395
3396 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3397
3398 * gdb.arch/spu-info.exp: Remove file.
3399 * gdb.arch/spu-info.c: Remove file.
3400 * gdb.arch/spu-ls.exp: Remove file.
3401 * gdb.arch/spu-ls.c: Remove file.
3402
3403 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3404 * gdb.asm/spu.inc: Remove file.
3405
3406 * gdb.base/dump.exp: Remove support for spu*-*-*.
3407 * gdb.base/stack-checking.exp: Likewise.
3408 * gdb.base/overlays.exp: Likewise.
3409 * gdb.base/ovlymgr.c: Likewise.
3410 * gdb.base/spu.ld: Remove file.
3411
3412 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3413 * gdb.cp/cpexprs.exp: Likewise.
3414 * gdb.cp/exception.exp: Likewise.
3415 * gdb.cp/gdb2495.exp: Likewise.
3416 * gdb.cp/mb-templates.exp: Likewise.
3417 * gdb.cp/pr9167.exp: Likewise.
3418 * gdb.cp/userdef.exp: Likewise.
3419
3420 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3421
3422 * gdb.cell: Remove directory.
3423 * lib/cell.exp: Remove file.
3424
3425 2019-09-19 Tom de Vries <tdevries@suse.de>
3426
3427 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3428
3429 2019-09-19 Tom de Vries <tdevries@suse.de>
3430
3431 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3432
3433 2019-09-19 Tom de Vries <tdevries@suse.de>
3434
3435 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3436 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3437 (gdb_target_cmd): ... here.
3438 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3439 value 2.
3440
3441 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.base/source-dir.exp: Avoid having directory names in test
3444 names.
3445
3446 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3449 directory.
3450
3451 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.base/list-missing-source.exp: New file.
3454
3455 2019-09-14 Tom de Vries <tdevries@suse.de>
3456
3457 PR teststuite/24599
3458 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3459 * lib/ada.exp (gnatmake_version_at_least): New proc.
3460
3461 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.base/maint.exp: Use exec_has_index_section.
3464
3465 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3466
3467 * gdb.base/maint.exp: Add test for 'maint info sections'.
3468
3469 2019-09-12 Tom de Vries <tdevries@suse.de>
3470
3471 * gdb.base/store.exp: Allow register variables to be optimized out at
3472 -O0.
3473
3474 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3475
3476 * gdb.ada/rdv_wait.exp: Update to new task names.
3477 * gdb.base/task_switch_in_core.exp: Likewise.
3478 * gdb.base/info_sources_base.c: Likewise.
3479
3480 2019-09-10 Tom Tromey <tromey@adacore.com>
3481
3482 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3483
3484 2019-09-10 Tom Tromey <tromey@adacore.com>
3485
3486 * gdb.ada/dgopt.exp: New file.
3487 * gdb.ada/dgopt/x.adb: New file.
3488
3489 2019-09-08 Tom Tromey <tom@tromey.com>
3490
3491 * gdb.tui/resize.exp: Remove setup_xfail.
3492 * gdb.tui/regs.exp: Remove setup_xfail.
3493 * gdb.tui/basic.exp: Remove setup_xfail.
3494
3495 2019-09-06 David Blaikie <dblaikie@gmail.com>
3496
3497 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3498 * gdb.cp/cplabel.exp: Ditto.
3499 * gdb.linespec/ls-errs.exp: Ditto.
3500
3501 2019-09-05 Tom de Vries <tdevries@suse.de>
3502
3503 * lib/gdb.exp (cmp_file_string): New proc.
3504 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3505 runto_main. Verify save breakpoints output.
3506
3507 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3508
3509 * gdb.base/info-var.exp: Test info variables without running
3510 to main, to avoid expect's buffer overflow.
3511
3512 2019-09-03 Tom Tromey <tromey@adacore.com>
3513
3514 * gdb.ada/bias.exp: New file.
3515 * gdb.ada/bias/bias.adb: New file.
3516 * gdb.ada/print_chars.exp: Add regression test.
3517 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3518 (MC): New variable.
3519
3520 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3521
3522 * gdb.base/argv0-symlink.exp: Run only on native target
3523 and local host.
3524
3525 2019-08-29 Tom de Vries <tdevries@suse.de>
3526
3527 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3528 diverse debug info.
3529 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3530
3531 2019-08-28 Tom de Vries <tdevries@suse.de>
3532
3533 * gdb.base/info-var.exp: Allow info variables to print info for files
3534 other than info-var-f1.c and info-var-f2.c.
3535
3536 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.fortran/info-types.exp: Add module.
3539 * gdb.fortran/info-types.f90: Update expected results.
3540
3541 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 * gdb.fortran/info-types.exp: New file.
3544 * gdb.fortran/info-types.f90: New file.
3545 * lib/fortran.exp (fortran_character1): New proc.
3546
3547 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3548
3549 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3550 functions'. Reindent as needed.
3551 * gdb.base/info-var-f1.c: New file.
3552 * gdb.base/info-var-f2.c: New file.
3553 * gdb.base/info-var.exp: New file.
3554 * gdb.base/info-var.h: New file.
3555
3556 2019-08-26 Tom de Vries <tdevries@suse.de>
3557
3558 PR c++/24852
3559 * gdb.cp/no-libstdcxx-probe.exp: New test.
3560
3561 2019-08-26 Tom de Vries <tdevries@suse.de>
3562
3563 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3564 * tests need to be skipped.
3565 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3566 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3567 mi_skip_libstdcxx_probe_tests.
3568
3569 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3570
3571 * gdb.python/py-xmethods.exp: Use raw strings when passing
3572 arguments to SimpleXMethodMatcher.
3573
3574 2019-08-22 Tom de Vries <tdevries@suse.de>
3575
3576 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3577 more informative.
3578
3579 2019-08-21 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.base/with.exp: Test "with" with no arguments.
3582
3583 2019-08-21 Tom de Vries <tdevries@suse.de>
3584
3585 * gdb.base/gdb-caching-proc.exp: Sort files.
3586
3587 2019-08-20 Tom de Vries <tdevries@suse.de>
3588
3589 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3590 compilation.
3591
3592 2019-08-16 Tom de Vries <tdevries@suse.de>
3593
3594 * gdb.base/compare-sections.exp ("after run to main"): Allow
3595 mismatched read-only sections for PIE executables.
3596
3597 2019-08-16 Tom Tromey <tom@tromey.com>
3598
3599 * lib/tuiterm.exp (_csi_Z): New proc.
3600 * gdb.tui/basic.exp: Update window positions.
3601 * gdb.tui/empty.exp: Update window positions.
3602
3603 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3604
3605 * gdb.base/examine-backward.exp: Correct regexp for
3606 "examine 3 bytes backward from ${address_zero}".
3607
3608 2019-08-15 Tom Tromey <tom@tromey.com>
3609
3610 * gdb.tui/empty.exp: Enable resizing tests.
3611
3612 2019-08-15 Tom Tromey <tromey@adacore.com>
3613
3614 * gdb.ada/char_enum.exp: Add regression tests.
3615 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3616 and '0'.
3617 (Char, Gchar): Update.
3618 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3619
3620 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3621
3622 * gdb.python/python.exp: Expect a leading underscore on
3623 GdbOutput{,Error}File.
3624
3625 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3626
3627 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3628 Windows host.
3629
3630 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3631
3632 * gdb.base/batch-preserve-term-settings.exp
3633 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3634
3635 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3636
3637 * lib/gdb.exp: When running on a mingw target, replace
3638 /x/ with x:/.
3639
3640 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3641
3642 * gdb.arch/aarch64-prologue.c: New test.
3643 * gdb.arch/aarch64-prologue.exp: New file.
3644
3645 2019-08-13 Tom de Vries <tdevries@suse.de>
3646
3647 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3648 Thread.
3649
3650 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3651
3652 * gdb.python/py-completion.exp: Download the .py file to the host
3653 and use its host pathname. Conditionalize tests that use
3654 tab completion and manipulate files on the build machine.
3655 * gdb.python/py-events.exp: Download the .py file to the host
3656 and use its host pathname.
3657 * gdb.python/py-evsignal.exp: Likewise.
3658 * gdb.python/py-evthreads.exp: Likewise.
3659 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3660 pathname syntax.
3661 * gdb.python/py-framefilter.exp: Download the .py file to the right
3662 place on the host. Match Windows pathname syntax.
3663 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3664 .py file to the host and use its host pathname.
3665 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3666 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3667 build pathname. Skip symlink test on Windows host. Add missing
3668 newline at end of file.
3669 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3670 and use its host pathname.
3671 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3672 * gdb.python/py-section-script.exp: Use host location of binfile
3673 on safe-path. Use correct path separator on Windows host.
3674 Reorder alternatives in gdb_test_multiple to prevent matching
3675 the wrong alternative on success.
3676 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3677
3678 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3679
3680 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3681 expect the GDB inferior to no longer immediately stop after
3682 being resumed with "signal SIGINT".
3683
3684 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3685
3686 * gdb.linespec/break-ask.exp: Generalize regexps to match
3687 Windows pathnames too.
3688
3689 2019-08-08 Tom de Vries <tdevries@suse.de>
3690
3691 PR testsuite/24862
3692 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3693
3694 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3695
3696 * gdb.base/style.exp: Update tests for help doc new invariants.
3697 * gdb.base/help.exp: Likewise.
3698
3699 2019-08-06 Tom Tromey <tom@tromey.com>
3700
3701 * gdb.base/style.exp: Add disassemble test.
3702 * gdb.base/style.c (some_called_function): New function.
3703 (main): Use it.
3704
3705 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3706
3707 * gdb.python/py-block.exp: Test dictionary access on blocks.
3708
3709 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3710
3711 PR gdb/24863
3712 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3713 -list-thread-groups --available test when running under
3714 check-read1.
3715
3716 2019-08-05 Tom de Vries <tdevries@suse.de>
3717
3718 PR testsuite/24863
3719 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3720 * gdb.base/help.exp: Use with_read1_timeout_factor.
3721 * gdb.base/info-macros.exp: Same.
3722 * gdb.cp/nested-types.exp: Same.
3723
3724 2019-08-05 Tom de Vries <tdevries@suse.de>
3725
3726 * lib/gdb.exp (version_at_least): Factor out of ...
3727 (tcl_version_at_least): ... here.
3728 (gdb_compile): Fail if pie results in non-PIE executable.
3729 (readelf_version, readelf_prints_pie): New proc.
3730 (exec_is_pie): Return -1 if unknown.
3731
3732 2019-08-05 Tom de Vries <tdevries@suse.de>
3733
3734 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3735
3736 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3737
3738 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3739
3740 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3741
3742 * lib/completion-support.exp (test_gdb_complete_none): Skip
3743 tab completion tests if no readline support.
3744 (test_gdb_complete_unique_re): Likewise.
3745 (test_gdb_complete_multiple): Likewise.
3746
3747 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3748
3749 * gdb.base/info_sources.exp: New file.
3750 * gdb.base/info_sources.c: New file.
3751 * gdb.base/info_sources_base.c: New file.
3752
3753 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3754
3755 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3756 prefix argument.
3757 (test_exit_status): Add prefix argument.
3758
3759 2019-08-01 Tom de Vries <tdevries@suse.de>
3760
3761 PR testsuite/24863
3762 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3763 calling exp_continue for new thread and thread exited messages.
3764
3765 2019-08-01 Tom de Vries <tdevries@suse.de>
3766
3767 PR testsuite/24863
3768 * gdb.base/structs.exp: Fix check-read1 timeout using
3769 gdb_test_sequence.
3770 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3771
3772 2019-08-01 Tom de Vries <tdevries@suse.de>
3773
3774 PR testsuite/24863
3775 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3776 line.
3777
3778 2019-08-01 Tom de Vries <tdevries@suse.de>
3779
3780 PR testsuite/24863
3781 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3782
3783 2019-07-30 Tom Tromey <tromey@adacore.com>
3784
3785 * gdb.ada/display_nested.exp: New file.
3786 * gdb.ada/display_nested/foo.adb: New file.
3787 * gdb.ada/display_nested/pack.adb: New file.
3788 * gdb.ada/display_nested/pack.ads: New file.
3789
3790 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3791
3792 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3793 namespace.
3794 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3795
3796 2019-07-30 Tom de Vries <tdevries@suse.de>
3797
3798 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3799 instead.
3800
3801 2019-07-30 Tom de Vries <tdevries@suse.de>
3802
3803 PR testsuite/24834
3804 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3805 (exec_is_pie): New proc.
3806
3807 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3808
3809 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3810
3811 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3812
3813 * gdb.python/py-objfile.c: Add global and static vars.
3814 * gdb.python/py-objfile.exp: Test new functions Objfile.
3815 lookup_global_symbol and lookup_static_symbol.
3816
3817 2019-07-29 Tom Tromey <tom@tromey.com>
3818
3819 * lib/tuiterm.exp (Term::_csi_@): New proc.
3820 (Term::_csi_X): Don't move cursor.
3821
3822 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3823
3824 * gdb.base/options.exp: Update backtrace - completion to
3825 new option -frame-info.
3826 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3827 Test new 'set print frame-info'. Test backtrace -frame-info
3828 overriding 'set print frame-info'.
3829 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3830 Test new 'set print frame-info'.
3831 Verify consistency of backtrace with and without filters, with and
3832 without -no-filters.
3833 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3834 default.
3835
3836 2019-07-29 Tom de Vries <tdevries@suse.de>
3837
3838 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3839 no arguments".
3840
3841 2019-07-29 Tom de Vries <tdevries@suse.de>
3842
3843 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3844 is a substring of the first for "complete non-unique file name".
3845
3846 2019-07-29 Tom de Vries <tdevries@suse.de>
3847
3848 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3849 with ".*".
3850
3851 2019-07-29 Tom de Vries <tdevries@suse.de>
3852
3853 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3854 Pass prompt_regexp parameter to gdb_test_multiple calls.
3855
3856 2019-07-29 Tom de Vries <tdevries@suse.de>
3857
3858 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3859 print registers" regexps.
3860
3861 2019-07-29 Tom de Vries <tdevries@suse.de>
3862
3863 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3864
3865 2019-07-29 Tom de Vries <tdevries@suse.de>
3866
3867 PR gdb/24855
3868 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3869 (skip_python_tests_prompt): Add prompt_regexp argument to
3870 gdb_test_multiple calls.
3871
3872 2019-07-27 Tom Tromey <tom@tromey.com>
3873
3874 * gdb.tui/main.exp: New file.
3875
3876 2019-07-27 Tom Tromey <tom@tromey.com>
3877
3878 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3879 optional.
3880 * gdb.tui/empty.exp: New file.
3881
3882 2019-07-27 Tom Tromey <tom@tromey.com>
3883
3884 * lib/tuiterm.exp (spawn): New proc.
3885 (Term::resize): New proc.
3886 * gdb.tui/resize.exp: New file.
3887
3888 2019-07-27 Tom Tromey <tom@tromey.com>
3889
3890 * gdb.tui/list.exp: New file.
3891
3892 2019-07-27 Tom Tromey <tom@tromey.com>
3893
3894 * gdb.tui/regs.exp: New file.
3895
3896 2019-07-27 Tom Tromey <tom@tromey.com>
3897
3898 * gdb.tui/basic.exp: Add "layout split" test.
3899
3900 2019-07-27 Tom Tromey <tom@tromey.com>
3901
3902 * gdb.tui/basic.exp: Add "layout asm" test.
3903
3904 2019-07-27 Tom Tromey <tom@tromey.com>
3905
3906 * lib/tuiterm.exp: New file.
3907 * gdb.tui/basic.exp: New file.
3908
3909 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3910
3911 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3912 Enable tests associated with this flag. Adjust regex
3913 referencing "foo_low" to now refer to "foo_cold" instead.
3914
3915 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3916
3917 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3918 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3919 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3920 foo_cold. Revise comments to match.
3921 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3922 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3923 were wrapped into this proc; Call do_test in loop from outermost
3924 level.
3925 (foo_low): Rename all occurrences to "foo_cold".
3926 (backtrace from baz): New test.
3927 (x2/i foo_cold): New test.
3928 (info line *foo_cold): New test.
3929
3930 2019-07-26 Tom de Vries <tdevries@suse.de>
3931
3932 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3933
3934 2019-07-25 Tom de Vries <tdevries@suse.de>
3935
3936 PR testsuite/24830
3937 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3938 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3939 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3940 (skip_libstdcxx_probe_tests): ... here.
3941 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3942
3943 2019-07-24 Tom de Vries <tdevries@suse.de>
3944
3945 PR testsuite/24807
3946 * gdb.objc/basicclass.m: Include stdio.h.
3947 * gdb.objc/nondebug.m: Same.
3948 * gdb.objc/objcdecode.m: Same.
3949
3950 2019-07-24 Tom de Vries <tdevries@suse.de>
3951
3952 PR testsuite/24612
3953 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3954 additional_flags.
3955
3956 2019-07-24 Tom de Vries <tdevries@suse.de>
3957
3958 PR testsuite/24831
3959 * gdb.multi/tids.exp: Update error messages for info threads.
3960
3961 2019-07-24 Tom de Vries <tdevries@suse.de>
3962
3963 * gdb.base/info-types.exp: Allow info types to print info for more than
3964 one file.
3965
3966 2019-07-23 Tom de Vries <tdevries@suse.de>
3967
3968 PR testsuite/24842
3969 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3970 gdb_spawn_with_cmdline_opts.
3971
3972 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3973
3974 * gdb.arch/arm-cmse-sgstubs.c: New test.
3975 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3976
3977 2019-07-23 Tom de Vries <tdevries@suse.de>
3978
3979 PR testsuite/24711
3980 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
3981 issuing next command.
3982
3983 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3984
3985 * gdb.ada/info_auto_lang.exp: Update expected results.
3986 * gdb.base/info-types.c: Add additional types to check.
3987 * gdb.base/info-types.exp: Update expected results.
3988
3989 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3990
3991 * gdb.base/info-types.c: New file.
3992 * gdb.base/info-types.exp: New file.
3993
3994 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3995
3996 * gdb.arch/riscv-bp-infcall.c: New file.
3997 * gdb.arch/riscv-bp-infcall.exp: New file.
3998
3999 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4000
4001 PR breakpoints/24541
4002 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4003
4004 2019-07-14 Tom de Vries <tdevries@suse.de>
4005
4006 PR testsuite/24760
4007 * gdb.objc/basicclass.exp: Fix unterminated string.
4008
4009 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4010 Andrew Burgess <andrew.burgess@embecosm.com>
4011
4012 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4013 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4014 negative bounds.
4015 * gdb.fortran/vla-value.exp: Print elements of an array with
4016 negative bounds.
4017 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4018 testing.
4019
4020 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.base/options.exp (expect_string): Dequote strings in
4023 results.
4024 (test-string): Test strings with different quoting and reindent.
4025
4026 2019-07-10 Tom Tromey <tromey@adacore.com>
4027
4028 * gdb.ada/mi_ex_cond.exp: Update expected results.
4029 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4030 * gdb.ada/mi_catch_ex.exp: Update expected results.
4031 * gdb.ada/mi_catch_assert.exp: Update expected results.
4032 * gdb.ada/catch_ex.exp (catch_exception_info)
4033 (catch_exception_entry, catch_assert_entry)
4034 (catch_unhandled_entry): Update.
4035 * gdb.ada/catch_assert_if.exp: Update expected results.
4036
4037 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4038 Stephen Roberts <stephen.roberts@arm.com>
4039
4040 * gdb.base/define.exp: Restore original prompt.
4041
4042 2019-07-09 Pedro Alves <palves@redhat.com>
4043
4044 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4045 breakpoints" output.
4046 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4047 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4048 throw" creates breakpoint.
4049 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4050 'type="catchpoint"'.
4051
4052 2019-07-09 Pedro Alves <palves@redhat.com>
4053
4054 PR c++/15468
4055 * gdb.cp/except-multi-location-lib.cc: New.
4056 * gdb.cp/except-multi-location-main.cc: New.
4057 * gdb.cp/except-multi-location.exp: New.
4058
4059 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4060
4061 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4062 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4063 argument and update callers.
4064
4065 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4066
4067 * gdb.arch/amd64-break-on-asm-line.S: New file.
4068 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4069
4070 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4071
4072 * gdb.base/printcmds.exp: Test printing C string and
4073 C wide string convenience vars without transiting via the inferior.
4074 Also make test names unique.
4075
4076 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4077
4078 PR breakpoints/25011
4079 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4080
4081 2019-07-04 Pedro Alves <palves@redhat.com>
4082
4083 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4084 body returned ok(0), break(3) or continue(4).
4085 * gdb.testsuite/foreach_with_prefix.exp: New file.
4086
4087 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4088
4089 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4090
4091 2019-07-03 Pedro Alves <palves@redhat.com>
4092
4093 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4094 "return -code".
4095
4096 2019-07-03 Pedro Alves <palves@redhat.com>
4097
4098 PR cli/24732
4099 * gdb.base/shell.exp: Load completion-support.exp.
4100 Adjust expected error output. Add completion tests.
4101
4102 2019-07-03 Pedro Alves <palves@redhat.com>
4103
4104 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4105 string_to_regexp.
4106
4107 2019-07-03 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4110 (expect_integer): Adjust to expect "-string".
4111 (expect_string): New.
4112 (all_options): Expect "-string".
4113 (test-flag, test-boolean): Adjust to expect "-string".
4114 (test-string): New proc.
4115 (top level): Call it.
4116
4117 2019-07-03 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4120 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4121 the expected output in the success.
4122
4123 2019-07-03 Pedro Alves <palves@redhat.com>
4124
4125 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4126 Split one gdb_test_multiple call in two to avoid a race.
4127
4128 2019-07-03 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.base/with.c: New file.
4131 * gdb.base/with.exp: New file.
4132
4133 2019-07-03 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.base/settings.exp: Replace all references to "maint
4136 test-settings set" with references to "maint set test-settings",
4137 and all references to "maint test-settings show" with references
4138 to "maint show test-settings".
4139
4140 2019-07-03 Pedro Alves <palves@redhat.com>
4141
4142 * gdb.base/settings.exp (test-string): Adjust expected out when
4143 testing "maint test-settings show filename"
4144
4145 2019-07-02 Pedro Alves <palves@redhat.com>
4146
4147 * gdb.base/options.exp (test-info-threads): New procedure.
4148 (top level): Call it.
4149
4150 2019-06-28 Tom Tromey <tromey@adacore.com>
4151
4152 * gdb.dwarf2/ada-linkage-name.c: New file.
4153 * gdb.dwarf2/ada-linkage-name.exp: New file.
4154
4155 2019-06-27 Tom Tromey <tromey@adacore.com>
4156
4157 PR c++/20020:
4158 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4159
4160 2019-06-26 Tom de Vries <tdevries@suse.de>
4161
4162 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4163
4164 2019-06-26 Tom de Vries <tdevries@suse.de>
4165
4166 * gdb.base/index-cache.exp: Add back missing debug option.
4167
4168 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4169
4170 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4171
4172 2019-06-25 Tom de Vries <tdevries@suse.de>
4173
4174 PR testsuite/24727
4175 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4176
4177 2019-06-24 Tom de Vries <tdevries@suse.de>
4178
4179 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4180
4181 2019-06-24 Tom de Vries <tdevries@suse.de>
4182
4183 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4184 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4185 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4186
4187 2019-06-24 Tom de Vries <tdevries@suse.de>
4188
4189 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4190
4191 2019-06-21 Tom de Vries <tdevries@suse.de>
4192
4193 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4194
4195 2019-06-21 Tom de Vries <tdevries@suse.de>
4196
4197 PR testsuite/24518
4198 PR ada/24713
4199 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4200 index.
4201
4202 2019-06-19 Tom Tromey <tromey@adacore.com>
4203
4204 * gdb.ada/length_cond.exp: Add intro comment.
4205
4206 2019-06-19 Tom Tromey <tromey@adacore.com>
4207
4208 * gdb.ada/length_cond.exp: New file.
4209 * gdb.ada/length_cond/length_cond.adb: New file.
4210 * gdb.ada/length_cond/pck.adb: New file.
4211 * gdb.ada/length_cond/pck.ads: New file.
4212
4213 2019-06-18 Tom de Vries <tdevries@suse.de>
4214
4215 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4216
4217 2019-06-18 Tom Tromey <tromey@adacore.com>
4218
4219 * gdb.base/list0.h: Add comment explaining control character.
4220
4221 2019-06-18 Tom de Vries <tdevries@suse.de>
4222
4223 * boards/fission.exp: Break up long debug_flags line.
4224
4225 2019-06-16 Tom de Vries <tdevries@suse.de>
4226
4227 PR gdb/24445
4228 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4229 generated index.
4230
4231 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 PR gdb/24686
4234 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4235 improve detection of bug gdb/24541.
4236
4237 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4238
4239 PR gdb/24669
4240 * gdb.base/index-cache.exp (uses_readnow,
4241 expecting_index_cache_use): Define global variable.
4242 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4243 expecting_index_cache_use.
4244
4245 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4246 Andrew Burgess <andrew.burgess@embecosm.com>
4247
4248 * gdb.fortran/pointers.f90: New file.
4249 * gdb.fortran/print_type.exp: New file.
4250 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4251 * gdb.fortran/vla-type.exp: Likewise.
4252 * gdb.fortran/vla-value.exp: Likewise.
4253 * gdb.mi/mi-vla-fortran.exp: Likewise.
4254
4255 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4256
4257 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4258 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4259 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4260 as a stop reason.
4261
4262 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4263
4264 * gdb.base/annota1.exp: Update expected results.
4265 * gdb.cp/annota2.exp: Likewise.
4266 * gdb.cp/annota3.exp: Likewise.
4267
4268 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4269
4270 * gdb.base/style-logging.exp: Remove path from test name.
4271
4272 2019-06-14 Tom Tromey <tromey@adacore.com>
4273
4274 PR gdb/24502:
4275 * gdb.base/style-logging.exp: New file.
4276
4277 2019-06-14 Tom Tromey <tromey@adacore.com>
4278
4279 * gdb.base/symfile-warn.exp: New file.
4280 * gdb.base/symfile-warn.c: New file.
4281
4282 2019-06-14 Tom Tromey <tromey@adacore.com>
4283
4284 * gdb.base/annotate-symlink.exp: New file.
4285
4286 2019-06-14 Tom Tromey <tromey@adacore.com>
4287
4288 * gdb.ada/set_wstr.exp: Add reassignment test.
4289
4290 2019-06-14 Tom Tromey <tromey@adacore.com>
4291
4292 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4293 'unchecked_access and 'unrestricted_access as well.
4294
4295 2019-06-14 Tom Tromey <tromey@adacore.com>
4296
4297 PR ada/24539:
4298 * gdb.ada/vla.exp: Update tests.
4299 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4300 pragma.
4301
4302 2019-06-13 Pedro Alves <palves@redhat.com>
4303
4304 * gdb.base/settings.exp (test-integer): Test junk after
4305 "unlimited".
4306
4307 2019-06-13 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.base/options.exp (test-thread-apply): New.
4310 (top level): Call it.
4311
4312 2019-06-13 Pedro Alves <palves@redhat.com>
4313
4314 * gdb.base/options.exp (test-frame-apply): New.
4315 (top level): Test print commands with different "frame apply"
4316 prefixes.
4317
4318 2019-06-13 Pedro Alves <palves@redhat.com>
4319
4320 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4321 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4322 'max_completions' parameter and handle it.
4323 (test_gdb_completion_offers_commands): New.
4324
4325 2019-06-13 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4328
4329 2019-06-13 Pedro Alves <palves@redhat.com>
4330
4331 * gdb.base/options.exp (test-backtrace): New.
4332 (top level): Call it.
4333
4334 2019-06-13 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.guile/scm-frame-args.exp: Use "set print
4337 raw-frame-arguments" instead of "set print raw frame-arguments".
4338 * gdb.python/py-frame-args.exp: Likewise.
4339
4340 2019-06-13 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.compile/compile.exp: Adjust expected output to option
4343 processing changes.
4344
4345 2019-06-13 Pedro Alves <palves@redhat.com>
4346
4347 * gdb.base/options.exp: Build executable.
4348 (test-print): New procedure.
4349 (top level): Call it, once for "print" and another for "compile
4350 print".
4351
4352 2019-06-13 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.base/options.c: New file.
4355 * gdb.base/options.exp: New file.
4356
4357 2019-06-13 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4360 that "o" is ambiguous.
4361
4362 2019-06-13 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.base/settings.c: New file.
4365 * gdb.base/settings.exp: New file.
4366
4367 2019-06-13 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.base/completion.exp: Fix comment typo.
4370
4371 2019-06-13 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4374 foo --1" test.
4375
4376 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4377
4378 * gdb.fortran/block-data.f: New.
4379 * gdb.fortran/block-data.exp: New.
4380
4381 2019-06-11 Tom de Vries <tdevries@suse.de>
4382
4383 PR testsuite/24521
4384 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4385 message.
4386
4387 2019-06-11 Tom de Vries <tdevries@suse.de>
4388
4389 PR testsuite/24521
4390 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4391
4392 2019-06-11 Tom de Vries <tdevries@suse.de>
4393
4394 * boards/readnow.exp: New file.
4395
4396 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4397
4398 * gdb.fortran/vla-sizeof.exp: Update expected results.
4399
4400 2019-06-06 Amos Bird <amosbird@gmail.com>
4401
4402 * gdb.base/annota1.exp (thread_switch): Add test for
4403 thread-exited annotation.
4404
4405 2019-06-06 Tom Tromey <tromey@adacore.com>
4406
4407 * gdb.base/maint.exp: Expect command started/finished output.
4408
4409 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4410
4411 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4412 comment.
4413 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4414
4415 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4416
4417 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4418 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4419 * gdb.arch/riscv-unwind-long-insn.c: New file.
4420 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4421
4422 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4423
4424 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4425
4426 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4427
4428 * lib/gdb.exp (help_list_trailer): New regexp variable
4429 factorizing the help trailer message.
4430 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4431 arg to allow to better factorize various tests.
4432 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4433 (test_prefix_command_help): Use help_list_trailer.
4434 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4435 * gdb.guile/scm-cmd.exp: Likewise.
4436 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4437 * gdb.base/help.exp: Use test_user_defined_class_help.
4438 * gdb.base/style.exp: Add tests for styling of help and apropos.
4439 * lib/gdb-utils.exp (style): Add title and highlight styles.
4440
4441 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4442
4443 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4444 $_shell_exitsignal.
4445 * gdb.base/default.exp: Update for new convenience variables.
4446
4447 2019-05-29 Tom Tromey <tromey@adacore.com>
4448
4449 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4450 to "break complete ada" test case's regexp.
4451
4452 2019-05-29 Tom Tromey <tromey@adacore.com>
4453
4454 PR c++/20020:
4455 * gdb.cp/constexpr-field.exp: New file.
4456 * gdb.cp/constexpr-field.cc: New file.
4457
4458 2019-05-29 Tom Tromey <tromey@adacore.com>
4459
4460 * gdb.base/finish.exp (finish_no_print): New proc.
4461 (finish_tests): Call it.
4462
4463 2019-05-24 Tom de Vries <tdevries@suse.de>
4464
4465 * gdb.dwarf2/gdb-add-index.exp: New file.
4466
4467 2019-05-22 Tom Tromey <tromey@adacore.com>
4468
4469 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4470 * gdb.base/style.exp: Use "style".
4471 * lib/gdb-utils.exp (style): New proc.
4472
4473 2019-05-22 Tom de Vries <tdevries@suse.de>
4474
4475 * gdb.base/align.exp: Require c++11.
4476
4477 2019-05-22 Tom de Vries <tdevries@suse.de>
4478
4479 PR testsuite/24586
4480 * gdb.python/py-mi-var-info-path-expression.exp: Call
4481 mi_skip_python_tests to check if python is supported.
4482
4483 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4484
4485 * gdb.arch/aarch64-pauth.c: New test.
4486 * gdb.arch/aarch64-pauth.exp: New file.
4487
4488 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4489
4490 * README (Re-running Tests Outside The Testsuite): New section.
4491
4492 2019-05-21 Tom de Vries <tdevries@suse.de>
4493
4494 * gdb.arch/amd64-eval.exp: Require c++11.
4495 * gdb.base/max-depth.exp: Same.
4496 * gdb.compile/compile-cplus-array-decay.exp: Same.
4497 * gdb.cp/meth-typedefs.exp: Same.
4498 * gdb.cp/subtypes.exp: Same.
4499 * gdb.cp/temargs.exp: Same.
4500
4501 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4502
4503 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4504
4505 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4506
4507 PR gdb/18644
4508 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4509 * gdb.fortran/printing-types.exp: Add new test.
4510 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4511 testing.
4512 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4513 setup_kfail call.
4514
4515 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4516
4517 * README (Running the Testsuite): Change example.
4518 (Testsuite Parameters): Remove TRANSCRIPT.
4519 * lib/gdb.exp: Remove TRANSCRIPT check.
4520
4521 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4522
4523 * README (Testsuite Parameters): Add replay logging to
4524 GDBSERVER_DEBUG.
4525 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4526 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4527 as a comma separated list.
4528 (gdb_debug_init): Override procedure.
4529
4530 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4531
4532 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4533 (gdb_write_cmd_file): New procedure.
4534 * lib/gdbserver-support.exp (gdbserver_start): Call
4535 gdbserver_write_cmd_file.
4536 (gdbserver_write_cmd_file): New procedure.
4537
4538 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4539
4540 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4541 (delete_breakpoints): Likewise.
4542 (gdb_run_cmd): Likewise.
4543 (gdb_start_cmd): Likewise.
4544 (gdb_starti_cmd): Likewise.
4545 (gdb_internal_error_resync): Likewise.
4546 (gdb_test_multiple): Likewise.
4547 (gdb_reinitialize_dir): Likewise.
4548 (default_gdb_exit): Likewise.
4549 (gdb_file_cmd): Mark kill as optional.
4550 (default_gdb_start): Call gdb_stdin_log_init.
4551 (send_gdb): Call gdb_stdin_log_write.
4552 (rerun_to_main): Mark Y as an answer.
4553 (gdb_stdin_log_init): New function.
4554 (gdb_stdin_log_write): Likewise.
4555
4556 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4557
4558 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4559 * gdb.base/debug-expr.exp: Likewise.
4560 * gdb.base/foll-fork.exp: Likewise.
4561 * gdb.base/foll-vfork.exp: Likewise.
4562 * gdb.base/fork-print-inferior-events.exp: Likewise.
4563 * gdb.base/gdb-sigterm.exp: Likewise.
4564 * gdb.base/gdbinit-history.exp: Likewise.
4565 * gdb.base/osabi.exp: Likewise.
4566 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4567 * gdb.base/ui-redirect.exp: Likewise.
4568 * gdb.gdb/unittest.exp: Likewise.
4569 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4570 * gdb.mi/mi-watch.exp: Likewise.
4571 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4572 * gdb.mi/user-selected-context-sync.exp: Likewise.
4573 * gdb.python/python.exp: Disable debug test when debugging.
4574 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4575 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4576 Likewise.
4577 * gdb.threads/stepi-random-signal.exp: Likewise.
4578
4579 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4580
4581 * Makefile.in: Pass through GDB_DEBUG.
4582 * README (Testsuite Parameters): Add GDB_DEBUG.
4583 (gdb,debug): Add board setting.
4584 * lib/gdb.exp (default_gdb_start): Start debugging.
4585 (gdb_debug_enabled): New procedure.
4586 (gdb_debug_init): Likewise.
4587
4588 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4589
4590 * Makefile.in: Pass through GDB_DEBUG.
4591 * README (Testsuite Parameters): Add GDB_DEBUG.
4592 (gdb,debug): Add board setting.
4593 * lib/gdb.exp (default_gdb_start): Start debugging.
4594 (gdb_debug_enabled): New procedure.
4595 (gdb_debug_init): Likewise.
4596
4597 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4598
4599 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4600
4601 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4602
4603 * gdb.base/ui-redirect.exp: Test redirection.
4604
4605 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4606
4607 * gdb.mi/mi-complete.exp: New file.
4608 * gdb.mi/mi-complete.cc: Likewise.
4609
4610 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4611
4612 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4613 indexed and sliced arrays, and pointers to arrays.
4614
4615 2019-05-14 Tom Tromey <tromey@adacore.com>
4616
4617 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4618 styling test.
4619
4620 2019-05-14 Tom de Vries <tdevries@suse.de>
4621
4622 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4623 selection entry encoding.
4624
4625 2019-05-10 Tom Tromey <tromey@adacore.com>
4626
4627 * gdb.ada/info_exc.exp: Add "complete" test.
4628
4629 2019-05-09 Tom de Vries <tdevries@suse.de>
4630
4631 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4632 CU-relative.
4633
4634 2019-05-09 Tom de Vries <tdevries@suse.de>
4635
4636 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4637 CU-relative.
4638
4639 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4640
4641 * gdb.ada/frame_arg_lang.exp: New testcase.
4642 * gdb.ada/frame_arg_lang/bla.adb: New file.
4643 * gdb.ada/frame_arg_lang/pck.ads: New file.
4644 * gdb.ada/frame_arg_lang/pck.adb: New file.
4645 * gdb.ada/frame_arg_lang/foo.c: New file.
4646
4647 2019-05-08 Tom Tromey <tromey@adacore.com>
4648
4649 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4650
4651 2019-05-08 Tom Tromey <tromey@adacore.com>
4652
4653 * gdb.base/ptype-offsets.exp: Update tests.
4654
4655 2019-05-08 Tom Tromey <tromey@adacore.com>
4656
4657 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4658 cases.
4659 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4660 "short".
4661
4662 2019-05-08 Tom Tromey <tromey@adacore.com>
4663
4664 * gdb.ada/vla.exp: New file.
4665 * gdb.ada/vla/vla.adb: New file.
4666
4667 2019-05-07 Tom de Vries <tdevries@suse.de>
4668
4669 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4670
4671 2019-05-07 Tom de Vries <tdevries@suse.de>
4672
4673 PR testsuite/24522
4674 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4675 section.
4676
4677 2019-05-07 Tom de Vries <tdevries@suse.de>
4678
4679 PR testsuite/24522
4680 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4681 .debug_aranges section.
4682
4683 2019-05-07 Tom de Vries <tdevries@suse.de>
4684
4685 PR testsuite/24159
4686 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4687
4688 2019-05-06 Tom de Vries <tdevries@suse.de>
4689
4690 * lib/gdb.exp (exec_has_index_section): New proc.
4691 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4692 section.
4693
4694 2019-05-04 Tom de Vries <tdevries@suse.de>
4695
4696 * boards/cc-with-debug-names.exp: New file.
4697
4698 2019-05-03 Tom Tromey <tromey@adacore.com>
4699
4700 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4701 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4702 * gdb.ada/char_enum.exp: Add test.
4703
4704 2019-05-03 Tom de Vries <tdevries@suse.de>
4705
4706 * boards/cc-with-gdb-index.exp: New file.
4707
4708 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4709
4710 * gdb.rust/simple.exp: Add new test case.
4711 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4712 (main): Initialise an instance of the new struct.
4713
4714 2019-05-01 Tom Tromey <tromey@adacore.com>
4715
4716 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4717 record.
4718 (NPR): New variable.
4719 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4720 test.
4721
4722 2019-05-01 Tom Tromey <tromey@adacore.com>
4723
4724 * gdb.ada/packed_array_assign.exp: Add packed assignment
4725 regression test.
4726
4727 2019-05-01 Tom de Vries <tdevries@suse.de>
4728
4729 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4730
4731 2019-05-01 Tom de Vries <tdevries@suse.de>
4732
4733 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4734
4735 2019-04-30 Ali Tamur <tamur@google.com>
4736
4737 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4738
4739 2019-04-30 Tom Tromey <tromey@adacore.com>
4740
4741 * lib/ada.exp (find_ada_tool): New proc.
4742 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4743 * gdb.ada/catch_ex_std.exp: New file.
4744 * gdb.ada/catch_ex_std/foo.adb: New file.
4745 * gdb.ada/catch_ex_std/some_package.adb: New file.
4746 * gdb.ada/catch_ex_std/some_package.ads: New file.
4747
4748 2019-04-30 Tom Tromey <tromey@adacore.com>
4749
4750 PR c++/24470:
4751 * gdb.cp/temargs.cc: Add test code from PR.
4752
4753 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4754
4755 * gdb.fortran/vla-datatypes.exp: Update expected results.
4756 * gdb.fortran/vla-ptype.exp: Likewise.
4757 * gdb.fortran/vla-type.exp: Likewise.
4758 * gdb.fortran/vla-value.exp: Likewise.
4759
4760 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4761
4762 * gdb.fortran/ptr-indentation.exp: Update expected results.
4763 * gdb.fortran/ptype-on-functions.exp: Likewise.
4764 * gdb.fortran/vla-ptr-info.exp: Likewise.
4765 * gdb.fortran/vla-value.exp: Likewise.
4766
4767 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4768
4769 * gdb.fortran/ptype-on-functions.exp: New file.
4770 * gdb.fortran/ptype-on-functions.f90: New file.
4771
4772 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4773
4774 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4775 case void string.
4776
4777 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4778
4779 * gdb.fortran/complex.exp: Expand.
4780 * gdb.fortran/complex.f: Renamed to...
4781 * gdb.fortran/complex.f90: ...this, and extended to add more
4782 complex values.
4783
4784 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4785
4786 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4787 MODULO, CMPLX.
4788
4789 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4790 Richard Bunt <richard.bunt@arm.com>
4791
4792 * gdb.base/max-depth.c: New file.
4793 * gdb.base/max-depth.exp: New file.
4794 * gdb.python/py-nested-maps.c: New file.
4795 * gdb.python/py-nested-maps.exp: New file.
4796 * gdb.python/py-nested-maps.py: New file.
4797 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4798 (test_all_common): Call test_max_depth.
4799 * gdb.fortran/max-depth.exp: New file.
4800 * gdb.fortran/max-depth.f90: New file.
4801 * gdb.go/max-depth.exp: New file.
4802 * gdb.go/max-depth.go: New file.
4803 * gdb.modula2/max-depth.exp: New file.
4804 * gdb.modula2/max-depth.c: New file.
4805 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4806
4807 2019-04-29 Tom de Vries <tdevries@suse.de>
4808
4809 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4810
4811 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4812
4813 * gdb.base/callexit.exp: Test may-call-functions off.
4814
4815 2019-04-25 Keith Seitz <keiths@redhat.com>
4816
4817 PR c++/24367
4818 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4819 (another_incomplete_struct, test_incomplete): New definitions.
4820 (main): Use new definitions.
4821 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4822 functions.
4823
4824 2019-04-25 Ali Tamur <tamur@google.com>
4825
4826 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4827
4828 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4829
4830 PR corefiles/11608
4831 PR corefiles/18187
4832 * gdb.base/coredump-filter-build-id.exp: New file.
4833
4834 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4835
4836 * Makefile.in: Pass through GDBSERVER_DEBUG.
4837 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4838 (gdbserver,debug): Add board setting.
4839 * gdb.trace/tspeed.exp: Skip when debugging.
4840 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4841 * lib/gdbserver-support.exp: Likewise
4842
4843 2019-04-24 Tom Tromey <tromey@adacore.com>
4844
4845 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4846 Rust.
4847
4848 2019-04-24 Tom Tromey <tromey@adacore.com>
4849
4850 * gdb.arch/amd64-eval.exp: Test bitfield return.
4851 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4852 (class Foo) <return_bitfields>: New method.
4853 (main): Call it.
4854
4855 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.cp/many-args.cc: New file.
4858 * gdb.cp/many-args.exp: New file.
4859
4860 2019-04-23 Tom de Vries <tdevries@suse.de>
4861
4862 PR gdb/24433
4863 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4864
4865 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4866
4867 * gdb.trace/backtrace.exp: Use nopie flag.
4868 * gdb.trace/circ.exp: Likewise.
4869 * gdb.trace/collection.exp: Likewise.
4870 * gdb.trace/ftrace.exp: Likewise.
4871 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4872 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4873 * gdb.trace/qtro.exp: Likewise.
4874 * gdb.trace/read-memory.exp: Likewise.
4875 * gdb.trace/report.exp: Likewise.
4876 * gdb.trace/tfile.exp: Likewise.
4877 * gdb.trace/tfind.exp: Likewise.
4878 * gdb.trace/unavailable.exp: Likewise.
4879
4880 2019-04-22 Pedro Alves <palves@redhat.com>
4881
4882 * gdb.base/solib-probes-nosharedlibrary.c,
4883 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4884
4885 2019-04-19 Tom Tromey <tromey@adacore.com>
4886
4887 * gdb.ada/ptype_union.c: New file.
4888 * gdb.ada/ptype_union.exp: New file.
4889
4890 2019-04-19 Tom Tromey <tromey@adacore.com>
4891
4892 PR symtab/24423:
4893 * gdb.base/list0.h (foo): Add a control-l character.
4894
4895 2019-04-18 Tom de Vries <tdevries@suse.de>
4896
4897 PR gdb/24433
4898 * boards/local-board.exp: Set sysroot to "".
4899
4900 2019-04-18 Tom de Vries <tdevries@suse.de>
4901 Pedro Alves <palves@redhat.com>
4902
4903 PR gdb/24454
4904 * gdb.threads/vfork-follow-child-exec.c: New file.
4905 * gdb.threads/vfork-follow-child-exec.exp: New file.
4906 * gdb.threads/vfork-follow-child-exit.c: New file.
4907 * gdb.threads/vfork-follow-child-exit.exp: New file.
4908
4909 2019-04-15 Leszek Swirski <leszeks@google.com>
4910
4911 * gdb.arch/amd64-eval.cc: New file.
4912 * gdb.arch/amd64-eval.exp: New file.
4913
4914 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4915
4916 * gdb.server/sysroot.c: New test.
4917 * gdb.server/sysroot.exp: New file.
4918 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4919 matching param.
4920
4921 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4922
4923 * gdb.base/align.exp: Extend test to cover structures containing
4924 only static fields.
4925
4926 2019-04-11 Tom de Vries <tdevries@suse.de>
4927
4928 * boards/cc-with-dwz-m.exp: New file.
4929 * boards/cc-with-dwz.exp: New file.
4930 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4931
4932 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4933
4934 * gdb.base/start-cpp.exp: New file.
4935 * gdb.base/start-cpp.cc: New file.
4936
4937 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4938
4939 * gdb.python/py-thrhandle.exp: Adjust tests to call
4940 thread_from_handle instead of thread_from_thread_handle.
4941
4942 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4943
4944 * gdb.python/py-thrhandle.exp: Add tests for
4945 gdb.InferiorThread.handle.
4946
4947 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4948
4949 * gdb.python/py-function.exp: Check calling helper function from
4950 all languages.
4951 * lib/gdb.exp (gdb_supported_languages): New proc.
4952
4953 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4954
4955 * gdb.base/complex-parts.c: New file.
4956 * gdb.base/complex-parts.exp: New file.
4957
4958 2019-04-01 Tom Tromey <tromey@adacore.com>
4959
4960 PR symtab/23331:
4961 * gdb.dwarf2/dw2-ranges-main.c: New file.
4962 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4963 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4964
4965 2019-03-30 Simon Marchi <simark@simark.ca>
4966
4967 * gdb.base/default.exp: Add values for $_gdb_major and
4968 $_gdb_minor.
4969
4970 2019-03-29 Tom Tromey <tromey@adacore.com>
4971
4972 * gdb.base/help.exp: Tighten apropos regexp.
4973
4974 2019-03-29 Keith Seitz <keiths@redhat.com>
4975
4976 * gdb.fortran/array-bounds.exp: New file.
4977 * gdb.fortran/array-bounds.f90: New file.
4978
4979 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4980
4981 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
4982
4983 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4984
4985 * gdb.multi/hello.c (main): Increase alarm timer.
4986
4987 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
4988
4989 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
4990 factor when no hardware watchpoint support.
4991
4992 2019-03-28 Alan Hayward <alan.hayward@arm.com>
4993 Pedro Alves <palves@redhat.com>
4994
4995 * boards/local-board.exp: set sysroot to /.
4996
4997 2019-03-27 Alan Hayward <alan.hayward@arm.com>
4998
4999 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5000 in child.
5001
5002 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5003
5004 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5005 field.
5006 (make_container): Initialise new field.
5007 * gdb.python/py-prettyprint.exp: Add new tests.
5008 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5009 <display_hint>: New method.
5010
5011 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5012
5013 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5014 gdb_continue_to_breakpoint more throughout this test.
5015 (run_lang_tests) Supply unique test names, and use
5016 gdb_test_no_output.
5017
5018 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5019
5020 * gdb.base/finish-pretty.exp: Update expected results.
5021 * gdb.base/pretty-print.c: New file.
5022 * gdb.base/pretty-print.exp: New file.
5023
5024 2019-03-25 Pedro Alves <palves@redhat.com>
5025
5026 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5027 move comments outside list. Append '-i "" eof' section.
5028
5029 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5030
5031 PR testsuite/25016
5032 * README: Add pie options.
5033 * gdb.base/break-interp.exp: Ensure pie is disabled.
5034 * gdb.base/dump.exp: Likewise.
5035 * lib/gdb.exp (gdb_compile): Add pie option.
5036
5037 2019-03-19 Tom Tromey <tromey@adacore.com>
5038
5039 * gdb.mi/mi2-cli-display.c: New file.
5040 * gdb.mi/mi2-cli-display.exp: New file.
5041
5042 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5043 Tom Tromey <tromey@adacore.com>
5044
5045 * gdb.ada/ptype_array/pck.adb: New file.
5046 * gdb.ada/ptype_array/pck.ads: New file.
5047 * gdb.ada/ptype_array/foo.adb: New file.
5048 * gdb.ada/ptype_array.exp: New file.
5049
5050 2019-03-14 Tom Tromey <tromey@adacore.com>
5051
5052 * gdb.base/style.exp: Add "set style sources" test.
5053
5054 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5055
5056 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5057 * mi-breakpoint-multiple-locations.exp: ... this.
5058 (make_breakpoints_pattern): New proc.
5059 (do_test): Add mi_version parameter, test -break-insert,
5060 -break-info and =breakpoint-created.
5061
5062 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5063
5064 * config/default.exp: Remove 'load_lib gdb.exp'.
5065 * config/monitor.exp: Likewise.
5066 * config/sid.exp: Likewise.
5067 * config/sim.exp: Likewise.
5068 * config/slite.exp: Likewise.
5069 * config/unix.exp: Likewise.
5070 * gdb.base/default.exp: Remove unhelpful comment.
5071
5072 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5073
5074 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5075
5076 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5077
5078 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5079
5080 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5081
5082 * gdb.fortran/type-kinds.exp: Update expected results.
5083
5084 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5085
5086 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5087
5088 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5089
5090 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5091 function.
5092 (test_basic_parsing_of_type_kinds): Expand types tested.
5093 (test_parsing_invalid_type_kinds): New function.
5094
5095 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * gdb.fortran/intrinsics.exp: New file.
5098 * gdb.fortran/intrinsics.f90: New file.
5099 * gdb.fortran/type-kinds.exp: New file.
5100
5101 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5102
5103 * gdb.fortran/dot-ops.exp: New file.
5104
5105 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5106
5107 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5108 Check upper and lower case logical literals.
5109
5110 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5113 Remove duplicate tests.
5114
5115 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5116
5117 * lib/gdb.exp (builtin_cd): rename of cd.
5118 (cd): Override builtin.
5119
5120 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5121
5122 * gdb.fortran/function-calls.exp: New file.
5123 * gdb.fortran/function-calls.f90: New test.
5124
5125 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5126
5127 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5128 on user program standard output.
5129 * gdb.fortran/short-circuit-argument-list.f90: Record function
5130 calls.
5131
5132 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5133
5134 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5135 failure.
5136
5137 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5138
5139 PR gdb/8527
5140 * gdb.base/interrupt-daemon-attach.c,
5141 gdb.base/interrupt-daemon-attach.exp: New test.
5142
5143 2019-02-27 Pedro Alves <palves@redhat.com>
5144
5145 * gdb.base/page.exp: Add tests for "set width/height -1".
5146
5147 2019-02-27 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/page.exp: Add tests for "set/show width/height" with
5150 "infinite" values.
5151
5152 2019-02-27 Tom Tromey <tromey@adacore.com>
5153
5154 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5155 2.4.
5156 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5157 workaround.
5158
5159 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5160
5161 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5162 tests for structs with static members.
5163
5164 2019-02-26 Tom Tromey <tromey@adacore.com>
5165
5166 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5167 ValueError, not TypeError.
5168
5169 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5170
5171 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5172 call from main program.
5173
5174 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5175
5176 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5177 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5178 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5179 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5180 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5181
5182 2019-02-22 Keith Seitz <keiths@redhat.com>
5183
5184 PR symtab/23853
5185 * gdb.base/symlink-sourcefile.c: New file.
5186 * gdb.base/symlink-sourcefile.exp: New file.
5187
5188 2019-02-20 Tom Tromey <tom@tromey.com>
5189
5190 * gdb.base/info_qt.exp: Update.
5191
5192 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5193
5194 * gdb.base/source.exp: Move "error in sourced script" code to
5195 the end.
5196 * gdb.base/source-error.gdb: Move contents to
5197 source-error-1.gdb. Add new code to source source-error-1.gdb.
5198 * gdb.base/source-error-1.gdb: New file, from previous
5199 source-error.gdb.
5200
5201 2019-02-17 Tom Tromey <tom@tromey.com>
5202
5203 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5204 for macro styling.
5205 * gdb.base/style.c (SOME_MACRO): New macro.
5206
5207 2019-02-17 Tom Tromey <tom@tromey.com>
5208
5209 * gdb.base/style.exp: Add line-wrapping tests.
5210 * gdb.base/page.exp: Add test for quitting during pagination.
5211
5212 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5213
5214 * gdb.ada/big_packed_array: New testcase.
5215 * gdb.ada/homonym.exp: Fix incorrect expected output for
5216 "break <homonym__get_value>" test.
5217
5218 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5219
5220 PR breakpoints/21870
5221 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5222 and prepare_for_testing. Add comment.
5223 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5224 redundant cleanup call. Clean up comment.
5225
5226 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5227
5228 PR breakpoints/21870
5229 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5230 * gdb.arch/aarch64-dbreg-contents.c: New file.
5231
5232 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5233
5234 * gdb.ada/mi_ref_changeable: New testcase.
5235
5236 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5237
5238 * gdb.base/attach.exp: Add double attach test.
5239
5240 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5241
5242 * lib/gdb.exp (default_gdb_start): Don't match pagination
5243 prompt.
5244 (gdb_init): Set stty_init.
5245
5246 2019-01-27 Tom Tromey <tom@tromey.com>
5247
5248 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5249 skip_python_tests.
5250
5251 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5252
5253 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5254 New structure.
5255 (struct struct_static_02_02): Likewise.
5256 (struct struct_static_02_03): Likewise.
5257 (struct struct_static_02_04): Likewise.
5258 (struct struct_static_04_01): Likewise.
5259 (struct struct_static_04_02): Likewise.
5260 (struct struct_static_04_03): Likewise.
5261 (struct struct_static_04_04): Likewise.
5262 (struct struct_static_06_01): Likewise.
5263 (struct struct_static_06_02): Likewise.
5264 (struct struct_static_06_03): Likewise.
5265 (struct struct_static_06_04): Likewise.
5266 (cmp_struct_static_02_01): Likewise.
5267 (cmp_struct_static_02_02): Likewise.
5268 (cmp_struct_static_02_03): Likewise.
5269 (cmp_struct_static_02_04): Likewise.
5270 (cmp_struct_static_04_01): Likewise.
5271 (cmp_struct_static_04_02): Likewise.
5272 (cmp_struct_static_04_03): Likewise.
5273 (cmp_struct_static_04_04): Likewise.
5274 (cmp_struct_static_06_01): Likewise.
5275 (cmp_struct_static_06_02): Likewise.
5276 (cmp_struct_static_06_03): Likewise.
5277 (cmp_struct_static_06_04): Likewise.
5278 (call_all): Test new structs.
5279 * gdb.base/infcall-nested-structs.exp: Likewise.
5280
5281 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5282 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5283
5284 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5285 * gdb.base/stack-protector.c: New test.
5286 * gdb.base/stack-protector.exp: New file.
5287 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5288 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5289 option.
5290 (gdb_compile): Remove stack protector for GCC and prevent
5291 recursion.
5292
5293 2019-01-16 Keith Seitz <keiths@redhat.com>
5294
5295 PR gdb/23773
5296 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5297
5298 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5299
5300 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5301 aliases.
5302 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5303 tests.
5304 * gdb.arch/powerpc-vector-regs.c: New file.
5305 * gdb.arch/powerpc-vector-regs.exp: New file.
5306
5307 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5308
5309 * gdb.arch/altivec-regs.exp: Fix the list passed to
5310 gdb_expect_list when testing "info vector".
5311
5312 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5313
5314 * gdb.base/style.exp: Don't include path in testname.
5315
5316 2019-01-10 Keith Seitz <keiths@redhat.com>
5317
5318 PR gdb/23712
5319 PR symtab/23010
5320 * gdb.dwarf2/multidictionary.exp: New file.
5321
5322 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5323
5324 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5325 (test_gnuv3_style_demangling): ... this.
5326 (test_lucid_style_demangling): Remove.
5327 (test_arm_style_demangling): Remove.
5328 (test_hp_style_demangling): Remove.
5329 (do_tests): Remove calls to the above.
5330
5331 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5332
5333 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5334 case.
5335
5336 2019-01-06 Tom Tromey <tom@tromey.com>
5337
5338 PR gdb/28155:
5339 * gdb.dwarf2/typedef-void-finish.exp: New file.
5340
5341 2018-12-28 Tom Tromey <tom@tromey.com>
5342 Simon Marchi <simark@simark.ca>
5343
5344 * gdb.base/jit-exec.exp: New file.
5345 * gdb.base/jit-exec.c: New file.
5346 * gdb.base/jit-execd.c: New file.
5347
5348 2018-12-28 Tom Tromey <tom@tromey.com>
5349
5350 * gdb.base/style.exp: Update test to check for address styling.
5351
5352 2018-12-28 Tom Tromey <tom@tromey.com>
5353
5354 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5355 message.
5356
5357 2018-12-28 Tom Tromey <tom@tromey.com>
5358
5359 * gdb.base/style.exp: Add test for version number styling.
5360
5361 2018-12-28 Tom Tromey <tom@tromey.com>
5362
5363 * gdb.base/style.exp: Add test for print_address_symbolic.
5364
5365 2018-12-28 Tom Tromey <tom@tromey.com>
5366
5367 * gdb.base/style.exp: Add test for breakpoint setting.
5368
5369 2018-12-28 Tom Tromey <tom@tromey.com>
5370
5371 * gdb.base/style.exp: Add test for variable names.
5372
5373 2018-12-28 Tom Tromey <tom@tromey.com>
5374
5375 * gdb.base/style.exp: New file.
5376 * gdb.base/style.c: New file.
5377
5378 2018-12-28 Tom Tromey <tom@tromey.com>
5379
5380 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5381 "dumb".
5382 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5383 the TERM environment variable.
5384
5385 2018-12-27 Tom Tromey <tom@tromey.com>
5386
5387 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5388 pagination test.
5389
5390 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5391
5392 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5393 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5394
5395 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5396
5397 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5398 Filename a.adb changed to bp_fun_addr.adb.
5399 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5400
5401 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5402
5403 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5404 non-PIE executables.
5405 * README: Mention the gdb,nopie_flag board setting.
5406 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5407 non-PIE executable.
5408 * gdb.arch/amd64-entry-value.exp: Likewise.
5409 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5410 * gdb.arch/i386-float.exp: Likewise.
5411 * gdb.arch/i386-signal.exp: Likewise.
5412 * gdb.mi/mi-reg-undefined.exp: Likewise.
5413
5414 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5415
5416 PR gdb/23974
5417 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5418
5419 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5420
5421 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5422 Update order of results accordingly.
5423
5424 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5425
5426 * gdb.base/annota1.exp: Update a test regexp.
5427
5428 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5429
5430 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5431
5432 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5433
5434 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5435 (reuse_time): Initialize to REUSE_TIME_CAP.
5436 (check_rc): New function.
5437 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5438 Check pthread_create rc.
5439 (spawner_thread_func): Check pthread_create and pthread_join rc.
5440
5441 2018-12-08 Pedro Alves <palves@redhat.com>
5442
5443 * gdb.base/list.exp (test_forward_search): Rename to ...
5444 (test_forward_reverse_search): ... this. Also test reverse-search
5445 and the forward-search alias.
5446
5447 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5448
5449 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5450 local timeout variable before return, and remove all local timeout
5451 variable entirely.
5452 (gdb_load): Likewise.
5453
5454 2018-12-01 Tom de Vries <tdevries@suse.de>
5455
5456 * gdb.base/gdb-caching-proc.exp: New file.
5457
5458 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5459
5460 * Makefile.in (TIMESTAMP): New variable.
5461 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5462 command.
5463 (check-single-racy): Likewise.
5464 (check/%.exp): Likewise.
5465 (check-racy/%.exp): Likewise.
5466 (workers/%.worker): Likewise.
5467 (build-perf): Likewise.
5468 (check-perf): Likewise.
5469 * README: Describe new "TS" and "TS_FORMAT" variables.
5470 * print-ts.py: New file.
5471
5472 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5473
5474 PR python/23714
5475 * gdb.python/python.exp: Test command repetition after
5476 gdb.execute.
5477
5478 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5479
5480 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5481 is correctly aligned.
5482
5483 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5484
5485 * gdb.ada/info_auto_lang.exp: New testcase.
5486 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5487 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5488 * gdb.ada/info_auto_lang/some_c.c: New file.
5489
5490 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5491
5492 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5493 FUNC_lang language syntax.
5494
5495 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5496
5497 * gdb.base/info_minsym.c: New file.
5498 * gdb.base/info_minsym.exp: New file.
5499
5500 2018-11-19 Tom Tromey <tom@tromey.com>
5501
5502 PR rust/23625:
5503 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5504 * gdb.rust/expr.exp: Update expected output. Change one test.
5505
5506 2018-11-19 Tom Tromey <tom@tromey.com>
5507
5508 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5509
5510 2018-11-19 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5513 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5514 see the expected warning.
5515
5516 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5517
5518 PR gdb/22736:
5519 * gdb.cp/infcall-nodebug-lib.c: New test.
5520 * gdb.cp/infcall-nodebug-main.c: New test.
5521 * gdb.cp/infcall-nodebug.exp: New file.
5522
5523 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5524
5525 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5526 completer tests.
5527
5528 2018-11-09 Tom de Vries <tdevries@suse.de>
5529
5530 * gdb.base/msym-lang.c: New test.
5531 * gdb.base/msym-lang.exp: New file.
5532 * gdb.base/msym-lang-main.c: New test.
5533
5534 2018-11-08 Tom Tromey <tom@tromey.com>
5535
5536 PR gdb/23555:
5537 PR gdb/23838:
5538 * gdb.base/warning.exp: New file.
5539
5540 2018-11-08 Jan Beulich <jbeulich@suse.com>
5541
5542 * testsuite/gdb.arch/i386-avx512.c,
5543 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5544
5545 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5546
5547 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5548 point hardware.
5549
5550 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5551
5552 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5553 * gdb.dwarf2/missing-type-name.exp: New file.
5554
5555 2018-11-06 Tom de Vries <tdevries@suse.de>
5556
5557 * gdb.base/many-headers.c: New test.
5558 * gdb.base/many-headers.exp: New file.
5559
5560 2018-11-06 Jim Wilson <jimw@sifive.com>
5561
5562 * gdb.base/code_elim.exp: For riscv, set additional_flags
5563 to include -msmall-data-limit=0.
5564
5565 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5566
5567 * gdb.ada/watch_minus_l: New testcase.
5568
5569 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5570
5571 * gdb.arch/aix-sighandle.c: New file.
5572 * gdb.arch/aix-sighandle.exp: New file.
5573
5574 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5575
5576 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5577 registers being unions.
5578
5579 2018-10-31 Tom de Vries <tdevries@suse.de>
5580
5581 * lib/valgrind.exp: New file.
5582 (vgdb_start, vgdb_stop): New procs, factored out of ...
5583 * gdb.base/valgrind-bt.exp: ... here, ...
5584 * gdb.base/valgrind-disp-step.exp: ... here and ...
5585 * gdb.base/valgrind-infcall.exp: ... here.
5586
5587 2018-10-31 Tom de Vries <tdevries@suse.de>
5588
5589 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5590
5591 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5592
5593 * gdb.dwarf2/void-type.c: New file.
5594 * gdb.dwarf2/void-type.exp: New file.
5595
5596 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5597
5598 * gdb.base/info_qt.c: New file.
5599 * gdb.base/info_qt.exp: New file.
5600
5601 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5602
5603 * gdb.arch/powerpc-htm-regs.c: New file.
5604 * gdb.arch/powerpc-htm-regs.exp: New file.
5605
5606 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5607
5608 * gdb.arch/powerpc-tar.c: New file.
5609 * gdb.arch/powerpc-tar.exp: New file.
5610
5611 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5612
5613 * gdb.arch/powerpc-ppr-dscr.c: New file.
5614 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5615
5616 2018-10-25 Tom de Vries <tdevries@suse.de>
5617
5618 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5619
5620 2018-10-24 Tom de Vries <tdevries@suse.de>
5621
5622 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5623 longer exists error.
5624
5625 2018-10-24 Tom de Vries <tdevries@suse.de>
5626
5627 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5628
5629 2018-10-24 Tom de Vries <tdevries@suse.de>
5630
5631 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5632 --db-attach in valgrind.
5633
5634 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5635
5636 * gdb.arch/riscv-reg-aliases.c: New file.
5637 * gdb.arch/riscv-reg-aliases.exp: New file.
5638
5639 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5640
5641 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5642
5643 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5644
5645 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5646
5647 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5648
5649 * gdb.cp/ovldbreak.exp: Fix regexps.
5650
5651 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5652
5653 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5654
5655 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5656
5657 PR cli/23785
5658 * gdb.base/restore.exp: New test to check if "restore" with an
5659 invalid file doesn't segfault.
5660
5661 2018-10-18 Tom de Vries <tdevries@suse.de>
5662
5663 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5664 * gdb.ada/excep_handle.exp: Same.
5665 * gdb.ada/mi_string_access.exp: Same.
5666 * gdb.ada/mi_var_union.exp: Same.
5667 * gdb.arch/arc-analyze-prologue.exp: Same.
5668 * gdb.arch/arc-decode-insn.exp: Same.
5669 * gdb.base/readnever.exp: Same.
5670 * gdb.fortran/printing-types.exp: Same.
5671 * gdb.guile/scm-lazy-string.exp: Same.
5672
5673 2018-10-16 Tom de Vries <tdevries@suse.de>
5674
5675 PR gdb/23730
5676 * gdb.base/catch-follow-exec.c: Add copyright notice.
5677 * gdb.base/catch-follow-exec.exp: Rewrite to use
5678 gdb_spawn_with_cmdline_opts. Require gdb-native.
5679
5680 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5681
5682 * gdb.trace/actions-changed.exp: Check for arch support.
5683 * gdb.trace/actions.exp: Likewise.
5684 * gdb.trace/ax.exp: Likewise.
5685 * gdb.trace/backtrace.exp: Likewise.
5686 * gdb.trace/change-loc.exp: Likewise.
5687 * gdb.trace/deltrace.exp: Likewise.
5688 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5689 * gdb.trace/ftrace.exp: Likewise.
5690 * gdb.trace/infotrace.exp: Check for arch support.
5691 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5692 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5693 * gdb.trace/mi-tsv-changed.exp: Likewise.
5694 * gdb.trace/packetlen.exp: Likewise.
5695 * gdb.trace/passc-dyn.exp: Likewise.
5696 * gdb.trace/passcount.exp: Likewise.
5697 * gdb.trace/pending.exp: Likewise.
5698 * gdb.trace/range-stepping.exp: Check for shlib support.
5699 * gdb.trace/report.exp: Check for arch support.
5700 * gdb.trace/save-trace.exp: Likewise.
5701 * gdb.trace/signal.exp: Check for signal support.
5702 * gdb.trace/tfind.exp: Check for arch support.
5703 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5704 * gdb.trace/trace-common.h: Add comment.
5705 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5706 * gdb.trace/trace-enable-disable.exp: Likewise.
5707 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5708 * gdb.trace/tracecmd.exp: Check for arch support.
5709 * gdb.trace/tspeed.exp: Check for shlib and target support.
5710 * gdb.trace/tstatus.exp: Check for arch support.
5711 * gdb.trace/tsv.exp: Likewise.
5712 * gdb.trace/while-dyn.exp: Likewise.
5713 * gdb.trace/while-stepping.exp: Likewise.
5714 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5715
5716 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5717
5718 * gdb.trace/tspeed.exp: Remove nowarnings.
5719 (prepare_for_trace_test): Declare "global ipalib".
5720 * gdb.trace/tspeed.c: Include unistd.h.
5721 (main): Remove superfluous printf argument.
5722
5723 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5724
5725 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5726 directory prefix on the filename.
5727
5728 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5729
5730 * gdb.gdb/unittest.exp: Update expected message informing that
5731 selftests have been disabled.
5732 * gdb.server/unittest.exp: Likewise.
5733
5734 2018-10-09 Tom de Vries <tdevries@suse.de>
5735
5736 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5737 with runto_main.
5738
5739 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5740
5741 PR c++/16841
5742 * gdb.cp/virtbase2.cc: New file.
5743 * gdb.cp/virtbase2.exp: New file.
5744
5745 2018-10-06 Tom Tromey <tom@tromey.com>
5746
5747 PR python/19399:
5748 * gdb.python/py-inferior.exp: Add architecture test.
5749
5750 2018-10-06 Tom Tromey <tom@tromey.com>
5751
5752 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5753 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5754
5755 2018-10-06 Tom Tromey <tom@tromey.com>
5756
5757 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5758 of a "throw" catchpoint.
5759
5760 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5761
5762 * gdb.base/info-proc.exp: Update string expected from "help info
5763 proc".
5764
5765 2018-10-04 Tom Tromey <tom@tromey.com>
5766
5767 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5768 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5769 (test_initial_complaints, test_empty_complaints): Update.
5770 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5771
5772 2018-10-04 Tom Tromey <tom@tromey.com>
5773
5774 PR cli/19551:
5775 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5776 * lib/gdb.exp (gdb_file_cmd): Update.
5777 * gdb.stabs/weird.exp (print_weird_var): Update.
5778 * gdb.server/solib-list.exp: Update.
5779 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5780 * gdb.mi/mi-cli.exp: Update.
5781 * gdb.linespec/linespec.exp: Update.
5782 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5783 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5784 * gdb.cp/cp-relocate.exp: Update.
5785 * gdb.base/sym-file.exp: Update.
5786 * gdb.base/relocate.exp: Update.
5787 * gdb.base/readnever.exp: Update.
5788 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5789 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5790 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5791 * gdb.base/code_elim.exp: Update.
5792 * gdb.base/break-unload-file.exp (test_break): Update.
5793 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5794 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5795 Update.
5796 * gdb.base/attach.exp (do_attach_tests): Update.
5797 * gdb.base/sepdebug.exp: Update.
5798 * gdb.python/py-section-script.exp: Update.
5799
5800 2018-10-04 Tom Tromey <tom@tromey.com>
5801
5802 PR cli/22234:
5803 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5804 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5805 output.
5806
5807 2018-10-04 Tom Tromey <tom@tromey.com>
5808
5809 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5810 set width and height to 0.
5811 (test_command_line_attach_run): Use -quiet.
5812
5813 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5814
5815 * lib/gdb.exp (skip_ifunc_tests): New.
5816 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5817 other compile failures.
5818 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5819
5820 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5821
5822 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5823 is_amd64_regs_target.
5824
5825 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5826
5827 * gdb.arch/aarch64-sighandler-regs.c: New test.
5828 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5829 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5830
5831 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5832
5833 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5834 assembly.
5835
5836 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5837
5838 * gdb.base/frame-selection.exp: New file.
5839 * gdb.base/frame-selection.c: New file.
5840
5841 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5842
5843 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5844 pthread barrier.
5845 (main): Likewise.
5846
5847 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5848
5849 * gdb.base/large-frame-1.c: New file.
5850 * gdb.base/large-frame-2.c: New file.
5851 * gdb.base/large-frame.exp: New file.
5852 * gdb.base/large-frame.h: New file.
5853
5854 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5855
5856 PR gdb/20948
5857 * gdb.base/write_mem.exp: New test.
5858 * gdb.base/write_mem.c: Likewise.
5859
5860 2018-09-23 Tom Tromey <tom@tromey.com>
5861
5862 PR python/18852:
5863 * gdb.python/py-parameter.exp: Add test for parameter that throws
5864 on "set".
5865
5866 2018-09-23 Tom Tromey <tom@tromey.com>
5867
5868 PR python/17284:
5869 * gdb.python/py-template.exp (test_template_arg): Add test for
5870 negative template argument number.
5871
5872 2018-09-23 Tom Tromey <tom@tromey.com>
5873
5874 PR python/14062:
5875 * gdb.python/python.exp: Add test for post_event error.
5876
5877 2018-09-23 Tom Tromey <tom@tromey.com>
5878
5879 PR python/18170:
5880 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5881 convert pointers to int and long.
5882
5883 2018-09-23 Tom Tromey <tom@tromey.com>
5884
5885 PR python/20126:
5886 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5887 signed-ness conversion tests.
5888
5889 2018-09-23 Tom Tromey <tom@tromey.com>
5890
5891 PR python/18352;
5892 * gdb.python/py-value.exp (test_float_conversion): New proc.
5893 Use it.
5894
5895 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5896
5897 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5898
5899 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5900
5901 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5902 no readline.
5903 * gdb.base/utf8-identifiers.exp: Likewise.
5904 * gdb.cp/cpcompletion.exp: Likewise.
5905 * gdb.linespec/cpcompletion.exp: Likewise.
5906 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5907 * gdb.linespec/cpls-ops.exp: Likewise.
5908
5909 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5910 Chris January <chris.january@arm.com>
5911
5912 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5913 * gdb.fortran/short-circuit-argument-list.exp: New file.
5914 * gdb.fortran/short-circuit-argument-list.f90: New test.
5915
5916 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5917
5918 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5919 "arch=" keyword when executing "-stack-list-frames".
5920
5921 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5922
5923 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5924 "arch=" keyword when executing "-stack-list-frames".
5925
5926 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5927
5928 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5929 break ada".
5930
5931 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5932
5933 PR python/23669
5934 * gdb.python/python.exp: Test gdb.execute("show commands").
5935
5936 2018-09-16 Tom Tromey <tom@tromey.com>
5937
5938 * gdb.base/new-ui.exp (do_execution_tests): Update.
5939 * gdb.base/dbx.exp (test_breakpoints): Update.
5940
5941 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5942
5943 * lib/gdb.exp (gdb_simple_compile): Add proc.
5944 (is_elf_target): Use gdb_simple_compile.
5945 (skip_altivec_tests): Likewise.
5946 (skip_vsx_tests): Likewise.
5947 (skip_tsx_tests): Likewise.
5948 (skip_btrace_tests): Likewise.
5949 (skip_btrace_pt_tests): Likewise.
5950 (gdb_can_simple_compile): Likewise.
5951 (gdb_has_argv0): Likewise.
5952 (gdb_target_symbol_prefix): Likewise.
5953 (target_supports_scheduler_locking): Likewise.
5954
5955 2018-09-13 Tom Tromey <tom@tromey.com>
5956
5957 * Makefile.in (TAGS): Recognize proc_with_prefix and
5958 gdb_caching_proc.
5959
5960 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5961
5962 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5963 method.
5964
5965 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5966
5967 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5968 and a few other Inferior properties when the Inferior is no
5969 longer valid.
5970
5971 2018-09-13 Tom Tromey <tom@tromey.com>
5972
5973 PR rust/23650:
5974 * gdb.rust/simple.exp: Add test for enum field access error.
5975
5976 2018-09-13 Tom Tromey <tom@tromey.com>
5977
5978 PR rust/23626:
5979 * gdb.rust/simple.rs (EmptyEnum): New type.
5980 (main): Use it.
5981 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
5982
5983 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5984
5985 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
5986 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
5987 * gdb.python/py-symtab.exp: Update test printing an objfile.
5988
5989 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
5990
5991 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
5992 object.
5993
5994 2018-09-12 Alan Hayward <alan.hayward@arm.com>
5995
5996 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
5997 (support_complex_tests): Use gdb_can_simple_compile.
5998 (is_ilp32_target): Likewise.
5999 (is_lp64_target): Likewise.
6000 (is_64_target): Likewise.
6001 (is_amd64_regs_target): Likewise.
6002 (is_aarch32_target): Likewise.
6003 (gdb_int128_helper): Likewise.
6004
6005 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6006
6007 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6008
6009 2018-09-10 Jerome Guitton <guitton@adacore.com>
6010
6011 * gdb.ada/same_component_name: Add test for case of tagged record
6012 with variable-length fields.
6013
6014 2018-09-10 Xavier Roirand <roirand@adacore.com>
6015
6016 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6017 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6018 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6019 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6020
6021 2018-09-10 Xavier Roirand <roirand@adacore.com>
6022
6023 * gdb.ada/mi_string_access.exp: New testcase.
6024 * gdb.ada/mi_string_access/bar.adb: New file.
6025 * gdb.ada/mi_string_access/pck.adb: New file.
6026 * gdb.ada/mi_string_access/pck.asd: New file.
6027
6028 2018-09-10 Xavier Roirand <roirand@adacore.com>
6029
6030 * gdb.ada/mi_var_union.exp: New testcase.
6031 * gdb.ada/mi_var_union/bar.adb: New file.
6032 * gdb.ada/mi_var_union/pck.adb: New file.
6033 * gdb.ada/mi_var_union/pck.asd: New file.
6034
6035 2018-09-08 Tom Tromey <tom@tromey.com>
6036
6037 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6038
6039 2018-09-08 Tom Tromey <tom@tromey.com>
6040
6041 PR python/16047:
6042 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6043 (register_pretty_printers): Register new printer.
6044 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6045 test.
6046 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6047 (an_int_type3): New global.
6048
6049 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6050
6051 * gdb.ada/expr_with_funcall: New testcase.
6052
6053 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6054
6055 * gdb.ada/packed_array_assign: New testcase.
6056
6057 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6058
6059 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6060 names, and add test prefixes to make test names unique.
6061
6062 2018-09-05 Tom de Vries <tdevries@suse.de>
6063
6064 * gdb.dwarf2/varval.exp: Add test.
6065
6066 2018-09-04 Gary Benson <gbenson@redhat.com>
6067
6068 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6069 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6070
6071 2018-08-31 Tom Tromey <tom@tromey.com>
6072
6073 * gdb.rust/simple.rs: Rename second variable "v".
6074
6075 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6076
6077 * gdb.base/funcargs.c (use_a): New function.
6078 (recurse): Call use_a.
6079
6080 2018-08-29 Keith Seitz <keiths@redhat.com>
6081
6082 * gdb.compile/compile-cplus-anonymous.cc: New file.
6083 * gdb.compile/compile-cplus-anonymous.exp: New file.
6084 * gdb.compile/compile-cplus-array-decay.cc: New file.
6085 * gdb.compile/compile-cplus-array-decay.exp: New file.
6086 * gdb.compile/compile-cplus-inherit.cc: New file.
6087 * gdb.compile/compile-cplus-inherit.exp: New file.
6088 * gdb.compile/compile-cplus-member.cc: New file.
6089 * gdb.compile/compile-cplus-member.exp: New file.
6090 * gdb.compile/compile-cplus-method.cc: New file.
6091 * gdb.compile/compile-cplus-method.exp: New file.
6092 * gdb.compile/compile-cplus-mod.c: "New" file.
6093 * gdb.compile/compile-cplus-namespace.cc: New file.
6094 * gdb.compile/compile-cplus-namespace.exp: New file.
6095 * gdb.compile/compile-cplus-nested.cc: New file.
6096 * gdb.compile/compile-cplus-nested.exp: New file.
6097 * gdb.compile/compile-cplus-print.c: "New" file.
6098 * gdb.compile/compile-cplus-print.exp: "New" file.
6099 * gdb.compile/compile-cplus-virtual.cc: New file.
6100 * gdb.compile/compile-cplus-virtual.exp: New file.
6101 * gdb.compile/compile-cplus.c: "New" file.
6102 * gdb.compile/compile-cplus.exp: "New" file.
6103 * lib/compile-support.exp: New file.
6104
6105 2018-08-16 Gary Benson <gbenson@redhat.com>
6106
6107 PR gdb/13000:
6108 * gdb.base/batch-exit-status.exp: New file.
6109 * gdb.base/batch-exit-status.good-commands: Likewise.
6110 * gdb.base/batch-exit-status.bad-commands: Likewise.
6111
6112 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6113
6114 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6115 (struct struct02): Likewise.
6116 (struct struct03): Likewise.
6117 (struct struct04): Likewise.
6118 (struct struct_01_01): New struct.
6119 (struct struct_01_02): Likewise.
6120 (struct struct_01_03): Likewise.
6121 (struct struct_01_04): Likewise.
6122 (struct struct_02_01): Likewise.
6123 (struct struct_02_02): Likewise.
6124 (struct struct_02_03): Likewise.
6125 (struct struct_02_04): Likewise.
6126 (struct struct_04_01): Likewise.
6127 (struct struct_04_02): Likewise.
6128 (struct struct_04_03): Likewise.
6129 (struct struct_04_04): Likewise.
6130 (struct struct_05_01): Likewise.
6131 (struct struct_05_02): Likewise.
6132 (struct struct_05_03): Likewise.
6133 (struct struct_05_04): Likewise.
6134 (cmp_struct01): Remove function.
6135 (cmp_struct02): Likewise.
6136 (cmp_struct03): Likewise.
6137 (cmp_struct04): Likewise.
6138 (cmp_struct_01_01): Add Function.
6139 (cmp_struct_01_02): Likewise.
6140 (cmp_struct_01_03): Likewise.
6141 (cmp_struct_01_04): Likewise.
6142 (cmp_struct_02_01): Likewise.
6143 (cmp_struct_02_02): Likewise.
6144 (cmp_struct_02_03): Likewise.
6145 (cmp_struct_02_04): Likewise.
6146 (cmp_struct_04_01): Likewise.
6147 (cmp_struct_04_02): Likewise.
6148 (cmp_struct_04_03): Likewise.
6149 (cmp_struct_04_04): Likewise.
6150 (cmp_struct_05_01): Likewise.
6151 (cmp_struct_05_02): Likewise.
6152 (cmp_struct_05_03): Likewise.
6153 (cmp_struct_05_04): Likewise.
6154 (call_all): Add new structs.
6155 * gdb.base/infcall-nested-structs.exp: Likewise.
6156
6157 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6158
6159 * gdb.python/py-framefilter-mi.exp: Update regexp to
6160 check for "arch" field in frame output.
6161
6162 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6163
6164 * gdb.dwarf2/dw2-ranges-func.c: New file.
6165 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6166
6167 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6168
6169 * gdb.base/term.exp: Compare terminal settings with values from
6170 the inferior.
6171 * gdb.base/term.c: Get and set terminal settings.
6172
6173 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6174
6175 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6176 accommodate new "arch" field in frame output.
6177 * gdb.mi/mi-return.exp: Likewise.
6178 * gdb.mi/mi-stack.exp: Likewise.
6179 * gdb.mi/mi-syn-frame.exp: Likewise.
6180 * gdb.mi/user-selected-context-sync.exp: Likewise.
6181
6182 2018-08-19 Michael Spang <spang@google.com>
6183
6184 PR gdb/11786
6185 * gdb.base/gcore-tls-pie.c: New file.
6186 * gdb.base/gcore-tls-pie.exp: New file.
6187
6188 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6189
6190 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6191 * gdb.dwarf2/varval.c: New file.
6192 * gdb.dwarf2/varval.exp: New file.
6193
6194 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6195
6196 PR gdb/18931
6197 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6198
6199 2018-08-16 Keith Seitz <keiths@redhat.com>
6200
6201 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6202 tests expected to pass.
6203
6204 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6205
6206 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6207 -data-disassemble -a.
6208 (test_disassembly_bogus_args): Likewise.
6209
6210 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6211
6212 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6213
6214 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 * gdb.base/vla-optimized-out.exp: Add new test.
6217
6218 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6219
6220 * gdb.base/vla-optimized-out-o3.exp: Delete.
6221 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6222 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6223 deleted tests.
6224
6225 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6226
6227 PR gdb/18050:
6228 * gdb.server/extended-remote-restart.c: New file.
6229 * gdb.server/extended-remote-restart.exp: New file.
6230
6231 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6232
6233 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6234 "set variable index = 42".
6235
6236 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6237
6238 * boards/index-cache-gdb.exp: New file.
6239 * gdb.dwarf2/index-cache.exp: New file.
6240 * gdb.dwarf2/index-cache.c: New file.
6241 * gdb.base/maint.exp: Check if we are using the index cache.
6242
6243 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6244
6245 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6246 MAKEFLAGS.
6247
6248 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6249
6250 * dg-extract-results.sh: Move to toplevel contrib.
6251 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6252 * Makefile.in (check-parallel-racy): Likewise.
6253
6254 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6255
6256 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6257 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6258 tests if the target supports scheduler locking.
6259
6260 2018-08-04 Tom de Vries <tdevries@suse.de>
6261
6262 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6263
6264 2018-08-02 Tom Tromey <tom@tromey.com>
6265
6266 PR symtab/16842.
6267 * gdb.cp/temargs.exp: Test "info address" of a template
6268 parameter.
6269
6270 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6271
6272 * gdb.python/py-mi-var-info-path-expression.c: New file.
6273 * gdb.python/py-mi-var-info-path-expression.py: New file.
6274 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6275
6276 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6277
6278 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6279 error after "cannot resolve name" string.
6280
6281 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6282
6283 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6284 started.
6285 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6286
6287 2018-07-28 Tom de Vries <tdevries@suse.de>
6288
6289 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6290
6291 2018-07-26 Tom de Vries <tdevries@suse.de>
6292
6293 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6294
6295 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6296
6297 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6298 is visible.
6299
6300 2018-07-26 Tom de Vries <tdevries@suse.de>
6301
6302 PR breakpoints/23366
6303 * gdb.base/catch-follow-exec.c: New test.
6304 * gdb.base/catch-follow-exec.exp: New file.
6305
6306 2018-07-25 Tom de Vries <tdevries@suse.de>
6307
6308 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6309 vla-optimized-out.c.
6310
6311 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6312
6313 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6314 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6315
6316 2018-07-20 Tom de Vries <tdevries@suse.de>
6317
6318 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6319 NOCLONE macro.
6320 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6321
6322 2018-07-19 Tom de Vries <tdevries@suse.de>
6323
6324 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6325 regular expression.
6326
6327 2018-07-18 Tom de Vries <tdevries@suse.de>
6328
6329 * gdb.base/vla-optimized-out.c: New test.
6330 * gdb.base/vla-optimized-out.exp: New file.
6331
6332 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6333
6334 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6335 message "No address associated with hostname" when gdbserver
6336 cannot resolve the hostname.
6337
6338 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6339
6340 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6341 Add some test prefixes to make tests unique.
6342
6343 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6344
6345 * gdb.base/frameapply.c: New file.
6346 * gdb.base/frameapply.exp: New file.
6347
6348 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6349
6350 * gdb.base/skip.exp: Update expected error message.
6351
6352 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6353 Jan Kratochvil <jan.kratochvil@redhat.com>
6354 Paul Fertser <fercerpav@gmail.com>
6355 Tsutomu Seki <sekiriki@gmail.com>
6356
6357 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6358 parameter.
6359 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6360 by default.
6361 * boards/native-gdbserver.exp: Likewise.
6362 * gdb.server/run-without-local-binary.exp: Improve regexp used
6363 for detecting when a remote debugging connection succeeds.
6364 * gdb.server/server-connect.exp: New file.
6365 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6366 Do not prefix the port number with ":".
6367 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6368 support for detecting and using it. Add '$debughost_gdbserver'
6369 to the list of arguments used to start gdbserver. Handle case
6370 when gdbserver cannot resolve a network name.
6371
6372 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6373
6374 PR c++/23373
6375 * gdb.base/ptype-offsets.cc (struct static_member): New
6376 struct.
6377 (main) <stmember>: New variable.
6378 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6379 with a static member in it.
6380
6381 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6382
6383 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6384 watchpoints enabled and disabled.
6385
6386 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6387
6388 * gdb.base/examine-backward.exp: Still run tests around address
6389 0x0, even if address 0x0 is not readable. Update the pattern for
6390 matching address 0x0 in expected output.
6391
6392 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6393
6394 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6395 malloc/free.
6396
6397 2018-07-04 Tom de Vries <tdevries@suse.de>
6398
6399 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6400
6401 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6402
6403 PR tdep/8282
6404 * gdb.arch/mips-disassembler-options.exp: New test.
6405 * gdb.arch/mips-disassembler-options.s: New test source.
6406
6407 2018-06-29 Pedro Alves <palves@redhat.com>
6408
6409 * gdb.threads/names.exp: Adjust expected "info threads" output.
6410
6411 2018-06-29 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.opt/inline-break.exp (line number, address): Add "info
6414 break" tests.
6415
6416 2018-06-29 Pedro Alves <palves@redhat.com>
6417
6418 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6419 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6420 number and address and running to them.
6421
6422 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6423
6424 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6425
6426 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6427
6428 * lib/compiler.c: Remove executable permission flag.
6429
6430 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6431
6432 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6433 code.
6434 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6435
6436 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6437
6438 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6439
6440 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6441
6442 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6443 address argument is omitted.
6444
6445 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6446
6447 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6448
6449 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6450
6451 PR gdb/21695
6452 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6453 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6454
6455 2018-06-26 Tom Tromey <tom@tromey.com>
6456
6457 PR rust/22574:
6458 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6459 * gdb.rust/simple.rs (struct SimpleLayout): New.
6460
6461 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6462
6463 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6464 "info registers" output.
6465
6466 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6467
6468 * gdb.base/watchpoint-hw-attach.c: New test.
6469 * gdb.base/watchpoint-hw-attach.exp: New file.
6470
6471 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6472
6473 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6474 through /bin/sh.
6475 * boards/dwarf4-gdb-index.exp: Likewise.
6476 * boards/fission-dwp.exp: Likewise.
6477
6478 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6479
6480 * gdb.base/float128.exp: Add comment and improved fail message
6481 to the failure case of "print large128" test.
6482
6483 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6484
6485 * configure.ac: Remove AC_PREREQ.
6486 * configure: Re-generate.
6487
6488 2018-06-19 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6491 (func_extern_caller): New.
6492 (main): Call func_extern_caller.
6493 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6494 logic change.
6495
6496 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6497
6498 PR gdb/16841
6499 * gdb.cp/typedef-base.cc: New file.
6500 * gdb.cp/typedef-base.exp: New file.
6501
6502 2018-06-18 Tom de Vries <tdevries@suse.de>
6503
6504 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6505
6506 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6507 Richard Bunt <Richard.Bunt@arm.com>
6508
6509 * gdb.threads/attach-slow-waitpid.c: New file.
6510 * gdb.threads/attach-slow-waitpid.exp: New file.
6511 * gdb.threads/slow-waitpid.c: New file.
6512
6513 2018-06-14 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/fork-running-state.c: Include <errno.h>.
6516 (exit_if_relative_exits): New.
6517 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6518 exits.
6519 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6520 child exits.
6521
6522 2018-06-14 Tom de Vries <tdevries@suse.de>
6523
6524 PR cli/22573
6525 * gdb.base/finish-pretty.c: New test.
6526 * gdb.base/finish-pretty.exp: New file.
6527
6528 2018-06-14 Pedro Alves <palves@redhat.com>
6529
6530 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6531 gdb's expected startup output.
6532
6533 2018-06-14 Pedro Alves <palves@redhat.com>
6534
6535 * lib/selftest-support.exp (selftest_setup): Remove inlined
6536 function handling.
6537
6538 2018-06-14 Tom de Vries <tdevries@suse.de>
6539
6540 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6541 matching of breakpoint printing.
6542
6543 2018-06-13 Tom de Vries <tdevries@suse.de>
6544
6545 PR testsuite/23269
6546 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6547 (fork_child): ... here, and ...
6548 (fork_parent): ... here.
6549
6550 2018-06-12 Tom de Vries <tdevries@suse.de>
6551
6552 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6553
6554 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6555 Stephen Roberts <stephen.roberts@arm.com>
6556
6557 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6558 rewrite test to describe action performed, rather than possible
6559 failure.
6560
6561 2018-06-08 Gary Benson <gbenson@redhat.com>
6562
6563 * gdb.threads/check-libthread-db.exp: New file.
6564 * gdb.threads/check-libthread-db.c: Likewise.
6565
6566 2018-06-05 Tom Tromey <tom@tromey.com>
6567
6568 * gdb.base/default.exp: Update expected "show version" output.
6569
6570 2018-06-05 Tom Tromey <tom@tromey.com>
6571
6572 PR cli/12326:
6573 * gdb.cp/static-print-quit.exp: Update.
6574 * lib/gdb.exp (pagination_prompt): Update.
6575 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6576 * gdb.python/python.exp: Update.
6577
6578 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6579
6580 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6581
6582 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6583
6584 * gdb.ada/bp_fun_addr: New testcase.
6585
6586 2018-06-01 Tom Tromey <tom@tromey.com>
6587
6588 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6589 results.
6590 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6591 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6592 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6593 * gdb.base/maint.exp (maint_pass_if): Update.
6594
6595 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6596
6597 * gdb.base/endian.exp: New test.
6598 * gdb.base/endian.c: New test source.
6599
6600 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6601
6602 PR gdb/23203
6603 * gdb.base/bt-selected-frame.c: New file.
6604 * gdb.base/bt-selected-frame.exp: New file.
6605 * lib/gdb.exp (get_current_frame_number): New function.
6606
6607 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6608 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.threads/tls-core.c: Include <stdlib.h>
6611 (thread_proc): Call `abort'.
6612 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6613 (tls_core_test): New procedure, bits factored out from ...
6614 (top level): ... here. Test both native cores and gcore cores.
6615
6616 2018-05-23 Tom Tromey <tom@tromey.com>
6617
6618 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6619
6620 2018-05-23 Tom Tromey <tom@tromey.com>
6621
6622 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6623 symfile_complaints.
6624 (test_short_complaints): Likewise.
6625 (test_empty_complaints): Likewise.
6626 (test_initial_complaints): Update.
6627
6628 2018-05-23 Tom Tromey <tom@tromey.com>
6629
6630 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6631
6632 2018-05-23 Tom Tromey <tom@tromey.com>
6633
6634 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6635 (test_short_complaints): Update.
6636
6637 2018-05-22 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/remote.exp: Only gdb_start after compiling the
6640 testcase. Issue "disconnect" before testing "set remote" command
6641 defaults. Issue clean_restart before running to main.
6642
6643 2018-05-22 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.base/remote.exp: Adjust expected output of "show remote
6646 memory-write-packet-size". Add tests for "set remote
6647 memory-write-packet-size 0" and "set remote
6648 memory-write-packet-size fixed/limit".
6649
6650 2018-05-22 Pedro Alves <palves@redhat.com>
6651
6652 PR gdb/22973
6653 * gdb.base/utf8-identifiers.c: New file.
6654 * gdb.base/utf8-identifiers.exp: New file.
6655
6656 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6657
6658 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6659
6660 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6661
6662 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6663
6664 2018-05-18 Tom Tromey <tom@tromey.com>
6665
6666 * gdb.base/ptype-offsets.exp: Update.
6667
6668 2018-05-17 Keith Seitz <keiths@redhat.com>
6669
6670 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6671 in expected breakpoint stop locations.
6672 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6673 move to proper scope to test variable values.
6674 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6675 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6676 New functions.
6677 (main): Call not_inline_func3.
6678 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6679 inline_func1, inline_func2, and inline_func3. Test that when each
6680 breakpoint is hit, GDB properly reports both the stop location
6681 and the backtrace. Repeat tests for temporary breakpoints.
6682
6683 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6684
6685 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6686 rather then trying to access it in determining whether the PID
6687 of `gdbserver' could have been retrieved.
6688
6689 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6690
6691 * gdb.arch/amd64-init-x87-values.S: New file.
6692 * gdb.arch/amd64-init-x87-values.exp: New file.
6693
6694 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6695
6696 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6697
6698 2018-05-04 Tom Tromey <tom@tromey.com>
6699
6700 PR python/22730:
6701 * gdb.python/python.exp: Test multi-line execute.
6702
6703 2018-05-04 Tom Tromey <tom@tromey.com>
6704
6705 PR python/22731:
6706 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6707
6708 2018-05-04 Tom Tromey <tom@tromey.com>
6709
6710 PR gdb/11750:
6711 * gdb.base/define.exp: Test defining a user command inside a user
6712 command.
6713 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6714
6715 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6716 Pedro Alves <palves@redhat.com>
6717
6718 PR breakpoints/19806 and support for PR external/20207.
6719 * gdb.base/watchpoint-unaligned.c: New file.
6720 * gdb.base/watchpoint-unaligned.exp: New file.
6721
6722 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6723
6724 * gdb.base/maint.exp: Make test names unique, use
6725 test_prefix_command_help to test 'help maint info', and remove
6726 repeated test of 'help maint'.
6727
6728 2018-05-04 Tom Tromey <tom@tromey.com>
6729
6730 PR gdb/22619:
6731 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6732 behavior.
6733
6734 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6735
6736 * gdb.base/maint.exp: Process output from 'maint print registers'
6737 line at a time.
6738
6739 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6740
6741 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6742 timeout.
6743
6744 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6745
6746 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6747 filter pattern.
6748
6749 2018-05-02 Pedro Alves <palves@redhat.com>
6750
6751 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6752 to_log_command renames.
6753 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6754
6755 2018-05-02 Tom Tromey <tom@tromey.com>
6756
6757 * gdb.python/py-parameter.exp: Set test message.
6758
6759 2018-05-02 Tom Tromey <tom@tromey.com>
6760
6761 PR python/20084:
6762 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6763 PARAM_ZUINTEGER_UNLIMITED tests.
6764
6765 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6766
6767 PR rust/23124
6768 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6769 when casting.
6770
6771 2018-04-30 Tom Tromey <tom@tromey.com>
6772
6773 * gdb.python/py-type.exp: Check align attribute.
6774 * gdb.python/py-type.c: New "aligncheck" global.
6775
6776 2018-04-30 Tom Tromey <tom@tromey.com>
6777
6778 PR exp/17095:
6779 * gdb.dwarf2/dw2-align.exp: New file.
6780 * gdb.cp/align.exp: New file.
6781 * gdb.base/align.exp: New file.
6782 * lib/gdb.exp (gdb_int128_helper): New proc.
6783 (has_int128_c, has_int128_cxx): New caching procs.
6784
6785 2018-04-27 Tom Tromey <tom@tromey.com>
6786
6787 PR rust/22545:
6788 * gdb.rust/simple.exp: Add inclusive range tests.
6789
6790 2018-04-26 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6793 ifunc breakpoint locations correctly of ifunc breakpoints set
6794 while the program resolves the ifunc.
6795
6796 2018-04-26 Pedro Alves <palves@redhat.com>
6797
6798 * gdb.base/gnu-ifunc-final.c: New file.
6799 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6800 * gdb.base/gnu-ifunc.exp (executable): Delete.
6801 (staticexecutable): Adjust.
6802 (lib_opts, exec_opts): Delete.
6803 (make_binsuffix, build, set-break): New procedures.
6804 (misc_tests): New, with tests factored out from the top level.
6805 (top level): Test different combinations of ifunc resolver name,
6806 resolver with and with debug info, and ifunc target with and
6807 without debug info. Wrap static tests with with_target_prefix.
6808
6809 2018-04-26 Pedro Alves <palves@redhat.com>
6810
6811 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6812 return type" warnings.
6813
6814 2018-04-25 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6817 killed".
6818 * gdb.base/kill-after-signal.exp: Likewise.
6819 * gdb.threads/kill.exp: Likewise.
6820
6821 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6822 Sergio Durigan Junior <sergiodj@redhat.com>
6823 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6826 regexps to expect for '[Inferior ... detached]' as well.
6827 * gdb.base/attach.exp: Likewise.
6828 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6829 "gdb_continue_to_end".
6830 (test_catch_syscall_with_wrong_args): Likewise.
6831 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6832 ']'. Don't set 'verbose' on.
6833 * gdb.base/foll-vfork.exp: Likewise.
6834 * gdb.base/fork-print-inferior-events.c: New file.
6835 * gdb.base/fork-print-inferior-events.exp: New file.
6836 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6837 '[Inferior ... has been killed]' message.
6838 * gdb.base/kill-after-signal.exp: Likewise.
6839 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6840 detach message.
6841 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6842 message.
6843 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6844 regexps to expect for '[Inferior ... detached]' as well.
6845 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6846
6847 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6848
6849 PR gdb/23104
6850 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6851
6852 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6853
6854 PR gdb/23095
6855 * gdb.base/break-probes.exp: Pass shlib_load to
6856 prepare_for_testing. Set normal_bp to r_debug_state if target is
6857 bsd.
6858
6859 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6860
6861 * gdb.threads/multiple-successive-infcall.c: New test.
6862 * gdb.threads/multiple-successive-infcall.exp: New file.
6863
6864 2018-04-17 Tom Tromey <tom@tromey.com>
6865
6866 * gdb.rust/simple.rs (Union): New type.
6867 (main): New local "u".
6868 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6869
6870 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6871
6872 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6873 number information in output of "whereis" command.
6874 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6875
6876 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6877
6878 * gdb.ada/info_types.exp: Adjust expected output to the line
6879 numbers now printed by "info var/func/type".
6880 * gdb.base/completion.exp: Likewise.
6881 * gdb.base/included.exp: Likewise.
6882 * gdb.cp/cp-relocate.exp: Likewise.
6883 * gdb.cp/cplusfuncs.exp: Likewise.
6884 * gdb.cp/namespace.exp: Likewise.
6885 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6886
6887 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6888
6889 * gdb.btrace/cpu.exp: New.
6890
6891 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6892
6893 * gdb.base/step-indirect-call-thunk.exp: New.
6894 * gdb.base/step-indirect-call-thunk.c: New.
6895 * gdb.reverse/step-indirect-call-thunk.exp: New.
6896 * gdb.reverse/step-indirect-call-thunk.c: New.
6897
6898 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6899
6900 * gdb.base/pie-fork.c: New file.
6901 * gdb.base/pie-fork.exp: New file.
6902
6903 2018-04-11 Tom Tromey <tom@tromey.com>
6904
6905 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6906
6907 2018-04-10 Pedro Alves <palves@redhat.com>
6908
6909 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6910 exits. Instead loop running forever.
6911 (fork_parent): Run forever too.
6912
6913 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6914
6915 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6916 mi_continue_to_line.
6917 * gdb.mi/mi-stack.c (callee4): Add comment.
6918
6919 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6920
6921 * gdb.mi/mi-stack.exp: Fix indentation.
6922
6923 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6924
6925 PR gdb/22979
6926 * gdb.arch/amd64-osabi.exp: New file.
6927
6928 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6929
6930 PR gdb/22980
6931 * gdb.base/osabi.exp: New file.
6932
6933 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6934
6935 * gdb.cp/static-typedef-print.exp: New file.
6936 * gdb.cp/static-typedef-print.cc: New file.
6937
6938 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6939
6940 * gdb.ada/varsize_limit: New testcase.
6941
6942 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6943
6944 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6945
6946 * gdb.ada/notcplusplus: New testcase.
6947
6948 * gdb.base/c-linkage-name.c: New file.
6949 * gdb.base/c-linkage-name.exp: New testcase.
6950
6951 2018-03-26 Tom Tromey <tom@tromey.com>
6952
6953 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6954 * gdb.python/py-framefilter.py (name_error): New global.
6955 (ErrorInName.function): Use name_error.
6956
6957 2018-03-26 Tom Tromey <tom@tromey.com>
6958
6959 PR backtrace/15582:
6960 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6961
6962 2018-03-23 Keith Seitz <keiths@redhat.com>
6963
6964 PR c++/22968
6965 * gdb.cp/subtypes.exp: New file.
6966 * gdb.cp/subtypes.h: New file.
6967 * gdb.cp/subtypes.cc: New file.
6968 * gdb.cp/subtypes-2.cc: New file.
6969
6970 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6971
6972 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6973 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6974 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6975 -nostartfiles when compiling the test. Confirm that all registers
6976 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
6977
6978 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6979
6980 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
6981 option, syntax was wrong anyway.
6982 * gdb.arch/arm-disp-step.exp: Likewise.
6983 * gdb.arch/sparc64-regs.exp: Likewise.
6984 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
6985 option, syntax was wrong anyway, switch to use
6986 prepare_for_testing.
6987 * gdb.arch/i386-disp-step.exp: Likewise.
6988
6989 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
6990
6991 * gdb.ada/exec_changed.exp: Replace "target_info exists
6992 use_gdb_stub" by "use_gdb_stub".
6993 * gdb.ada/start.exp: Likewise.
6994 * gdb.base/async-shell.exp: Likewise.
6995 * gdb.base/attach-pie-misread.exp: Likewise.
6996 * gdb.base/attach-wait-input.exp: Likewise.
6997 * gdb.base/break-entry.exp: Likewise.
6998 * gdb.base/break-interp.exp: Likewise.
6999 * gdb.base/dprintf-detach.exp: Likewise.
7000 * gdb.base/nostdlib.exp: Likewise.
7001 * gdb.base/solib-nodir.exp: Likewise.
7002 * gdb.base/statistics.exp: Likewise.
7003 * gdb.base/testenv.exp: Likewise.
7004 * gdb.mi/mi-exec-run.exp: Likewise.
7005 * gdb.mi/mi-start.exp: Likewise.
7006 * gdb.multi/dummy-frame-restore.exp: Likewise.
7007 * gdb.multi/multi-arch-exec.exp: Likewise.
7008 * gdb.multi/multi-arch.exp: Likewise.
7009 * gdb.multi/tids.exp: Likewise.
7010 * gdb.multi/watchpoint-multi.exp: Likewise.
7011 * gdb.python/py-events.exp: Likewise.
7012 * gdb.threads/attach-into-signal.exp: Likewise.
7013 * gdb.threads/attach-stopped.exp: Likewise.
7014 * gdb.threads/threadapply.exp: Likewise.
7015 * lib/selftest-support.exp: Likewise.
7016
7017 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7018
7019 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7020
7021 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7022
7023 * gdb.perf/template-breakpoints.cc: New file.
7024 * gdb.perf/template-breakpoints.exp: New file.
7025 * gdb.perf/template-breakpoints.py: New file.
7026
7027 2018-03-19 Tom Tromey <tom@tromey.com>
7028
7029 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7030 y0.
7031 * gdb.rust/simple.exp: Test bare identifier form of struct
7032 initializer.
7033
7034 2018-03-19 Tom Tromey <tom@tromey.com>
7035
7036 * gdb.gdb/observer.exp: Remove.
7037
7038 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7039
7040 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7041 "qualified" option when setting breakpoints.
7042 * gdb.trace/backtrace.exp: Likewise.
7043 * gdb.trace/circ.exp: Likewise.
7044 * gdb.trace/collection.exp: Likewise.
7045 * gdb.trace/disconnected-tracing.exp: Likewise.
7046 * gdb.trace/ftrace-lock.exp: Likewise.
7047 * gdb.trace/ftrace.exp: Likewise.
7048 * gdb.trace/infotrace.exp: Likewise.
7049 * gdb.trace/packetlen.exp: Likewise.
7050 * gdb.trace/passc-dyn.exp: Likewise.
7051 * gdb.trace/qtro.exp: Likewise.
7052 * gdb.trace/read-memory.exp: Likewise.
7053 * gdb.trace/report.exp: Likewise.
7054 * gdb.trace/signal.exp: Likewise.
7055 * gdb.trace/status-stop.exp: Likewise.
7056 * gdb.trace/strace.exp: Likewise.
7057 * gdb.trace/tfind.exp: Likewise.
7058 * gdb.trace/trace-break.exp: Likewise.
7059 * gdb.trace/trace-condition.exp: Likewise.
7060 * gdb.trace/trace-mt.exp: Likewise.
7061 * gdb.trace/tstatus.exp: Likewise.
7062 * gdb.trace/tsv.exp: Likewise.
7063 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7064 * gdb.trace/unavailable.exp: Likewise.
7065 * gdb.trace/while-dyn.exp: Likewise.
7066
7067 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7068
7069 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7070 that libinproctrace is copied to the target.
7071
7072 2018-03-14 Tom Tromey <tom@tromey.com>
7073
7074 PR cli/14977:
7075 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7076 a null pointer.
7077 * gdb.base/wchar.exp: Likewise.
7078
7079 2018-03-14 Tom Tromey <tom@tromey.com>
7080
7081 PR cli/19918:
7082 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7083 flag.
7084
7085 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7086
7087 PR gdb/22841
7088 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7089 "target" to remote_exec.
7090
7091 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7092
7093 PR gdb/22841
7094 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7095 ${board}_upload): Remove.
7096
7097 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7098
7099 * gdb.cp/watch-cp.cc: New test.
7100 * gdb.cp/watch-cp.exp: New file.
7101
7102 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7103
7104 * gdb.base/infcall-nested-structs.exp: New file.
7105 * gdb.base/infcall-nested-structs.c: New file.
7106 * gdb.base/float.exp: Add riscv support.
7107
7108 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7109
7110 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7111 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7112
7113 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7114
7115 * gdb.server/abspath.exp: New file.
7116 * lib/gdb.exp (with_cwd): New procedure.
7117
7118 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7119
7120 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7121 use it.
7122 (gdb_is_target_remote_prompt): New proc.
7123 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7124 (gdb_is_target_native): Pass prompt parameter to
7125 gdb_is_target_1.
7126
7127 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7128
7129 * gdb.base/load-command.c: New file.
7130 * gdb.base/load-command.exp: New file.
7131 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7132 (gdb_is_target_1): ...this, and generalize for other targets
7133 than just remote.
7134 (gdb_is_target_remote): Use gdb_is_target_1.
7135 (gdb_is_target_native): use gdb_is_target_1.
7136
7137 2018-02-26 Tom Tromey <tom@tromey.com>
7138
7139 PR python/16497:
7140 * gdb.python/py-framefilter.exp: Update test.
7141
7142 2018-02-26 Tom Tromey <tom@tromey.com>
7143
7144 * gdb.dwarf2/variant.c: New file.
7145 * gdb.dwarf2/variant.exp: New file.
7146
7147 2018-02-26 Tom Tromey <tom@tromey.com>
7148
7149 * gdb.rust/simple.exp: Accept more possible results in enum test.
7150
7151 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7152
7153 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7154 parentheses.
7155
7156 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7157
7158 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7159 name of a variable: $actual_linejj -> $actual_line.
7160
7161 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7162
7163 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7164
7165 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7166
7167 * gdb.btrace/buffer-size.exp: Do not force BTS.
7168
7169 2018-02-14 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7172 getting a "Quit".
7173
7174 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7175
7176 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7177 Fix test name.
7178
7179 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7180
7181 * gdb.cp/m-static.exp: Check type of optimized out static
7182 member.
7183
7184 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7187 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7188
7189 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7190 Leszek Swirski <leszeks@google.com>
7191
7192 * gdb.python/py-prettyprint.c
7193 (struct to_string_returns_value_inner,
7194 struct to_string_returns_value_wrapper): New.
7195 (main): Add tsrvw variable.
7196 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7197 ToStringReturnsValueWrapper): New classes.
7198 (register_pretty_printers): Register new pretty-printers.
7199 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7200 recursive pretty printer.
7201 * gdb.python/py-mi.exp: Likewise.
7202
7203 2018-02-01 Leszek Swirski <leszeks@google.com>
7204
7205 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7206 functions with the same name as an include file are parsed
7207 correctly.
7208
7209 2018-02-01 Yao Qi <yao.qi@linaro.org>
7210
7211 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7212 "\[^\r\n\]*".
7213
7214 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7215
7216 * gdb.arch/powerpc-prologue-frame.s: New file.
7217 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7218 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7219
7220 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7221
7222 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7223
7224 2018-01-30 Pedro Alves <palves@redhat.com>
7225
7226 PR gdb/13211
7227 * gdb.base/interrupt-daemon.c: New.
7228 * gdb.base/interrupt-daemon.exp: New.
7229 * gdb.multi/multi-term-settings.c: New.
7230 * gdb.multi/multi-term-settings.exp: New.
7231
7232 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7233
7234 * gdb.base/break.exp: Save the location where the breakpoint
7235 on break.c:47 was actually inserted when debugging the version
7236 compiled at -O2 and use it in the expected output of the "info
7237 break" test performed soon after.
7238
7239 2018-01-22 Pedro Alves <palves@redhat.com>
7240 Sergio Durigan Junior <sergiodj@redhat.com>
7241
7242 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7243 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7244
7245 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7246
7247 * gdb.base/break-include.c, gdb.base/break-include.inc,
7248 gdb.base/break-include.exp: New files.
7249 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7250 line number now being the actual line number where the breakpoint
7251 was inserted.
7252 * gdb.mi/mi-break.exp: Likewise.
7253 * gdb.mi/mi-reverse.exp: Likewise.
7254 * gdb.mi/mi-simplerun.exp: Ditto.
7255
7256 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7257
7258 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7259 varobj.
7260 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7261
7262 2018-01-21 Don Breazeal <donb@codesourcery.com>
7263 Andrew Burgess <andrew.burgess@embecosm.com>
7264
7265 * gdb.mi/basics.c: Add new global.
7266 * gdb.mi/mi-frame-regs.exp: New file.
7267 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7268 case.
7269
7270 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7271
7272 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7273 non-parameter, and on an unknown symbol.
7274
7275 2018-01-19 Tom Tromey <tom@tromey.com>
7276
7277 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7278 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7279
7280 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7281
7282 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7283 setrlimit and chdir to int.
7284
7285 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7286
7287 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7288 function.
7289 (my_tend): Likewise.
7290 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7291 rationale of avoiding FP- and vector instructions.
7292
7293 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7294
7295 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7296 "info reg" with "\[ \t\]*".
7297 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7298 "\[ \t\]+".
7299 * gdb.arch/s390-multiarch.exp: Ditto.
7300 * gdb.base/pc-fp.exp: Ditto.
7301 * gdb.reverse/i386-precsave.exp: Ditto.
7302 * gdb.reverse/i386-reverse.exp: Ditto.
7303 * gdb.reverse/i387-env-reverse.exp: Ditto.
7304 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7305
7306 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7307
7308 * lib/gdb.exp (gdb_compile): Re-enable use of
7309 universal_compile_options for languages other than Rust.
7310
7311 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7312
7313 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7314
7315 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7316
7317 PR gdb/16577
7318 * gdb.base/solib-vanish.exp: New.
7319 * gdb.base/solib-vanish-main.c: New.
7320 * gdb.base/solib-vanish-lib1.c: New.
7321 * gdb.base/solib-vanish-lib2.c: New.
7322
7323 2018-01-17 Yao Qi <yao.qi@linaro.org>
7324
7325 * gdb.compile/compile.exp: Match the address printed for
7326 frame in the output of command "bt".
7327
7328 2018-01-15 Tom Tromey <tom@tromey.com>
7329
7330 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7331 compute sp_reg.
7332
7333 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7334
7335 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7336 to prepare.
7337 (prepare): Return 0 on error, 1 on success.
7338
7339 2018-01-12 Pedro Alves <palves@redhat.com>
7340
7341 * gdb.base/continue-after-aborted-step-over.c: New.
7342 * gdb.base/continue-after-aborted-step-over.exp: New.
7343
7344 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7345
7346 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7347 options when not creating an executable.
7348
7349 2018-01-11 Pedro Alves <palves@redhat.com>
7350
7351 PR remote/22597
7352 * gdb.server/stop-reply-no-thread.c: New file.
7353 * gdb.server/stop-reply-no-thread.exp: New file.
7354
7355 2018-01-10 Pedro Alves <palves@redhat.com>
7356
7357 PR gdb/22670
7358 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7359 functions too. Test setting breakpoints and printing C functions
7360 with no debug info too.
7361 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7362
7363 2018-01-10 Pedro Alves <palves@redhat.com>
7364
7365 PR gdb/22670
7366 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7367 a fail.
7368
7369 2018-01-10 Pedro Alves <palves@redhat.com>
7370
7371 PR gdb/22670
7372 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7373
7374 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7375
7376 * gdb.server/unittest.exp: Match the output in non-development
7377 mode.
7378
7379 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7380
7381 * gdb.gdb/unittest.exp: Match output in non-development mode.
7382
7383 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7384
7385 * gdb.ada/access_tagged_param.exp: Relax expected output
7386 for value of "ObjL" in "continue" to pck.inspect breakpoint
7387 test.
7388
7389 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7390
7391 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7392 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7393
7394 2018-01-05 Pedro Alves <palves@redhat.com>
7395
7396 PR gdb/18653
7397 * gdb.base/libsegfault.exp: New.
7398
7399 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7400
7401 PR gdb/22670
7402 * gdb.ada/access_tagged_param.exp: New file.
7403 * gdb.ada/access_tagged_param/foo.adb: New file.
7404
7405 2018-01-05 Pedro Alves <palves@redhat.com>
7406
7407 PR gdb/22670
7408 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7409 exercise lower case too, and to exercise both full matching and
7410 wild matching.
7411
7412 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7413
7414 * gdb.ada/rename_subscript_param: New testcase.
7415
7416 2018-01-05 Jerome Guitton <guitton@adacore.com>
7417
7418 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7419
7420 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7421
7422 * gdb.ada/convvar_comp: New testcase.
7423
7424 2018-01-05 Xavier Roirand <roirand@adacore.com>
7425
7426 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7427 (My_Table): New global variable.
7428 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7429
7430 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7431
7432 PR gdb/22670
7433 * gdb.ada/maint_with_ada: New testcase.
7434
7435 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7436
7437 PR gdb/22670
7438 * gdb.ada/bp_c_mixed_case: New testcase.
7439
7440 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7441
7442 PR gdb/22670
7443 * gdb.ada/complete.exp: Add "complete break ada" test.
7444
7445 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7446
7447 PR gdb/22670
7448 * gdb.ada/info_addr_mixed_case: New testcase.
7449
7450 2018-01-03 Xavier Roirand <roirand@adacore.com>
7451
7452 * gdb.ada/excep_handle.exp: New testcase.
7453 * gdb.ada/excep_handle/foo.adb: New file.
7454 * gdb.ada/excep_handle/pck.ads: New file.
7455
7456 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7457
7458 * gdb.base/step-line.c: Add extra empty line in copyright header.
7459 * gdb.base/step-line.inp: Likewise.
7460
7461 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7462
7463 * gdb.ada/dyn_stride.exp: Add slice test.
7464
7465 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7466
7467 * gdb.ada/dyn_stride: New testcase.
7468
7469 2017-12-27 Stafford Horne <shorne@gmail.com>
7470
7471 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7472 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7473
7474 2017-12-27 Stafford Horne <shorne@gmail.com>
7475
7476 * gdb.base/reggroups.c: New file.
7477 * gdb.base/reggroups.exp: New file.
7478
7479 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7480
7481 * gdb.dwarf2/ada-valprint-error.c: New file.
7482 * gdb.dwarf2/ada-valprint-error.exp: New file.
7483
7484 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7485
7486 * gdb.ada/assign_arr: New testcase.
7487
7488 2017-12-18 Xavier Roirand <roirand@adacore.com>
7489
7490 * gdb.ada/funcall_ptr: New testcase.
7491
7492 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7493
7494 PR cli/16224
7495 * gdb.base/ptype-offsets.cc: New file.
7496 * gdb.base/ptype-offsets.exp: New file.
7497
7498 2017-12-15 Yao Qi <yao.qi@linaro.org>
7499
7500 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7501 if XML is disabled.
7502
7503 2017-12-15 Xavier Roirand <roirand@adacore.com>
7504
7505 * gdb.ada/same_component_name: New testcase.
7506
7507 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7508
7509 * gdb.ada/str_binop_equal: New testcase.
7510
7511 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7512
7513 * gdb.ada/task_switch_in_core: New testcase.
7514
7515 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7516
7517 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7518 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7519 call test_bkpt_qualified.
7520 (test_bkpt_qualified): New proc.
7521
7522 2017-12-13 Pedro Alves <palves@redhat.com>
7523
7524 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7525 Tighten regexp by matching with an anchor.
7526
7527 2017-12-13 Pedro Alves <palves@redhat.com>
7528
7529 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7530 ("expression with namespace"): New set of tests.
7531 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7532 (Nested::Test_NS::qux): New.
7533 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7534 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7535
7536 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7537
7538 * gdb.base/server-del-break.c: New file.
7539 * gdb.base/server-del-break.exp: New file.
7540
7541 2017-12-12 Stafford Horne <shorne@gmail.com>
7542
7543 * gdb.xml/tdesc-regs.exp: Add or1k support.
7544
7545 2017-12-12 Stafford Horne <shorne@gmail.com>
7546
7547 * gdb.base/bp-permanent.c: Define nop of or1k.
7548
7549 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7550
7551 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7552 output with components being reordered.
7553
7554 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7555
7556 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7557 output with components being reordered.
7558
7559 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7560 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.base/maint.exp (check for .gdb_index): Check also for
7563 .debug_names.
7564 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7565 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7566 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7567 (.gdb_index used after symbol reloading): Support also .debug_names.
7568 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7569
7570 2017-12-08 Yao Qi <yao.qi@linaro.org>
7571
7572 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7573 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7574
7575 2017-12-08 Yao Qi <yao.qi@linaro.org>
7576
7577 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7578 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7579
7580 2017-12-08 Yao Qi <yao.qi@linaro.org>
7581
7582 * gdb.arch/aarch64-tagged-pointer.c: New file.
7583 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7584
7585 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7586
7587 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7588 "int".
7589
7590 2017-12-07 Keith Seitz <keiths@redhat.com>
7591
7592 PR breakpoints/22569
7593 * gdb.linespec/ls-errs.exp: Change expected result of "break
7594 -source this file has spaces.c -line 3".
7595 Check that an explicit source file followed by whitespace is
7596 identified as an invalid explicit location.
7597
7598 2017-12-07 Keith Seitz <keiths@redhat.com>
7599
7600 * gdb.cp/nested-types.cc: New file.
7601 * gdb.cp/nested-types.exp: New file.
7602 * lib/cp-support.exp: Load data-structures.exp library.
7603 (debug_cp_test_ptype_class): New global.
7604 (cp_ptype_class_verbose, next_line): New procedures.
7605 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7606 Add and document new return value.
7607 Switch the list of lines to a queue.
7608 Add support for new `type' key for nested type definitions.
7609 Add debugging/troubleshooting messages.
7610 * lib/data-structures.exp: New file.
7611
7612 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7613
7614 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7615 with proc_with_prefix, don't use with_test_prefix.
7616
7617 2017-12-07 Tom Tromey <tom@tromey.com>
7618
7619 * gdb.base/break.exp: Add test for empty "commands".
7620
7621 2017-12-07 Yao Qi <yao.qi@linaro.org>
7622
7623 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7624 malloc and catch syscall.
7625
7626 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7627
7628 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7629 tests for explicit locations.
7630
7631 2017-12-06 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7634 force-disabling XML descriptions.
7635
7636 2017-12-04 Pedro Alves <palves@redhat.com>
7637
7638 PR gdb/22499
7639 * gdb.arch/amd64-disp-step-avx.S: New file.
7640 * gdb.arch/amd64-disp-step-avx.exp: New file.
7641
7642 2017-12-03 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7645 and <string.h>.
7646 (parent_function): Print distinct messages when waitpid fails, or
7647 the child exits with a signal, or the child exits for an unhandled
7648 reason.
7649 * gdb.threads/process-dies-while-detaching.exp
7650 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7651 it. Wait for both inferior output and GDB's prompt. Use an
7652 indirect spawn id list.
7653 (do_detach): New parameter 'child_exit'. Use it to compute
7654 expected inferior output.
7655 (test_detach, test_detach_watch, test_detach_killed_outside):
7656 Adjust to pass down the expected child exit kind.
7657
7658 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7659 Sergio Durigan Junior <sergiodj@redhat.com>
7660 Pedro Alves <palves@redhat.com>
7661
7662 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7663
7664 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7665
7666 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7667 to 'symbol-file' and 'add-symbol-file' can be
7668 position-independent.
7669
7670 2017-12-01 Yao Qi <yao.qi@linaro.org>
7671
7672 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7673 the URL in copyright header.
7674 * gdb.arch/aarch64-fp.exp: Likewise.
7675 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7676 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7677 * gdb.base/expand-psymtabs.exp: Likewise.
7678 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7679 * gdb.fortran/common-block.exp: Likewise.
7680 * gdb.fortran/common-block.f90: Likewise.
7681 * gdb.fortran/logical.exp: Likewise.
7682 * gdb.fortran/vla-datatypes.f90: Likewise.
7683 * gdb.fortran/vla-sub.f90: Likewise.
7684
7685 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7686
7687 * gdb.ada/repeat_dyn: New testcase.
7688
7689 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7690
7691 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7692 Update for changed thread numbering.
7693 * gdb.cell/bt.exp: Update for changed GDB output.
7694
7695 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7696
7697 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7698 setting isremote by hand.
7699 * boards/dwarf4-gdb-index.exp: Likewise.
7700 * boards/fission.exp: Likewise.
7701 * boards/stabs.exp: Likewise.
7702
7703 2017-11-30 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.linespec/cpls-ops.exp
7706 (check_explicit_skips_function_argument): Extract the underlying
7707 type of size_t instead of hardcoding it.
7708
7709 2017-11-29 Pedro Alves <palves@redhat.com>
7710
7711 PR c++/19436
7712 * gdb.linespec/cpls-abi-tag.cc: New file.
7713 * gdb.linespec/cpls-abi-tag.exp: New file.
7714
7715 2017-11-29 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.base/langs.exp: Use -qualified.
7718 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7719 it.
7720 * gdb.cp/namespace.exp: Use -qualified.
7721 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7722 (overload-3, template-overload, template-ret-type, const-overload)
7723 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7724 procedures.
7725 (test_driver): Call them.
7726 * gdb.cp/save-bp-qualified.cc: New.
7727 * gdb.cp/save-bp-qualified.exp: New.
7728 * gdb.linespec/explicit.exp: Test -qualified.
7729 * lib/completion-support.exp (completion::explicit_opts_list): Add
7730 "-qualified".
7731 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7732
7733 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7734
7735 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7736
7737 2017-11-29 Tom Tromey <tom@tromey.com>
7738
7739 * gdb.base/relocate.exp: Update invalid argument test.
7740 Add new tests for invalid arguments.
7741
7742 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7743
7744 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7745 Return 0 as a long.
7746 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7747
7748 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7749
7750 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7751 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7752 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7753 func ().
7754 * gdb.cp/shadow.cc (B.func): Return 0.
7755
7756 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7757
7758 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7759 expected output in gdb_expect call to allow the exception
7760 message to be present as well. Fix syntax confusion to avoid
7761 TCL thinking that exception_name is an array.
7762
7763 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7764
7765 * gdb.arch/spu-info.c: Include <unistd.h>.
7766 (do_signal_test): Fix broken calls to write.
7767 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7768 Fix checks for empty mailboxes. Update signal tests for corrected
7769 do_signal_test routine. Allow nonzero event status.
7770 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7771 * gdb.cell/arch.exp: Use standard_output_file.
7772 * gdb.cell/break.exp: Likewise.
7773 * gdb.cell/bt.exp: Likewise.
7774 * gdb.cell/core.exp: Likewise.
7775 * gdb.cell/dwarfaddr.exp: Likewise.
7776 * gdb.cell/ea-cache.exp: Likewise.
7777 * gdb.cell/ea-standalone.exp: Likewise.
7778 * gdb.cell/f-regs.exp: Likewise.
7779 * gdb.cell/fork.exp: Likewise.
7780 * gdb.cell/gcore.exp: Likewise.
7781 * gdb.cell/mem-access.exp: Likewise.
7782 * gdb.cell/ptype.exp: Likewise.
7783 * gdb.cell/registers.exp: Likewise.
7784 * gdb.cell/sizeof.exp: Likewise.
7785 * gdb.cell/solib-symbol.exp: Likewise.
7786 * gdb.cell/solib.exp: Likewise.
7787
7788 2017-11-25 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.base/complete-empty.exp: New file.
7791 * gdb.base/completion.exp: Adjust.
7792
7793 2017-11-25 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.linespec/cpls-ops.cc: New file.
7796 * gdb.linespec/cpls-ops.exp: New file.
7797 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7798 factored out from ...
7799 (test_complete_prefix_range): ... this.
7800
7801 2017-11-24 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.linespec/cpcompletion.exp: New file.
7804 * gdb.linespec/cpls-hyphen.cc: New file.
7805 * gdb.linespec/cpls.cc: New file.
7806 * gdb.linespec/cpls2.cc: New file.
7807 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7808 test to use test_gdb_complete_unique. Add label completion,
7809 keyword completion and explicit location completion tests.
7810 * lib/completion-support.exp: New file.
7811
7812 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7813
7814 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7815 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7816 when hitting an exception catchpoint.
7817
7818 2017-11-22 Yao Qi <yao.qi@linaro.org>
7819
7820 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7821
7822 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7823
7824 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7825 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7826 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7827
7828 2017-11-22 Yao Qi <yao.qi@linaro.org>
7829
7830 * gdb.base/info-os.exp: Pass pthreads.
7831 * gdb.multi/multi-attach.exp: Likewise.
7832
7833 2017-11-22 Yao Qi <yao.qi@linaro.org>
7834
7835 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7836 compiler.
7837
7838 2017-11-22 Yao Qi <yao.qi@linaro.org>
7839
7840 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7841 * gdb.base/break-interp.exp: Likewise.
7842 * gdb.base/jit-attach-pie.exp: Likewise.
7843
7844 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7845
7846 * gdb.base/float128.c (large128): New variable.
7847 * gdb.base/float128.exp: Add test to print largest __float128 value.
7848
7849 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7850
7851 * gdb.arch/vsx-regs.exp: Update register content checks.
7852
7853 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7854
7855 * gdb.arch/ppc-longdouble.exp: New file.
7856 * gdb.arch/ppc-longdouble.c: Likewise.
7857
7858 2017-11-21 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7861
7862 2017-11-20 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7865 (long_double_typedef): New typedefs.
7866 Use DEF on double and long double.
7867 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7868 cases.
7869 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7870 and 'long_double_ptr_same_size' locals. Use them to decide
7871 whether cast from array/function to float is valid/invalid.
7872
7873 2017-11-17 Tom Tromey <tom@tromey.com>
7874
7875 * gdb.rust/traits.rs: New file.
7876 * gdb.rust/traits.exp: New file.
7877
7878 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7879
7880 * gdb.ada/minsyms: New testcase.
7881
7882 2017-11-16 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7885 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7886
7887 2017-11-16 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7890 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7891
7892 2017-11-16 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.server/reconnect-ctrl-c.c: New file.
7895 * gdb.server/reconnect-ctrl-c.exp: New file.
7896
7897 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7898
7899 * gdb.python/py-rbreak.exp: New file.
7900 * gdb.python/py-rbreak.c: New file.
7901 * gdb.python/py-rbreak-func2.c: New file.
7902
7903 2017-11-16 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7906 pattern.
7907 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7908 GDB.
7909
7910 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7911
7912 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7913 regex.
7914
7915 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7916
7917 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7918 test names.
7919
7920 2017-11-09 Pedro Alves <palves@redhat.com>
7921
7922 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7923 factored out from ...
7924 (top level): ... here, and adjusted to avoid expecting beyond the
7925 prompt in a single gdb_test_multiple.
7926
7927 2017-11-09 Pedro Alves <palves@redhat.com>
7928
7929 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7930 output.
7931 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7932 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7933 * gdb.server/ext-run.exp ("kill" test): Likewise.
7934 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7935
7936 2017-11-09 Pedro Alves <palves@redhat.com>
7937
7938 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7939 match till end of line.
7940
7941 2017-11-09 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7944
7945 2017-11-09 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7948 New procedures, factored out from ...
7949 (top level): ... here, and adjusted to avoid expecting beyond the
7950 prompt in one go.
7951
7952 2017-11-09 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7955 output. Fix '?' match.
7956
7957 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7958
7959 * gdb.ada/scoped_watch: New testcase.
7960 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7961 which is actually correct.
7962 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7963 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7964
7965 2017-11-08 Pedro Alves <palves@redhat.com>
7966
7967 * gdb.gdb/complaints.exp (test_initial_complaints)
7968 (test_serial_complaints, test_short_complaints): Call
7969 complaint_internal instead of complaint.
7970
7971 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7972
7973 * gdb.threads/tls-core.c: New file.
7974 * gdb.threads/tls-core.exp: Likewise.
7975
7976 2017-11-08 Pedro Alves <palves@redhat.com>
7977
7978 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
7979 (p Exported_Capitalized): New test.
7980 (p exported_capitalized): New test.
7981
7982 2017-11-07 Pedro Alves <palves@redhat.com>
7983
7984 * gdb.cp/ena-dis-br-range.exp: Add more tests.
7985
7986 2017-11-07 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
7989 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
7990 (disable_invalid, disable_inverted, disable_negative): New
7991 procedures.
7992 ("bad numbers"): New set of tests.
7993
7994 2017-11-07 Pedro Alves <palves@redhat.com>
7995
7996 * gdb.cp/ena-dis-br-range.exp: Add tests.
7997
7998 2017-11-07 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8001
8002 2017-11-07 Xavier Roirand <roirand@adacore.com>
8003 Pedro Alves <palves@redhat.com>
8004
8005 * gdb.base/ena-dis-br.exp: Add reference to
8006 gdb.cp/ena-dis-br-range.exp.
8007 * gdb.cp/ena-dis-br-range.exp: New file.
8008 * gdb.cp/ena-dis-br-range.cc: New file.
8009
8010 2017-11-06 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.base/attach-non-pgrp-leader.c: New.
8013 * gdb.base/attach-non-pgrp-leader.exp: New.
8014
8015 2017-11-06 Pedro Alves <palves@redhat.com>
8016
8017 * configure.ac: No longer check for termio.h and sgtty.h.
8018 * configure: Regenerate.
8019 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8020 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8021 Remove termio and sgtty code.
8022
8023 2017-11-03 Yao Qi <yao.qi@linaro.org>
8024
8025 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8026 in GDB is disabled.
8027
8028 2017-11-03 Yao Qi <yao.qi@linaro.org>
8029
8030 * gdb.python/py-thrhandle.exp: Skip it if python is not
8031 enabled.
8032
8033 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8034
8035 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8036 as a breakpoint command.
8037
8038 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8039
8040 PR python/21213
8041 * gdb.python/py-infthread.exp: Test calling
8042 InferiorThread.inferior () multiple times in a row.
8043
8044 2017-10-27 Keith Seitz <keiths@redhat.com>
8045
8046 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8047 Test "info break" for every inlined function breakpoint.
8048
8049 2017-10-27 Yao Qi <yao.qi@linaro.org>
8050
8051 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8052
8053 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8054
8055 * gdb.cp/classes.exp (test_static_members): Test printing
8056 Outer::instance.
8057 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8058 (Inner::instance, Outer::instance): New.
8059
8060 2017-10-24 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8063 extra console" test in two stages.
8064
8065 2017-10-24 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8068
8069 2017-10-24 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8072 loop.
8073
8074 2017-10-24 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8077 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8078
8079 2017-10-24 Pedro Alves <palves@redhat.com>
8080
8081 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8082 parameter and handle it. Don't output read value in test name.
8083
8084 2017-10-24 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8087 custom test name.
8088
8089 2017-10-24 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8092 include the unstable output directory name in the test's name.
8093 (initial_setup_simple) <'set args'>: Use custom test name.
8094
8095 2017-10-24 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8098 with explicit test name.
8099
8100 2017-10-20 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8103 'wait -i'. Use gdb_assert and remote_close.
8104
8105 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8106
8107 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8108 number from variable rather than hard-coded.
8109
8110 2017-10-19 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.base/long-inferior-output.c: New file.
8113 * gdb.base/long-inferior-output.exp: New file.
8114
8115 2017-11-18 Keith Seitz <keiths@redhat.com>
8116
8117 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8118 method.
8119 (main): Call it.
8120 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8121 Add additional user-defined conversion operator tests.
8122
8123 2017-10-17 Pedro Alves <palves@redhat.com>
8124
8125 * boards/native-stdio-gdbserver.exp: Load "local-board".
8126
8127 2017-10-17 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.base/quit-live.c: New file.
8130 * gdb.base/quit-live.exp: New file.
8131
8132 2017-10-16 Keith Seitz <keiths@redhat.com>
8133
8134 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8135 (class_with_protected_typedef, class_with_private_typedef)
8136 (struct_with_public_typedef, struct_with_protected_typedef)
8137 (struct_with_private_typedef): New classes/structs.
8138 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8139 typedefs and access specifiers.
8140
8141 2017-10-16 Pedro Alves <palves@redhat.com>
8142 Simon Marchi <simon.marchi@polymtl.ca>
8143
8144 * README (Local vs Remote vs Native): New section.
8145 * boards/local-board.exp: New file, with bits factored out from
8146 ...
8147 * boards/native-extended-gdbserver.exp: ... here. Load
8148 "local-board".
8149 * boards/native-gdbserver.exp: Load "local-board".
8150 (${board}_spawn, ${board}_exec): Delete.
8151 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8152 ...
8153 * boards/stdio-gdbserver-base.exp: ... this new file.
8154 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8155 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8156 procedure.
8157 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8158 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8159 stdio_gdbserver_command.
8160 (${board}_get_remote_address, ${board}_get_comm_port)
8161 (${board}_download, ${board}_upload): Delete.
8162 (get_target_remote_pipe_cmd): New.
8163
8164 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8165
8166 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8167 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8168 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8169 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8170 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8171 remove with_test_prefix.
8172
8173 2017-10-13 Pedro Alves <palves@redhat.com>
8174
8175 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8176 * gdb.base/annota1.exp: Use it instead of is_remote.
8177 * gdb.base/annota3.exp: Use it instead of is_remote.
8178 * gdb.cp/annota2.exp: Use it instead of is_remote.
8179 * gdb.cp/annota3.exp: Use it instead of is_remote.
8180 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8181
8182 2017-10-13 Pedro Alves <palves@redhat.com>
8183
8184 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8185 (test_num_test_vars, run_and_count_vars, find_env)
8186 (test_set_unset_env, test_inherit_env_var): New procedures.
8187 (top level): Use them.
8188
8189 2017-10-13 Pedro Alves <palves@redhat.com>
8190
8191 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8192 also skip on stub-like targets.
8193
8194 2017-10-13 Pedro Alves <palves@redhat.com>
8195
8196 PR gdb/22293
8197 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8198 (top level): Move some tests to ...
8199 (test_not_found): ... this new procedure.
8200 (top level): Call it.
8201
8202 2017-10-13 Pedro Alves <palves@redhat.com>
8203
8204 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8205 expect different "info terminal" output if testing with a
8206 non-native target.
8207
8208 2017-10-13 Pedro Alves <palves@redhat.com>
8209 Simon Marchi <simon.marchi@polymtl.ca>
8210
8211 PR python/12966
8212 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8213
8214 2017-10-13 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8217 already.
8218
8219 2017-10-13 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8222 is_remote.
8223
8224 2017-10-13 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8227 is_remote.
8228
8229 2017-10-13 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8232 is set.
8233 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8234 instead of is_remote.
8235
8236 2017-10-13 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8239 (top level): Add comment.
8240
8241 2017-10-13 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.base/remote.exp (top level): Fix comment typo and add
8244 missing return.
8245
8246 2017-10-13 Pedro Alves <palves@redhat.com>
8247 Simon Marchi <simon.marchi@polymtl.ca>
8248
8249 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8250 calls and add comments. Skip test if use_gdb_stub is set.
8251 (top level): Use "set cwd" command instead of "cd" command.
8252
8253 2017-10-13 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8256 is_remote target check.
8257
8258 2017-10-13 Pedro Alves <palves@redhat.com>
8259
8260 * gdb.base/scope.exp: Use build_executable + clean_restart +
8261 gdb_file_cmd instead of prepare_for_testing and no longer skip
8262 "before run" tests on is_remote target boards. Update comments.
8263 * boards/native-extended-gdbserver.exp
8264 (extended_gdbserver_load_last_file): New, factored out from ...
8265 (gdb_load): ... this. Move further below and add comment.
8266 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8267
8268 2017-10-12 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.base/attach.exp: Remove references to gdb64.
8271 * gdb.base/dbx.exp: Remove references to gdb64.
8272
8273 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8274 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.base/label.exp: Remove is_remote target check.
8277
8278 2017-10-12 Pedro Alves <palves@redhat.com>
8279
8280 * gdb.base/auvx.exp (coredir): Update comment.
8281 (top level) <core_works>: Use "set cwd" command instead of "cd"
8282 command.
8283
8284 2017-10-12 Pedro Alves <palves@redhat.com>
8285 Simon Marchi <simon.marchi@polymtl.ca>
8286
8287 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8288 target boards.
8289
8290 2017-10-12 Pedro Alves <palves@redhat.com>
8291 Simon Marchi <simon.marchi@polymtl.ca>
8292
8293 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8294 Instead skip if there's any gdb_protocol set.
8295
8296 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8297 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8300
8301 2017-10-12 Pedro Alves <palves@redhat.com>
8302 Simon Marchi <simon.marchi@polymtl.ca>
8303
8304 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8305 instead of on dejagnu remote boards.
8306
8307 2017-10-12 Pedro Alves <palves@redhat.com>
8308 Simon Marchi <simon.marchi@polymtl.ca>
8309
8310 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8311 checks. Use build_executable + clean_restart instead of
8312 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8313 of enabling non-stop after starting gdb.
8314
8315 2017-10-12 Pedro Alves <palves@redhat.com>
8316
8317 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8318 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8319 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8320 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8321
8322 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8323
8324 * gdb.arch/arc-tdesc-cpu.exp: New file.
8325 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8326
8327 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8328
8329 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8330
8331 2017-10-10 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8334 expect CLI output.
8335
8336 2017-10-10 Pedro Alves <palves@redhat.com>
8337
8338 * lib/selftest-support.exp (selftest_setup): Update for
8339 captured_command_loop's prototype change.
8340
8341 2017-10-09 Pedro Alves <palves@redhat.com>
8342
8343 Test both arch1=>arch2 and arch2=>arch1.
8344
8345 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8346 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8347 factored out to...
8348 (append_arch1_options, append_arch2_options, append_arch_options)
8349 (build_executables): New procedures.
8350 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8351 local.
8352 (top level): Add new 'first_arch' testing axis.
8353
8354 2017-10-09 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8357 (barrier): New.
8358 (thread_start, all_started): New functions.
8359 (main): Spawn new thread and wait until it is scheduled.
8360 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8361 option.
8362 (do_test): Add 'selected_thread' parameter. Run to all_started
8363 instead of main. Explicitly set the breakpoint at main. Switch
8364 to the SELECTED_THREAD thread.
8365 (top level): Test handling the exec event with either the main
8366 thread or the second thread selected.
8367
8368 2017-10-09 Pedro Alves <palves@redhat.com>
8369
8370 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8371 logic. Move STOP marker after the value checks.
8372 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8373 regexp.
8374
8375 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8376
8377 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8378
8379 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8380
8381 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8382 integer-to-dfp conversion.
8383 * gdb.base/dfp-test.exp: Likewise.
8384
8385 2017-10-04 Pedro Alves <palves@redhat.com>
8386
8387 * gdb.multi/hangout.c: Include <unistd.h>.
8388 (hangout_loop): New function.
8389 (main): Call alarm. Call hangout_loop in a loop.
8390 * gdb.multi/hello.c: Include <unistd.h>.
8391 (hello_loop): New function.
8392 (main): Call alarm. Call hangout_loop in a loop.
8393 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8394 inferior with the other selected.
8395
8396 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8397
8398 * gdb.mi/list-thread-groups-available.exp: New file.
8399 * gdb.mi/list-thread-groups-available.c: New file.
8400
8401 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8402
8403 * gdb.base/set-cwd.exp: Make it available on
8404 native-extended-gdbserver.
8405
8406 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8407
8408 * gdb.base/set-cwd.c: New file.
8409 * gdb.base/set-cwd.exp: Likewise.
8410
8411 2017-10-02 Tom Tromey <tom@tromey.com>
8412
8413 PR rust/22236:
8414 * gdb.rust/simple.rs (main): New variable "fslice".
8415 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8416
8417 2017-10-02 Tom Tromey <tom@tromey.com>
8418
8419 * gdb.rust/simple.exp: Test ptype of a slice.
8420
8421 2017-10-02 Tom Tromey <tom@tromey.com>
8422
8423 * gdb.rust/simple.exp: Test index of slice.
8424
8425 2017-09-27 Tom Tromey <tom@tromey.com>
8426
8427 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8428
8429 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8430 Pedro Alves <palves@redhat.com>
8431
8432 * gdb.base/compare-sections.exp (get value of read-only section): Read
8433 as unsigned value.
8434 (corrupt read-only section): Likewise and don't set written if patching
8435 failed.
8436
8437 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8438
8439 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8440 files.
8441
8442 2017-09-20 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8445 symbol names in gdb's output.
8446 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8447
8448 2017-09-20 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8451 Rename to ...
8452 (test_list_ambiguous_symbol): ... this and add a symbol name
8453 parameter. Adjust.
8454 (test_list_ambiguous_function): Reimplement on top of
8455 test_list_ambiguous_symbol and also test listing ambiguous
8456 variables.
8457 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8458 (ambiguous_fun): ... this.
8459 (ambiguous_var): New.
8460 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8461 (ambiguous_fun): ... this.
8462 (ambiguous_var): New.
8463
8464 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8465
8466 * gdb.base/starti.c: New file.
8467 * gdb.base/starti.exp: New file.
8468 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8469
8470 2017-09-14 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8473 (top level): Use it instead of runto.
8474
8475 2017-09-11 Tom Tromey <tom@tromey.com>
8476
8477 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8478
8479 2017-09-11 Tom Tromey <tom@tromey.com>
8480
8481 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8482 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8483
8484 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8485
8486 * gdb.fortran/printing-types.exp: New file.
8487 * gdb.fortran/printing-types.exp: New file.
8488
8489 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8490
8491 * gdb.fortran/vla-ptype.exp: Fix typos.
8492 * gdb.fortran/vla-value.exp: Same.
8493
8494 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8495
8496 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8497 * gdb.mi/mi-var-child-f.exp: Likewise.
8498 * gdb.mi/mi-vla-fortran.exp: Likewise.
8499
8500 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8501 Christoph Weinmann <christoph.t.weinmann@intel.com>
8502 Bernhard Heckel <bernhard.heckel@intel.com>
8503
8504 * gdb.fortran/ptr-indentation.f90: New file.
8505 * gdb.fortran/ptr-indentation.exp: New file.
8506
8507 2017-09-05 Tom Tromey <tom@tromey.com>
8508
8509 PR gdb/22010:
8510 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8511
8512 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8513
8514 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8515
8516 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8517
8518 * gdb.threads/tls-nodebug-pie.c: New file.
8519 * gdb.threads/tls-nodebug-pie.exp: New file.
8520
8521 2017-09-05 Tom Tromey <tom@tromey.com>
8522
8523 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8524 for rust.
8525
8526 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8527
8528 * gdb.multi/multi-arch-exec.exp: Test with different
8529 "follow-exec-mode" settings.
8530 (do_test): New procedure.
8531
8532 2017-09-04 Pedro Alves <palves@redhat.com>
8533
8534 * gdb.base/func-static.c (S::method const, S::method volatile)
8535 (S::method volatile const): New methods.
8536 (c_s, v_s, cv_s): New instances.
8537 (main): Call method() on them.
8538 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8539 (cannot_resolve): New procedure.
8540 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8541 print-quote-unquoted columns.
8542 (do_test): Test printing each scope too.
8543
8544 2017-09-04 Pedro Alves <palves@redhat.com>
8545
8546 * gdb.base/local-static.exp: Also test with
8547 class::method::variable wholly quoted.
8548 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8549
8550 2017-09-04 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.base/local-static.c: New.
8553 * gdb.base/local-static.cc: New.
8554 * gdb.base/local-static.exp: New.
8555
8556 2017-09-04 Pedro Alves <palves@redhat.com>
8557
8558 * gdb.asm/asm-source.exp: Add casts to int.
8559 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8560 (dataglobal64_1, dataglobal64_2): New globals.
8561 * gdb.base/nodebug.exp: Test different expressions involving the
8562 new globals, with print, whatis and ptype. Add casts to int.
8563 * gdb.base/solib-display.exp: Add casts to int.
8564 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8565 * gdb.cp/m-static.exp: Add cast to int.
8566 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8567 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8568 tls variable with no debug info without a cast. Test with a cast
8569 to int too.
8570 * gdb.trace/entry-values.exp: Add casts.
8571
8572 2017-09-04 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.base/nodebug.exp: Test that ptype's error about functions
8575 with unknown return type includes the function name too.
8576
8577 2017-09-04 Pedro Alves <palves@redhat.com>
8578
8579 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8580 return type of munmap in infcall.
8581 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8582 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8583 type of ftell in infcall.
8584 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8585 type of getpid in infcall.
8586 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8587 infcall.
8588 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8589 Bail on failure to extract the pid.
8590 * gdb.base/nodebug.c: #include <stdint.h>.
8591 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8592 New functions.
8593 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8594 Change expected output of print/whatis/ptype with functions with
8595 no debug info. Test all supported languages. Call
8596 test_call_promotion.
8597 * gdb.compile/compile.exp: Adjust expected output to expect
8598 warning.
8599 * gdb.threads/siginfo-threads.exp: Likewise.
8600
8601 2017-09-04 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8604 "prototypes". Test calling float functions via prototyped and
8605 unprototyped function pointers.
8606 (perform_all_tests): New parameter "prototypes". Pass it down.
8607 (top level): Pass down "prototypes" parameter to
8608 perform_all_tests.
8609
8610 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8611
8612 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8613 Test with nested loops.
8614
8615 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8616
8617 * gdb.base/commands.exp: Call the new procedures.
8618 (loop_break_test, loop_continue_test): New procedures.
8619
8620 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8621
8622 * gdb.base/commands.exp: Call new procedure.
8623 (define_if_without_arg_test): New procedure.
8624
8625 2017-09-04 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.base/list-ambiguous.exp: New file.
8628 * gdb.base/list-ambiguous0.c: New file.
8629 * gdb.base/list-ambiguous1.c: New file.
8630 * gdb.base/list.exp (test_list_range): Adjust expected output.
8631
8632 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8633
8634 * gdb.base/share-env-with-gdbserver.c: New file.
8635 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8636
8637 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8638
8639 * gdb.base/commands.exp (gdbvar_simple_if_test,
8640 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8641 progvar_simple_if_test, progvar_simple_while_test,
8642 progvar_complex_if_while_test, user_defined_command_test,
8643 user_defined_command_args_eval,
8644 user_defined_command_args_stack_test,
8645 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8646 temporary_breakpoint_commands,
8647 gdb_test_no_prompt, redefine_hook_test,
8648 redefine_backtrace_test): Remove "global gdb_prompt".
8649
8650 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8651
8652 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8653 New proc, call it from toplevel.
8654
8655 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8656
8657 PR remote/21852
8658 * gdb.server/normal.c: New file, copied from gdb.base.
8659 * gdb.server/run-without-local-binary.exp: New file.
8660
8661 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8662
8663 * gdb.arch/sparc64-adi.exp: New file.
8664 * gdb.arch/sparc64-adi.c: New file.
8665
8666 2017-08-22 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8669 (top level): Add "list all overloads" tests.
8670
8671 2017-08-22 Tom Tromey <tom@tromey.com>
8672
8673 * gdb.gdb/xfullpath.exp: Remove.
8674
8675 2017-08-21 Pedro Alves <palves@redhat.com>
8676
8677 PR gdb/19487
8678 * gdb.base/symbol-alias.c: New.
8679 * gdb.base/symbol-alias2.c: New.
8680 * gdb.base/symbol-alias.exp: New.
8681
8682 2017-08-21 Pedro Alves <palves@redhat.com>
8683
8684 * gdb.base/dfp-test.c
8685 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8686 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8687 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8688 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8689 * gdb.base/whatis-ptype-typedefs.c: New.
8690 * gdb.base/whatis-ptype-typedefs.exp: New.
8691 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8692 (an_int, an_int_type, an_int_type2): New globals.
8693 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8694 involving typedefs and cast expressions.
8695 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8696 (lookup_typedefs_function): New.
8697 (typedefs_pretty_printers_dict): New.
8698 (top level): Register lookup_typedefs_function in
8699 gdb.pretty_printers.
8700
8701 2017-08-18 Yao Qi <yao.qi@linaro.org>
8702
8703 * gdb.server/unittest.exp: New.
8704
8705 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8706
8707 PR gdb/21954
8708 * gdb.base/environ.exp: Add test to check if 'unset environment'
8709 works.
8710
8711 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8712
8713 * lib/gdb.exp (universal_compile_options): New caching proc.
8714 (gdb_compile): Suppress GCC's coloring of messages.
8715
8716 2017-08-14 Tom Tromey <tom@tromey.com>
8717
8718 PR gdb/21675:
8719 * gdb.base/printcmds.exp (test_radices): New function.
8720 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8721 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8722 * lib/gdb.exp (get_integer_valueof): Use p/d.
8723
8724 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8725
8726 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8727 characters.
8728
8729 2017-08-05 Tom Tromey <tom@tromey.com>
8730
8731 * gdb.rust/simple.exp: Allow String to appear in a different
8732 namespace.
8733
8734 2017-07-26 Yao Qi <yao.qi@linaro.org>
8735
8736 * gdb.gdb/unittest.exp: Invoke command
8737 "maintenance check xml-descriptions".
8738
8739 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8740
8741 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8742 calling context.
8743 (hex128): Drop erroneous calculation of parameters.
8744
8745 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8746
8747 * gdb.python/py-unwind.exp: Disable stack protection when
8748 building test file.
8749
8750 2017-07-20 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.base/default.exp (set language): Adjust expected output.
8753
8754 2017-07-20 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8757 (test_minsym): ... this, and make static.
8758 (get_pck__foo__bar__minsym): Rename to ...
8759 (get_test_minsym): ... this.
8760 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8761 symbol names and comments.
8762 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8763 (get_test_minsym): ... this.
8764 (pck__foo__bar__minsym__2): Rename to ...
8765 (test_minsym): ... this.
8766 (main): Adjust.
8767
8768 2017-07-17 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.base/completion.exp: Adjust expected output.
8771 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8772 the completer works.
8773
8774 2017-07-17 Pedro Alves <palves@redhat.com>
8775
8776 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8777
8778 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8779
8780 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8781
8782 2017-07-14 Tom Tromey <tom@tromey.com>
8783
8784 PR rust/21764:
8785 * gdb.rust/simple.exp: Add tests.
8786
8787 2017-07-14 Tom Tromey <tom@tromey.com>
8788
8789 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8790
8791 2017-07-14 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.linespec/base/one/thefile.cc (z1): New function.
8794 * gdb.linespec/base/two/thefile.cc (z2): New function.
8795 * gdb.linespec/linespec.exp: Add tests.
8796
8797 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8798
8799 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8800 to mi_create_breakpoint.
8801
8802 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8803
8804 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8805 mi_create_breakpoint.
8806
8807 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8808
8809 * gdb.dlang/demangle.exp: Update for demangling changes.
8810
8811 2017-07-09 Tom Tromey <tom@tromey.com>
8812
8813 * gdb.dwarf2/shortpiece.exp: New file.
8814
8815 2017-07-06 David Blaikie <dblaikie@gmail.com>
8816
8817 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8818 built from fissiont-multi-cu{1,2}.c.
8819 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8820 except putting 'main' and 'func' in separate CUs in the same DWO file.
8821 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8822 test.
8823 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8824 test.
8825
8826 2017-07-06 Pedro Alves <palves@redhat.com>
8827
8828 * gdb.python/py-unwind.exp: Test flushregs.
8829
8830 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8831
8832 PR cli/21688
8833 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8834 tests for alias commands and trailing whitespace.
8835
8836 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8837
8838 PR cli/21688
8839 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8840 procedure. Call it.
8841
8842 2017-06-29 Pedro Alves <palves@redhat.com>
8843
8844 * gdb.base/printcmds.exp: Add tests.
8845
8846 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8847
8848 PR gdb/21337
8849 * gdb.base/reread-readsym.exp: New file.
8850 * gdb.base/reread-readsym.c: New file.
8851
8852 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8853
8854 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8855 subpattern.
8856
8857 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8858
8859 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8860 extended mnemonic.
8861 * gdb.arch/powerpc-power9.s: Likewise.
8862
8863 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8864
8865 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8866 on 32-bit x86 targets. Exploit is_*_target macros where
8867 appropriate.
8868
8869 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8870
8871 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8872 register pieces.
8873
8874 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8875
8876 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8877 located in one or more DWARF pieces.
8878
8879 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8880
8881 * lib/gdb.exp (get_endianness): New proc.
8882 * gdb.arch/aarch64-fp.exp: Use it.
8883 * gdb.arch/altivec-regs.exp: Likewise.
8884 * gdb.arch/e500-regs.exp: Likewise.
8885 * gdb.arch/vsx-regs.exp: Likewise.
8886 * gdb.base/dump.exp: Likewise.
8887 * gdb.base/funcargs.exp: Likewise.
8888 * gdb.base/gnu_vector.exp: Likewise.
8889 * gdb.dwarf2/formdata16.exp: Likewise.
8890 * gdb.dwarf2/implptrpiece.exp: Likewise.
8891 * gdb.dwarf2/nonvar-access.exp: Likewise.
8892 * gdb.python/py-inferior.exp: Likewise.
8893 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8894
8895 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8896
8897 PR gdb/21226
8898 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8899 stack value pieces are taken from the LSB end.
8900
8901 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8902
8903 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8904 variable at nonzero offset.
8905
8906 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8907
8908 * gdb.dwarf2/var-access.c: New file.
8909 * gdb.dwarf2/var-access.exp: New test.
8910 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8911
8912 2017-06-12 Tom Tromey <tom@tromey.com>
8913
8914 * gdb.dwarf2/formdata16.exp: Add tests.
8915
8916 2017-06-12 Tom Tromey <tom@tromey.com>
8917
8918 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8919
8920 2017-06-12 Tom Tromey <tom@tromey.com>
8921
8922 PR exp/16225:
8923 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8924 * gdb.arch/vsx-regs.exp: Update tests.
8925 * gdb.arch/s390-vregs.exp (hex128): New proc.
8926 Update test.
8927 * gdb.arch/altivec-regs.exp: Update tests.
8928
8929 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8930
8931 * gdb.base/startup-with-shell.c: New file.
8932 * gdb.base/startup-with-shell.exp: Likewise.
8933
8934 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8935
8936 * gdb.server/non-existing-program.exp: Update regex in order to
8937 reflect the fact that gdbserver is now using fork_inferior (with a
8938 shell) to startup the inferior.
8939
8940 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8941
8942 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8943 support function calls from GDB.
8944
8945 2017-05-21 Tom Tromey <tom@tromey.com>
8946
8947 PR rust/21466:
8948 * gdb.rust/unsized.exp: New file.
8949 * gdb.rust/unsized.rs: New file.
8950
8951 2017-05-19 Tom Tromey <tom@tromey.com>
8952
8953 PR rust/21484:
8954 * gdb.rust/watch.exp: New file.
8955 * gdb.rust/watch.rs: New file.
8956
8957 2017-05-18 Tom Tromey <tom@tromey.com>
8958
8959 * gdb.rust/simple.exp: Allow Box to be qualified.
8960
8961 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8962
8963 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8964
8965 2017-05-18 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.base/fileio.c (test_write, test_read, test_close)
8968 (test_fstat): Don't print 'ret' in the fail path.
8969
8970 2017-05-18 Pedro Alves <palves@redhat.com>
8971
8972 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8973 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8974 (test_system, test_rename, test_unlink, test_time): Change
8975 prototypes.
8976 * gdb.base/fileio.exp (stop_msg): Adjust.
8977
8978 2017-05-18 Pedro Alves <palves@redhat.com>
8979
8980 * gdb.base/fileio.c (null_str): New global.
8981 (test_stat): Use it.
8982 * gdb.base/fileio.exp: Remove nowarnings.
8983
8984 2017-05-17 Yao Qi <yao.qi@linaro.org>
8985
8986 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
8987
8988 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
8989
8990 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
8991 argument command.
8992 (top-level): Invoke test_set_inferior_tty.
8993
8994 2017-05-04 Pedro Alves <palves@redhat.com>
8995
8996 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
8997 Add parens to print call for Python 3.
8998
8999 2017-05-03 Keith Seitz <keiths@redhat.com>
9000
9001 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9002 (main): Call it.
9003
9004 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9005
9006 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9007 to prev and next.
9008
9009 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9010
9011 * gdb.python/py-record-btrace.exp: Remove test for
9012 gdb.BtraceInstruction.error.
9013
9014 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9015
9016 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9017
9018 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9019
9020 * gdb.python/py-record-btrace-threads.c: New file.
9021 * gdb.python/py-record-btrace-threads.exp: New file.
9022
9023 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9024
9025 PR testsuite/8595
9026 * gdb.base/environ.exp: Make test available in all architectures.
9027 Move bits related to "info program" testing to
9028 gdb.base/info-program.exp. Rewrite tests to use the two new
9029 procedures mentione below.
9030 (test_set_show_env_var) New procedure.
9031 (test_set_show_env_var_equal): Likewise.
9032 * gdb.base/info-program.exp: New file.
9033
9034 2017-04-27 Keith Seitz <keiths@redhat.com>
9035
9036 * gdb.cp/oranking.cc (test15): New function.
9037 (main): Call test15 and declare additional variables for testing.
9038 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9039 "p foo101('abc')" tests.
9040 Add tests for cv qualifier overloads.
9041 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9042 "lvalue reference overload" test.
9043 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9044 "print value of f1 on Child&& in f2" test.
9045
9046 2017-04-19 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9049 procedure.
9050 (top level): Call it.
9051 * lib/gdb.exp (gdb_define_cmd): New procedure.
9052
9053 2017-04-12 Pedro Alves <palves@redhat.com>
9054
9055 PR gdb/21323
9056 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9057 (wchar): New global.
9058 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9059 (do_test_wide_char, wide_char_types_no_program, top level): Add
9060 wchar_t testing.
9061
9062 2017-04-12 Pedro Alves <palves@redhat.com>
9063
9064 PR c++/21323
9065 * gdb.cp/wide_char_types.c: New file.
9066 * gdb.cp/wide_char_types.exp: New file.
9067
9068 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9069
9070 PR gdb/21352
9071 * gdb.trace/tsv.exp: Add test for "tsave -r".
9072
9073 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9074
9075 * gdb.dlang/watch-loc.c: New file.
9076 * gdb.dlang/watch-loc.exp: New file.
9077
9078 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9079
9080 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9081
9082 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9083
9084 * gdb.arch/arc-analyze-prologue.S: New file.
9085 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9086
9087 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9088
9089 * gdb.arch/arc-decode-insn.S: New file.
9090 * gdb.arch/arc-decode-insn.exp: Likewise.
9091
9092 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9093
9094 PR tdep/20928
9095 * gdb.arch/sparc64-regs.exp: New file.
9096 * gdb.arch/sparc64-regs.S: Likewise.
9097
9098 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9099
9100 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9101 and memory view on Python 3.
9102
9103 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9104 Keith Seitz <keiths@redhat.com>
9105
9106 PR gdb/14441
9107 * gdb.cp/demangle.exp: Add rvalue reference tests.
9108 * gdb.cp/rvalue-ref-casts.cc: New file.
9109 * gdb.cp/rvalue-ref-casts.exp: New file.
9110 * gdb.cp/rvalue-ref-overload.cc: New file.
9111 * gdb.cp/rvalue-ref-overload.exp: New file.
9112 * gdb.cp/rvalue-ref-params.cc: New file.
9113 * gdb.cp/rvalue-ref-params.exp: New file.
9114 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9115 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9116 * gdb.cp/rvalue-ref-types.cc: New file.
9117 * gdb.cp/rvalue-ref-types.exp: New file.
9118 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9119 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9120
9121 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9122
9123 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9124 New procedure.
9125
9126 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9127
9128 * lib/mi-support.exp (mi_gdb_test): Add additional message
9129 for unexpected output.
9130
9131 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9132
9133 * gdb.base/examine-backward.c (Barrier): New character array
9134 constant, to ensure that TestStrings is preceded by a string
9135 terminator.
9136
9137 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9138
9139 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9140 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9141 and implicit pointer into such a location.
9142
9143 2017-03-16 Doug Evans <dje@google.com>
9144
9145 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9146
9147 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9148
9149 * gdb.cp/m-static.exp: Fix expectation for prototype of
9150 test5.single_constructor and single_constructor::single_constructor.
9151
9152 2017-03-16 Doug Evans <dje@google.com>
9153
9154 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9155 * gdb.guile/scm-lazy-string.c: New file.
9156 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9157 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9158 for pointer, array, typedef lazy strings.
9159
9160 2017-03-16 Doug Evans <dje@google.com>
9161
9162 PR python/17728, python/18439, python/18779
9163 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9164 * gdb.python/py-lazy-string.c (pointer): New typedef.
9165 (main): New locals ptr, array, typedef_ptr.
9166 * gdb.python/py-value.exp: Move lazy string tests to ...
9167 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9168 array, typedef lazy strings.
9169
9170 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9171
9172 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9173 Add optional 'test' parameter.
9174
9175 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9176
9177 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9178 Skip for versions of DejaGnu < 1.5.
9179
9180 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9181
9182 * lib/gdb.exp (dejagnu_version): New proc.
9183 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9184 Use dejagnu_version.
9185
9186 2017-03-10 Keith Seitz <keiths@redhat.com>
9187
9188 PR c++/8128
9189 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9190 type from destructor regexps.
9191 Add a branch which actually passes the test.
9192 Adjust "ptype t5i" test names.
9193
9194 2017-03-08 Pedro Alves <palves@redhat.com>
9195
9196 * gdb.base/step-over-exit.exp: Add explicit test message.
9197
9198 2017-03-08 Pedro Alves <palves@redhat.com>
9199
9200 PR gdb/18360
9201 * gdb.threads/interrupt-while-step-over.c: New file.
9202 * gdb.threads/interrupt-while-step-over.exp: New file.
9203
9204 2017-03-08 Pedro Alves <palves@redhat.com>
9205
9206 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9207 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9208
9209 2017-03-08 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9212 PKRU as not supported as a PASS.
9213
9214 2017-03-08 Pedro Alves <palves@redhat.com>
9215
9216 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9217 prefix instead of $binfile1/$binfile2.
9218 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9219 in test message.
9220 * gdb.python/py-completion.exp: Use "load python file" as test
9221 messages instead of unstable path names.
9222
9223 2017-03-08 Pedro Alves <palves@redhat.com>
9224 Jan Kratochvil <jan.kratochvil@redhat.com>
9225
9226 PR cli/21218
9227 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9228 New proc.
9229 (top level): Call it.
9230
9231 2017-03-08 Pedro Alves <palves@redhat.com>
9232
9233 PR tui/21216
9234 * gdb.tui/tui-nl-filtered-output.exp: New file.
9235
9236 2017-03-08 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/completion.exp: Move TUI completion tests to ...
9239 * gdb.tui/completion.exp: ... this new file.
9240
9241 2017-03-08 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.base/tui-disasm-long-lines.c,
9244 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9245 gdb.base/tui-layout.exp: Move to ...
9246 * gdb.tui/: ... this new directory.
9247
9248 2017-03-07 Pedro Alves <palves@redhat.com>
9249
9250 * gdb.base/tui-layout.c: New file.
9251 * gdb.base/tui-layout.exp: New file.
9252
9253 2017-03-07 Pedro Alves <palves@redhat.com>
9254
9255 * gdb.base/tui-layout.c: Rename to ...
9256 * gdb.base/tui-disasm-long-lines.c: ... this.
9257 * gdb.base/tui-layout.exp: Rename to ...
9258 * gdb.base/tui-disasm-long-lines.exp: ... this.
9259
9260 2017-03-07 Pedro Alves <palves@redhat.com>
9261
9262 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9263
9264 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9265
9266 * i386-mpx-call.c: New file.
9267 * i386-mpx-call.exp: New file.
9268
9269 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9270
9271 * gdb.arch/powerpc-power.exp: Delete test.
9272 * gdb.arch/powerpc-power.s: Likewise.
9273 * gdb.disasm/disassembler-options.exp: New test.
9274 * gdb.arch/powerpc-altivec.exp: Likewise.
9275 * gdb.arch/powerpc-altivec.s: Likewise.
9276 * gdb.arch/powerpc-altivec2.exp: Likewise.
9277 * gdb.arch/powerpc-altivec2.s: Likewise.
9278 * gdb.arch/powerpc-altivec3.exp: Likewise.
9279 * gdb.arch/powerpc-altivec3.s: Likewise.
9280 * gdb.arch/powerpc-power7.exp: Likewise.
9281 * gdb.arch/powerpc-power7.s: Likewise.
9282 * gdb.arch/powerpc-power8.exp: Likewise.
9283 * gdb.arch/powerpc-power8.s: Likewise.
9284 * gdb.arch/powerpc-power9.exp: Likewise.
9285 * gdb.arch/powerpc-power9.s: Likewise.
9286 * gdb.arch/powerpc-vsx.exp: Likewise.
9287 * gdb.arch/powerpc-vsx.s: Likewise.
9288 * gdb.arch/powerpc-vsx2.exp: Likewise.
9289 * gdb.arch/powerpc-vsx2.s: Likewise.
9290 * gdb.arch/powerpc-vsx3.exp: Likewise.
9291 * gdb.arch/powerpc-vsx3.s: Likewise.
9292 * gdb.arch/arm-disassembler-options.exp: Likewise.
9293 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9294 * gdb.arch/s390-disassembler-options.exp: Likewise.
9295
9296 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9297
9298 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9299 (check_supported_features): ... this. Changed return type to void.
9300 (supports_rdseed): New static global.
9301 (rdseed): Check supports_rdseed.
9302 (initialize): Call check_supported_features.
9303
9304 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9305
9306 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9307 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9308 and lqarx/stqcx.
9309 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9310 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9311
9312 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9313
9314 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9315 uppercase.
9316
9317 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9318
9319 * gdb.dwarf2/formdata16.c: New file.
9320 * gdb.dwarf2/formdata16.exp: New file.
9321 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9322
9323 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9324
9325 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9326 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9327 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9328 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9329 DW_AT_GNU_*.
9330
9331 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9334
9335 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9336
9337 PR gdb/21164
9338 * gdb.base/maint.exp: Add testcases for when the commands do
9339 not have arguments.
9340
9341 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9342
9343 * gdb.cp/chained-calls.exp: Use p instead of P.
9344
9345 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9346
9347 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9348 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9349
9350 2017-02-14 Tom Tromey <tom@tromey.com>
9351
9352 PR python/13598:
9353 * gdb.python/py-events.exp: Add before_prompt event tests.
9354
9355 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9356
9357 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9358
9359 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9360
9361 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9362 (main): Call my_unique_function_name.
9363 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9364 completion of patterns with a single match.
9365 Add missing -re switches to gdb_test_multiple calls.
9366
9367 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9368
9369 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9370 return if core file is not recognized.
9371
9372 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9373
9374 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9375 and extra UIs.
9376
9377 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9378
9379 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9380 proc_with_prefix.
9381
9382 2017-02-10 Tom Tromey <tom@tromey.com>
9383
9384 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9385
9386 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9387
9388 PR gdb/21122
9389 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9390
9391 2017-02-08 Jerome Guitton <guitton@adacore.com>
9392
9393 * gdb.base/define.exp: Add test for command abbreviations
9394 in define.
9395
9396 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9397
9398 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9399 * gdb.reverse/insn-reverse-x86.c: New file.
9400
9401 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9402
9403 PR tdep/20936
9404 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9405
9406 2017-02-03 Tom Tromey <tom@tromey.com>
9407
9408 PR rust/21097:
9409 * gdb.rust/simple.exp: Add new tests.
9410
9411 2017-02-02 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9414 tests.
9415
9416 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9417
9418 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9419 taking a 2-byte value out of a 4-byte DWARF implicit value on
9420 big-endian targets.
9421 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9422 logic. Add test cases for DW_OP_implicit.
9423
9424 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9425
9426 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9427
9428 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9429
9430 * gdb.btrace/enable.exp: Call gdb_exit before
9431 skip_gdbserver_tests.
9432
9433 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9434
9435 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9436 GDBFLAGS.
9437
9438 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9439
9440 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9441 the test is skipped.
9442 * gdb.btrace/data.exp: Likewise.
9443 * gdb.btrace/delta.exp: Likewise.
9444 * gdb.btrace/dlopen.exp: Likewise.
9445 * gdb.btrace/enable-running.exp: Likewise.
9446 * gdb.btrace/enable.exp: Likewise.
9447 * gdb.btrace/exception.exp: Likewise.
9448 * gdb.btrace/function_call_history.exp: Likewise.
9449 * gdb.btrace/gcore.exp: Likewise.
9450 * gdb.btrace/instruction_history.exp: Likewise.
9451 * gdb.btrace/multi-thread-step.exp: Likewise.
9452 * gdb.btrace/nohist.exp: Likewise.
9453 * gdb.btrace/non-stop.exp: Likewise.
9454 * gdb.btrace/reconnect.exp: Likewise.
9455 * gdb.btrace/record_goto-step.exp: Likewise.
9456 * gdb.btrace/record_goto.exp: Likewise.
9457 * gdb.btrace/rn-dl-bind.exp: Likewise.
9458 * gdb.btrace/segv.exp: Likewise.
9459 * gdb.btrace/step.exp: Likewise.
9460 * gdb.btrace/stepi.exp: Likewise.
9461 * gdb.btrace/tailcall-only.exp: Likewise.
9462 * gdb.btrace/tailcall.exp: Likewise.
9463 * gdb.btrace/tsx.exp: Likewise.
9464 * gdb.btrace/unknown_functions.exp: Likewise.
9465 * gdb.btrace/vdso.exp: Likewise.
9466
9467 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9468
9469 * gdb.btrace/enable-running.c: New.
9470 * gdb.btrace/enable-running.exp: New.
9471
9472 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9473
9474 * gdb.arch/amd64-gs_base.c: New file.
9475 * gdb.arch/amd64-gs_base.exp: New file.
9476
9477 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9478
9479 * lib/memory.exp: Remove spurious empty newlines.
9480
9481 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9482
9483 * gdb.python/py-bad-printers.exp: Load python file using "source".
9484 * gdb.python/py-events.exp: Likewise.
9485 * gdb.python/py-evsignal.exp: Likewise.
9486 * gdb.python/py-evthreads.exp: Likewise.
9487 * gdb.python/py-frame-args.exp: Likewise.
9488 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9489 * gdb.python/py-framefilter-mi.exp: Likewise.
9490 * gdb.python/py-framefilter.exp: Likewise.
9491 * gdb.python/py-mi.exp: Likewise.
9492 * gdb.python/py-pp-maint.exp: Likewise.
9493 * gdb.python/py-pp-registration.exp: Likewise.
9494 * gdb.python/py-prettyprint.exp: Likewise.
9495 (run_lang_tests): Likewise.
9496 * gdb.python/py-typeprint.exp: Likewise.
9497
9498 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9499
9500 * lib/memory.exp: New file.
9501 * lib/gdb.exp: Load memory.exp.
9502 * gdb.base/memattr.exp (delete_memory): Move proc to
9503 lib/memory.exp and rename to delete_memory_regions.
9504 Replace delete_memory with delete_memory_regions.
9505 Cleanup memory regions before tests.
9506 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9507 before tests.
9508
9509 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9510
9511 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9512 files.
9513 (initialize): New function conditionally defined.
9514 (testcases): Move within conditional block.
9515 (main): Call initialize.
9516 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9517 of gdb.reverse/insn-reverse.c.
9518 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9519 gdb.reverse/insn-reverse.c.
9520
9521 2017-01-26 Yao Qi <yao.qi@linaro.org>
9522
9523 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9524 disassemble on address 0.
9525
9526 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9527 Yao Qi <yao.qi@linaro.org>
9528
9529 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9530 * gdb.dwarf2/implptr-64bit.S: Remove.
9531 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9532 variables in caller's context. Add DW_OP_implicit_value.
9533
9534 2017-01-25 Yao Qi <yao.qi@linaro.org>
9535
9536 * lib/dwarf.exp (Dwarf::_location): Handle
9537 DW_OP_GNU_implicit_pointer with proper size.
9538
9539 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9540
9541 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9542 and add untested calls.
9543
9544 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9545
9546 * gdb.python/python.exp: Check line number against what GDB thinks
9547 the line number is for func1.
9548
9549 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9550
9551 * gdb.dlang/debug-expr.exp: New file.
9552
9553 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9554
9555 Fix test names for the following files:
9556
9557 * gdb.ada/exec_changed.exp
9558 * gdb.ada/info_types.exp
9559 * gdb.arch/aarch64-atomic-inst.exp
9560 * gdb.arch/aarch64-fp.exp
9561 * gdb.arch/altivec-abi.exp
9562 * gdb.arch/altivec-regs.exp
9563 * gdb.arch/amd64-byte.exp
9564 * gdb.arch/amd64-disp-step.exp
9565 * gdb.arch/amd64-dword.exp
9566 * gdb.arch/amd64-entry-value-inline.exp
9567 * gdb.arch/amd64-entry-value-param.exp
9568 * gdb.arch/amd64-entry-value-paramref.exp
9569 * gdb.arch/amd64-entry-value.exp
9570 * gdb.arch/amd64-i386-address.exp
9571 * gdb.arch/amd64-invalid-stack-middle.exp
9572 * gdb.arch/amd64-invalid-stack-top.exp
9573 * gdb.arch/amd64-optimout-repeat.exp
9574 * gdb.arch/amd64-prologue-skip.exp
9575 * gdb.arch/amd64-prologue-xmm.exp
9576 * gdb.arch/amd64-stap-special-operands.exp
9577 * gdb.arch/amd64-stap-wrong-subexp.exp
9578 * gdb.arch/amd64-tailcall-cxx.exp
9579 * gdb.arch/amd64-tailcall-noret.exp
9580 * gdb.arch/amd64-tailcall-ret.exp
9581 * gdb.arch/amd64-tailcall-self.exp
9582 * gdb.arch/amd64-word.exp
9583 * gdb.arch/arm-bl-branch-dest.exp
9584 * gdb.arch/arm-disp-step.exp
9585 * gdb.arch/arm-neon.exp
9586 * gdb.arch/arm-single-step-kernel-helper.exp
9587 * gdb.arch/avr-flash-qualifier.exp
9588 * gdb.arch/disp-step-insn-reloc.exp
9589 * gdb.arch/e500-abi.exp
9590 * gdb.arch/e500-regs.exp
9591 * gdb.arch/ftrace-insn-reloc.exp
9592 * gdb.arch/i386-avx512.exp
9593 * gdb.arch/i386-bp_permanent.exp
9594 * gdb.arch/i386-byte.exp
9595 * gdb.arch/i386-cfi-notcurrent.exp
9596 * gdb.arch/i386-disp-step.exp
9597 * gdb.arch/i386-dr3-watch.exp
9598 * gdb.arch/i386-float.exp
9599 * gdb.arch/i386-gnu-cfi.exp
9600 * gdb.arch/i386-mpx-map.exp
9601 * gdb.arch/i386-mpx-sigsegv.exp
9602 * gdb.arch/i386-mpx-simple_segv.exp
9603 * gdb.arch/i386-mpx.exp
9604 * gdb.arch/i386-permbkpt.exp
9605 * gdb.arch/i386-prologue.exp
9606 * gdb.arch/i386-signal.exp
9607 * gdb.arch/i386-size-overlap.exp
9608 * gdb.arch/i386-unwind.exp
9609 * gdb.arch/i386-word.exp
9610 * gdb.arch/mips-fcr.exp
9611 * gdb.arch/powerpc-d128-regs.exp
9612 * gdb.arch/powerpc-stackless.exp
9613 * gdb.arch/ppc64-atomic-inst.exp
9614 * gdb.arch/s390-stackless.exp
9615 * gdb.arch/s390-tdbregs.exp
9616 * gdb.arch/s390-vregs.exp
9617 * gdb.arch/sparc-sysstep.exp
9618 * gdb.arch/thumb-bx-pc.exp
9619 * gdb.arch/thumb-singlestep.exp
9620 * gdb.arch/thumb2-it.exp
9621 * gdb.arch/vsx-regs.exp
9622 * gdb.asm/asm-source.exp
9623 * gdb.base/a2-run.exp
9624 * gdb.base/advance.exp
9625 * gdb.base/all-bin.exp
9626 * gdb.base/anon.exp
9627 * gdb.base/args.exp
9628 * gdb.base/arithmet.exp
9629 * gdb.base/async-shell.exp
9630 * gdb.base/async.exp
9631 * gdb.base/attach-pie-noexec.exp
9632 * gdb.base/attach-twice.exp
9633 * gdb.base/auto-load.exp
9634 * gdb.base/bang.exp
9635 * gdb.base/bitfields.exp
9636 * gdb.base/break-always.exp
9637 * gdb.base/break-caller-line.exp
9638 * gdb.base/break-entry.exp
9639 * gdb.base/break-inline.exp
9640 * gdb.base/break-on-linker-gcd-function.exp
9641 * gdb.base/break-probes.exp
9642 * gdb.base/break.exp
9643 * gdb.base/breakpoint-shadow.exp
9644 * gdb.base/call-ar-st.exp
9645 * gdb.base/call-sc.exp
9646 * gdb.base/call-signal-resume.exp
9647 * gdb.base/call-strs.exp
9648 * gdb.base/callfuncs.exp
9649 * gdb.base/catch-fork-static.exp
9650 * gdb.base/catch-gdb-caused-signals.exp
9651 * gdb.base/catch-load.exp
9652 * gdb.base/catch-signal-fork.exp
9653 * gdb.base/catch-signal.exp
9654 * gdb.base/catch-syscall.exp
9655 * gdb.base/charset.exp
9656 * gdb.base/checkpoint.exp
9657 * gdb.base/chng-syms.exp
9658 * gdb.base/code-expr.exp
9659 * gdb.base/code_elim.exp
9660 * gdb.base/commands.exp
9661 * gdb.base/completion.exp
9662 * gdb.base/complex.exp
9663 * gdb.base/cond-expr.exp
9664 * gdb.base/condbreak.exp
9665 * gdb.base/consecutive.exp
9666 * gdb.base/continue-all-already-running.exp
9667 * gdb.base/coredump-filter.exp
9668 * gdb.base/corefile.exp
9669 * gdb.base/dbx.exp
9670 * gdb.base/debug-expr.exp
9671 * gdb.base/define.exp
9672 * gdb.base/del.exp
9673 * gdb.base/disabled-location.exp
9674 * gdb.base/disasm-end-cu.exp
9675 * gdb.base/disasm-optim.exp
9676 * gdb.base/display.exp
9677 * gdb.base/duplicate-bp.exp
9678 * gdb.base/ena-dis-br.exp
9679 * gdb.base/ending-run.exp
9680 * gdb.base/enumval.exp
9681 * gdb.base/environ.exp
9682 * gdb.base/eu-strip-infcall.exp
9683 * gdb.base/eval-avoid-side-effects.exp
9684 * gdb.base/eval-skip.exp
9685 * gdb.base/exitsignal.exp
9686 * gdb.base/expand-psymtabs.exp
9687 * gdb.base/filesym.exp
9688 * gdb.base/find-unmapped.exp
9689 * gdb.base/finish.exp
9690 * gdb.base/float.exp
9691 * gdb.base/foll-exec-mode.exp
9692 * gdb.base/foll-exec.exp
9693 * gdb.base/foll-fork.exp
9694 * gdb.base/fortran-sym-case.exp
9695 * gdb.base/freebpcmd.exp
9696 * gdb.base/func-ptr.exp
9697 * gdb.base/func-ptrs.exp
9698 * gdb.base/funcargs.exp
9699 * gdb.base/gcore-buffer-overflow.exp
9700 * gdb.base/gcore-relro-pie.exp
9701 * gdb.base/gcore-relro.exp
9702 * gdb.base/gcore.exp
9703 * gdb.base/gdb1090.exp
9704 * gdb.base/gdb11530.exp
9705 * gdb.base/gdb11531.exp
9706 * gdb.base/gdb1821.exp
9707 * gdb.base/gdbindex-stabs.exp
9708 * gdb.base/gdbvars.exp
9709 * gdb.base/hbreak.exp
9710 * gdb.base/hbreak2.exp
9711 * gdb.base/included.exp
9712 * gdb.base/infcall-input.exp
9713 * gdb.base/inferior-died.exp
9714 * gdb.base/infnan.exp
9715 * gdb.base/info-macros.exp
9716 * gdb.base/info-os.exp
9717 * gdb.base/info-proc.exp
9718 * gdb.base/info-shared.exp
9719 * gdb.base/info-target.exp
9720 * gdb.base/infoline.exp
9721 * gdb.base/interp.exp
9722 * gdb.base/interrupt.exp
9723 * gdb.base/jit-reader.exp
9724 * gdb.base/jit-simple.exp
9725 * gdb.base/kill-after-signal.exp
9726 * gdb.base/kill-detach-inferiors-cmd.exp
9727 * gdb.base/label.exp
9728 * gdb.base/langs.exp
9729 * gdb.base/ldbl_e308.exp
9730 * gdb.base/line-symtabs.exp
9731 * gdb.base/linespecs.exp
9732 * gdb.base/list.exp
9733 * gdb.base/long_long.exp
9734 * gdb.base/longest-types.exp
9735 * gdb.base/maint.exp
9736 * gdb.base/max-value-size.exp
9737 * gdb.base/memattr.exp
9738 * gdb.base/mips_pro.exp
9739 * gdb.base/morestack.exp
9740 * gdb.base/moribund-step.exp
9741 * gdb.base/multi-forks.exp
9742 * gdb.base/nested-addr.exp
9743 * gdb.base/nextoverexit.exp
9744 * gdb.base/noreturn-finish.exp
9745 * gdb.base/noreturn-return.exp
9746 * gdb.base/nostdlib.exp
9747 * gdb.base/offsets.exp
9748 * gdb.base/opaque.exp
9749 * gdb.base/pc-fp.exp
9750 * gdb.base/permissions.exp
9751 * gdb.base/print-symbol-loading.exp
9752 * gdb.base/prologue-include.exp
9753 * gdb.base/psymtab.exp
9754 * gdb.base/ptype.exp
9755 * gdb.base/random-signal.exp
9756 * gdb.base/randomize.exp
9757 * gdb.base/range-stepping.exp
9758 * gdb.base/readline-ask.exp
9759 * gdb.base/recpar.exp
9760 * gdb.base/recurse.exp
9761 * gdb.base/relational.exp
9762 * gdb.base/restore.exp
9763 * gdb.base/return-nodebug.exp
9764 * gdb.base/return.exp
9765 * gdb.base/run-after-attach.exp
9766 * gdb.base/save-bp.exp
9767 * gdb.base/scope.exp
9768 * gdb.base/sect-cmd.exp
9769 * gdb.base/set-lang-auto.exp
9770 * gdb.base/set-noassign.exp
9771 * gdb.base/setvar.exp
9772 * gdb.base/sigall.exp
9773 * gdb.base/sigbpt.exp
9774 * gdb.base/siginfo-addr.exp
9775 * gdb.base/siginfo-infcall.exp
9776 * gdb.base/siginfo-obj.exp
9777 * gdb.base/siginfo.exp
9778 * gdb.base/signals-state-child.exp
9779 * gdb.base/signest.exp
9780 * gdb.base/sigstep.exp
9781 * gdb.base/sizeof.exp
9782 * gdb.base/skip.exp
9783 * gdb.base/solib-corrupted.exp
9784 * gdb.base/solib-nodir.exp
9785 * gdb.base/solib-search.exp
9786 * gdb.base/stack-checking.exp
9787 * gdb.base/stale-infcall.exp
9788 * gdb.base/stap-probe.exp
9789 * gdb.base/start.exp
9790 * gdb.base/step-break.exp
9791 * gdb.base/step-bt.exp
9792 * gdb.base/step-line.exp
9793 * gdb.base/step-over-exit.exp
9794 * gdb.base/step-over-syscall.exp
9795 * gdb.base/step-resume-infcall.exp
9796 * gdb.base/step-test.exp
9797 * gdb.base/store.exp
9798 * gdb.base/structs3.exp
9799 * gdb.base/sym-file.exp
9800 * gdb.base/symbol-without-target_section.exp
9801 * gdb.base/term.exp
9802 * gdb.base/testenv.exp
9803 * gdb.base/ui-redirect.exp
9804 * gdb.base/until.exp
9805 * gdb.base/unwindonsignal.exp
9806 * gdb.base/value-double-free.exp
9807 * gdb.base/vla-datatypes.exp
9808 * gdb.base/vla-ptr.exp
9809 * gdb.base/vla-sideeffect.exp
9810 * gdb.base/volatile.exp
9811 * gdb.base/watch-cond-infcall.exp
9812 * gdb.base/watch-cond.exp
9813 * gdb.base/watch-non-mem.exp
9814 * gdb.base/watch-read.exp
9815 * gdb.base/watch-vfork.exp
9816 * gdb.base/watchpoint-cond-gone.exp
9817 * gdb.base/watchpoint-delete.exp
9818 * gdb.base/watchpoint-hw-hit-once.exp
9819 * gdb.base/watchpoint-hw.exp
9820 * gdb.base/watchpoint-stops-at-right-insn.exp
9821 * gdb.base/watchpoints.exp
9822 * gdb.base/wchar.exp
9823 * gdb.base/whatis-exp.exp
9824 * gdb.btrace/buffer-size.exp
9825 * gdb.btrace/data.exp
9826 * gdb.btrace/delta.exp
9827 * gdb.btrace/dlopen.exp
9828 * gdb.btrace/enable.exp
9829 * gdb.btrace/exception.exp
9830 * gdb.btrace/function_call_history.exp
9831 * gdb.btrace/gcore.exp
9832 * gdb.btrace/instruction_history.exp
9833 * gdb.btrace/nohist.exp
9834 * gdb.btrace/reconnect.exp
9835 * gdb.btrace/record_goto-step.exp
9836 * gdb.btrace/record_goto.exp
9837 * gdb.btrace/rn-dl-bind.exp
9838 * gdb.btrace/segv.exp
9839 * gdb.btrace/step.exp
9840 * gdb.btrace/stepi.exp
9841 * gdb.btrace/tailcall-only.exp
9842 * gdb.btrace/tailcall.exp
9843 * gdb.btrace/tsx.exp
9844 * gdb.btrace/unknown_functions.exp
9845 * gdb.btrace/vdso.exp
9846 * gdb.compile/compile-ifunc.exp
9847 * gdb.compile/compile-ops.exp
9848 * gdb.compile/compile-print.exp
9849 * gdb.compile/compile-setjmp.exp
9850 * gdb.cp/abstract-origin.exp
9851 * gdb.cp/ambiguous.exp
9852 * gdb.cp/annota2.exp
9853 * gdb.cp/annota3.exp
9854 * gdb.cp/anon-ns.exp
9855 * gdb.cp/anon-struct.exp
9856 * gdb.cp/anon-union.exp
9857 * gdb.cp/arg-reference.exp
9858 * gdb.cp/baseenum.exp
9859 * gdb.cp/bool.exp
9860 * gdb.cp/breakpoint.exp
9861 * gdb.cp/bs15503.exp
9862 * gdb.cp/call-c.exp
9863 * gdb.cp/casts.exp
9864 * gdb.cp/chained-calls.exp
9865 * gdb.cp/class2.exp
9866 * gdb.cp/classes.exp
9867 * gdb.cp/cmpd-minsyms.exp
9868 * gdb.cp/converts.exp
9869 * gdb.cp/cp-relocate.exp
9870 * gdb.cp/cpcompletion.exp
9871 * gdb.cp/cpexprs.exp
9872 * gdb.cp/cplabel.exp
9873 * gdb.cp/cplusfuncs.exp
9874 * gdb.cp/cpsizeof.exp
9875 * gdb.cp/ctti.exp
9876 * gdb.cp/derivation.exp
9877 * gdb.cp/destrprint.exp
9878 * gdb.cp/dispcxx.exp
9879 * gdb.cp/enum-class.exp
9880 * gdb.cp/exception.exp
9881 * gdb.cp/exceptprint.exp
9882 * gdb.cp/expand-psymtabs-cxx.exp
9883 * gdb.cp/expand-sals.exp
9884 * gdb.cp/extern-c.exp
9885 * gdb.cp/filename.exp
9886 * gdb.cp/formatted-ref.exp
9887 * gdb.cp/fpointer.exp
9888 * gdb.cp/gdb1355.exp
9889 * gdb.cp/gdb2495.exp
9890 * gdb.cp/hang.exp
9891 * gdb.cp/impl-this.exp
9892 * gdb.cp/infcall-dlopen.exp
9893 * gdb.cp/inherit.exp
9894 * gdb.cp/iostream.exp
9895 * gdb.cp/koenig.exp
9896 * gdb.cp/local.exp
9897 * gdb.cp/m-data.exp
9898 * gdb.cp/m-static.exp
9899 * gdb.cp/mb-ctor.exp
9900 * gdb.cp/mb-inline.exp
9901 * gdb.cp/mb-templates.exp
9902 * gdb.cp/member-name.exp
9903 * gdb.cp/member-ptr.exp
9904 * gdb.cp/meth-typedefs.exp
9905 * gdb.cp/method.exp
9906 * gdb.cp/method2.exp
9907 * gdb.cp/minsym-fallback.exp
9908 * gdb.cp/misc.exp
9909 * gdb.cp/namelessclass.exp
9910 * gdb.cp/namespace-enum.exp
9911 * gdb.cp/namespace-nested-import.exp
9912 * gdb.cp/namespace.exp
9913 * gdb.cp/nextoverthrow.exp
9914 * gdb.cp/no-dmgl-verbose.exp
9915 * gdb.cp/non-trivial-retval.exp
9916 * gdb.cp/noparam.exp
9917 * gdb.cp/nsdecl.exp
9918 * gdb.cp/nsimport.exp
9919 * gdb.cp/nsnested.exp
9920 * gdb.cp/nsnoimports.exp
9921 * gdb.cp/nsrecurs.exp
9922 * gdb.cp/nsstress.exp
9923 * gdb.cp/nsusing.exp
9924 * gdb.cp/operator.exp
9925 * gdb.cp/oranking.exp
9926 * gdb.cp/overload-const.exp
9927 * gdb.cp/overload.exp
9928 * gdb.cp/ovldbreak.exp
9929 * gdb.cp/ovsrch.exp
9930 * gdb.cp/paren-type.exp
9931 * gdb.cp/parse-lang.exp
9932 * gdb.cp/pass-by-ref.exp
9933 * gdb.cp/pr-1023.exp
9934 * gdb.cp/pr-1210.exp
9935 * gdb.cp/pr-574.exp
9936 * gdb.cp/pr10687.exp
9937 * gdb.cp/pr12028.exp
9938 * gdb.cp/pr17132.exp
9939 * gdb.cp/pr17494.exp
9940 * gdb.cp/pr9067.exp
9941 * gdb.cp/pr9167.exp
9942 * gdb.cp/pr9631.exp
9943 * gdb.cp/printmethod.exp
9944 * gdb.cp/psmang.exp
9945 * gdb.cp/psymtab-parameter.exp
9946 * gdb.cp/ptype-cv-cp.exp
9947 * gdb.cp/ptype-flags.exp
9948 * gdb.cp/re-set-overloaded.exp
9949 * gdb.cp/ref-types.exp
9950 * gdb.cp/rtti.exp
9951 * gdb.cp/scope-err.exp
9952 * gdb.cp/shadow.exp
9953 * gdb.cp/smartp.exp
9954 * gdb.cp/static-method.exp
9955 * gdb.cp/static-print-quit.exp
9956 * gdb.cp/temargs.exp
9957 * gdb.cp/templates.exp
9958 * gdb.cp/try_catch.exp
9959 * gdb.cp/typedef-operator.exp
9960 * gdb.cp/typeid.exp
9961 * gdb.cp/userdef.exp
9962 * gdb.cp/using-crash.exp
9963 * gdb.cp/var-tag.exp
9964 * gdb.cp/virtbase.exp
9965 * gdb.cp/virtfunc.exp
9966 * gdb.cp/virtfunc2.exp
9967 * gdb.cp/vla-cxx.exp
9968 * gdb.disasm/t01_mov.exp
9969 * gdb.disasm/t02_mova.exp
9970 * gdb.disasm/t03_add.exp
9971 * gdb.disasm/t04_sub.exp
9972 * gdb.disasm/t05_cmp.exp
9973 * gdb.disasm/t06_ari2.exp
9974 * gdb.disasm/t07_ari3.exp
9975 * gdb.disasm/t08_or.exp
9976 * gdb.disasm/t09_xor.exp
9977 * gdb.disasm/t10_and.exp
9978 * gdb.disasm/t11_logs.exp
9979 * gdb.disasm/t12_bit.exp
9980 * gdb.disasm/t13_otr.exp
9981 * gdb.dlang/circular.exp
9982 * gdb.dwarf2/arr-stride.exp
9983 * gdb.dwarf2/arr-subrange.exp
9984 * gdb.dwarf2/atomic-type.exp
9985 * gdb.dwarf2/bad-regnum.exp
9986 * gdb.dwarf2/bitfield-parent-optimized-out.exp
9987 * gdb.dwarf2/callframecfa.exp
9988 * gdb.dwarf2/clztest.exp
9989 * gdb.dwarf2/corrupt.exp
9990 * gdb.dwarf2/data-loc.exp
9991 * gdb.dwarf2/dup-psym.exp
9992 * gdb.dwarf2/dw2-anon-mptr.exp
9993 * gdb.dwarf2/dw2-anonymous-func.exp
9994 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
9995 * gdb.dwarf2/dw2-bad-unresolved.exp
9996 * gdb.dwarf2/dw2-basic.exp
9997 * gdb.dwarf2/dw2-canonicalize-type.exp
9998 * gdb.dwarf2/dw2-case-insensitive.exp
9999 * gdb.dwarf2/dw2-common-block.exp
10000 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10001 * gdb.dwarf2/dw2-compressed.exp
10002 * gdb.dwarf2/dw2-const.exp
10003 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10004 * gdb.dwarf2/dw2-cu-size.exp
10005 * gdb.dwarf2/dw2-dup-frame.exp
10006 * gdb.dwarf2/dw2-entry-value.exp
10007 * gdb.dwarf2/dw2-icycle.exp
10008 * gdb.dwarf2/dw2-ifort-parameter.exp
10009 * gdb.dwarf2/dw2-inline-break.exp
10010 * gdb.dwarf2/dw2-inline-param.exp
10011 * gdb.dwarf2/dw2-intercu.exp
10012 * gdb.dwarf2/dw2-intermix.exp
10013 * gdb.dwarf2/dw2-lexical-block-bare.exp
10014 * gdb.dwarf2/dw2-linkage-name-trust.exp
10015 * gdb.dwarf2/dw2-minsym-in-cu.exp
10016 * gdb.dwarf2/dw2-noloc.exp
10017 * gdb.dwarf2/dw2-op-call.exp
10018 * gdb.dwarf2/dw2-op-out-param.exp
10019 * gdb.dwarf2/dw2-opt-structptr.exp
10020 * gdb.dwarf2/dw2-param-error.exp
10021 * gdb.dwarf2/dw2-producer.exp
10022 * gdb.dwarf2/dw2-ranges-base.exp
10023 * gdb.dwarf2/dw2-ref-missing-frame.exp
10024 * gdb.dwarf2/dw2-reg-undefined.exp
10025 * gdb.dwarf2/dw2-regno-invalid.exp
10026 * gdb.dwarf2/dw2-restore.exp
10027 * gdb.dwarf2/dw2-restrict.exp
10028 * gdb.dwarf2/dw2-single-line-discriminators.exp
10029 * gdb.dwarf2/dw2-strp.exp
10030 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10031 * gdb.dwarf2/dw2-unresolved.exp
10032 * gdb.dwarf2/dw2-var-zero-addr.exp
10033 * gdb.dwarf2/dw4-sig-types.exp
10034 * gdb.dwarf2/dwz.exp
10035 * gdb.dwarf2/dynarr-ptr.exp
10036 * gdb.dwarf2/enum-type.exp
10037 * gdb.dwarf2/gdb-index.exp
10038 * gdb.dwarf2/implptr-64bit.exp
10039 * gdb.dwarf2/implptr-optimized-out.exp
10040 * gdb.dwarf2/implptr.exp
10041 * gdb.dwarf2/implref-array.exp
10042 * gdb.dwarf2/implref-const.exp
10043 * gdb.dwarf2/implref-global.exp
10044 * gdb.dwarf2/implref-struct.exp
10045 * gdb.dwarf2/mac-fileno.exp
10046 * gdb.dwarf2/main-subprogram.exp
10047 * gdb.dwarf2/member-ptr-forwardref.exp
10048 * gdb.dwarf2/method-ptr.exp
10049 * gdb.dwarf2/missing-sig-type.exp
10050 * gdb.dwarf2/nonvar-access.exp
10051 * gdb.dwarf2/opaque-type-lookup.exp
10052 * gdb.dwarf2/pieces-optimized-out.exp
10053 * gdb.dwarf2/pieces.exp
10054 * gdb.dwarf2/pr10770.exp
10055 * gdb.dwarf2/pr13961.exp
10056 * gdb.dwarf2/staticvirtual.exp
10057 * gdb.dwarf2/subrange.exp
10058 * gdb.dwarf2/symtab-producer.exp
10059 * gdb.dwarf2/trace-crash.exp
10060 * gdb.dwarf2/typeddwarf.exp
10061 * gdb.dwarf2/valop.exp
10062 * gdb.dwarf2/watch-notconst.exp
10063 * gdb.fortran/array-element.exp
10064 * gdb.fortran/charset.exp
10065 * gdb.fortran/common-block.exp
10066 * gdb.fortran/complex.exp
10067 * gdb.fortran/derived-type-function.exp
10068 * gdb.fortran/derived-type.exp
10069 * gdb.fortran/logical.exp
10070 * gdb.fortran/module.exp
10071 * gdb.fortran/multi-dim.exp
10072 * gdb.fortran/nested-funcs.exp
10073 * gdb.fortran/print-formatted.exp
10074 * gdb.fortran/subarray.exp
10075 * gdb.fortran/vla-alloc-assoc.exp
10076 * gdb.fortran/vla-datatypes.exp
10077 * gdb.fortran/vla-history.exp
10078 * gdb.fortran/vla-ptr-info.exp
10079 * gdb.fortran/vla-ptype-sub.exp
10080 * gdb.fortran/vla-ptype.exp
10081 * gdb.fortran/vla-sizeof.exp
10082 * gdb.fortran/vla-type.exp
10083 * gdb.fortran/vla-value-sub-arbitrary.exp
10084 * gdb.fortran/vla-value-sub-finish.exp
10085 * gdb.fortran/vla-value-sub.exp
10086 * gdb.fortran/vla-value.exp
10087 * gdb.fortran/whatis_type.exp
10088 * gdb.go/chan.exp
10089 * gdb.go/handcall.exp
10090 * gdb.go/hello.exp
10091 * gdb.go/integers.exp
10092 * gdb.go/methods.exp
10093 * gdb.go/package.exp
10094 * gdb.go/strings.exp
10095 * gdb.go/types.exp
10096 * gdb.go/unsafe.exp
10097 * gdb.guile/scm-arch.exp
10098 * gdb.guile/scm-block.exp
10099 * gdb.guile/scm-breakpoint.exp
10100 * gdb.guile/scm-cmd.exp
10101 * gdb.guile/scm-disasm.exp
10102 * gdb.guile/scm-equal.exp
10103 * gdb.guile/scm-frame-args.exp
10104 * gdb.guile/scm-frame-inline.exp
10105 * gdb.guile/scm-frame.exp
10106 * gdb.guile/scm-iterator.exp
10107 * gdb.guile/scm-math.exp
10108 * gdb.guile/scm-objfile.exp
10109 * gdb.guile/scm-ports.exp
10110 * gdb.guile/scm-symbol.exp
10111 * gdb.guile/scm-symtab.exp
10112 * gdb.guile/scm-value-cc.exp
10113 * gdb.guile/types-module.exp
10114 * gdb.linespec/break-ask.exp
10115 * gdb.linespec/cpexplicit.exp
10116 * gdb.linespec/explicit.exp
10117 * gdb.linespec/keywords.exp
10118 * gdb.linespec/linespec.exp
10119 * gdb.linespec/ls-dollar.exp
10120 * gdb.linespec/ls-errs.exp
10121 * gdb.linespec/skip-two.exp
10122 * gdb.linespec/thread.exp
10123 * gdb.mi/mi-async.exp
10124 * gdb.mi/mi-basics.exp
10125 * gdb.mi/mi-break.exp
10126 * gdb.mi/mi-catch-load.exp
10127 * gdb.mi/mi-cli.exp
10128 * gdb.mi/mi-cmd-param-changed.exp
10129 * gdb.mi/mi-console.exp
10130 * gdb.mi/mi-detach.exp
10131 * gdb.mi/mi-disassemble.exp
10132 * gdb.mi/mi-eval.exp
10133 * gdb.mi/mi-file-transfer.exp
10134 * gdb.mi/mi-file.exp
10135 * gdb.mi/mi-fill-memory.exp
10136 * gdb.mi/mi-inheritance-syntax-error.exp
10137 * gdb.mi/mi-linespec-err-cp.exp
10138 * gdb.mi/mi-logging.exp
10139 * gdb.mi/mi-memory-changed.exp
10140 * gdb.mi/mi-read-memory.exp
10141 * gdb.mi/mi-record-changed.exp
10142 * gdb.mi/mi-reg-undefined.exp
10143 * gdb.mi/mi-regs.exp
10144 * gdb.mi/mi-return.exp
10145 * gdb.mi/mi-reverse.exp
10146 * gdb.mi/mi-simplerun.exp
10147 * gdb.mi/mi-solib.exp
10148 * gdb.mi/mi-stack.exp
10149 * gdb.mi/mi-stepi.exp
10150 * gdb.mi/mi-syn-frame.exp
10151 * gdb.mi/mi-until.exp
10152 * gdb.mi/mi-var-block.exp
10153 * gdb.mi/mi-var-child.exp
10154 * gdb.mi/mi-var-cmd.exp
10155 * gdb.mi/mi-var-cp.exp
10156 * gdb.mi/mi-var-display.exp
10157 * gdb.mi/mi-var-invalidate.exp
10158 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10159 * gdb.mi/mi-vla-fortran.exp
10160 * gdb.mi/mi-watch.exp
10161 * gdb.mi/mi2-var-child.exp
10162 * gdb.mi/user-selected-context-sync.exp
10163 * gdb.modula2/unbounded-array.exp
10164 * gdb.multi/dummy-frame-restore.exp
10165 * gdb.multi/multi-arch-exec.exp
10166 * gdb.multi/multi-arch.exp
10167 * gdb.multi/tids.exp
10168 * gdb.multi/watchpoint-multi.exp
10169 * gdb.opencl/callfuncs.exp
10170 * gdb.opencl/convs_casts.exp
10171 * gdb.opencl/datatypes.exp
10172 * gdb.opencl/operators.exp
10173 * gdb.opencl/vec_comps.exp
10174 * gdb.opt/clobbered-registers-O2.exp
10175 * gdb.opt/inline-break.exp
10176 * gdb.opt/inline-bt.exp
10177 * gdb.opt/inline-cmds.exp
10178 * gdb.opt/inline-locals.exp
10179 * gdb.pascal/case-insensitive-symbols.exp
10180 * gdb.pascal/floats.exp
10181 * gdb.pascal/gdb11492.exp
10182 * gdb.python/lib-types.exp
10183 * gdb.python/py-arch.exp
10184 * gdb.python/py-as-string.exp
10185 * gdb.python/py-bad-printers.exp
10186 * gdb.python/py-block.exp
10187 * gdb.python/py-breakpoint-create-fail.exp
10188 * gdb.python/py-breakpoint.exp
10189 * gdb.python/py-caller-is.exp
10190 * gdb.python/py-cmd.exp
10191 * gdb.python/py-explore-cc.exp
10192 * gdb.python/py-explore.exp
10193 * gdb.python/py-finish-breakpoint.exp
10194 * gdb.python/py-finish-breakpoint2.exp
10195 * gdb.python/py-frame-args.exp
10196 * gdb.python/py-frame-inline.exp
10197 * gdb.python/py-frame.exp
10198 * gdb.python/py-framefilter-mi.exp
10199 * gdb.python/py-infthread.exp
10200 * gdb.python/py-lazy-string.exp
10201 * gdb.python/py-linetable.exp
10202 * gdb.python/py-mi-events.exp
10203 * gdb.python/py-mi-objfile.exp
10204 * gdb.python/py-mi.exp
10205 * gdb.python/py-objfile.exp
10206 * gdb.python/py-pp-integral.exp
10207 * gdb.python/py-pp-maint.exp
10208 * gdb.python/py-pp-re-notag.exp
10209 * gdb.python/py-pp-registration.exp
10210 * gdb.python/py-recurse-unwind.exp
10211 * gdb.python/py-strfns.exp
10212 * gdb.python/py-symbol.exp
10213 * gdb.python/py-symtab.exp
10214 * gdb.python/py-sync-interp.exp
10215 * gdb.python/py-typeprint.exp
10216 * gdb.python/py-unwind-maint.exp
10217 * gdb.python/py-unwind.exp
10218 * gdb.python/py-value-cc.exp
10219 * gdb.python/py-xmethods.exp
10220 * gdb.reverse/amd64-tailcall-reverse.exp
10221 * gdb.reverse/break-precsave.exp
10222 * gdb.reverse/break-reverse.exp
10223 * gdb.reverse/consecutive-precsave.exp
10224 * gdb.reverse/consecutive-reverse.exp
10225 * gdb.reverse/finish-precsave.exp
10226 * gdb.reverse/finish-reverse-bkpt.exp
10227 * gdb.reverse/finish-reverse.exp
10228 * gdb.reverse/fstatat-reverse.exp
10229 * gdb.reverse/getresuid-reverse.exp
10230 * gdb.reverse/i386-precsave.exp
10231 * gdb.reverse/i386-reverse.exp
10232 * gdb.reverse/i386-sse-reverse.exp
10233 * gdb.reverse/i387-env-reverse.exp
10234 * gdb.reverse/i387-stack-reverse.exp
10235 * gdb.reverse/insn-reverse.exp
10236 * gdb.reverse/machinestate-precsave.exp
10237 * gdb.reverse/machinestate.exp
10238 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10239 * gdb.reverse/pipe-reverse.exp
10240 * gdb.reverse/readv-reverse.exp
10241 * gdb.reverse/recvmsg-reverse.exp
10242 * gdb.reverse/rerun-prec.exp
10243 * gdb.reverse/s390-mvcle.exp
10244 * gdb.reverse/step-precsave.exp
10245 * gdb.reverse/step-reverse.exp
10246 * gdb.reverse/time-reverse.exp
10247 * gdb.reverse/until-precsave.exp
10248 * gdb.reverse/until-reverse.exp
10249 * gdb.reverse/waitpid-reverse.exp
10250 * gdb.reverse/watch-precsave.exp
10251 * gdb.reverse/watch-reverse.exp
10252 * gdb.rust/generics.exp
10253 * gdb.rust/methods.exp
10254 * gdb.rust/modules.exp
10255 * gdb.rust/simple.exp
10256 * gdb.server/connect-with-no-symbol-file.exp
10257 * gdb.server/ext-attach.exp
10258 * gdb.server/ext-restart.exp
10259 * gdb.server/ext-wrapper.exp
10260 * gdb.server/file-transfer.exp
10261 * gdb.server/server-exec-info.exp
10262 * gdb.server/server-kill.exp
10263 * gdb.server/server-mon.exp
10264 * gdb.server/wrapper.exp
10265 * gdb.stabs/exclfwd.exp
10266 * gdb.stabs/gdb11479.exp
10267 * gdb.threads/clone-new-thread-event.exp
10268 * gdb.threads/corethreads.exp
10269 * gdb.threads/current-lwp-dead.exp
10270 * gdb.threads/dlopen-libpthread.exp
10271 * gdb.threads/gcore-thread.exp
10272 * gdb.threads/sigstep-threads.exp
10273 * gdb.threads/watchpoint-fork.exp
10274 * gdb.trace/actions-changed.exp
10275 * gdb.trace/backtrace.exp
10276 * gdb.trace/change-loc.exp
10277 * gdb.trace/circ.exp
10278 * gdb.trace/collection.exp
10279 * gdb.trace/disconnected-tracing.exp
10280 * gdb.trace/ftrace.exp
10281 * gdb.trace/mi-trace-frame-collected.exp
10282 * gdb.trace/mi-trace-unavailable.exp
10283 * gdb.trace/mi-traceframe-changed.exp
10284 * gdb.trace/mi-tsv-changed.exp
10285 * gdb.trace/no-attach-trace.exp
10286 * gdb.trace/passc-dyn.exp
10287 * gdb.trace/qtro.exp
10288 * gdb.trace/range-stepping.exp
10289 * gdb.trace/read-memory.exp
10290 * gdb.trace/save-trace.exp
10291 * gdb.trace/signal.exp
10292 * gdb.trace/status-stop.exp
10293 * gdb.trace/tfile.exp
10294 * gdb.trace/trace-break.exp
10295 * gdb.trace/trace-buffer-size.exp
10296 * gdb.trace/trace-condition.exp
10297 * gdb.trace/tracefile-pseudo-reg.exp
10298 * gdb.trace/tstatus.exp
10299 * gdb.trace/unavailable.exp
10300 * gdb.trace/while-dyn.exp
10301 * gdb.trace/while-stepping.exp
10302
10303 2016-12-22 Doug Evans <xdje42@gmail.com>
10304
10305 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10306 and msymbols.
10307
10308 2016-12-19 Yao Qi <yao.qi@linaro.org>
10309
10310 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10311 (test_with_self): Don't call do_steps_and_nexts, and remove
10312 code about stepping into xmalloc.
10313
10314 2016-12-09 Yao Qi <yao.qi@linaro.org>
10315
10316 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10317
10318 2016-12-09 Yao Qi <yao.qi@linaro.org>
10319
10320 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10321
10322 2016-12-09 Pedro Alves <palves@redhat.com>
10323
10324 * gdb.base/all-architectures-0.exp: New file.
10325 * gdb.base/all-architectures-1.exp: New file.
10326 * gdb.base/all-architectures-2.exp: New file.
10327 * gdb.base/all-architectures-3.exp: New file.
10328 * gdb.base/all-architectures-4.exp: New file.
10329 * gdb.base/all-architectures-5.exp: New file.
10330 * gdb.base/all-architectures-6.exp: New file.
10331 * gdb.base/all-architectures-7.exp: New file.
10332 * gdb.base/all-architectures.exp.in: New file.
10333
10334 2016-12-09 Yao Qi <yao.qi@linaro.org>
10335
10336 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10337
10338 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10339
10340 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10341 possible.
10342 Remove useless pattern-matching code.
10343
10344 2016-12-02 Pedro Alves <palves@redhat.com>
10345
10346 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10347 procedure.
10348 (top level): Call it.
10349
10350 2016-12-02 Pedro Alves <palves@redhat.com>
10351
10352 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10353 New procedure.
10354 (top level): Call it.
10355
10356 2016-12-02 Pedro Alves <palves@redhat.com>
10357
10358 PR cli/20559
10359 * gdb.base/commands.exp (user_defined_command_args_eval): New
10360 procedure.
10361 (top level): Call it.
10362
10363 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10364
10365 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10366 timeout handling.
10367
10368 2016-12-02 Tom Tromey <tom@tromey.com>
10369
10370 * gdb.dwarf2/main-subprogram.c: New file.
10371 * gdb.dwarf2/main-subprogram.exp: New file.
10372
10373 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10374
10375 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10376 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10377 gdb_test_no_output for a couple of cases.
10378 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10379
10380 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10381
10382 Fix test names and standardize compilation error messages throughout
10383 the following files:
10384
10385 * gdb.ada/start.exp
10386 * gdb.arch/alpha-step.exp
10387 * gdb.arch/e500-prologue.exp
10388 * gdb.arch/ftrace-insn-reloc.exp
10389 * gdb.arch/gdb1291.exp
10390 * gdb.arch/gdb1431.exp
10391 * gdb.arch/gdb1558.exp
10392 * gdb.arch/i386-dr3-watch.exp
10393 * gdb.arch/i386-sse-stack-align.exp
10394 * gdb.arch/ia64-breakpoint-shadow.exp
10395 * gdb.arch/pa-nullify.exp
10396 * gdb.arch/powerpc-aix-prologue.exp
10397 * gdb.arch/thumb-bx-pc.exp
10398 * gdb.base/annota1.exp
10399 * gdb.base/annota3.exp
10400 * gdb.base/arrayidx.exp
10401 * gdb.base/assign.exp
10402 * gdb.base/attach.exp
10403 * gdb.base/auxv.exp
10404 * gdb.base/bang.exp
10405 * gdb.base/bfp-test.exp
10406 * gdb.base/bigcore.exp
10407 * gdb.base/bitfields2.exp
10408 * gdb.base/break-fun-addr.exp
10409 * gdb.base/break-probes.exp
10410 * gdb.base/call-rt-st.exp
10411 * gdb.base/callexit.exp
10412 * gdb.base/catch-fork-kill.exp
10413 * gdb.base/charset.exp
10414 * gdb.base/checkpoint.exp
10415 * gdb.base/comprdebug.exp
10416 * gdb.base/constvars.exp
10417 * gdb.base/coredump-filter.exp
10418 * gdb.base/cursal.exp
10419 * gdb.base/cvexpr.exp
10420 * gdb.base/detach.exp
10421 * gdb.base/display.exp
10422 * gdb.base/dmsym.exp
10423 * gdb.base/dprintf-pending.exp
10424 * gdb.base/dso2dso.exp
10425 * gdb.base/dtrace-probe.exp
10426 * gdb.base/dump.exp
10427 * gdb.base/enum_cond.exp
10428 * gdb.base/exe-lock.exp
10429 * gdb.base/exec-invalid-sysroot.exp
10430 * gdb.base/execl-update-breakpoints.exp
10431 * gdb.base/exprs.exp
10432 * gdb.base/fileio.exp
10433 * gdb.base/find.exp
10434 * gdb.base/finish.exp
10435 * gdb.base/fixsection.exp
10436 * gdb.base/foll-vfork.exp
10437 * gdb.base/frame-args.exp
10438 * gdb.base/gcore.exp
10439 * gdb.base/gdb1250.exp
10440 * gdb.base/global-var-nested-by-dso.exp
10441 * gdb.base/gnu-ifunc.exp
10442 * gdb.base/hashline1.exp
10443 * gdb.base/hashline2.exp
10444 * gdb.base/hashline3.exp
10445 * gdb.base/hbreak-in-shr-unsupported.exp
10446 * gdb.base/huge.exp
10447 * gdb.base/infcall-input.exp
10448 * gdb.base/info-fun.exp
10449 * gdb.base/info-shared.exp
10450 * gdb.base/jit-simple.exp
10451 * gdb.base/jit-so.exp
10452 * gdb.base/jit.exp
10453 * gdb.base/jump.exp
10454 * gdb.base/label.exp
10455 * gdb.base/lineinc.exp
10456 * gdb.base/logical.exp
10457 * gdb.base/longjmp.exp
10458 * gdb.base/macscp.exp
10459 * gdb.base/miscexprs.exp
10460 * gdb.base/new-ui-echo.exp
10461 * gdb.base/new-ui-pending-input.exp
10462 * gdb.base/new-ui.exp
10463 * gdb.base/nodebug.exp
10464 * gdb.base/nofield.exp
10465 * gdb.base/offsets.exp
10466 * gdb.base/overlays.exp
10467 * gdb.base/pending.exp
10468 * gdb.base/pointers.exp
10469 * gdb.base/pr11022.exp
10470 * gdb.base/printcmds.exp
10471 * gdb.base/prologue.exp
10472 * gdb.base/ptr-typedef.exp
10473 * gdb.base/realname-expand.exp
10474 * gdb.base/relativedebug.exp
10475 * gdb.base/relocate.exp
10476 * gdb.base/remote.exp
10477 * gdb.base/reread.exp
10478 * gdb.base/return2.exp
10479 * gdb.base/savedregs.exp
10480 * gdb.base/sep.exp
10481 * gdb.base/sepdebug.exp
10482 * gdb.base/sepsymtab.exp
10483 * gdb.base/set-inferior-tty.exp
10484 * gdb.base/setshow.exp
10485 * gdb.base/shlib-call.exp
10486 * gdb.base/sigaltstack.exp
10487 * gdb.base/siginfo-addr.exp
10488 * gdb.base/signals.exp
10489 * gdb.base/signull.exp
10490 * gdb.base/sigrepeat.exp
10491 * gdb.base/so-impl-ld.exp
10492 * gdb.base/solib-display.exp
10493 * gdb.base/solib-overlap.exp
10494 * gdb.base/solib-search.exp
10495 * gdb.base/solib-symbol.exp
10496 * gdb.base/structs.exp
10497 * gdb.base/structs2.exp
10498 * gdb.base/symtab-search-order.exp
10499 * gdb.base/twice.exp
10500 * gdb.base/unload.exp
10501 * gdb.base/varargs.exp
10502 * gdb.base/watchpoint-solib.exp
10503 * gdb.base/watchpoint.exp
10504 * gdb.base/whatis.exp
10505 * gdb.base/wrong_frame_bt_full.exp
10506 * gdb.btrace/dlopen.exp
10507 * gdb.cell/ea-standalone.exp
10508 * gdb.cell/ea-test.exp
10509 * gdb.cp/dispcxx.exp
10510 * gdb.cp/gdb2384.exp
10511 * gdb.cp/method2.exp
10512 * gdb.cp/nextoverthrow.exp
10513 * gdb.cp/pr10728.exp
10514 * gdb.disasm/am33.exp
10515 * gdb.disasm/h8300s.exp
10516 * gdb.disasm/mn10300.exp
10517 * gdb.disasm/sh3.exp
10518 * gdb.dwarf2/dw2-dir-file-name.exp
10519 * gdb.fortran/complex.exp
10520 * gdb.fortran/library-module.exp
10521 * gdb.guile/scm-pretty-print.exp
10522 * gdb.guile/scm-symbol.exp
10523 * gdb.guile/scm-type.exp
10524 * gdb.guile/scm-value.exp
10525 * gdb.linespec/linespec.exp
10526 * gdb.mi/gdb701.exp
10527 * gdb.mi/gdb792.exp
10528 * gdb.mi/mi-breakpoint-changed.exp
10529 * gdb.mi/mi-dprintf-pending.exp
10530 * gdb.mi/mi-dprintf.exp
10531 * gdb.mi/mi-exit-code.exp
10532 * gdb.mi/mi-pending.exp
10533 * gdb.mi/mi-solib.exp
10534 * gdb.mi/new-ui-mi-sync.exp
10535 * gdb.mi/pr11022.exp
10536 * gdb.mi/user-selected-context-sync.exp
10537 * gdb.opt/solib-intra-step.exp
10538 * gdb.python/py-events.exp
10539 * gdb.python/py-finish-breakpoint.exp
10540 * gdb.python/py-mi.exp
10541 * gdb.python/py-prettyprint.exp
10542 * gdb.python/py-shared.exp
10543 * gdb.python/py-symbol.exp
10544 * gdb.python/py-template.exp
10545 * gdb.python/py-type.exp
10546 * gdb.python/py-value.exp
10547 * gdb.reverse/solib-precsave.exp
10548 * gdb.reverse/solib-reverse.exp
10549 * gdb.server/solib-list.exp
10550 * gdb.stabs/weird.exp
10551 * gdb.threads/reconnect-signal.exp
10552 * gdb.threads/stepi-random-signal.exp
10553 * gdb.trace/actions.exp
10554 * gdb.trace/ax.exp
10555 * gdb.trace/backtrace.exp
10556 * gdb.trace/change-loc.exp
10557 * gdb.trace/deltrace.exp
10558 * gdb.trace/ftrace-lock.exp
10559 * gdb.trace/ftrace.exp
10560 * gdb.trace/infotrace.exp
10561 * gdb.trace/mi-tracepoint-changed.exp
10562 * gdb.trace/packetlen.exp
10563 * gdb.trace/passcount.exp
10564 * gdb.trace/pending.exp
10565 * gdb.trace/range-stepping.exp
10566 * gdb.trace/report.exp
10567 * gdb.trace/stap-trace.exp
10568 * gdb.trace/tfind.exp
10569 * gdb.trace/trace-break.exp
10570 * gdb.trace/trace-condition.exp
10571 * gdb.trace/trace-enable-disable.exp
10572 * gdb.trace/trace-mt.exp
10573 * gdb.trace/tracecmd.exp
10574 * gdb.trace/tspeed.exp
10575 * gdb.trace/tsv.exp
10576 * lib/perftest.exp
10577
10578 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10579
10580 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10581 with gdb_test_no_output.
10582 Use command as test name.
10583
10584 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10585
10586 Fix test names starting with uppercase throughout the files.
10587
10588 * gdb.ada/assign_1.exp
10589 * gdb.ada/boolean_expr.exp
10590 * gdb.base/arrayidx.exp
10591 * gdb.base/del.exp
10592 * gdb.base/gcore-buffer-overflow.exp
10593 * gdb.base/testenv.exp
10594 * gdb.compile/compile.exp
10595 * gdb.python/py-framefilter-invalidarg.exp
10596 * gdb.python/py-framefilter.exp
10597
10598 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10599
10600 Fix test names starting with uppercase throughout the files.
10601
10602 * gdb.ada/array_return.exp
10603 * gdb.ada/expr_delims.exp
10604 * gdb.ada/mi_dyn_arr.exp
10605 * gdb.ada/mi_interface.exp
10606 * gdb.ada/mi_var_array.exp
10607 * gdb.ada/watch_arg.exp
10608 * gdb.arch/alpha-step.exp
10609 * gdb.arch/altivec-regs.exp
10610 * gdb.arch/e500-regs.exp
10611 * gdb.arch/powerpc-d128-regs.exp
10612 * gdb.base/arrayidx.exp
10613 * gdb.base/break.exp
10614 * gdb.base/checkpoint.exp
10615 * gdb.base/debug-expr.exp
10616 * gdb.base/dmsym.exp
10617 * gdb.base/radix.exp
10618 * gdb.base/sepdebug.exp
10619 * gdb.base/testenv.exp
10620 * gdb.base/watch_thread_num.exp
10621 * gdb.base/watchpoint-cond-gone.exp
10622 * gdb.cell/break.exp
10623 * gdb.cell/ea-cache.exp
10624 * gdb.compile/compile.exp
10625 * gdb.cp/gdb2495.exp
10626 * gdb.gdb/selftest.exp
10627 * gdb.gdb/xfullpath.exp
10628 * gdb.go/hello.exp
10629 * gdb.go/integers.exp
10630 * gdb.objc/basicclass.exp
10631 * gdb.pascal/hello.exp
10632 * gdb.pascal/integers.exp
10633 * gdb.python/py-breakpoint.exp
10634 * gdb.python/py-cmd.exp
10635 * gdb.python/py-linetable.exp
10636 * gdb.python/py-xmethods.exp
10637 * gdb.python/python.exp
10638 * gdb.reverse/consecutive-precsave.exp
10639 * gdb.reverse/finish-precsave.exp
10640 * gdb.reverse/i386-precsave.exp
10641 * gdb.reverse/machinestate-precsave.exp
10642 * gdb.reverse/sigall-precsave.exp
10643 * gdb.reverse/solib-precsave.exp
10644 * gdb.reverse/step-precsave.exp
10645 * gdb.reverse/until-precsave.exp
10646 * gdb.reverse/watch-precsave.exp
10647 * gdb.threads/leader-exit.exp
10648 * gdb.threads/pthreads.exp
10649 * gdb.threads/wp-replication.exp
10650 * gdb.trace/actions.exp
10651 * gdb.trace/mi-tsv-changed.exp
10652 * gdb.trace/tsv.exp
10653
10654 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10655
10656 Fix test names starting with uppercase throughout the files.
10657
10658 * gdb.arch/i386-bp_permanent.exp
10659 * gdb.arch/i386-gnu-cfi.exp
10660 * gdb.base/disasm-end-cu.exp
10661 * gdb.base/macscp.exp
10662 * gdb.base/pending.exp
10663 * gdb.base/watch_thread_num.exp
10664 * gdb.cp/exception.exp
10665 * gdb.cp/gdb2495.exp
10666 * gdb.cp/local.exp
10667 * gdb.python/py-evsignal.exp
10668 * gdb.python/python.exp
10669 * gdb.trace/tracecmd.exp
10670
10671 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10672
10673 Fix test names starting with uppercase throughout the files.
10674
10675 * gdb.base/charset.exp
10676 * gdb.base/eval.exp
10677 * gdb.base/multi-forks.exp
10678 * gdb.guile/scm-progspace.exp
10679 * gdb.opencl/datatypes.exp
10680 * gdb.python/py-block.exp
10681 * gdb.python/py-function.exp
10682 * gdb.python/py-symbol.exp
10683 * gdb.python/py-symtab.exp
10684 * gdb.python/py-xmethods.exp
10685 * gdb.reverse/break-precsave.exp
10686 * gdb.reverse/break-reverse.exp
10687 * gdb.reverse/consecutive-precsave.exp
10688 * gdb.reverse/consecutive-reverse.exp
10689 * gdb.reverse/finish-precsave.exp
10690 * gdb.reverse/finish-reverse-bkpt.exp
10691 * gdb.reverse/finish-reverse.exp
10692 * gdb.reverse/fstatat-reverse.exp
10693 * gdb.reverse/getresuid-reverse.exp
10694 * gdb.reverse/i386-precsave.exp
10695 * gdb.reverse/i386-reverse.exp
10696 * gdb.reverse/i386-sse-reverse.exp
10697 * gdb.reverse/i387-stack-reverse.exp
10698 * gdb.reverse/insn-reverse.exp
10699 * gdb.reverse/machinestate-precsave.exp
10700 * gdb.reverse/machinestate.exp
10701 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10702 * gdb.reverse/pipe-reverse.exp
10703 * gdb.reverse/readv-reverse.exp
10704 * gdb.reverse/recvmsg-reverse.exp
10705 * gdb.reverse/rerun-prec.exp
10706 * gdb.reverse/s390-mvcle.exp
10707 * gdb.reverse/sigall-precsave.exp
10708 * gdb.reverse/sigall-reverse.exp
10709 * gdb.reverse/solib-precsave.exp
10710 * gdb.reverse/solib-reverse.exp
10711 * gdb.reverse/step-precsave.exp
10712 * gdb.reverse/step-reverse.exp
10713 * gdb.reverse/time-reverse.exp
10714 * gdb.reverse/until-precsave.exp
10715 * gdb.reverse/until-reverse.exp
10716 * gdb.reverse/waitpid-reverse.exp
10717 * gdb.reverse/watch-precsave.exp
10718 * gdb.reverse/watch-reverse.exp
10719
10720 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10721
10722 Fix test names starting with uppercase throughout the files.
10723
10724 * gdb.arch/i386-mpx-simple_segv.exp
10725 * gdb.arch/i386-mpx.exp
10726 * gdb.arch/i386-permbkpt.exp
10727 * gdb.arch/pa-nullify.exp
10728 * gdb.arch/powerpc-d128-regs.exp
10729 * gdb.arch/vsx-regs.exp
10730 * gdb.base/bfp-test.exp
10731 * gdb.base/break.exp
10732 * gdb.base/breakpoint-shadow.exp
10733 * gdb.base/callfuncs.exp
10734 * gdb.base/charset.exp
10735 * gdb.base/commands.exp
10736 * gdb.base/completion.exp
10737 * gdb.base/dfp-test.exp
10738 * gdb.base/echo.exp
10739 * gdb.base/ending-run.exp
10740 * gdb.base/eval.exp
10741 * gdb.base/expand-psymtabs.exp
10742 * gdb.base/float128.exp
10743 * gdb.base/floatn.exp
10744 * gdb.base/foll-exec-mode.exp
10745 * gdb.base/gdb1056.exp
10746 * gdb.base/gdb11531.exp
10747 * gdb.base/kill-after-signal.exp
10748 * gdb.base/multi-forks.exp
10749 * gdb.base/overlays.exp
10750 * gdb.base/pending.exp
10751 * gdb.base/sepdebug.exp
10752 * gdb.base/testenv.exp
10753 * gdb.base/valgrind-db-attach.exp
10754 * gdb.base/watch_thread_num.exp
10755 * gdb.base/watchpoint-cond-gone.exp
10756 * gdb.base/watchpoint.exp
10757 * gdb.base/watchpoints.exp
10758 * gdb.cp/arg-reference.exp
10759 * gdb.cp/baseenum.exp
10760 * gdb.cp/operator.exp
10761 * gdb.cp/shadow.exp
10762 * gdb.dwarf2/dw2-op-out-param.exp
10763 * gdb.dwarf2/dw2-reg-undefined.exp
10764 * gdb.go/chan.exp
10765 * gdb.go/hello.exp
10766 * gdb.go/integers.exp
10767 * gdb.go/methods.exp
10768 * gdb.go/package.exp
10769 * gdb.guile/scm-parameter.exp
10770 * gdb.guile/scm-progspace.exp
10771 * gdb.guile/scm-value.exp
10772 * gdb.mi/mi-pending.exp
10773 * gdb.mi/user-selected-context-sync.exp
10774 * gdb.multi/multi-attach.exp
10775 * gdb.multi/tids.exp
10776 * gdb.opt/clobbered-registers-O2.exp
10777 * gdb.pascal/floats.exp
10778 * gdb.pascal/integers.exp
10779 * gdb.python/py-block.exp
10780 * gdb.python/py-events.exp
10781 * gdb.python/py-parameter.exp
10782 * gdb.python/py-symbol.exp
10783 * gdb.python/py-symtab.exp
10784 * gdb.python/py-type.exp
10785 * gdb.python/py-value.exp
10786 * gdb.python/py-xmethods.exp
10787 * gdb.python/python.exp
10788 * gdb.reverse/break-precsave.exp
10789 * gdb.reverse/consecutive-precsave.exp
10790 * gdb.reverse/finish-precsave.exp
10791 * gdb.reverse/i386-precsave.exp
10792 * gdb.reverse/machinestate-precsave.exp
10793 * gdb.reverse/sigall-precsave.exp
10794 * gdb.reverse/solib-precsave.exp
10795 * gdb.reverse/step-precsave.exp
10796 * gdb.reverse/until-precsave.exp
10797 * gdb.reverse/watch-precsave.exp
10798 * gdb.server/ext-attach.exp
10799 * gdb.server/ext-restart.exp
10800 * gdb.server/ext-run.exp
10801 * gdb.server/ext-wrapper.exp
10802 * gdb.stabs/gdb11479.exp
10803 * gdb.stabs/weird.exp
10804 * gdb.threads/attach-many-short-lived-threads.exp
10805 * gdb.threads/kill.exp
10806 * gdb.threads/watchpoint-fork.exp
10807
10808 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10809
10810 Fix test names starting with uppercase throughout all the files below.
10811
10812 * gdb.ada/array_return.exp
10813 * gdb.ada/catch_ex.exp
10814 * gdb.ada/info_exc.exp
10815 * gdb.ada/mi_catch_ex.exp
10816 * gdb.ada/mi_dyn_arr.exp
10817 * gdb.ada/mi_ex_cond.exp
10818 * gdb.ada/mi_exc_info.exp
10819 * gdb.ada/mi_interface.exp
10820 * gdb.ada/mi_task_arg.exp
10821 * gdb.ada/mi_task_info.exp
10822 * gdb.ada/mi_var_array.exp
10823 * gdb.arch/alpha-step.exp
10824 * gdb.arch/amd64-disp-step.exp
10825 * gdb.arch/arm-disp-step.exp
10826 * gdb.arch/disp-step-insn-reloc.exp
10827 * gdb.arch/e500-prologue.exp
10828 * gdb.arch/ftrace-insn-reloc.exp
10829 * gdb.arch/gdb1558.exp
10830 * gdb.arch/i386-bp_permanent.exp
10831 * gdb.arch/i386-disp-step.exp
10832 * gdb.arch/i386-float.exp
10833 * gdb.arch/i386-gnu-cfi.exp
10834 * gdb.arch/ia64-breakpoint-shadow.exp
10835 * gdb.arch/mips16-thunks.exp
10836 * gdb.arch/pa-nullify.exp
10837 * gdb.arch/powerpc-aix-prologue.exp
10838 * gdb.arch/powerpc-power.exp
10839 * gdb.arch/ppc-dfp.exp
10840 * gdb.arch/s390-tdbregs.exp
10841 * gdb.arch/spu-info.exp
10842 * gdb.arch/spu-ls.exp
10843 * gdb.arch/thumb-bx-pc.exp
10844 * gdb.base/advance.exp
10845 * gdb.base/annota-input-while-running.exp
10846 * gdb.base/arrayidx.exp
10847 * gdb.base/asmlabel.exp
10848 * gdb.base/async.exp
10849 * gdb.base/attach-wait-input.exp
10850 * gdb.base/auto-connect-native-target.exp
10851 * gdb.base/batch-preserve-term-settings.exp
10852 * gdb.base/bfp-test.exp
10853 * gdb.base/bigcore.exp
10854 * gdb.base/bp-permanent.exp
10855 * gdb.base/break-always.exp
10856 * gdb.base/break-fun-addr.exp
10857 * gdb.base/break-idempotent.exp
10858 * gdb.base/break-main-file-remove-fail.exp
10859 * gdb.base/break-probes.exp
10860 * gdb.base/break-unload-file.exp
10861 * gdb.base/break.exp
10862 * gdb.base/call-ar-st.exp
10863 * gdb.base/call-rt-st.exp
10864 * gdb.base/call-sc.exp
10865 * gdb.base/call-signal-resume.exp
10866 * gdb.base/call-strs.exp
10867 * gdb.base/callexit.exp
10868 * gdb.base/callfuncs.exp
10869 * gdb.base/catch-gdb-caused-signals.exp
10870 * gdb.base/catch-signal-siginfo-cond.exp
10871 * gdb.base/catch-syscall.exp
10872 * gdb.base/compare-sections.exp
10873 * gdb.base/cond-eval-mode.exp
10874 * gdb.base/condbreak-call-false.exp
10875 * gdb.base/consecutive-step-over.exp
10876 * gdb.base/cursal.exp
10877 * gdb.base/disabled-location.exp
10878 * gdb.base/disasm-end-cu.exp
10879 * gdb.base/display.exp
10880 * gdb.base/double-prompt-target-event-error.exp
10881 * gdb.base/dprintf-bp-same-addr.exp
10882 * gdb.base/dprintf-detach.exp
10883 * gdb.base/dprintf-next.exp
10884 * gdb.base/dprintf-non-stop.exp
10885 * gdb.base/dprintf-pending.exp
10886 * gdb.base/dso2dso.exp
10887 * gdb.base/ending-run.exp
10888 * gdb.base/enum_cond.exp
10889 * gdb.base/examine-backward.exp
10890 * gdb.base/exe-lock.exp
10891 * gdb.base/exec-invalid-sysroot.exp
10892 * gdb.base/execl-update-breakpoints.exp
10893 * gdb.base/execution-termios.exp
10894 * gdb.base/fileio.exp
10895 * gdb.base/fixsection.exp
10896 * gdb.base/foll-exec-mode.exp
10897 * gdb.base/foll-exec.exp
10898 * gdb.base/fork-running-state.exp
10899 * gdb.base/frame-args.exp
10900 * gdb.base/fullpath-expand.exp
10901 * gdb.base/func-ptr.exp
10902 * gdb.base/gcore-relro-pie.exp
10903 * gdb.base/gdb1090.exp
10904 * gdb.base/gdb1555.exp
10905 * gdb.base/global-var-nested-by-dso.exp
10906 * gdb.base/gnu-ifunc.exp
10907 * gdb.base/hbreak-in-shr-unsupported.exp
10908 * gdb.base/hbreak-unmapped.exp
10909 * gdb.base/hook-stop.exp
10910 * gdb.base/infcall-input.exp
10911 * gdb.base/info-fun.exp
10912 * gdb.base/info-shared.exp
10913 * gdb.base/interrupt-noterm.exp
10914 * gdb.base/jit-so.exp
10915 * gdb.base/jit.exp
10916 * gdb.base/line-symtabs.exp
10917 * gdb.base/list.exp
10918 * gdb.base/longjmp.exp
10919 * gdb.base/macscp.exp
10920 * gdb.base/max-value-size.exp
10921 * gdb.base/nodebug.exp
10922 * gdb.base/nofield.exp
10923 * gdb.base/overlays.exp
10924 * gdb.base/paginate-after-ctrl-c-running.exp
10925 * gdb.base/paginate-bg-execution.exp
10926 * gdb.base/paginate-inferior-exit.exp
10927 * gdb.base/pending.exp
10928 * gdb.base/pr11022.exp
10929 * gdb.base/printcmds.exp
10930 * gdb.base/ptr-typedef.exp
10931 * gdb.base/ptype.exp
10932 * gdb.base/randomize.exp
10933 * gdb.base/range-stepping.exp
10934 * gdb.base/realname-expand.exp
10935 * gdb.base/relativedebug.exp
10936 * gdb.base/remote.exp
10937 * gdb.base/savedregs.exp
10938 * gdb.base/sepdebug.exp
10939 * gdb.base/set-noassign.exp
10940 * gdb.base/shlib-call.exp
10941 * gdb.base/shreloc.exp
10942 * gdb.base/sigaltstack.exp
10943 * gdb.base/sigbpt.exp
10944 * gdb.base/siginfo-addr.exp
10945 * gdb.base/siginfo-obj.exp
10946 * gdb.base/siginfo-thread.exp
10947 * gdb.base/signest.exp
10948 * gdb.base/signull.exp
10949 * gdb.base/sigrepeat.exp
10950 * gdb.base/skip.exp
10951 * gdb.base/so-impl-ld.exp
10952 * gdb.base/solib-corrupted.exp
10953 * gdb.base/solib-disc.exp
10954 * gdb.base/solib-display.exp
10955 * gdb.base/solib-overlap.exp
10956 * gdb.base/solib-search.exp
10957 * gdb.base/solib-symbol.exp
10958 * gdb.base/source-execution.exp
10959 * gdb.base/sss-bp-on-user-bp-2.exp
10960 * gdb.base/sss-bp-on-user-bp.exp
10961 * gdb.base/stack-checking.exp
10962 * gdb.base/stale-infcall.exp
10963 * gdb.base/step-break.exp
10964 * gdb.base/step-line.exp
10965 * gdb.base/step-over-exit.exp
10966 * gdb.base/step-test.exp
10967 * gdb.base/structs.exp
10968 * gdb.base/sym-file.exp
10969 * gdb.base/symtab-search-order.exp
10970 * gdb.base/term.exp
10971 * gdb.base/type-opaque.exp
10972 * gdb.base/unload.exp
10973 * gdb.base/until-nodebug.exp
10974 * gdb.base/until.exp
10975 * gdb.base/unwindonsignal.exp
10976 * gdb.base/watch-cond.exp
10977 * gdb.base/watch-non-mem.exp
10978 * gdb.base/watch_thread_num.exp
10979 * gdb.base/watchpoint-reuse-slot.exp
10980 * gdb.base/watchpoint-solib.exp
10981 * gdb.base/watchpoint.exp
10982 * gdb.btrace/dlopen.exp
10983 * gdb.cell/arch.exp
10984 * gdb.cell/break.exp
10985 * gdb.cell/bt.exp
10986 * gdb.cell/core.exp
10987 * gdb.cell/data.exp
10988 * gdb.cell/dwarfaddr.exp
10989 * gdb.cell/ea-cache.exp
10990 * gdb.cell/ea-standalone.exp
10991 * gdb.cell/ea-test.exp
10992 * gdb.cell/f-regs.exp
10993 * gdb.cell/fork.exp
10994 * gdb.cell/gcore.exp
10995 * gdb.cell/mem-access.exp
10996 * gdb.cell/ptype.exp
10997 * gdb.cell/registers.exp
10998 * gdb.cell/sizeof.exp
10999 * gdb.cell/solib-symbol.exp
11000 * gdb.cell/solib.exp
11001 * gdb.compile/compile-tls.exp
11002 * gdb.cp/exception.exp
11003 * gdb.cp/gdb2495.exp
11004 * gdb.cp/local.exp
11005 * gdb.cp/mb-inline.exp
11006 * gdb.cp/mb-templates.exp
11007 * gdb.cp/pr10687.exp
11008 * gdb.cp/pr9167.exp
11009 * gdb.cp/scope-err.exp
11010 * gdb.cp/templates.exp
11011 * gdb.cp/virtfunc.exp
11012 * gdb.dwarf2/dw2-dir-file-name.exp
11013 * gdb.dwarf2/dw2-single-line-discriminators.exp
11014 * gdb.fortran/complex.exp
11015 * gdb.fortran/library-module.exp
11016 * gdb.guile/guile.exp
11017 * gdb.guile/scm-cmd.exp
11018 * gdb.guile/scm-frame-inline.exp
11019 * gdb.guile/scm-objfile.exp
11020 * gdb.guile/scm-pretty-print.exp
11021 * gdb.guile/scm-symbol.exp
11022 * gdb.guile/scm-type.exp
11023 * gdb.guile/scm-value.exp
11024 * gdb.linespec/keywords.exp
11025 * gdb.linespec/ls-errs.exp
11026 * gdb.linespec/macro-relative.exp
11027 * gdb.linespec/thread.exp
11028 * gdb.mi/mi-breakpoint-changed.exp
11029 * gdb.mi/mi-dprintf-pending.exp
11030 * gdb.mi/mi-fullname-deleted.exp
11031 * gdb.mi/mi-logging.exp
11032 * gdb.mi/mi-pending.exp
11033 * gdb.mi/mi-solib.exp
11034 * gdb.mi/new-ui-mi-sync.exp
11035 * gdb.mi/user-selected-context-sync.exp
11036 * gdb.multi/dummy-frame-restore.exp
11037 * gdb.multi/multi-arch-exec.exp
11038 * gdb.multi/remove-inferiors.exp
11039 * gdb.multi/watchpoint-multi-exit.exp
11040 * gdb.opt/solib-intra-step.exp
11041 * gdb.perf/backtrace.exp
11042 * gdb.perf/single-step.exp
11043 * gdb.perf/skip-command.exp
11044 * gdb.perf/skip-prologue.exp
11045 * gdb.perf/solib.exp
11046 * gdb.python/lib-types.exp
11047 * gdb.python/py-as-string.exp
11048 * gdb.python/py-bad-printers.exp
11049 * gdb.python/py-block.exp
11050 * gdb.python/py-breakpoint.exp
11051 * gdb.python/py-cmd.exp
11052 * gdb.python/py-events.exp
11053 * gdb.python/py-evthreads.exp
11054 * gdb.python/py-finish-breakpoint.exp
11055 * gdb.python/py-finish-breakpoint2.exp
11056 * gdb.python/py-frame-inline.exp
11057 * gdb.python/py-frame.exp
11058 * gdb.python/py-inferior.exp
11059 * gdb.python/py-infthread.exp
11060 * gdb.python/py-mi.exp
11061 * gdb.python/py-objfile.exp
11062 * gdb.python/py-pp-maint.exp
11063 * gdb.python/py-pp-registration.exp
11064 * gdb.python/py-prettyprint.exp
11065 * gdb.python/py-recurse-unwind.exp
11066 * gdb.python/py-shared.exp
11067 * gdb.python/py-symbol.exp
11068 * gdb.python/py-symtab.exp
11069 * gdb.python/py-template.exp
11070 * gdb.python/py-type.exp
11071 * gdb.python/py-unwind-maint.exp
11072 * gdb.python/py-unwind.exp
11073 * gdb.python/py-value.exp
11074 * gdb.python/python.exp
11075 * gdb.reverse/finish-reverse-bkpt.exp
11076 * gdb.reverse/insn-reverse.exp
11077 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11078 * gdb.reverse/solib-precsave.exp
11079 * gdb.reverse/solib-reverse.exp
11080 * gdb.stabs/gdb11479.exp
11081 * gdb.stabs/weird.exp
11082 * gdb.threads/fork-child-threads.exp
11083 * gdb.threads/fork-plus-threads.exp
11084 * gdb.threads/fork-thread-pending.exp
11085 * gdb.threads/forking-threads-plus-breakpoint.exp
11086 * gdb.threads/hand-call-in-threads.exp
11087 * gdb.threads/interrupted-hand-call.exp
11088 * gdb.threads/linux-dp.exp
11089 * gdb.threads/local-watch-wrong-thread.exp
11090 * gdb.threads/next-while-other-thread-longjmps.exp
11091 * gdb.threads/non-ldr-exit.exp
11092 * gdb.threads/pending-step.exp
11093 * gdb.threads/print-threads.exp
11094 * gdb.threads/process-dies-while-detaching.exp
11095 * gdb.threads/process-dies-while-handling-bp.exp
11096 * gdb.threads/pthreads.exp
11097 * gdb.threads/queue-signal.exp
11098 * gdb.threads/reconnect-signal.exp
11099 * gdb.threads/signal-command-handle-nopass.exp
11100 * gdb.threads/signal-command-multiple-signals-pending.exp
11101 * gdb.threads/signal-delivered-right-thread.exp
11102 * gdb.threads/signal-sigtrap.exp
11103 * gdb.threads/sigthread.exp
11104 * gdb.threads/staticthreads.exp
11105 * gdb.threads/stepi-random-signal.exp
11106 * gdb.threads/thread-unwindonsignal.exp
11107 * gdb.threads/thread_check.exp
11108 * gdb.threads/thread_events.exp
11109 * gdb.threads/tid-reuse.exp
11110 * gdb.threads/tls-nodebug.exp
11111 * gdb.threads/tls-shared.exp
11112 * gdb.threads/tls-so_extern.exp
11113 * gdb.threads/tls.exp
11114 * gdb.threads/wp-replication.exp
11115 * gdb.trace/actions-changed.exp
11116 * gdb.trace/actions.exp
11117 * gdb.trace/backtrace.exp
11118 * gdb.trace/change-loc.exp
11119 * gdb.trace/collection.exp
11120 * gdb.trace/deltrace.exp
11121 * gdb.trace/disconnected-tracing.exp
11122 * gdb.trace/entry-values.exp
11123 * gdb.trace/ftrace-lock.exp
11124 * gdb.trace/ftrace.exp
11125 * gdb.trace/infotrace.exp
11126 * gdb.trace/mi-trace-frame-collected.exp
11127 * gdb.trace/mi-trace-unavailable.exp
11128 * gdb.trace/mi-traceframe-changed.exp
11129 * gdb.trace/mi-tracepoint-changed.exp
11130 * gdb.trace/mi-tsv-changed.exp
11131 * gdb.trace/no-attach-trace.exp
11132 * gdb.trace/packetlen.exp
11133 * gdb.trace/passc-dyn.exp
11134 * gdb.trace/passcount.exp
11135 * gdb.trace/pending.exp
11136 * gdb.trace/pr16508.exp
11137 * gdb.trace/qtro.exp
11138 * gdb.trace/range-stepping.exp
11139 * gdb.trace/read-memory.exp
11140 * gdb.trace/report.exp
11141 * gdb.trace/save-trace.exp
11142 * gdb.trace/signal.exp
11143 * gdb.trace/stap-trace.exp
11144 * gdb.trace/status-stop.exp
11145 * gdb.trace/strace.exp
11146 * gdb.trace/tfile.exp
11147 * gdb.trace/tfind.exp
11148 * gdb.trace/trace-break.exp
11149 * gdb.trace/trace-condition.exp
11150 * gdb.trace/trace-enable-disable.exp
11151 * gdb.trace/trace-mt.exp
11152 * gdb.trace/tracecmd.exp
11153 * gdb.trace/tracefile-pseudo-reg.exp
11154 * gdb.trace/tspeed.exp
11155 * gdb.trace/tstatus.exp
11156 * gdb.trace/tsv.exp
11157 * gdb.trace/unavailable.exp
11158 * gdb.trace/while-dyn.exp
11159 * gdb.trace/while-stepping.exp
11160 * lib/gdb-guile.exp
11161 * lib/gdb.exp
11162 * lib/mi-support.exp
11163 * lib/pascal.exp
11164 * lib/perftest.exp
11165 * lib/prelink-support.exp
11166 * lib/selftest-support.exp
11167
11168 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11169
11170 * Makefile.in: Include disable-implicit-rules.mk.
11171
11172 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11173
11174 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11175 non-byte-aligned bit fields.
11176
11177 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11178
11179 PR gdb/12616
11180 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11181 respects the DW_AT_data_bit_offset attribute.
11182
11183 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11184
11185 * gdb.base/default.exp: Fix output of "set language".
11186
11187 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11188
11189 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11190 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11191 make.
11192 * configure.ac: Remove checks for the make program.
11193 * configure: Re-generate.
11194
11195 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11196
11197 * gdb.python/py-recurse-unwind.c (main): Add loop.
11198 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11199 to read_register() and gdb.parse_and_eval(). Make each code
11200 call a separate case that can be individually tested.
11201 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11202 proc. Call cont_and_backtrace for each of the code paths that
11203 we want to test in the unwinder.
11204
11205 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11206
11207 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11208 the definition of struct S.
11209
11210 2016-11-11 Catherine Moore <clm@codesourcery.com>
11211
11212 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11213
11214 2016-11-09 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.base/commands.exp (runto_or_return): New procedure.
11217 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11218 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11219 (progvar_simple_while_test, progvar_complex_if_while_test)
11220 (if_while_breakpoint_command_test)
11221 (infrun_breakpoint_command_test, breakpoint_command_test)
11222 (user_defined_command_test, watchpoint_command_test)
11223 (test_command_prompt_position, redefine_hook_test)
11224 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11225 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11226 multi_line_input and multi_line. Remove gdb_expect and
11227 gdb_stop_suppressing_tests uses.
11228 * lib/gdb.exp (valnum_re): New global.
11229 (multi_line_input): New procedure.
11230
11231 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11232
11233 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11234 Remove.
11235 (test_setup): Define with proc_with_prefix.
11236 (test_cli_inferior): Likewise.
11237 (test_cli_thread): Likewise.
11238 (test_cli_frame): Likewise.
11239 (test_cli_select_frame): Likewise.
11240 (test_cli_up_down): Likewise.
11241 (test_mi_thread_select): Likewise.
11242 (test_mi_stack_select_frame): Likewise.
11243 (test_cli_in_mi_inferior): Likewise.
11244 (test_cli_in_mi_thread): Likewise.
11245 (test_cli_in_mi_frame): Likewise.
11246 (top level): Do not use with_test_prefix_procname.
11247
11248 2016-11-09 Pedro Alves <palves@redhat.com>
11249
11250 * gdb.base/commands.exp (gdbvar_simple_if_test)
11251 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11252 (progvar_simple_if_test, progvar_simple_while_test)
11253 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11254 (infrun_breakpoint_command_test, breakpoint_command_test)
11255 (user_defined_command_test, watchpoint_command_test)
11256 (test_command_prompt_position, deprecated_command_test)
11257 (bp_deleted_in_command, temporary_breakpoint_commands)
11258 (stray_arg0_test, source_file_with_indented_comment)
11259 (recursive_source_test, if_commands_test)
11260 (error_clears_commands_left, redefine_hook_test)
11261 (redefine_backtrace_test): Use proc_with_prefix.
11262 * lib/gdb.exp (proc_with_prefix): New proc.
11263
11264 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11265
11266 * gdb.base/tui-layout.c: New file.
11267 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11268 disassembly window contains very long lines.
11269
11270 2016-11-08 Tom Tromey <tom@tromey.com>
11271
11272 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11273 depend on Python 2.
11274
11275 2016-11-08 Tom Tromey <tom@tromey.com>
11276
11277 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11278 New method.
11279
11280 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11281
11282 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11283
11284 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11285
11286 * gdb.rust/simple.rs: Add test for univariant enums without
11287 discriminants and for encoded struct-like enums.
11288
11289 2016-10-28 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11292 gdb_test_multiple, tighten regexps and match symtabs and line
11293 tables incrementally.
11294
11295 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11296
11297 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11298 general.
11299
11300 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11301
11302 * gdb.base/exec-invalid-sysroot.exp: New file.
11303
11304 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11305
11306 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11307
11308 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11309
11310 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11311
11312 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11313
11314 * gdb.base/killed-outside.exp: Remove $options from a call to
11315 `prepare_for_testing'.
11316
11317 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11318
11319 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11320 Change test message.
11321
11322 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11323
11324 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11325 Update comment.
11326
11327 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11328
11329 * gdb.trace/mi-trace-save.exp: New file.
11330
11331 2016-10-13 Yao Qi <yao.qi@linaro.org>
11332
11333 * gdb.base/code_elim.exp (get_var_address): Remove.
11334 * gdb.base/relocate.exp: Likewise.
11335 * gdb.base/shreloc.exp: Likewise.
11336 * lib/gdb.exp (get_var_address): New.
11337
11338 2016-10-13 Yao Qi <yao.qi@linaro.org>
11339
11340 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11341 floating point tests if $skip_float_test is false.
11342
11343 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11344
11345 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11346 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11347 argc values.
11348 Add 1 to argc so we guarantee distinct initial/modified argc values.
11349
11350 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11351
11352 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11353
11354 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11357 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11358 * gdb.arch/vsx-regs.exp: Likewise.
11359
11360 2016-10-07 Yao Qi <yao.qi@linaro.org>
11361
11362 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11363
11364 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11365
11366 * gdb.python/python.exp: Test decode_line("*0").
11367
11368 2016-10-06 Doug Evans <dje@google.com>
11369
11370 * gdb.python/py-value.exp (test_value_creation): Add test for large
11371 unsigned 64-bit value.
11372
11373 2016-10-06 Tom Tromey <tom@tromey.com>
11374
11375 * gdb.compile/compile.exp: Change java tests to rust.
11376 * gdb.base/setshow.exp: Change java tests to rust.
11377 * gdb.base/default.exp: Remove java from language list.
11378 * README (Examples): Update language example.
11379 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11380 test.
11381 * lib/gdb.exp (skip_java_tests): Remove.
11382 * lib/java.exp: Remove.
11383 * gdb.java: Remove.
11384
11385 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11386
11387 * gdb.arch/mips-fcr.exp: New test.
11388 * gdb.arch/mips-fcr.c: Source for the new test.
11389
11390 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11391
11392 * gdb.base/solib-disc.exp: Use `standard_output_file'
11393 throughout.
11394
11395 2016-10-06 Pedro Alves <palves@redhat.com>
11396
11397 * gdb.base/jit-simple-dl.c: New file.
11398 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11399 * gdb.base/jit-simple.c: ... this.
11400 * gdb.base/jit-simple.exp (jit_run): Delete.
11401 (build_jit): New proc.
11402 (jit_test_reread): Recompile either the main program or the shared
11403 library, depending on what is being tested. Skip changing address
11404 if caller wants to. Compare before/after addresses. If testing
11405 standalone, explicitly load the binary. Test "maint info
11406 breakpoints".
11407 (top level): Add "standalone vs shared lib" and "change address"
11408 vs "same address" axes.
11409
11410 2016-10-06 Pedro Alves <palves@redhat.com>
11411
11412 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11413 call.
11414 (jit_run): Delete.
11415 (jit_test_reread): Use with_test_prefix. Reload the main binary
11416 explicitly. Compare the before/after addresses of the JIT
11417 descriptor.
11418
11419 2016-08-15 Doug Evans <dje@google.com>
11420
11421 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11422 for single bitfields is bool.
11423 * gdb.xml/tdesc-regs.exp: Ditto.
11424
11425 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11426
11427 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11428
11429 2016-10-05 Yao Qi <yao.qi@linaro.org>
11430
11431 * lib/gdb.exp (support_complex_tests): Return zero if
11432 gdb_skip_float_test return true.
11433
11434 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11435 Simon Marchi <simon.marchi@ericsson.com>
11436
11437 PR gdb/20487
11438 * gdb.mi/user-selected-context-sync.exp: New file.
11439 * gdb.mi/user-selected-context-sync.c: New file.
11440
11441 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11442 Simon Marchi <simon.marchi@ericsson.com>
11443
11444 PR gdb/20487
11445 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11446 =thread-select-event check.
11447
11448 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11449
11450 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11451 the compulsory L operand changes.
11452 * gdb.arch/powerpc-power.s: Likewise.
11453
11454 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11455
11456 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11457 * gdb.base/jit-attach-pie.c: New file.
11458 * gdb.base/jit-attach-pie.exp: New file.
11459
11460 2016-09-28 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.base/infcall-input.c: New file.
11463 * gdb.base/infcall-input.exp: New file.
11464
11465 2016-09-22 Yao Qi <yao.qi@linaro.org>
11466
11467 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11468 (gdb_exit): Rename it to ...
11469 (gdbserver_gdb_exit): ... Close GDBserver.
11470 (gdb_exit): New proc, call gdbserver_gdb_exit.
11471 (mi_gdb_exit): Likewise.
11472
11473 2016-09-22 Yao Qi <yao.qi@linaro.org>
11474
11475 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11476 path.
11477 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11478 Remove duplication.
11479
11480 2016-09-22 Yao Qi <yao.qi@linaro.org>
11481
11482 * lib/gdbserver-support.exp: Check the existence of
11483 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11484
11485 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11486
11487 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11488
11489 2016-09-21 Tom Tromey <tom@tromey.com>
11490
11491 PR gdb/20604:
11492 * gdb.base/quit.exp: New file.
11493
11494 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11495
11496 * .gitignore: New file.
11497
11498 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11499
11500 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11501 throughout.
11502
11503 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11504
11505 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11506
11507 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11508
11509 * gdb.cp/casts.cc (decltype): Move it ...
11510 (main): ... with its call to ...
11511 * gdb.cp/casts03.cc: ... a new file.
11512 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11513
11514 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11515
11516 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11517
11518 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11519
11520 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11521 and sync up the test with tests in gas/testsuite/gas/ppc.
11522 * gdb.arch/powerpc-power.exp: Likewise.
11523
11524 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11525
11526 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11527
11528 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11529 Jan Kratochvil <jan.kratochvil@redhat.com>
11530
11531 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11532 make m1's definition to be different from m2's. Use 'dummy' as an
11533 argument for probe 'two'.
11534
11535 2016-09-10 Jon Beniston <jon@beniston.com>
11536
11537 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11538 for sim target.
11539
11540 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11541
11542 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11543 variable declaration.
11544 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11545 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11546 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11547 received HWCAP as its argument.
11548
11549 2016-09-06 Pedro Alves <palves@redhat.com>
11550
11551 * gdb.base/new-ui-pending-input.c: New file.
11552 * gdb.base/new-ui-pending-input.exp: New file.
11553 * gdb.exp (clear_gdb_spawn_id): New procedure.
11554 (with_spawn_id): Check whether gdb_spawn_id exists before
11555 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11556 on exit.
11557
11558 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11559
11560 * gdb.base/float128.c: New file.
11561 * gdb.base/float128.exp: Likewise.
11562 * gdb.base/floatn.c: Likewise.
11563 * gdb.base/floatn.exp: Likewise.
11564
11565 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11566
11567 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11568
11569 2016-09-05 Pedro Alves <palves@redhat.com>
11570
11571 PR backtrace/19927
11572 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11573 unwinders are immediately called as side effect of "source" or
11574 "disable unwinder" commands.
11575 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11576
11577 2016-09-02 Yao Qi <yao.qi@linaro.org>
11578
11579 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11580 is true and $type is "float" or "double".
11581
11582 2016-09-02 Yao Qi <yao.qi@linaro.org>
11583
11584 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11585 true.
11586 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11587 * gdb.base/call-rt-st.exp: Likewise.
11588 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11589 return value instead of gdb,skip_float_test.
11590 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11591 (do_function_calls): Use its return value instead of
11592 gdb,skip_float_test.
11593 * gdb.base/finish.exp: Likewise.
11594 * gdb.base/funcargs.exp: Likewise.
11595 * gdb.base/return.exp: Likewise.
11596 * gdb.base/return2.exp: Likewise.
11597 * gdb.base/varargs.exp: Likewise.
11598 * lib/gdb.exp (gdb_skip_float_test): Change it to
11599 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11600
11601 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11602
11603 * gdb.multi/tids.exp: Test "thread apply all".
11604
11605 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11606
11607 * gdb.base/default.exp (tty): Remove.
11608
11609 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11610
11611 * gdb.python/py-recurse-unwind.c: New file.
11612 * gdb.python/py-recurse-unwind.py: New file.
11613 * gdb.python/py-recurse-unwind.exp: New file.
11614
11615 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11616
11617 * gdb.base/set-inferior-tty.exp: New file.
11618 * gdb.base/set-inferior-tty.c: New file.
11619
11620 2016-08-23 Pedro Alves <palves@redhat.com>
11621
11622 PR gdb/20494
11623 * gdb.base/new-ui-echo.c: New file.
11624 * gdb.base/new-ui-echo.exp: New file.
11625
11626 2016-08-23 Yao Qi <yao.qi@linaro.org>
11627
11628 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11629 gdbserver_spawn.
11630 * gdb.server/connect-without-multi-process.exp (do_test):
11631 Likewise.
11632
11633 2016-08-23 Yao Qi <yao.qi@linaro.org>
11634
11635 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11636 standalone_txt. Delete gdb_txt and standalone_txt on host
11637 and target. Spawn the binary on target. Copy files from
11638 target to host.
11639
11640 2016-08-22 Pedro Alves <palves@redhat.com>
11641
11642 PR gdb/20505
11643 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11644 with_test_prefix. Factor out bits to ...
11645 (test_no_vdso): ... this new procedure.
11646
11647 2016-08-19 Carl Love <cel@us.ibm.com>
11648
11649 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11650 maintaining separate logic for constructing the output path.
11651 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11652 * gdb.arch/ppc-dfp.exp: Likewise.
11653 * gdb.arch/ppc-fp.exp: Likewise.
11654 * gdb.arch/vsx-regs.exp: Likewise.
11655 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11656 binprefix for generating the additional binary files.
11657
11658 2016-08-19 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.trace/mi-trace-frame-collected.exp
11661 (test_trace_frame_collected): On x32, expect two registers.
11662
11663 2016-08-18 Carl Love <cel@us.ibm.com>
11664
11665 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11666 and sync up the test with tests in gas/testsuite/gas/ppc.
11667 * gdb.arch/powerpc-power.exp: Likewise.
11668
11669 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11670
11671 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11672 expected error message.
11673
11674 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11675
11676 * gdb.multi/remove-inferiors.exp: New file.
11677 * gdb.multi/remove-inferiors.c: New file.
11678
11679 2016-08-12 Yao Qi <yao.qi@linaro.org>
11680
11681 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11682 argument list.
11683
11684 2016-08-10 Pedro Alves <palves@redhat.com>
11685
11686 PR gdb/19187
11687 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11688 setup_kfails.
11689
11690 2016-08-09 Pedro Alves <palves@redhat.com>
11691 Simon Marchi <simon.marchi@ericsson.com>
11692
11693 PR gdb/20418
11694 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11695 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11696
11697 2016-08-09 Pedro Alves <palves@redhat.com>
11698
11699 PR mi/20431
11700 * gdb.mi/mi-cmd-error.exp: New file.
11701
11702 2016-08-09 Pedro Alves <palves@redhat.com>
11703
11704 PR gdb/18653
11705 * gdb.base/signals-state-child.c: New file.
11706 * gdb.base/signals-state-child.exp: New file.
11707 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11708
11709 2016-08-09 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11712
11713 2016-08-03 Tom Tromey <tom@tromey.com>
11714
11715 PR python/18565:
11716 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11717
11718 2016-08-01 Yao Qi <yao.qi@linaro.org>
11719
11720 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11721 variable mode to "multi-process" if $multi_process is 1, otherwise
11722 set it to "single-process".
11723
11724 2016-08-01 Yao Qi <yao.qi@linaro.org>
11725
11726 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11727 * gdb.cp/cpexprs.exp: Likewise.
11728 * gdb.cp/m-static.exp: Likewise.
11729
11730 2016-07-26 Tom Tromey <tom@tromey.com>
11731
11732 PR python/20190:
11733 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11734 test.
11735
11736 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11737
11738 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11739 selecting assembly source files.
11740 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11741 assembly source files.
11742 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11743 assembly source files.
11744 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11745 selecting assembly source files.
11746
11747 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11748
11749 * gdb.base/new-ui.exp (do_test_invalid_args): New
11750 procedure.
11751
11752 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11753
11754 * gdb.btrace/reconnect.c: New file.
11755 * gdb.btrace/reconnect.exp: New file.
11756
11757 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11758
11759 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11760 to test_catch_syscall_group.
11761 (test_catch_syscall_group): New.
11762
11763 2016-07-21 Tom Tromey <tom@tromey.com>
11764
11765 * gdb.rust/simple.rs (main): Use empty struct expression.
11766 * gdb.rust/simple.exp: Add tests for empty struct expression.
11767
11768 2016-07-21 Yao Qi <yao.qi@linaro.org>
11769
11770 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11771 if gdb_skip_xml_test is true on some targets.
11772
11773 2016-07-21 Yao Qi <yao.qi@linaro.org>
11774
11775 * gdb.server/solib-list.exp: Unset last_loaded_file.
11776
11777 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11778
11779 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11780 "step into captured_main (args)".
11781
11782 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11783
11784 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11785
11786 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11787
11788 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11789
11790 2016-07-19 Pedro Alves <palves@redhat.com>
11791
11792 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11793 * gdb.opt/inline-bt.exp: Likewise.
11794 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11795 additional_flags=-Winline.
11796 * gdb.opt/inline-locals.exp: Likewise.
11797 * gdb.opt/inline-markers.c (ATTR): Define.
11798 (inlined_fn): Use it.
11799
11800 2016-07-19 Yao Qi <yao.qi@linaro.org>
11801
11802 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11803 (test_with_self): Remove some code. Remove argument executable.
11804 (top-level): Use do_self_tests.
11805
11806 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11807 Don Breazeal <donb@codesourcery.com>
11808
11809 * gdb.base/maint.exp: Escape paths used in regular expressions.
11810 * gdb.stabs/weird.exp: Likewise.
11811
11812 2016-07-13 Tom Tromey <tom@tromey.com>
11813
11814 PR python/15620, PR python/18620:
11815 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11816 (test_bkpt_events): New procs.
11817
11818 2016-07-13 Tom Tromey <tom@tromey.com>
11819
11820 PR python/17698:
11821 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11822 test.
11823 (test_watchpoints): Likewise.
11824 (test_bkpt_pending): New proc.
11825
11826 2016-07-13 Tom Tromey <tom@tromey.com>
11827
11828 PR cli/18053:
11829 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11830 completion test.
11831
11832 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11833
11834 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11835 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11836 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11837 f_label.
11838 (g): Rename g_end_lbl to g_label.
11839 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11840 low_pc and high_pc.
11841 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11842
11843 2016-07-12 Tom Tromey <tom@tromey.com>
11844
11845 PR python/19293:
11846 * gdb.python/py-unwind-maint.exp: Update tests.
11847
11848 2016-07-12 Yao Qi <yao.qi@linaro.org>
11849
11850 * lib/selftest-support.exp (selftest_setup): Match the output
11851 when captured_main is inlined.
11852
11853 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11854
11855 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11856 New variables.
11857 (print this%a, print this%b, print this): New tests.
11858 * gdb.fortran/derived-types.f90 (this): New object and
11859 initialization.
11860
11861 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11862
11863 * gdb.ada/arraydim.exp: Remove extra directory level in build
11864 directory.
11865
11866 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11867
11868 * lib/ada.exp: Remove extra directory level in build directory.
11869 * gdb.ada/cond_lang.exp: Likewise.
11870 * gdb.ada/exec_changed.exp: Likewise.
11871 * gdb.ada/lang_switch.exp: Likewise.
11872
11873 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11874
11875 * simple.rs: Add test for raw pointer subscripting.
11876 * simple.exp: Add test expectations.
11877
11878 2016-07-05 Yao Qi <yao.qi@linaro.org>
11879
11880 * gdb.mi/mi-reverse.exp: Match =record-started output.
11881
11882 2016-07-01 Pedro Alves <palves@redhat.com>
11883
11884 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11885 procedure.
11886 (jit_reader_test): Test the jit reader's unwinder.
11887 * gdb.base/jithost.c (jit_function_00_code): New global.
11888 (main): Use memcpy to fill in the mmapped code, instead of poking
11889 bytes manually here.
11890 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11891 value.
11892 (read_debug_info): Save the function's range.
11893 (read_sp): New function.
11894 (unwind_frame): Use it. Also unwind RBP.
11895 (get_frame_id): Use read_sp.
11896 (gdb_init_reader): Use calloc instead of malloc.
11897 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11898 parameter. Use gdb_test_multiple.
11899
11900 2016-07-01 Pedro Alves <palves@redhat.com>
11901 Antoine Tremblay <antoine.tremblay@ericsson.com>
11902
11903 * gdb.threads/process-dies-while-detaching.c: New file.
11904 * gdb.threads/process-dies-while-detaching.exp: New file.
11905
11906 2016-07-01 Pedro Alves <palves@redhat.com>
11907
11908 * gdb.multi/watchpoint-multi-exit.c: New file.
11909 * gdb.multi/watchpoint-multi-exit.exp: New file.
11910
11911 2016-06-30 Pedro Alves <palves@redhat.com>
11912
11913 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11914 unset inferior_spawn_id.
11915
11916 2016-06-30 Pedro Alves <palves@redhat.com>
11917
11918 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11919 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11920
11921 2016-06-29 Yao Qi <yao.qi@linaro.org>
11922
11923 * gdb.base/return.c: Add copyright header.
11924
11925 2016-06-29 Tom Tromey <tom@tromey.com>
11926
11927 PR python/20129:
11928 * gdb.python/py-framefilter.exp: Add tests for setting priority
11929 and disabling of non-existent frame filter.
11930
11931 2016-06-29 Yao Qi <yao.qi@linaro.org>
11932
11933 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11934 0x0f07ff.
11935
11936 2016-06-28 Yao Qi <yao.qi@linaro.org>
11937
11938 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11939 triplets. Start gdb, execute catch syscall, and continue. Check
11940 gdb's output to determine catch syscall is supported.
11941
11942 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11943
11944 * gdb.rust/simple.rs: Add test for returning unit in a function.
11945 * gdb.rust/simple.exp: Add expectation for functions returning
11946 unit.
11947
11948 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11949
11950 * gdb.python/py-breakpoint-create-fail.c,
11951 gdb.python/py-breakpoint-create-fail.exp,
11952 gdb.python/py-breakpoint-create-fail.py: New testcase.
11953
11954 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11955
11956 PR gdb/20239
11957 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11958 * gdb.rust/simple.exp: Add test expectations for new NonZero
11959 tests.
11960
11961 2016-06-24 David Taylor <dtaylor@emc.com>
11962
11963 * gdb.base/offsets.exp: New file.
11964 * gdb.base/offsets.c: New file.
11965
11966 2016-06-23 Tom Tromey <tom@tromey.com>
11967
11968 PR gdb/16483:
11969 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11970 before any filters are loaded.
11971
11972 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11973
11974 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11975 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11976 structs.
11977 * gdb.fortran/derived-type-function.exp: New file.
11978 * gdb.fortran/derived-type-function.f90: New file.
11979
11980
11981 2016-06-21 Pedro Alves <palves@redhat.com>
11982
11983 * gdb.base/new-ui.exp: New file.
11984 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
11985 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
11986 (with_spawn_id): New procedure.
11987
11988 2016-06-21 Pedro Alves <palves@redhat.com>
11989
11990 * gdb.mi/mi-exec-run.exp: New file.
11991
11992 2016-06-21 Pedro Alves <palves@redhat.com>
11993
11994 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
11995 breakpoint command's output on the main UI.
11996 (test_break): New procedure, factored out from calls in the top
11997 level.
11998 (top level): Use foreach_with_prefix to test MI as main UI and as
11999 separate UI.
12000
12001 2016-06-21 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12004 (test_awatch_creation_and_listing)
12005 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12006 Remove 'type' parameter.
12007 (test_watchpoint_all): New parameter mi_mode. Remove
12008 with_test_prefix.
12009 (top level): Use foreach_with_prefix, and add main/separate UI MI
12010 testing axis.
12011
12012 2016-06-21 Pedro Alves <palves@redhat.com>
12013
12014 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12015 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12016 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12017 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12018 (gdb_main_spawn_id, mi_spawn_id): Declare and
12019 comment.
12020 (mi_create_inferior_pty): New procedure,
12021 factored out from default_mi_gdb_start.
12022 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12023 procedures.
12024 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12025 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12026 Use mi_create_inferior_pty.
12027 (mi_gdb_start): Use eval to pass down args list.
12028
12029 2016-06-21 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12032 * gdb.opt/inline-cmds.exp: Add MI tests.
12033
12034 2016-06-21 Pedro Alves <palves@redhat.com>
12035
12036 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12037
12038 2016-06-21 Pedro Alves <palves@redhat.com>
12039
12040 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12041 (top level): Use it instead of mi_execute_to.
12042
12043 2016-06-21 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12046 (cont_handler_str): New.
12047 (signal_stop_handler): Set stop_handler_str instead of printing to
12048 stdout.
12049 (continue_handler): Set cont_handler_str instead of printing to
12050 stdout.
12051 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12052 mi_send_resuming_command. Print stop_handler_str and
12053 cont_handler_str instead of expecting the python events print
12054 directly.
12055
12056 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12057
12058 * gdb.base/jit-reader.exp: New file.
12059 * gdb.base/jithost.c: New file.
12060 * gdb.base/jithost.h: New file.
12061 * gdb.base/jitreader.c : New file.
12062 * gdb.base/jit-protocol.h: New file.
12063
12064 2016-06-17 Yao Qi <yao.qi@linaro.org>
12065
12066 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12067 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12068 and detach-on-fork. Adjust tests.
12069 (top level): Invoke break_cond_on_syscall with combinations of
12070 syscall, follow-fork-mode and detach-on-fork.
12071
12072 2016-06-17 Yao Qi <yao.qi@linaro.org>
12073
12074 * gdb.base/step-over-exit.c: New.
12075 * gdb.base/step-over-exit.exp: New.
12076
12077 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12078
12079 * gdb.base/float.exp: Add target check for nds32*-*-*.
12080 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12081
12082 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12083
12084 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12085 for unsupported target features.
12086 * gdb.base/call-rt-st.exp: Likewise.
12087 * gdb.base/call-sc.exp: Likewise.
12088 * gdb.base/call-signal-resume.exp: Likewise.
12089 * gdb.base/call-strs.exp: Likewise.
12090 * gdb.base/callexit.exp: Likewise.
12091 * gdb.base/callfuncs.exp: Likewise.
12092 * gdb.base/nodebug.exp: Likewise.
12093 * gdb.base/printcmds.exp: Likewise.
12094 * gdb.base/ptype.exp: Likewise.
12095 * gdb.base/structs.exp: Likewise.
12096 * gdb.base/unwindonsignal.exp: Likewise.
12097 * gdb.cp/gdb2495.exp: Likewise.
12098 * gdb.cp/templates.exp: Likewise.
12099 * gdb.cp/virtfunc.exp: Likewise.
12100 * gdb.threads/hand-call-in-threads.exp: Likewise.
12101 * gdb.threads/interrupted-hand-call.exp: Likewise.
12102 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12103
12104 2016-06-10 Tom Tromey <tom@tromey.com>
12105
12106 PR rust/20110:
12107 * gdb.rust/expr.exp: Add test for integer constant larger than
12108 i32.
12109
12110 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12111
12112 * gdb.fortran/nested-funcs.exp: New.
12113 * gdb.fortran/nested-funcs.f90: New.
12114
12115 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12116
12117 * gdb.base/examine-backward.c: New file.
12118 * gdb.base/examine-backward.exp: New file.
12119
12120 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12121
12122 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12123 matching.
12124
12125 2016-06-02 Tom Tromey <tom@tromey.com>
12126
12127 PR python/18984:
12128 * gdb.python/py-shared.exp: Add solib_name test.
12129
12130 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12131
12132 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12133
12134 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12135
12136 PR c++/19893
12137 * gdb.dwarf2/implref.exp: Rename to...
12138 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12139 * gdb.dwarf2/implref-array.c: New file.
12140 * gdb.dwarf2/implref-array.exp: Likewise.
12141 * gdb.dwarf2/implref-global.c: Likewise.
12142 * gdb.dwarf2/implref-global.exp: Likewise.
12143 * gdb.dwarf2/implref-struct.c: Likewise.
12144 * gdb.dwarf2/implref-struct.exp: Likewise.
12145
12146 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12147
12148 * gdb.trace/trace-condition.exp: Add 64bit tests.
12149
12150 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12151
12152 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12153 bits types.
12154 (main): Adapt to 8 to 64 bits types.
12155 * gdb.trace/trace-condition.exp: Add new tests.
12156
12157 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12158
12159 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12160
12161 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12162
12163 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12164 Move condition tests...
12165 * gdb.trace/trace-condition.exp: Here.
12166
12167 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12168
12169 * gdb.trace/trace-condition.exp: Add counter-case tests.
12170
12171 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12172
12173 PR c++/15231
12174 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12175 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12176
12177 2016-05-27 Pedro Alves <palves@redhat.com>
12178
12179 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12180 New procedure.
12181 (top level): Call it, and bail out of DejaGnu is known to be bad.
12182
12183 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12184
12185 * gdb.base/whatis.c: Extend the test case.
12186 * gdb.base/whatis.exp: Add additional tests.
12187
12188 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12189
12190 * gdb.fortran/type.f90: Add pointer variable.
12191 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12192
12193 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12194
12195 * gdb.fortran/vla-type.exp: Fix testcase name.
12196
12197 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12198
12199 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12200
12201 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12202
12203 * gdb.fortran/type.f90: Add nested structures.
12204 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12205 * gdb.fortran/derived-type.exp: Adapt expected output.
12206 * gdb.fortran/vla-type.exp: Adapt expected output.
12207
12208 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12209
12210 * gdb.fortran/whatis_type.exp: Adapt expected output.
12211
12212 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12213
12214 * gdb.fortran/print_type.exp: Fix expected output.
12215 * gdb.fortran/whatis_type.exp: Fix expected output.
12216
12217 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12218
12219 * gdb.fortran/whatis_type.exp: Use multi_line.
12220
12221 2016-05-24 Tom Tromey <tom@tromey.com>
12222
12223 PR python/17386:
12224 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12225 use value as an index.
12226
12227 2016-05-23 Tom Tromey <tom@tromey.com>
12228
12229 PR python/17981:
12230 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12231 no-breakpoint case.
12232
12233 2016-05-24 Pedro Alves <palves@redhat.com>
12234
12235 PR gdb/19828
12236 * gdb.threads/clone-attach-detach.c: New file.
12237 * gdb.threads/clone-attach-detach.exp: New file.
12238
12239 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12240
12241 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12242
12243 2016-05-23 Tom Tromey <tom@tromey.com>
12244
12245 PR python/19438, PR python/18393:
12246 * gdb.python/py-progspace.exp: Add "dir" test.
12247 * gdb.python/py-objfile.exp: Add "dir" test.
12248
12249 2016-05-23 Yao Qi <yao.qi@linaro.org>
12250
12251 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12252 * gdb.arch/thumb2-it.exp: Likewise.
12253
12254 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12255
12256 * gdb.mi/mi-threads-interrupt.c: New file.
12257 * gdb.mi/mi-threads-interrupt.exp: New file.
12258
12259 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12260
12261 PR gdb/18077
12262 * gdb.mi/mi-async-run.exp: New file.
12263 * gdb.mi/mi-async-run.c: New file.
12264
12265 2016-05-17 Tom Tromey <tom@tromey.com>
12266 Manish Goregaokar <manishsmail@gmail.com>
12267
12268 * lib/rust-support.exp: New file.
12269 * lib/gdb.exp (skip_rust_tests): New proc.
12270 (build_executable_from_specs): Handle rust.
12271 * lib/future.exp (gdb_find_rustc): New proc.
12272 (gdb_default_target_compile): Handle rust.
12273 * gdb.rust/expr.exp: New file.
12274 * gdb.rust/generics.exp: New file.
12275 * gdb.rust/generics.rs: New file.
12276 * gdb.rust/methods.exp: New file.
12277 * gdb.rust/methods.rs: New file.
12278 * gdb.rust/modules.exp: New file.
12279 * gdb.rust/modules.rs: New file.
12280 * gdb.rust/simple.exp: New file.
12281 * gdb.rust/simple.rs: New file.
12282
12283 2016-05-17 Tom Tromey <tom@tromey.com>
12284
12285 * gdb.base/default.exp (set language): Add rust.
12286
12287 2016-05-17 Tom Tromey <tom@tromey.com>
12288
12289 * gdb.gdb/unittest.exp: New file.
12290
12291 2016-05-16 Yao Qi <yao.qi@linaro.org>
12292
12293 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12294 shell_prompt. Update shell_prompt_re.
12295
12296 2016-05-12 Doug Evans <dje@google.com>
12297
12298 PR symtab/19999
12299 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12300 $options when building executable.
12301 * gdb.dwarf2/fission-loclists-pie.S: New file.
12302 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12303
12304 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12305
12306 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12307 of [is_remote target],
12308
12309 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12310
12311 * lib/gdb.exp (use_gdb_stub): New procedure.
12312
12313 2016-05-03 Yunlian Jiang <yunlian@google.com>
12314 Doug Evans <dje@google.com>
12315
12316 PR symtab/19914
12317 * gdb.dwarf2/dwp-sepdebug.c: New file.
12318 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12319
12320 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12321
12322 * gdb.base/detach.exp: Remove is_remote check.
12323
12324 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12325
12326 * gdb.base/annota-input-while-running.exp: Don't check for
12327 [is_remote target]. Enable annotations after running to main.
12328 Remove unused "set test..." line.
12329
12330 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12331
12332 * gdb.trace/trace-enable-disable.exp: New file.
12333 * gdb.trace/trace-enable-disable.c: New file.
12334
12335 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12336
12337 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12338 use it in info sharedlibrary test.
12339 * gdb.trace/ftrace-lock.exp: Likewise.
12340 * gdb.trace/ftrace.exp: Likewise.
12341 * gdb.trace/range-stepping.exp: Likewise.
12342 * gdb.trace/trace-break.exp: Likewise.
12343 * gdb.trace/trace-condition.exp: Likewise.
12344 * gdb.trace/trace-mt.exp: Likewise.
12345
12346 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12347
12348 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12349 (gdb_load_shlib): ... this.
12350 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12351 gdb_load_shlib.
12352 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12353 * gdb.base/ctxobj.exp: Likewise.
12354 * gdb.base/dprintf-pending.exp: Likewise.
12355 * gdb.base/dso2dso.exp: Likewise.
12356 * gdb.base/fixsection.exp: Likewise.
12357 * gdb.base/gcore-relro.exp: Likewise.
12358 * gdb.base/gdb1555.exp: Likewise.
12359 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12360 * gdb.base/gnu-ifunc.exp: Likewise.
12361 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12362 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12363 * gdb.base/pending.exp: Likewise.
12364 * gdb.base/print-file-var.exp: Likewise.
12365 * gdb.base/print-symbol-loading.exp: Likewise.
12366 * gdb.base/shlib-call.exp: Likewise.
12367 * gdb.base/shreloc.exp: Likewise.
12368 * gdb.base/so-impl-ld.exp: Likewise.
12369 * gdb.base/solib-disc.exp: Likewise.
12370 * gdb.base/solib-nodir.exp: Likewise.
12371 * gdb.base/solib-overlap.exp: Likewise.
12372 * gdb.base/solib-symbol.exp: Likewise.
12373 * gdb.base/solib-weak.exp (do_test): Likewise.
12374 * gdb.base/sym-file.exp: Likewise.
12375 * gdb.base/symtab-search-order.exp: Likewise.
12376 * gdb.base/type-opaque.exp: Likewise.
12377 * gdb.base/unload.exp: Likewise.
12378 * gdb.base/watchpoint-solib.exp: Likewise.
12379 * gdb.compile/compile.exp: Likewise.
12380 * gdb.cp/gdb2384.exp: Likewise.
12381 * gdb.cp/infcall-dlopen.exp: Likewise.
12382 * gdb.cp/re-set-overloaded.exp: Likewise.
12383 * gdb.fortran/library-module.exp: Likewise.
12384 * gdb.opt/solib-intra-step.exp: Likewise.
12385 * gdb.python/py-finish-breakpoint.exp: Likewise.
12386 * gdb.python/py-shared.exp: Likewise.
12387 * gdb.reverse/solib-precsave.exp: Likewise.
12388 * gdb.reverse/solib-reverse.exp: Likewise.
12389 * gdb.server/solib-list.exp: Likewise.
12390 * gdb.threads/dlopen-libpthread.exp: Likewise.
12391 * gdb.threads/tls-shared.exp: Likewise.
12392 * gdb.threads/tls-so_extern.exp: Likewise.
12393 * gdb.trace/change-loc.exp: Likewise.
12394 * gdb.trace/ftrace-lock.exp: Likewise.
12395 * gdb.trace/ftrace.exp: Likewise.
12396 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12397 * gdb.trace/pending.exp: Likewise.
12398 * gdb.trace/range-stepping.exp: Likewise.
12399 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12400 (strace_info_marker): Likewise.
12401 (strace_probe_marker): Likewise.
12402 (strace_trace_on_same_addr): Likewise.
12403 (strace_trace_on_diff_addr): Likewise.
12404 * gdb.trace/trace-break.exp: Likewise.
12405 * gdb.trace/trace-condition.exp: Likewise.
12406 * gdb.trace/trace-mt.exp: Likewise.
12407
12408 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12409
12410 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12411 result of gdb_remote_download.
12412 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12413 * gdb.base/dso2dso.exp: Likewise.
12414 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12415 * gdb.base/print-file-var.exp: Likewise.
12416 * gdb.base/shlib-call.exp: Likewise.
12417 * gdb.base/shreloc.exp: Likewise.
12418 * gdb.base/solib-overlap.exp: Likewise.
12419 * gdb.base/solib-weak.exp (do_test): Likewise.
12420 * gdb.base/unload.exp: Likewise.
12421
12422 2016-04-27 Yao Qi <yao.qi@linaro.org>
12423
12424 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12425 exists.
12426
12427 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12428
12429 * vla-type.exp: Print structure from toplevel.
12430
12431 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12432
12433 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12434 of dynamic types.
12435 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12436 of dynamic types.
12437
12438 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12439
12440 * gdb.fortran/vla-type.f90: New file.
12441 * gdb.fortran/vla-type.exp: New file.
12442
12443 2016-04-25 Yao Qi <yao.qi@linaro.org>
12444
12445 * gdb.base/branch-to-self.c: New file.
12446 * gdb.base/branch-to-self.exp: New file.
12447
12448 2016-04-22 Yao Qi <yao.qi@linaro.org>
12449
12450 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12451 more after $hex.
12452
12453 2016-04-22 Yao Qi <yao.qi@linaro.org>
12454
12455 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12456 * gdb.base/annota3.exp: Likewise.
12457
12458 2016-04-22 Yao Qi <yao.qi@linaro.org>
12459
12460 * gdb.reverse/step-precsave.exp: Do one step and test program
12461 stops in "callee" and do multiple steps until program goes out
12462 of "callee".
12463 * gdb.reverse/step-reverse.exp: Likewise.
12464
12465 2016-04-22 Yao Qi <yao.qi@linaro.org>
12466
12467 * gdb.trace/signal.exp: Also pass if
12468 $tracepoint_hits($i) > $iterations.
12469
12470 2016-04-22 Yao Qi <yao.qi@linaro.org>
12471
12472 * gdb.trace/signal.c: New file.
12473 * gdb.trace/signal.exp: New file.
12474
12475 2016-04-19 Doug Evans <xdje42@gmail.com>
12476
12477 * gdb.base/bad-file.exp: New file.
12478
12479 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12480
12481 * gdb.dwarf2/implref.exp: New file.
12482
12483 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12484
12485 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12486 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12487 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12488 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12489 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12490 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12491 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12492 * lib/fortran.exp (fortran_int4): New procedure.
12493 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12494 (fortran_logical4): Likewise.
12495
12496 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12497
12498 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12499
12500 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12501
12502 * lib/compiler.c: Add Intel specific preprocessor macros.
12503 * lib/compiler.cc: Likewise.
12504
12505 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12506
12507 * gdb.server/connect-with-no-symbol-file.c: New file.
12508 * gdb.server/connect-with-no-symbol-file.exp: New file.
12509
12510 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12511
12512 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12513
12514 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12515
12516 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12517 standard output directory.
12518
12519 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12520
12521 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12522
12523 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12524
12525 * gdb.btrace/instruction_history.c (loop): Add declaration.
12526
12527 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12528
12529 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12530
12531 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12532
12533 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12534 parentheses to print.
12535 (continue_handler): Likewise.
12536
12537 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12538
12539 * gdb.server/solib-list.exp: Remove is_remote check.
12540 Pass shlib= to gdb_compile. Don't link shared library with
12541 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12542 Run binary filename through "readlink -f" on the target.
12543
12544 2016-04-08 Pedro Alves <palves@redhat.com>
12545
12546 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12547 interpreter filename as argument to gdbserver_spawn.
12548 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12549 Return empty if $last_loaded_file does not exist.
12550
12551 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12552
12553 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12554 * gdb.base/jit-main.c: Use exit after usage.
12555
12556 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12557
12558 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12559 GDBHISTSIZE prior to the tests.
12560 * gdb.base/gdbinit-history.exp: Likewise.
12561
12562 2016-04-07 Pedro Alves <palves@redhat.com>
12563
12564 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12565 instead of build_executable. Use gdb_load_shlibs.
12566
12567 2016-04-07 Yao Qi <yao.qi@linaro.org>
12568
12569 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12570 Execute "si" command.
12571
12572 2016-04-07 Yao Qi <yao.qi@linaro.org>
12573
12574 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12575 number instead of the comments on some line.
12576
12577 2016-04-06 Don Breazeal <donb@codesourcery.com>
12578
12579 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12580 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12581
12582 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12583
12584 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12585 standard_output_file. Remove unused binfile variable.
12586
12587 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12588
12589 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12590 * gdb.python/py-mi-objfile.exp: Match "list main" output
12591 in console format.
12592
12593 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12594
12595 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12596 absolute.
12597
12598 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12599
12600 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12601 absolute.
12602 * gdb.trace/ftrace.exp: Likewise.
12603 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12604 targets as well.
12605 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12606 (gdb_load_shlibs): Copy libraries to test directory when testing
12607 natively. Only set solib-search-path if testing remotely.
12608 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12609
12610 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12611
12612 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12613 gdb_download. Use it even if the target is not remote.
12614 * gdb.base/jit.exp (compile_jit_test): Likewise.
12615 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12616 output directory if the destination board is local, otherwise use
12617 the standard remote_download from DejaGnu.
12618 (gdb_download): Remove.
12619 (gdb_load_shlibs): Use gdb_remote_download instead of
12620 gdb_download.
12621 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12622 Use gdb_remote_download instead of gdb_download. Use it even if
12623 the target is not remote.
12624 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12625 instead of gdb_download.
12626
12627 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12628
12629 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12630 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12631 run.
12632
12633 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12634
12635 PR gdb/19820
12636 * gdb.base/printcmds.exp: Add artificial arrays tests.
12637
12638 2016-03-31 Pedro Alves <palves@redhat.com>
12639
12640 PR gdb/19858
12641 * gdb.base/jit-main.c: Include unistd.h.
12642 (ATTACH): Define to 0 if not already defined.
12643 (wait_for_gdb, mypid): New globals.
12644 (WAIT_FOR_GDB): New macro.
12645 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12646 some breakpoint locations.
12647 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12648 New procedures.
12649 (one_jit_test): Add REATTACH parameter, and handle it. Use
12650 continue_to_test_location.
12651 (top level): Test attach, and adjusts calls to one_jit_test.
12652
12653 2016-03-31 Pedro Alves <palves@redhat.com>
12654
12655 PR gdb/19858
12656 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12657 BINSUFFIX parameter, and handle it.
12658 (top level): Adjust calls compile_jit_test.
12659
12660 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12661
12662 PR python/19743
12663 * gdb.python/py-mi-events-gdb.py: New file.
12664 * gdb.python/py-mi-events.c: New file.
12665 * gdb.python/py-mi-events.exp: New file.
12666
12667 2016-03-30 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.reverse/until-precsave.exp: Match function name only.
12670 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12671 Move malloc to a condition block.
12672 * gdb.reverse/until-reverse.exp: Match function name only.
12673
12674 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12675
12676 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12677 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12678 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12679 variable for GPR 0 instead of assuming it is register 0.
12680 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12681 * lib/trace-support.exp: Add s390 registers.
12682
12683 2016-03-29 Yao Qi <yao.qi@linaro.org>
12684
12685 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12686
12687 2016-03-24 Yao Qi <yao.qi@linaro.org>
12688
12689 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12690 test message.
12691
12692 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12693
12694 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12695 maintaining separate logic for constructing the output path.
12696
12697 2016-03-16 Don Breazeal <donb@codesourcery.com>
12698
12699 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12700 Retry fork and waitpid on interrupted system call errors.
12701 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12702 Use with_timeout_factor to increase timeout by factor of 10.
12703
12704 2016-03-15 Don Breazeal <donb@codesourcery.com>
12705
12706 * gdb.cp/scope-err.cc: New test program.
12707 * gdb.cp/scope-err.exp: New test script.
12708 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12709 lines and "set breakpoint here" comment.
12710 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12711 Fixed some whitespace and format issues.
12712 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12713 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12714
12715 2016-03-15 Doug Evans <dje@google.com>
12716
12717 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12718 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12719 All callers updated. Add tests for enums, mixed flags register.
12720
12721 2016-03-15 Doug Evans <dje@google.com>
12722
12723 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12724 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12725
12726 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12727
12728 * gdb.base/default.exp: Add $_as_string to the list of expected
12729 convenience functions.
12730
12731 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12732
12733 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12734
12735 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12736
12737 * gdb.python/py-as-string.exp: New file.
12738 * gdb.python/py-as-string.c: New file.
12739
12740 2016-03-09 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12743 signal" -> "Thread NN received signal" output change.
12744 * gdb.threads/ia64-sigill.exp: Likewise.
12745 * gdb.threads/linux-dp.exp: Likewise.
12746 * gdb.threads/manythreads.exp: Likewise.
12747 * gdb.threads/pending-step.exp: Likewise.
12748 * gdb.threads/print-threads.exp: Likewise.
12749 * gdb.threads/sigstep-threads.exp: Likewise.
12750 * gdb.threads/staticthreads.exp: Likewise.
12751 * gdb.threads/tls.exp: Likewise.
12752
12753 2016-03-09 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.base/command-line-input.exp: New file.
12756
12757 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12758
12759 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12760 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12761 * gdb.trace/pending.exp: Accept leading dot before function name.
12762 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12763 * lib/trace-support.exp: Set registers for ppc.
12764
12765 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12766
12767 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12768 use it for disassembly; accept .main in addition to main in backtrace.
12769
12770 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12771 Marcin Kościelnicki <koriakin@0x04.net>
12772
12773 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12774 (gdb_recursion_test_ptr): New global variable.
12775 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12776 gdb_recursion_test.
12777 (gdb_c_test): Ditto.
12778
12779 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12780
12781 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12782 ordering.
12783
12784 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12785
12786 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12787 (bar): Add bar_start_lbl label.
12788 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12789 of foo/bar for emitting DWARF and tracing.
12790
12791 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12792
12793 * analyze-racy-logs.py: Set executable bit.
12794
12795 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12796
12797 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12798 (CHECK_TARGET_TMP): Likewise.
12799 (check-single-racy): New rule.
12800 (check-parallel-racy): Likewise.
12801 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12802 (do-check-parallel-racy): New rule.
12803 (check-racy/%.exp): Likewise.
12804 * README (Racy testcases): New section.
12805 * analyze-racy-logs.py: New file.
12806
12807 2016-03-03 Doug Evans <dje@google.com>
12808
12809 * gdb.base/skip.exp: Use with_test_prefix.
12810
12811 2016-03-03 Yao Qi <yao.qi@linaro.org>
12812
12813 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12814 Invoke step_over_syscall "clone" and break_cond_on_syscall
12815 "clone".
12816 * gdb.base/step-over-clone.c: New file.
12817
12818 2016-03-03 Yao Qi <yao.qi@linaro.org>
12819
12820 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12821 code format.
12822
12823 2016-03-03 Yao Qi <yao.qi@linaro.org>
12824
12825 * gdb.base/disp-step-fork.c: Rename to ...
12826 * gdb.base/step-over-fork.c: ... it. New file.
12827 * gdb.base/disp-step-vfork.c: Rename to ...
12828 * gdb.base/step-over-vfork.c: ... it. New file.
12829 * gdb.base/disp-step-syscall.exp: Rename to ...
12830 * gdb.base/step-over-syscall.exp: ... it. New file.
12831 (disp_step_cross_syscall): Rename to ...
12832 (step_over_syscall): ... it.
12833
12834 2016-03-03 Yao Qi <yao.qi@linaro.org>
12835
12836 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12837 If target supports condition evaluation on target, invoke
12838 break_cond_on_syscall for fork and vfork.
12839
12840 2016-03-03 Yao Qi <yao.qi@linaro.org>
12841
12842 * gdb.base/disp-step-syscall.exp: Don't invoke
12843 support_displaced_stepping.
12844 (disp_step_cross_syscall): Test with displaced stepping off and
12845 on if supported.
12846
12847 2016-03-03 Yao Qi <yao.qi@linaro.org>
12848
12849 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12850 proc.
12851 (setup): New proc.
12852 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12853 and setup.
12854
12855 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12856
12857 * gdb.fortran/vla-history.exp: Remove breakpoint.
12858
12859 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12860
12861 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12862 exceeds timeout.
12863
12864 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12865
12866 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12867 breakpoint.
12868
12869 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12870
12871 * gdb.mi/vla.f90: Nullify pointer after declaration.
12872
12873 2016-03-01 Pedro Alves <palves@redhat.com>
12874
12875 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12876
12877 2016-03-01 Pedro Alves <palves@redhat.com>
12878
12879 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12880 before anything else.
12881 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12882 _GNU_SOURCE here.
12883 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12884 before anything else.
12885 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12886
12887 2016-03-01 Pedro Alves <palves@redhat.com>
12888
12889 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12890
12891 2016-03-01 Yao Qi <yao.qi@linaro.org>
12892
12893 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12894 prepare_for_testing.
12895
12896 2016-03-01 Yao Qi <yao.qi@linaro.org>
12897
12898 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12899
12900 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12901
12902 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12903 manually constructing the output path.
12904
12905 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12906
12907 * gdb.arch/s390-stackless.S: New.
12908 * gdb.arch/s390-stackless.exp: New.
12909
12910 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12911
12912 * gdb.dlang/circular.c: New file.
12913 * gdb.dlang/circular.exp: New file.
12914
12915 2016-02-26 Yao Qi <yao.qi@linaro.org>
12916
12917 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12918 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12919 (testcases): Update.
12920
12921 2016-02-26 Yao Qi <yao.qi@linaro.org>
12922
12923 * gdb.reverse/aarch64.c: Rename to ...
12924 * gdb.reverse/insn-reverse.c: ... it.
12925 * gdb.reverse/aarch64.exp: Rename to ...
12926 * gdb.reverse/insn-reverse.exp: ... it.
12927
12928 2016-02-26 Yao Qi <yao.qi@linaro.org>
12929
12930 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12931 (testcase_ftype): New.
12932 (testcases): New array.
12933 (n_testcases): New.
12934 (main): Call each element in testcases.
12935 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12936 (read_testcase): New.
12937 Do the tests in a loop.
12938
12939 2016-02-25 Yao Qi <yao.qi@linaro.org>
12940
12941 * gdb.base/branches.c: Remove.
12942
12943 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12944
12945 PR gdb/13808
12946 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12947
12948 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12949
12950 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12951
12952 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12953
12954 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12955 change x86_64 call_insn to 'callq'.
12956
12957 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12958
12959 * gdb.trace/tfile-avx.c: Move to...
12960 * gdb.trace/tracefile-pseudo-reg.c: Here.
12961 * gdb.trace/tfile-avx.exp: Move to...
12962 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12963
12964 2016-02-24 Gary Benson <gbenson@redhat.com>
12965
12966 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12967 message on attach.
12968
12969 2016-02-23 Doug Evans <dje@google.com>
12970
12971 * gdb.base/skip.c (test_skip): New function.
12972 (end_test_skip_file_and_function): New function.
12973 (test_skip_file_and_function): New function.
12974 * gdb.base/skip1.c (test_skip): New function.
12975 (skip1_test_skip_file_and_function): New function.
12976 * gdb.base/skip.exp: Add tests for new skip options.
12977 * gdb.base/skip-solib.exp: Update expected output.
12978 * gdb.perf/skip-command.cc: New file.
12979 * gdb.perf/skip-command.exp: New file.
12980 * gdb.perf/skip-command.py: New file.
12981
12982 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
12983
12984 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
12985 info registers pattern.
12986
12987 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
12988
12989 * lib/future.exp: Add D support.
12990 (gdb_find_gdc): New proc.
12991 (gdb_default_target_compile): Add D support.
12992
12993 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
12994
12995 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
12996 user+system time.
12997 (trace_speed_test): Determine the iteration count for a time
12998 between 15..30 seconds.
12999
13000 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13001
13002 * gdb.arch/i386-mpx-sigsegv.c: New file.
13003 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13004 * gdb.arch/i386-mpx-simple_segv.c: New file.
13005 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13006
13007 2016-02-18 Yao Qi <yao.qi@linaro.org>
13008
13009 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13010 Don't call setup_kfail.
13011
13012 2016-02-18 Yao Qi <yao.qi@linaro.org>
13013
13014 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13015 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13016
13017 2016-02-16 Doug Evans <dje@google.com>
13018
13019 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13020 * gdb.base/skip1.c: Ditto.
13021 * gdb.base/skip.exp: Whitespace cleanup.
13022
13023 2016-02-16 Don Breazeal <donb@codesourcery.com>
13024
13025 PR remote/19496
13026 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13027 Remove kfail for PR remote/19496.
13028
13029 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13030
13031 * lib/gdb.exp (standard_temp_file): Return a path specific to
13032 the runtest invocation.
13033
13034 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13035
13036 * gdb.trace/save-trace.exp: Change relative path to be in the
13037 standard output directory.
13038
13039 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13040
13041 * gdb.arch/i386-prologue.c: Add missing prototypes.
13042
13043 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13044
13045 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13046 * gdb.arch/i386-prologue.exp: Likewise.
13047 * gdb.arch/i386-size.exp: Likewise.
13048
13049 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13050
13051 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13052 define object file path.
13053 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13054 file path.
13055 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13056 standard_output_file to define binfile.
13057
13058 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13059
13060 Fix compatibility with recent gfortran-5.3.1.
13061 * gdb.fortran/vla-history.exp (print vla1 allocated)
13062 (print vla2 allocated, print $2, print $3): Remove
13063 (print $4): Rename to ...
13064 (print $2): ... here.
13065 (print $9): Rename to ...
13066 (print $5): ... here.
13067 (print $10): Rename to ...
13068 (print $6): ... here.
13069 * gdb.fortran/vla.f90: Add pvla initialization.
13070
13071 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13072
13073 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13074 New test.
13075 * gdb.fortran/vla-value-sub.exp: Likewise.
13076
13077 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13078
13079 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13080
13081 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13082
13083 * i386-biarch-core.exp: Define corefile using
13084 standard_output_file.
13085
13086 2016-02-12 Yao Qi <yao.qi@linaro.org>
13087
13088 * gdb.arch/arm-single-step-kernel-helper.c: New.
13089 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13090
13091 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13092
13093 * gdb.btrace/tailcall-only.exp: New.
13094 * gdb.btrace/tailcall-only.c: New.
13095 * gdb.btrace/x86_64-tailcall-only.S: New.
13096 * gdb.btrace/i686-tailcall-only.S: New.
13097
13098 2016-02-11 Pedro Alves <palves@redhat.com>
13099
13100 * README (Parallel testing): Add missing double quotes.
13101
13102 2016-02-11 Pedro Alves <palves@redhat.com>
13103
13104 * README (Parallel testing): New section.
13105 (GDB_PARALLEL): Rewrite.
13106 (FORCE_PARALLEL): Document.
13107
13108 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13109
13110 * gdb.trace/tfile-avx.c: New test.
13111 * gdb.trace/tfile-avx.exp: New test.
13112
13113 2016-02-09 Keith Seitz <keiths@redhat.com>
13114
13115 PR breakpoints/19546
13116 * gdb.base/infcall-exec.c: New file.
13117 * gdb.base/infcall-exec2.c: New file.
13118 * gdb.base/infcall-exec.exp: New file.
13119
13120 2016-02-09 Keith Seitz <keiths@redhat.com>
13121
13122 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13123 (toplevel): Call test_bkpt_address.
13124
13125 2016-02-09 Keith Seitz <keiths@redhat.com>
13126
13127 PR python/19506
13128 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13129 (toplevel): Call test_bkpt_address.
13130
13131 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13132
13133 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13134 to AC_OUTPUT.
13135 * configure: Regenerate.
13136
13137 2016-02-09 Pedro Alves <palves@redhat.com>
13138
13139 PR breakpoints/19548
13140 * gdb.base/execl-update-breakpoints.c (some_function): New
13141 function.
13142 (main): Call it.
13143 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13144 Tighten expected GDB output.
13145
13146 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13147
13148 * Makefile.in (ALL_SUBDIRS): Remove.
13149 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13150 (distclean maintainer-clean realclean): Likewise.
13151 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13152 * configure: Regenerate.
13153 * gdb.ada/Makefile.in: Delete.
13154 * gdb.arch/Makefile.in: Likewise.
13155 * gdb.asm/Makefile.in: Likewise.
13156 * gdb.base/Makefile.in: Likewise.
13157 * gdb.btrace/Makefile.in: Likewise.
13158 * gdb.cell/Makefile.in: Likewise.
13159 * gdb.compile/Makefile.in: Likewise.
13160 * gdb.cp/Makefile.in: Likewise.
13161 * gdb.disasm/Makefile.in: Likewise.
13162 * gdb.dlang/Makefile.in: Likewise.
13163 * gdb.dwarf2/Makefile.in: Likewise.
13164 * gdb.fortran/Makefile.in: Likewise.
13165 * gdb.gdb/Makefile.in: Likewise.
13166 * gdb.go/Makefile.in: Likewise.
13167 * gdb.guile/Makefile.in: Likewise.
13168 * gdb.java/Makefile.in: Likewise.
13169 * gdb.linespec/Makefile.in: Likewise.
13170 * gdb.mi/Makefile.in: Likewise.
13171 * gdb.modula2/Makefile.in: Likewise.
13172 * gdb.multi/Makefile.in: Likewise.
13173 * gdb.objc/Makefile.in: Likewise.
13174 * gdb.opencl/Makefile.in: Likewise.
13175 * gdb.opt/Makefile.in: Likewise.
13176 * gdb.pascal/Makefile.in: Likewise.
13177 * gdb.perf/Makefile.in: Likewise.
13178 * gdb.python/Makefile.in: Likewise.
13179 * gdb.reverse/Makefile.in: Likewise.
13180 * gdb.server/Makefile.in: Likewise.
13181 * gdb.stabs/Makefile.in: Likewise.
13182 * gdb.threads/Makefile.in: Likewise.
13183 * gdb.trace/Makefile.in: Likewise.
13184 * gdb.xml/Makefile.in: Likewise.
13185 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13186 GDB_PARALLEL.
13187 (standard_output_file): Remove check for GDB_PARALLEL, always
13188 return path in outputs/$subdir/$testname.
13189
13190 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13191
13192 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13193 (site.exp): Assign abs_srcdir to tcl's srcdir.
13194
13195 2016-02-04 Yao Qi <yao.qi@linaro.org>
13196
13197 * gdb.base/foll-exec-mode.c: Include limits.h.
13198 (main): Add parameters argc and argv. Get directory from
13199 argv[0].
13200 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13201 compilation.
13202 * gdb.base/foll-exec.c: Include limits.h.
13203 (main): Add parameters argc and argv.
13204 Get directory from argv[0].
13205 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13206 Adjust tests on the number of lines as source code changed.
13207 * gdb.base/foll-vfork-exit.c: Include limits.h.
13208 (main): Add one line of statement before vfork.
13209 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13210 (main): Add parameters argc and argv. Get directory from
13211 argv[0].
13212 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13213 (setup_gdb): Set tbreak to skip some source lines.
13214 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13215 (main): Add parameters argc and argv. Get directory from
13216 argv[0].
13217 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13218 compilation.
13219 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13220 (main): Add parameters argc and argv. Get directory from
13221 argv[0].
13222 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13223 compilation.
13224
13225 2016-02-01 Doug Evans <dje@google.com>
13226
13227 * gdb.base/skip.exp: Clean up multiple references to same test name.
13228
13229 2016-02-01 Pedro Alves <palves@redhat.com>
13230
13231 PR remote/19496
13232 * gdb.threads/forking-threads-plus-breakpoint.exp
13233 (displaced_stepping_supported): New global.
13234 (probe_displaced_stepping_support): New procedure.
13235 (do_test): Add 'displaced' parameter, and use it.
13236 (top level): Check for displaced stepping support. Add displaced
13237 stepping on/off testing axis.
13238
13239 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13240
13241 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13242 pointer. Don't perform further tests on the unassociated pointer
13243 if the first test fails.
13244
13245 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13246
13247 * gdb.base/max-value-size.c: New file.
13248 * gdb.base/max-value-size.exp: New file.
13249 * gdb.base/huge.exp: Disable max-value-size for this test.
13250
13251 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13252
13253 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13254
13255 2016-01-28 Yao Qi <yao.qi@linaro.org>
13256
13257 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13258
13259 2016-01-25 Pedro Alves <palves@redhat.com>
13260
13261 PR threads/19461
13262 * gdb.base/fork-running-state.c: New file.
13263 * gdb.base/fork-running-state.exp: New file.
13264
13265 2016-01-25 Pedro Alves <palves@redhat.com>
13266
13267 PR gdb/19494
13268 * gdb.base/catch-fork-kill.c: New file.
13269 * gdb.base/catch-fork-kill.exp: New file.
13270
13271 2016-01-25 Pedro Alves <palves@redhat.com>
13272
13273 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13274 Delete, moved to lib/gdb.exp.
13275 * gdb.threads/forking-threads-plus-breakpoint.exp
13276 (foreach_with_prefix): Likewise.
13277 * gdb.threads/process-dies-while-handling-bp.exp
13278 (foreach_with_prefix): Likewise.
13279 * lib/gdb.exp (foreach_with_prefix): New procedure.
13280
13281 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13282
13283 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13284 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13285
13286 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13287
13288 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13289 endian targets.
13290
13291 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13292 Pedro Alves <palves@redhat.com>
13293
13294 Fix testsuite compatibility with Guile.
13295 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13296 number.
13297
13298 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13299
13300 Fix testsuite compatibility with Guile.
13301 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13302 (thread 1): New test for backtrace through signal handler.
13303
13304 2016-01-22 Yao Qi <yao.qi@linaro.org>
13305
13306 PR testsuite/19491
13307 * gdb.base/multi-forks.c: Include
13308 ../lib/unbuffer_output.c
13309 (main): Call gdb_unbuffer_output.
13310
13311 2016-01-21 Doug Evans <dje@google.com>
13312
13313 * lib/ada.exp (gdb_compile_ada): Fix typo.
13314
13315 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13316
13317 * gdb.base/break-fun-addr.exp: New file.
13318 * gdb.base/break-fun-addr1.c: New file.
13319 * gdb.base/break-fun-addr2.c: New file.
13320
13321 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13322
13323 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13324 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13325 enum flag values.
13326
13327 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13328
13329 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13330 when GDB can not set the vector return value. Add more comments
13331 for clarification.
13332
13333 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13334
13335 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13336 command.
13337
13338 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13339
13340 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13341
13342 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13343
13344 * Makefile.in (check-single): Pass --status to runtest.
13345 (check/%.exp): Likewise.
13346
13347 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13348
13349 * Makefile.in (check-parallel): Propagate return code from make
13350 do-check-parallel.
13351
13352 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13353
13354 * gdb.trace/ftrace.exp: Fix expected message on continue.
13355 * gdb.trace/pending.exp: Fix expected message on continue.
13356 * gdb.trace/trace-break.exp: Fix expected message on continue.
13357
13358 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13359
13360 * lib/gdb.exp (gdb_test): Remove unused global references.
13361
13362 2016-01-18 Pedro Alves <palves@redhat.com>
13363
13364 * gdb.base/async-shell.exp: Adjust expected output.
13365 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13366 * gdb.base/siginfo-thread.exp: Adjust expected output.
13367 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13368 * gdb.java/jnpe.exp: Adjust expected output.
13369 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13370 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13371 * gdb.threads/leader-exit.exp: Adjust expected output.
13372 * gdb.threads/manythreads.exp: Adjust expected output.
13373 * gdb.threads/pthreads.exp: Adjust expected output.
13374 * gdb.threads/schedlock.exp: Adjust expected output.
13375 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13376 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13377 expected output.
13378 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13379 output.
13380 * gdb.threads/sigthread.exp: Adjust expected output.
13381 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13382
13383 2016-01-18 Yao Qi <yao.qi@linaro.org>
13384
13385 * gdb.guile/scm-section-script.c: Replace @progbits with
13386 %progbits.
13387 * gdb.python/py-section-script.c: Likewise.
13388
13389 2016-01-15 Pedro Alves <palves@redhat.com>
13390
13391 * gdb.multi/tids.exp: Test star wildcard ranges.
13392
13393 2016-01-15 Pedro Alves <palves@redhat.com>
13394
13395 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13396 command from "thread apply" invocation.
13397 (thr_apply_info_thr_invalid): Default the expected output to the
13398 input tid list.
13399 (top level): Add tests that use convenience variables. Add tests
13400 for "thread apply" with a valid TID list, but missing the command.
13401
13402 2016-01-13 Pedro Alves <palves@redhat.com>
13403
13404 * gdb.base/default.exp: Expect $_gthread as well.
13405 * gdb.multi/tids.exp: Test $_gthread.
13406 * gdb.threads/thread-specific.exp: Test $_gthread.
13407
13408 2016-01-13 Pedro Alves <palves@redhat.com>
13409
13410 * gdb.multi/tids.exp: Test "info threads -gid".
13411
13412 2016-01-13 Pedro Alves <palves@redhat.com>
13413
13414 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13415 Breakpoint.thread.
13416 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13417
13418 2016-01-07 Pedro Alves <palves@redhat.com>
13419
13420 * gdb.base/break.exp: Adjust to output changes.
13421 * gdb.base/hbreak2.exp: Likewise.
13422 * gdb.base/sepdebug.exp: Likewise.
13423 * gdb.base/watch_thread_num.exp: Likewise.
13424 * gdb.linespec/keywords.exp: Likewise.
13425 * gdb.multi/info-threads.exp: Likewise.
13426 * gdb.threads/thread-find.exp: Likewise.
13427 * gdb.multi/tids.c: New file.
13428 * gdb.multi/tids.exp: New file.
13429
13430 2016-01-13 Pedro Alves <palves@redhat.com>
13431
13432 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13433
13434 2016-01-13 Pedro Alves <palves@redhat.com>
13435
13436 * gdb.base/default.exp: Expect $_inferior as well.
13437 * gdb.multi/base.exp: Test $_inferior.
13438
13439 2016-01-13 Pedro Alves <palves@redhat.com>
13440
13441 PR breakpoints/19388
13442 * gdb.base/catch-signal-siginfo-cond.c: New file.
13443 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13444
13445 2016-01-12 Josh Stone <jistone@redhat.com>
13446 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13447
13448 * gdb.base/catch-syscall.c (do_execve): New variable.
13449 (main): Conditionally trigger an execve.
13450 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13451 (test_catch_syscall_execve): New, check entry/return across execve.
13452 (do_syscall_tests): Call test_catch_syscall_execve.
13453
13454 2016-01-12 Pedro Alves <palves@redhat.com>
13455
13456 * gdb.base/random-signal.exp (do_test): New procedure, with body
13457 of testcase moved in.
13458
13459 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13460 Pedro Alves <palves@redhat.com>
13461
13462 * gdb.base/funcargs.exp (finish from indirectly called function):
13463 Reintroduce the case for 'First'.
13464
13465 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13466 Pedro Alves <palves@redhat.com>
13467
13468 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13469 (tcatch_vfork_then_child_follow_exec)
13470 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13471 identification.
13472
13473 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13474
13475 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13476 and repeats to unlimited.
13477 * gdb.python/py-value.exp: Likewise.
13478 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13479 and repeats to unlimited.
13480
13481 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13482
13483 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13484 and reordering the functions.
13485 * gdb.multi/hangout.c: Likewise.
13486 * gdb.multi/hello.c: Likewise.
13487
13488 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13489
13490 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13491 absolute.
13492 (SingleStatisticTestResult.report): Use dict.keys instead of
13493 dict.iterkeys.
13494
13495 2016-01-06 Pedro Alves <palves@redhat.com>
13496
13497 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13498
13499 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13500
13501 * gdb.btrace/dlopen.exp: New.
13502 * gdb.btrace/dlopen.c: New.
13503 * gdb.btrace/dlopen-dso.c: New.
13504
13505 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13506
13507 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13508 PATTERN argument is optional.
13509
13510 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13511
13512 * lib/ada.exp (target_compile_ada_from_dir): New function.
13513 (gdb_compile_ada): Reimplement avoiding the use of project files.
13514 * gdb.ada/gnat_ada.gpr: Delete.
13515 * gdb.ada/cond_lang.exp: Adjust test to make path before
13516 filename optional.
13517 * gdb.ada/small_reg_param.exp: Likewise.
13518
13519 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13520
13521 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13522
13523 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13524
13525 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13526 case.
13527
13528 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13529
13530 * gdb.base/break.exp: Remove dead code.
13531 * gdb.base/sepdebug.exp: Likewise.
13532
13533 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13534
13535 * gdb.asm/asm-source.exp: Remove HP-UX references.
13536 * gdb.base/annota1.exp: Likewise.
13537 * gdb.base/annota3.exp: Likewise.
13538 * gdb.base/attach.exp: Likewise.
13539 * gdb.base/bigcore.exp: Likewise.
13540 * gdb.base/break.exp: Likewise.
13541 * gdb.base/call-ar-st.exp: Likewise.
13542 * gdb.base/callfuncs.exp: Likewise.
13543 * gdb.base/catch-fork-static.exp: Likewise.
13544 * gdb.base/display.exp: Likewise.
13545 * gdb.base/foll-exec-mode.exp: Likewise.
13546 * gdb.base/foll-exec.exp: Likewise.
13547 * gdb.base/foll-fork.exp: Likewise.
13548 * gdb.base/foll-vfork.exp: Likewise.
13549 * gdb.base/funcargs.exp: Likewise.
13550 * gdb.base/hbreak2.exp: Likewise.
13551 * gdb.base/inferior-died.exp: Likewise.
13552 * gdb.base/interrupt.exp: Likewise.
13553 * gdb.base/multi-forks.exp: Likewise.
13554 * gdb.base/nodebug.exp: Likewise.
13555 * gdb.base/sepdebug.exp: Likewise.
13556 * gdb.base/solib1.c: Likewise.
13557 * gdb.base/step-test.exp: Likewise.
13558 * gdb.mi/non-stop.c: Likewise.
13559 * gdb.mi/pthreads.c: Likewise.
13560 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13561 * gdb.threads/pthreads.c: Likewise.
13562 * gdb.threads/staticthreads.exp: Likewise.
13563 * lib/future.exp: Likewise.
13564 * lib/gdb.exp: Likewise.
13565 * gdb.base/so-indr-cl.c: Remove.
13566 * gdb.base/so-indr-cl.exp: Likewise.
13567 * gdb.base/solib.c: Likewise.
13568 * gdb.base/solib.exp: Likewise.
13569 * gdb.base/solib2.c: Likewise.
13570
13571 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13572
13573 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13574 * gdb.base/call-ar-st.exp: Likewise.
13575 * gdb.base/callfuncs.exp: Likewise.
13576 * gdb.base/condbreak.exp: Likewise.
13577 * gdb.base/constvars.exp: Likewise.
13578 * gdb.base/hbreak2.exp: Likewise.
13579 * gdb.base/langs.exp: Likewise.
13580 * gdb.base/list.exp: Likewise.
13581 * gdb.base/long_long.exp: Likewise.
13582 * gdb.base/ptype.exp: Likewise.
13583 * gdb.base/scope.exp: Likewise.
13584 * gdb.base/signals.exp: Likewise.
13585 * gdb.base/so-impl-ld.exp: Likewise.
13586 * gdb.base/varargs.exp: Likewise.
13587 * gdb.base/volatile.exp: Likewise.
13588 * gdb.base/whatis.exp: Likewise.
13589 * gdb.cp/cplusfuncs.exp: Likewise.
13590 * gdb.cp/inherit.exp: Likewise.
13591 * gdb.cp/local.exp: Likewise.
13592 * gdb.cp/member-ptr.exp: Likewise.
13593 * gdb.cp/method.exp: Likewise.
13594 * gdb.cp/overload.exp: Likewise.
13595 * gdb.cp/templates.exp: Likewise.
13596 * gdb.stabs/weird.exp: Likewise.
13597 * lib/compiler.c: Likewise.
13598 * lib/compiler.cc: Likewise.
13599 * lib/cp-support.exp: Likewise.
13600 * lib/gdb.exp: Likewise.
13601
13602 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13603
13604 * configure.ac: Remove HP-UX case.
13605 * configure: Regenerate.
13606
13607 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13608
13609 * lib/gdb.exp (gdb_compile): Add function doc.
13610
13611 2015-12-17 Pedro Alves <palves@redhat.com>
13612
13613 PR threads/19354
13614 * gdb.multi/info-threads.exp: New file.
13615
13616 2015-12-15 Yao Qi <yao.qi@linaro.org>
13617
13618 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13619 is aarch64*-*-*.
13620
13621 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13622
13623 * gdb.base/history-duplicates.exp: Skip if no readline support.
13624
13625 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13626
13627 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13628
13629 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13630
13631 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13632
13633 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13634
13635 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13636 ctrl-C if nointerrupts target property is set.
13637 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13638 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13639 * gdb.base/paginate-bg-execution.exp: Likewise.
13640 * gdb.base/paginate-execution-startup.exp: Likewise.
13641 * gdb.base/random-signal.exp: Likewise.
13642 * gdb.base/range-stepping.exp: Likewise.
13643 * gdb.cp/annota2.exp: Likewise.
13644 * gdb.cp/annota3.exp: Likewise.
13645 * gdb.gdb/selftest.exp: Likewise.
13646 * gdb.threads/continue-pending-status.exp: Likewise.
13647 * gdb.threads/leader-exit.exp: Likewise.
13648 * gdb.threads/manythreads.exp: Likewise.
13649 * gdb.threads/pthreads.exp: Likewise.
13650 * gdb.threads/schedlock.exp: Likewise.
13651 * gdb.threads/sigthread.exp: Likewise.
13652
13653 2015-12-11 Don Breazeal <donb@codesourcery.com>
13654
13655 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13656 remote.
13657 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13658 * gdb.base/foll-exec.exp (main): Enable for target remote.
13659 * gdb.base/foll-fork.exp (main): Likewise.
13660 * gdb.base/foll-vfork.exp (main): Likewise.
13661 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13662 (proc continue_to_exit_bp_loc): Use clean_restart.
13663 * gdb.base/pie-execl.exp (main): Disable for target remote.
13664 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13665 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13666 * gdb.threads/execl.exp (main): Likewise.
13667 * gdb.threads/fork-child-threads.exp (main): Likewise.
13668 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13669 remote.
13670 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13671 remote.
13672 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13673 pid.tid style ptids, instead of just tid.
13674 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13675 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13676 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13677 ptids, instead of just tid.
13678
13679 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13680
13681 * gdb.base/list.exp (test_list_forward): Add end of file error
13682 test.
13683 (test_repeat_list_command): Add end of file error test.
13684 (test_list_backwards): Add beginning of file error test.
13685
13686 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13687
13688 * gdb.base/list.exp (test_list_invalid_args): New function,
13689 defined, and called.
13690
13691 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13692
13693 * gdb.base/list.exp (test_list): Make test names unique.
13694
13695 2015-12-11 Yao Qi <yao.qi@linaro.org>
13696
13697 * gdb.base/coremaker2.c: Remove.
13698
13699 2015-12-10 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.multi/base.exp: Remove stale "spaces" references.
13702
13703 2015-12-10 Pedro Alves <palves@redhat.com>
13704
13705 * gdb.multi/base.exp: Don't use nowarnings.
13706 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13707 * gdb.multi/hangout.c: Include stdio.h.
13708 * gdb.multi/hello.c: Include stdlib.h.
13709 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13710 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13711 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13712
13713 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13714
13715 * gdb.dwarf2/dw2-ranges-base.c: New file.
13716 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13717 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13718 support additional line table, and debug ranges generation.
13719 (Dwarf::ranges): New function, generate .debug_ranges.
13720 (Dwarf::lines): Support generating simple line table programs.
13721 (Dwarf::assemble): Initialise new namespace variables.
13722
13723 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13724
13725 * gdb.base/async.exp (proc test_background): Add case for
13726 asynchronous execution not supported.
13727
13728 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13729
13730 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13731 format and change test names to make them unique.
13732
13733 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13734 Pedro Alves <pedro@redhat.com>
13735
13736 PR gdb/18702
13737 Add checking of floatformats setup on x86_64 hosts.
13738 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13739 (smallval, bigval): New labels/constants.
13740 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13741 float" after loading bigval and smallval.
13742
13743 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13744
13745 * gdb.ada/fun_overload_menu.exp: New testcase.
13746 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13747
13748 2015-12-04 Josh Stone <jistone@redhat.com>
13749
13750 * gdb.base/catch-fork-static.exp: New.
13751
13752 2015-12-03 Yao Qi <yao.qi@linaro.org>
13753
13754 * gdb.base/sizeof.c: Don't include stdio.h and
13755 ../lib/unbuffer_output.c.
13756 (main): New variable 'size' and 'value'. Remove printf and
13757 gdb_unbuffer_output. Assign return value to size and value.
13758 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13759 at the beginning.
13760 (check_sizeof): Check the result by printing variable 'size'.
13761 (check_valueof): Check the result by printing variable 'value'.
13762
13763 2015-12-01 Yao Qi <yao.qi@linaro.org>
13764
13765 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13766 for aarch64*-*-linux* target.
13767
13768 2015-11-30 Pedro Alves <palves@redhat.com>
13769
13770 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13771
13772 2015-11-30 Pedro Alves <palves@redhat.com>
13773
13774 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13775 Handle non-stop mode vCont replies.
13776
13777 2015-11-30 Pedro Alves <palves@redhat.com>
13778
13779 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13780 prepare_for_testing. Start gdb with "set non-stop on" appended to
13781 GDBFLAGS. Lax expected stop output.
13782
13783 2015-11-27 Yao Qi <yao.qi@linaro.org>
13784
13785 * gdb.arch/arm-neon.exp: New.
13786 * gdb.arch/arm-neon.c: New.
13787
13788 2015-11-27 Yao Qi <yao.qi@linaro.org>
13789
13790 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13791
13792 2015-11-27 Yao Qi <yao.qi@linaro.org>
13793
13794 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13795 frames-invalid annotation.
13796
13797 2015-11-27 Yao Qi <yao.qi@linaro.org>
13798
13799 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13800
13801 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13802
13803 * gdb.threads/names.exp: New file.
13804 * gdb.threads/names.c: New file.
13805 * README: Mention gdb,no_thread_names.
13806
13807 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13808
13809 PR 19297
13810 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13811 support" error.
13812
13813 2015-11-24 Pedro Alves <palves@redhat.com>
13814
13815 PR 17539
13816 * gdb.base/display.exp: Expect displays to be sorted in ascending
13817 order. Use multi_line.
13818 * gdb.base/solib-display.exp: Likewise.
13819
13820 2015-11-24 Pedro Alves <palves@redhat.com>
13821
13822 PR 17539
13823 * gdb.base/display.exp: Expect displays to be sorted in ascending
13824 order. Use multi_line.
13825 * gdb.base/solib-display.exp: Likewise.
13826
13827 2015-11-24 Pedro Alves <palves@redhat.com>
13828
13829 PR 17539
13830 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13831 threads in ascending order.
13832 * gdb.base/foll-fork.exp: Likewise.
13833 * gdb.base/foll-vfork.exp: Likewise.
13834 * gdb.base/multi-forks.exp: Likewise.
13835 * gdb.mi/mi-nonstop.exp: Likewise.
13836 * gdb.mi/mi-nsintrall.exp: Likewise.
13837 * gdb.multi/base.exp: Likewise.
13838 * gdb.multi/multi-arch.exp: Likewise.
13839 * gdb.python/py-inferior.exp: Likewise.
13840 * gdb.threads/break-while-running.exp: Likewise.
13841 * gdb.threads/execl.exp: Likewise.
13842 * gdb.threads/gcore-thread.exp: Likewise.
13843 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13844 * gdb.threads/kill.exp: Likewise.
13845 * gdb.threads/linux-dp.exp: Likewise.
13846 * gdb.threads/multiple-step-overs.exp: Likewise.
13847 * gdb.threads/next-bp-other-thread.exp: Likewise.
13848 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13849 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13850 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13851 * gdb.threads/thread-find.exp: Likewise.
13852 * gdb.threads/tls.exp: Likewise.
13853 * lib/mi-support.exp (mi_reverse_list): Delete.
13854 (mi_check_thread_states): No longer reverse list.
13855
13856 2015-11-24 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13859 use lowercase.
13860
13861 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13862
13863 * gdb.trace/actions.c: Include trace-common.h.
13864 (main): Add a location for a fast tracepoint.
13865 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13866 the normal tracepoints.
13867 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13868
13869 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13870
13871 * save-trace.exp: Factor out code to these...
13872 (gdb_save_tracepoints): New.
13873 (gdb_load_tracepoints): New.
13874 (do_save_load_test): New.
13875
13876 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13877
13878 * gdb.base/asmlabel.exp: New test.
13879 * gdb.base/asmlabel.c: New test case.
13880
13881 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13882
13883 * gdb.base/wrong_frame_bt_full-main.c: New file.
13884 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13885 * gdb.base/wrong_frame_bt_full.exp: New file.
13886
13887 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13888
13889 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13890
13891 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13892
13893 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13894 pstate register when comparing registers values in
13895 sparc64-*-linux-gnu targets to avoid spurious differences.
13896
13897 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13898
13899 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13900
13901 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13902
13903 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13904 as type argument to gdb_compile.
13905 * gdb.base/nested-subp2.exp: Likewise.
13906 * gdb.base/nested-subp3.exp: Likewise.
13907
13908 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13909
13910 * lib/dwarf.exp (_note): Fix left shift of negative value.
13911 * gdb.trace/trace-condition.exp: Likewise.
13912
13913 2015-11-13 Yao Qi <yao.qi@linaro.org>
13914
13915 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13916 comments about d10v.
13917 (test_scalar_returns): Likewise.
13918 * gdb.base/d10v.ld: Remove.
13919 * gdb.base/overlays.exp: Remove the target triplet checking for
13920 d10v-*-*.
13921 * gdb.base/structs.exp (test_struct_returns): Remove the
13922 comments about d10v.
13923 (test_struct_calls): Likewise.
13924
13925 2015-11-13 Yao Qi <yao.qi@linaro.org>
13926
13927 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13928 * gdb.base/gnu_vector.c: Don't include stdio.h.
13929 (main): Don't print res and call add_some_intvecs.
13930
13931 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13932
13933 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13934 macro.
13935 (func5): Removed.
13936 (func4): Use FAST_TRACEPOINT_LABEL.
13937 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13938 macro.
13939 (func): Removed.
13940 (thread_function): Use FAST_TRACEPOINT_LABEL.
13941 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13942 (func): Remove.
13943 (marker): Use FAST_TRACEPOINT_LABEL.
13944 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13945 (pendfunc1): Remove.
13946 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13947 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13948 (foo): Remove.
13949 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13950 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13951 macro.
13952 (func): Remove.
13953 (marker): Use FAST_TRACEPOINT_LABEL.
13954 * gdb.trace/trace-common.h: New header.
13955 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13956 macro.
13957 (func): Remove.
13958 (marker): Use FAST_TRACEPOINT_LABEL.
13959 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13960 (func): Remove.
13961 (thread_function): Use FAST_TRACEPOINT_LABEL.
13962
13963 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13964
13965 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13966 in front.
13967 * gdb.trace/change-loc.exp: Use global pcreg definition.
13968 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13969 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13970 in front.
13971 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13972 * gdb.trace/pending.exp: Likewise.
13973 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13974 * gdb.trace/trace-break.exp: Likewise.
13975 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13976 in front.
13977 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
13978 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
13979 in front.
13980 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
13981
13982 2015-11-09 Joel Brobecker <brobecker@adacore.com>
13983
13984 * gdb.ada/fin_fun_out: New testcase.
13985
13986 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13987
13988 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
13989 value associated with DW_AT_byte_size.
13990 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
13991 constants for DW_AT_byte_size, DW_AT_lower_bound, and
13992 DW_AT_upper_bound.
13993
13994 2015-11-07 Kevin Buettner <kevinb@redhat.com>
13995
13996 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
13997 (gdb_target_symbol_prefix_flags): Define in terms of _asm
13998 version.
13999 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14000 gdb.dwarf2/dw2-canonicalize-type.exp,
14001 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14002 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14003 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14004 provided by gdb_target_symbol_prefix_flags_asm.
14005 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14006 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14007 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14008 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14009 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14010 macros where needed). Use this macro for symbols which require
14011 the prefix provided by SYMBOL_PREFIX.
14012
14013 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14014
14015 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14016 New procs.
14017 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14018 representing expressions, of more than one list element.
14019 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14020 to prepend linker symbol prefix to f.
14021 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14022 table_1 and table_2.
14023 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14024 Likewise, for f and g.
14025 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14026 for ptr.
14027 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14028 for main.
14029 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14030 table_1_ptr and table_2_ptr.
14031
14032 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14033 Joel Brobecker <brobecker@adacore.com>
14034
14035 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14036
14037 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14038
14039 * gdb.reverse/s390-mvcle.c: New test.
14040 * gdb.reverse/s390-mvcle.exp: New file.
14041 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14042
14043 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14044
14045 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14046
14047 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14048
14049 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14050 reaching marker2.
14051 * gdb.reverse/getresuid-reverse.exp: Likewise.
14052 * gdb.reverse/pipe-reverse.exp: Likewise.
14053 * gdb.reverse/readv-reverse.exp: Likewise.
14054 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14055 * gdb.reverse/time-reverse.exp: Likewise.
14056 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14057
14058 2015-10-30 Yao Qi <yao.qi@linaro.org>
14059
14060 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14061 (empty_cycle): Remove.
14062 (main): Don't call empty_cycle. Don't use watch_count_done.
14063 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14064 empty_cycle. Rewrite the code counting HW watchpoints.
14065
14066 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14067
14068 * gdb.reverse/fstatat-reverse.c: New test.
14069 * gdb.reverse/fstatat-reverse.exp: New file.
14070 * gdb.reverse/getresuid-reverse.c: New test.
14071 * gdb.reverse/getresuid-reverse.exp: New file.
14072 * gdb.reverse/pipe-reverse.c: New test.
14073 * gdb.reverse/pipe-reverse.exp: New file.
14074 * gdb.reverse/readv-reverse.c: New test.
14075 * gdb.reverse/readv-reverse.exp: New file.
14076 * gdb.reverse/recvmsg-reverse.c: New test.
14077 * gdb.reverse/recvmsg-reverse.exp: New file.
14078 * gdb.reverse/time-reverse.c: New test.
14079 * gdb.reverse/time-reverse.exp: New file.
14080 * gdb.reverse/waitpid-reverse.c: New test.
14081 * gdb.reverse/waitpid-reverse.exp: New file.
14082
14083 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14084
14085 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14086
14087 2015-10-26 Doug Evans <dje@google.com>
14088
14089 PR symtab/17391
14090 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14091 * gdb.dwarf2/bad-regnum.c: New file.
14092 * gdb.dwarf2/bad-regnum.exp: New file.
14093
14094 2015-10-26 Doug Evans <dje@google.com>
14095
14096 PR python/18938
14097 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14098 file.
14099
14100 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14101
14102 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14103 for a change by "Mention language in compile error message".
14104
14105 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14106
14107 PR python/18073
14108 * gdb.python/py-type.c (C::a_method): New.
14109 (C::a_const_method): New.
14110 (C::a_static_method): New.
14111 (a_function): New.
14112 * gdb.python/py-type.exp (test_fields): Test getting fields
14113 from function and method.
14114
14115 2015-10-21 Keven Boell <keven.boell@intel.com>
14116
14117 * gdb.fortran/vla-alloc-assoc.exp: New file.
14118 * gdb.fortran/vla-datatypes.exp: New file.
14119 * gdb.fortran/vla-datatypes.f90: New file.
14120 * gdb.fortran/vla-history.exp: New file.
14121 * gdb.fortran/vla-ptype-sub.exp: New file.
14122 * gdb.fortran/vla-ptype.exp: New file.
14123 * gdb.fortran/vla-sizeof.exp: New file.
14124 * gdb.fortran/vla-sub.f90: New file.
14125 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14126 * gdb.fortran/vla-value-sub-finish.exp: New file.
14127 * gdb.fortran/vla-value-sub.exp: New file.
14128 * gdb.fortran/vla-value.exp: New file.
14129 * gdb.fortran/vla-ptr-info.exp: New file.
14130 * gdb.mi/mi-vla-fortran.exp: New file.
14131 * gdb.mi/vla.f90: New file.
14132
14133 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14134
14135 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14136 of hardwired timeout value.
14137
14138 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14139 Pedro Alves <palves@redhat.com>
14140
14141 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14142 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14143
14144 2015-10-19 Josh Stone <jistone@redhat.com>
14145
14146 * gdb.base/catch-syscall.c: Include <sched.h>.
14147 (unknown_syscall): New variable.
14148 (main): Trigger a vfork and an unknown syscall.
14149 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14150 (unknown_syscall_number): Likewise.
14151 (check_call_to_syscall): Accept an optional syscall pattern.
14152 (check_return_from_syscall): Likewise.
14153 (check_continue): Likewise.
14154 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14155 (test_catch_syscall_skipping_return): New test toggling off 'catch
14156 syscall' to step over the syscall return, then toggling back on.
14157 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14158 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14159 (do_syscall_tests): Call test_catch_syscall_without_args and
14160 test_catch_syscall_mid_vfork.
14161 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14162 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14163
14164 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14165
14166 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14167 print g_vE): Add new pass patterns.
14168 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14169 print various symbol names for vptr fields.
14170
14171 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14172
14173 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14174 results.
14175
14176 2015-10-12 Yao Qi <yao.qi@linaro.org>
14177
14178 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14179
14180 2015-10-12 Yao Qi <yao.qi@linaro.org>
14181
14182 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14183 is aarch64*-*-linux*.
14184
14185 2015-10-12 Yao Qi <yao.qi@linaro.org>
14186
14187 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14188 (can_relocate_bcond_true): ... it.
14189 (can_relocate_bcond_false): New function.
14190 (foo): Likewise.
14191 (can_relocate_bl): Likewise.
14192 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14193 can_relocate_bl.
14194
14195 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14196
14197 * gdb.base/nested-addr.c: New file.
14198 * gdb.base/nested-addr.exp: New testcase.
14199
14200 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14201
14202 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14203 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14204 its output. Ignore the output of "record goto begin" and instead
14205 check that GDB is replaying.
14206
14207 2015-10-09 Pedro Alves <palves@redhat.com>
14208
14209 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14210 (top level): Use it in the run with no args test.
14211
14212 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14213
14214 * gdb.dlang/properties.exp: New file.
14215
14216 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14217
14218 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14219 whether or not address 0x1000 is mapped on the target.
14220
14221 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14222
14223 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14224 build.
14225
14226 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14227
14228 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14229 instruction-history test.
14230
14231 2015-09-28 Doug Evans <dje@google.com>
14232
14233 * gdb.base/gcore.c (array_func): Add reference to static_array.
14234
14235 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14236
14237 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14238 source line.
14239
14240 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14241
14242 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14243 short or char as base type.
14244
14245 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14246
14247 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14248 to allow any size enum.
14249
14250 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14251
14252 * gdb.ada/array_ptr_renaming.exp: New testcase.
14253 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14254 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14255
14256 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14257
14258 * gdb.trace/ftrace-lock.c: New file.
14259 * gdb.trace/ftrace-lock.exp: New file.
14260
14261 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14262
14263 * gdb.arch/insn-reloc.c: New file.
14264 * gdb.arch/ftrace-insn-reloc.exp: New file.
14265
14266 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14267
14268 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14269 instruction.
14270 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14271 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14272 * gdb.trace/range-stepping.c: Likewise.
14273 * gdb.trace/trace-break.c: Likewise.
14274 * gdb.trace/trace-mt.c (thread_function): Likewise.
14275 * gdb.trace/ftrace.c (marker): Likewise.
14276 * gdb.trace/trace-condition.c (marker): Likewise.
14277 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14278 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14279 is_aarch64_target.
14280
14281 2015-09-18 Doug Evans <xdje42@gmail.com>
14282
14283 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14284 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14285
14286 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14287
14288 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14289 the breakpoint.
14290
14291 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14292
14293 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14294 the pending breakpoint. Remove timeout override for "Run till
14295 MI pending breakpoint on pendfunc3 on thread 2" test.
14296
14297 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14298
14299 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14300 filename pattern.
14301
14302 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14303
14304 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14305 in breakpoint filename pattern.
14306
14307 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14308
14309 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14310
14311 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14312
14313 * gdb.linespec/explicit.exp: Check for readline support for
14314 tab-completion tests. Fix obvious typo.
14315
14316 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14317
14318 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14319 and replay.
14320
14321 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14322
14323 * gdb.btrace/non-stop.c: New.
14324 * gdb.btrace/non-stop.exp: New.
14325
14326 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14327 Yao Qi <yao.qi@linaro.org>
14328
14329 * gdb.trace/trace-condition.c: New file.
14330 * gdb.trace/trace-condition.exp: New file.
14331
14332 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14333
14334 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14335 for testing bytecode compilation.
14336
14337 2015-09-16 Pedro Alves <palves@redhat.com>
14338 Sandra Loosemore <sandra@codesourcery.com>
14339
14340 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14341 (SECONDS): Redefine.
14342 (main): Call pthread_kill and alarm early.
14343 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14344 support.
14345 (test): If the target can't hardware step and doesn't support
14346 displaced stepping, increase the timeout.
14347
14348 2015-09-16 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14351 (enable_debug): New procedures.
14352 (test): Use them. Bail out if waiting for threads fails.
14353 (top level): Bail out if a test fails.
14354
14355 2015-09-16 Yao Qi <yao.qi@linaro.org>
14356
14357 * gdb.asm/asm-source.exp: Set asm-arch for
14358 aarch64*-*-* target.
14359 * gdb.asm/aarch64.inc: New file.
14360
14361 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14362
14363 * gdb.ada/array_of_variable_length.exp: New testcase.
14364 * gdb.ada/array_of_variable_length/foo.adb: New file.
14365 * gdb.ada/array_of_variable_length/pck.adb: New file.
14366 * gdb.ada/array_of_variable_length/pck.ads: New file.
14367
14368 2015-09-15 Doug Evans <dje@google.com>
14369
14370 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14371 of function static local variable.
14372
14373 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14374
14375 * gdb.threads/tls-so_extern.exp: New test file.
14376 * gdb.threads/tls-so_extern.c: New test file.
14377 * gdb.threads/tls-so_extern_main.c: New test file.
14378
14379 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14380
14381 * gdb.opt/solib-intra-step-lib.c: New file.
14382 * gdb.opt/solib-intra-step-main.c: New file.
14383 * gdb.opt/solib-intra-step.exp: New file.
14384
14385 2015-09-15 Pedro Alves <palves@redhat.com>
14386
14387 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14388 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14389
14390 2015-09-14 Pedro Alves <palves@redhat.com>
14391
14392 * gdb.base/hook-stop-continue.c: Delete.
14393 * gdb.base/hook-stop-continue.exp: Delete.
14394 * gdb.base/hook-stop-frame.c: Delete.
14395 * gdb.base/hook-stop-frame.exp: Delete.
14396 * gdb.base/hook-stop.c: New file.
14397 * gdb.base/hook-stop.exp: New file.
14398
14399 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14400
14401 * gdb.ada/access_to_packed_array.exp: New testcase.
14402 * gdb.ada/access_to_packed_array/foo.adb: New file.
14403 * gdb.ada/access_to_packed_array/pack.adb: New file.
14404 * gdb.ada/access_to_packed_array/pack.ads: New file.
14405
14406 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14407
14408 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14409 buffer size test.
14410
14411 2015-09-11 Don Breazeal <donb@codesourcery.com>
14412
14413 * gdb.base/foll-exec.c: Add copyright header. Fix
14414 formatting issues.
14415 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14416 (do_exec_tests): Use clean_restart in place of zap_session,
14417 and for test initialization. Fix formatting issues. Use
14418 fail in place of perror.
14419 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14420 an expect statement to match an expression with output from
14421 the program under debug.
14422 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14423 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14424 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14425 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14426 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14427
14428 2015-09-09 Doug Evans <dje@google.com>
14429
14430 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14431
14432 2015-09-09 Doug Evans <dje@google.com>
14433
14434 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14435
14436 2015-09-09 Doug Evans <dje@google.com>
14437
14438 * gdb.base/savedregs.exp: Fix typo.
14439
14440 2015-09-09 Pedro Alves <palves@redhat.com>
14441
14442 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14443
14444 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14445
14446 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14447 command actually switches threads. Give up on remaining
14448 tests if target fails to stop at breakpoint.
14449
14450 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14451
14452 * gdb.ada/funcall_char.exp: New testcase.
14453 * gdb.ada/funcall_char/foo.adb: New file.
14454
14455 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14456
14457 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14458 expected outputs. Add two testcases for completing ambiguous
14459 functions.
14460 * gdb.ada/complete/aux_pck.adb: New file.
14461 * gdb.ada/complete/aux_pck.ads: New file.
14462 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14463 Ambiguous_Func functions.
14464 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14465 * gdb.ada/complete/pck.adb: Likewise.
14466
14467 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14468
14469 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14470 failures to run the test program under GDB.
14471
14472 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14473
14474 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14475 to C.
14476
14477 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14478
14479 * gdb.base/run-after-attach.exp: New test file.
14480 * gdb.base/run-after-attach.c: New test file.
14481
14482 2015-08-26 Don Breazeal <donb@codesourcery.com>
14483
14484 * gdb.base/foll-exec-2.c: New test program.
14485 * gdb.base/foll-exec-2.exp: New test.
14486
14487 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14488
14489 * gdb.base/nested-subp1.exp: New file.
14490 * gdb.base/nested-subp1.c: New file.
14491 * gdb.base/nested-subp2.exp: New file.
14492 * gdb.base/nested-subp2.c: New file.
14493 * gdb.base/nested-subp3.exp: New file.
14494 * gdb.base/nested-subp3.c: New file.
14495
14496 2015-08-24 Pedro Alves <palves@redhat.com>
14497
14498 * gdb.server/connect-without-multi-process.c: New file.
14499 * gdb.server/connect-without-multi-process.exp: New file.
14500
14501 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14502
14503 * gdb.opt/inline-markers.c: Make z int.
14504
14505 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14506
14507 * gdb.opt/inline-markers.c: Make z volatile.
14508
14509 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14510
14511 * gdb.opt/inline-bt.c: New volatile global z.
14512 * gdb.opt/inline-cmds.c: Likewise.
14513 * gdb.opt/inline-locals.c: Likewise.
14514 * gdb.opt/inline-markers.c: New extern global z.
14515 (marker): Use z.
14516 (inline_fn): Likewise.
14517
14518 2015-08-24 Pedro Alves <palves@redhat.com>
14519
14520 * config/m32r-stub.exp: Remove file.
14521 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14522 * gdb.base/call-rt-st.exp: Likewise.
14523 * gdb.base/call-strs.exp: Likewise.
14524 * gdb.base/default.exp: Remove references to h8300-*-hms and
14525 *-*-udi*.
14526 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14527
14528 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14529
14530 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14531 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14532 and "return" use KFAIL when GDB can not read/write the vector
14533 return value.
14534
14535 2015-08-21 Gary Benson <gbenson@redhat.com>
14536
14537 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14538
14539 2015-08-20 Pedro Alves <palves@redhat.com>
14540
14541 * gdb.server/solib-list.exp: No longer expect an interior stop in
14542 non-stop mode.
14543
14544 2015-08-20 Pedro Alves <palves@redhat.com>
14545
14546 * gdb.server/connect-stopped-target.c: New file.
14547 * gdb.server/connect-stopped-target.exp: New file.
14548
14549 2015-08-20 Pedro Alves <palves@redhat.com>
14550
14551 * gdb.dwarf2/comp-unit-lang.exp: New file.
14552 * gdb.dwarf2/comp-unit-lang.c: New file.
14553
14554 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14555
14556 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14557 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14558
14559 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14560
14561 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14562 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14563
14564 2015-08-18 Doug Evans <dje@google.com>
14565 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14566
14567 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14568 skip_python_tests. New arg prompt_regexp.
14569 (skip_python_tests): New function.
14570 * lib/mi-support.exp (mi_skip_python_tests): New function.
14571 * gdb.python/py-mi-objfile-gdb.py: New file.
14572 * gdb.python/py-mi-objfile.c: New file.
14573 * gdb.python/py-mi-objfile.exp: New file.
14574
14575 2015-08-17 Keith Seitz <keiths@redhat.com>
14576
14577 * gdb.linespec/explicit.exp: Move strace test from here ...
14578 * gdb.trace/strace.exp: ... to here.
14579
14580 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14581
14582 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14583 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14584
14585 2015-08-14 Doug Evans <xdje42@gmail.com>
14586
14587 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14588 inferior before selecting a new file.
14589
14590 2015-08-14 Doug Evans <xdje42@gmail.com>
14591
14592 * gdb.mi/mi-disassemble.exp: Update.
14593 * gdb.base/disasm-optim.S: New file.
14594 * gdb.base/disasm-optim.c: New file.
14595 * gdb.base/disasm-optim.h: New file.
14596 * gdb.base/disasm-optim.exp: New file.
14597
14598 2015-08-14 Keith Seitz <keiths@redhat.com>
14599
14600 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14601 "evaluated-by".
14602
14603 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14604
14605 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14606
14607 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14608
14609 * gdb.ada/fun_renaming.exp: New testcase.
14610 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14611 * gdb.ada/fun_renaming/pack.adb: New file.
14612 * gdb.ada/fun_renaming/pack.ads: New file.
14613
14614 2015-08-12 Keith Seitz <keiths@redhat.com>
14615
14616 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14617 gdb_get_line_number.
14618
14619 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14620
14621 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14622 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14623 gdb.base/dso2dso.exp: New files.
14624
14625 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14626 Pedro Alves <palves@redhat.com>
14627 Keith Seitz <keiths@redhat.com>
14628
14629 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14630 GDBFLAGS.
14631
14632 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14633
14634 * gdb.base/gdbhistsize-history.exp
14635 (test_histsize_history_setting): Use save_vars.
14636 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14637 Use save_vars.
14638 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14639 * gdb.base/readline.exp: Use save_vars.
14640
14641 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14642
14643 * lib/gdb.exp (save_vars): New proc.
14644
14645 2015-08-11 Keith Seitz <keiths@redhat.com>
14646
14647 * gdb.base/help.exp: Update help_breakpoint_text.
14648
14649 2015-08-11 Keith Seitz <keiths@redhat.com>
14650
14651 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14652 (at toplevel): Call test_explicit_breakpoints.
14653 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14654 breakpoints.
14655 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14656 breakpoint conditions, "-cond".
14657
14658 2015-08-11 Keith Seitz <keiths@redhat.com>
14659
14660 * gdb.linespec/3explicit.c: New file.
14661 * gdb.linespec/cpexplicit.cc: New file.
14662 * gdb.linespec/cpexplicit.exp: New file.
14663 * gdb.linespec/explicit.c: New file.
14664 * gdb.linespec/explicit.exp: New file.
14665 * gdb.linespec/explicit2.c: New file.
14666 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14667 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14668 before using in the matching pattern.
14669 Clarify that `prefix' is a regular expression.
14670
14671 2015-08-11 Keith Seitz <keiths@redhat.com>
14672
14673 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14674 test.
14675 Add tests for missing ",FMT" and ",".
14676
14677 2015-08-10 Doug Evans <dje@google.com>
14678 Keith Seitz <keiths@redhat.com>
14679
14680 PR gdb/17960
14681 * gdb.base/completion.exp: Add location completer tests.
14682
14683 2015-08-07 Pedro Alves <palves@redhat.com>
14684
14685 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14686 tests here.
14687 (top level): Run do_test with and without displaced stepping.
14688
14689 2015-08-07 Pedro Alves <palves@redhat.com>
14690
14691 * gdb.base/valgrind-disp-step.c: New file.
14692 * gdb.base/valgrind-disp-step.exp: New file.
14693
14694 2015-08-07 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14697 Delete function.
14698 (main): Add alarm. Run an infinite loop instead of calling
14699 wait_threads.
14700 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14701 comment.
14702 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14703 Delete function.
14704 (main): Add alarm. Run an infinite loop instead of calling
14705 wait_threads.
14706 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14707 comment.
14708
14709 2015-08-07 Pedro Alves <palves@redhat.com>
14710
14711 * gdb.base/checkpoint-ns.exp: New file.
14712 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14713 standard_testfile.
14714
14715 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14716
14717 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14718 * gdb.btrace/instruction_history.exp: Update.
14719 * gdb.btrace/tsx.exp: New.
14720 * gdb.btrace/tsx.c: New.
14721
14722 2015-08-06 Pedro Alves <palves@redhat.com>
14723
14724 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14725 increase timeout.
14726 * gdb.reverse/until-precsave.exp: Bump timeouts.
14727
14728 2015-08-06 Pedro Alves <palves@redhat.com>
14729
14730 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14731
14732 2015-08-06 Pedro Alves <palves@redhat.com>
14733
14734 PR gdb/18749
14735 * gdb.threads/process-dies-while-handling-bp.c: New file.
14736 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14737
14738 2015-08-06 Pedro Alves <palves@redhat.com>
14739
14740 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14741 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14742
14743 2015-08-05 Pedro Alves <palves@redhat.com>
14744
14745 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14746 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14747
14748 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14749
14750 * gdb.base/bp-permanent.exp: Report test as unsupported if
14751 the target cannot stop at the permanent breakpoint.
14752
14753 2015-08-03 Doug Evans <dje@google.com>
14754
14755 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14756 10000.
14757
14758 2015-08-03 Doug Evans <dje@google.com>
14759
14760 * Makefile.in (workers/%.worker, build-perf): New rule.
14761 (GDB_PERFTEST_MODE): New variable.
14762 (check-perf): Use it.
14763 (clean): Clean up gdb.perf parallel build subdirs.
14764 * lib/build-piece.exp: New file.
14765 * lib/gdb.exp (make_gdb_parallel_path): New function
14766 (standard_output_file, standard_temp_file): Call it.
14767 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14768 of $GDB_PARALLEL.
14769 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14770
14771 2015-08-03 Doug Evans <dje@google.com>
14772
14773 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14774 (LOG_FILE_NAME): New global.
14775 (TextReporter.__init__): Initialize self.txt_sum.
14776 (TextReporter.report): Add support for multiple data-points.
14777 Move report to perftest.sum, put raw data in perftest.log.
14778 (TextReporter.start): Open sum and log files.
14779 (TextReporter.end): Close sum and log files.
14780 * gdb.perf/lib/perftest/testresult.py
14781 (SingleStatisticTestResult.record): Handle multiple data-points.
14782
14783 2015-07-31 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14786 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14787 kill_wait_spawned_process instead of explicit "kill -9".
14788 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14789 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14790 kill_wait_spawned_process.
14791 * gdb.base/attach-twice.exp: Likewise.
14792 * gdb.base/attach.exp: Likewise.
14793 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14794 gdb_test_multiple.
14795 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14796 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14797 kill_wait_spawned_process.
14798 * gdb.base/valgrind-infcall.exp: Likewise.
14799 * gdb.multi/multi-attach.exp: Likewise.
14800 * gdb.python/py-prompt.exp: Likewise.
14801 * gdb.python/py-sync-interp.exp: Likewise.
14802 * gdb.server/ext-attach.exp: Likewise.
14803 * gdb.threads/attach-into-signal.exp (corefunc): Use
14804 spawn_wait_for_attach, spawn_id_get_pid and
14805 kill_wait_spawned_process.
14806 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14807 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14808 spawn_id_get_pid and kill_wait_spawned_process.
14809 * gdb.threads/attach-stopped.exp (corefunc): Use
14810 spawn_wait_for_attach, spawn_id_get_pid and
14811 kill_wait_spawned_process.
14812 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14813 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14814 kill_wait_spawned_process instead of explicit "kill -9".
14815 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14816 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14817 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14818 processes. Don't map cygwin/windows pids here. Now returns a
14819 spawn id list.
14820
14821 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14822
14823 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14824 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14825 correct patch.
14826
14827 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14828
14829 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14830
14831 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14832
14833 Reapply:
14834 2014-05-21 Mark Wielaard <mjw@redhat.com>
14835
14836 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14837
14838 2015-07-30 Pedro Alves <palves@redhat.com>
14839
14840 * linux-low.c (handle_extended_wait): Set the child's last
14841 reported status to TARGET_WAITKIND_STOPPED.
14842
14843 2015-07-30 Pedro Alves <palves@redhat.com>
14844
14845 PR threads/18600
14846 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14847 only shows inferior 1.
14848
14849 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14850 Pedro Alves <palves@redhat.com>
14851
14852 PR threads/18600
14853 * gdb.threads/fork-plus-threads.c: New file.
14854 * gdb.threads/fork-plus-threads.exp: New file.
14855
14856 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14857
14858 * gdb.base/batch-preserve-term-settings.exp
14859 (test_terminal_settings_preserved_after_cli_exit): Use
14860 send_quit_command.
14861
14862 2015-07-29 Pedro Alves <palves@redhat.com>
14863 Don Breazeal <donb@codesourcery.com>
14864
14865 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14866 output from both inferior_spawn_id and gdb_spawn_id.
14867
14868 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14869
14870 * gdb.threads/attach-into-signal.exp (corefunc): Use
14871 with_test_prefix on nested loops, uniquefying the test messages.
14872
14873 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14874
14875 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14876 commit.
14877
14878 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14879
14880 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14881 New proc.
14882 (test_terminal_settings_preserved_after_sigterm): New test.
14883
14884 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14885
14886 * gdb.base/batch-preserve-term-settings.exp
14887 (test_terminal_settings_preserved_after_cli_exit): New test.
14888
14889 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14890
14891 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14892 manipulation of saved_gdbflags.
14893 (test_terminal_settings_preserved): Remove global declaration of
14894 the unused variable pagination_prompt. Remove manipulation of
14895 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14896 GDBFLAGS.
14897
14898 2015-07-29 Pedro Alves <palves@redhat.com>
14899
14900 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14901
14902 2015-07-29 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14905 at the top.
14906
14907 2015-07-29 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14910 (main): Call gdb_unbuffer_output.
14911 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14912 (main): Call gdb_unbuffer_output.
14913 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14914 (main): Call gdb_unbuffer_output.
14915 * gdb.base/call-strs.exp: Adjust to step over the
14916 gdb_unbuffer_output call.
14917 * gdb.base/catch-gdb-caused-signals.c: Include
14918 "../lib/unbuffer_output.c".
14919 (main): Call gdb_unbuffer_output.
14920 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14921 (main): Call gdb_unbuffer_output.
14922 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14923 (main): Call gdb_unbuffer_output.
14924 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14925 (main): Call gdb_unbuffer_output.
14926 * gdb.base/shlib-call.exp: Adjust to step over the
14927 gdb_unbuffer_output call.
14928 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14929 (main): Call gdb_unbuffer_output.
14930 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14931 (main): Call gdb_unbuffer_output.
14932 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14933 (main): Rename to ...
14934 (test): ... this.
14935 (main): Reimplement.
14936 * gdb.base/varargs.exp: Run to test instead of to main.
14937 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14938 (main): Call gdb_unbuffer_output.
14939
14940 2015-07-29 Pedro Alves <palves@redhat.com>
14941
14942 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14943 factore out from mi_continue_dprintf. For call-style dprintfs,
14944 expect dprintf output out of $inferior_spawn_id.
14945 (mi_continue_dprintf): Use mi_expect_dprintf.
14946 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14947 (main): Call gdb_unbuffer_output.
14948
14949 2015-07-29 Pedro Alves <palves@redhat.com>
14950
14951 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14952 (default_mi_gdb_start): Set inferior_spawn_id instead of
14953 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14954 gdb_spawn_id.
14955 (mi_gdb_test): Always expect inferior output from both
14956 $inferior_spawn_id and $gdb_spawn_id.
14957
14958 2015-07-29 Pedro Alves <palves@redhat.com>
14959
14960 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14961 send_inferior and $inferior_spawn_id.
14962
14963 2015-07-29 Pedro Alves <palves@redhat.com>
14964
14965 * gdb.gdb/complaints.exp (test_initial_complaints)
14966 (test_serial_complaints, test_short_complaints): Use
14967 gdb_test_stdio.
14968 (test_empty_complaint): Handle $inferior_spawn_id !=
14969 $gdb_spawn_id.
14970
14971 2015-07-29 Pedro Alves <palves@redhat.com>
14972
14973 * gdb.base/varargs.exp: Use gdb_test_stdio.
14974
14975 2015-07-29 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
14978
14979 2015-07-29 Pedro Alves <palves@redhat.com>
14980
14981 * gdb.base/ending-run.exp: Use gdb_test_stdio.
14982
14983 2015-07-29 Pedro Alves <palves@redhat.com>
14984
14985 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
14986 parameter into two new parameters, "inf_result" and "gdb_result".
14987 Expect inferior output and gdb output from $inferior_spawn_id and
14988 $gdb_spawn_id, respectively. Adjust all callers.
14989
14990 2015-07-29 Pedro Alves <palves@redhat.com>
14991
14992 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
14993 of gdb_test_sequence.
14994
14995 2015-07-29 Pedro Alves <palves@redhat.com>
14996
14997 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
14998 (saw_spurious_output): Expect inferior output from
14999 $inferior_spawn_id. Use gdb_test_stdio.
15000
15001 2015-07-29 Pedro Alves <palves@redhat.com>
15002
15003 * gdb.base/dprintf.exp: Use standard_testfile. Change
15004 prepare_for_testing call.
15005 (srcfile): Don't set.
15006 (restart): New procedure.
15007 (test_dprintf): New procecure, use to continue over dprintfs.
15008 (test_call, test_agent): New procedures, tests moved here.
15009 Restart gdb and recreate dprintfs. Adjust expected output.
15010
15011 2015-07-29 Pedro Alves <palves@redhat.com>
15012
15013 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15014
15015 2015-07-29 Pedro Alves <palves@redhat.com>
15016
15017 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15018
15019 2015-07-29 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15022 gdb_test_stdio.
15023
15024 2015-07-29 Pedro Alves <palves@redhat.com>
15025
15026 * lib/gdb.exp (gdb_test_stdio): New procedure.
15027
15028 2015-07-29 Pedro Alves <palves@redhat.com>
15029
15030 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15031
15032 2015-07-29 Pedro Alves <palves@redhat.com>
15033
15034 * gdb.base/call-signal-resume.exp: Remove check for
15035 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15036 * gdb.base/unwindonsignal.exp: Likewise.
15037 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15038 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15039
15040 2015-07-29 Pedro Alves <palves@redhat.com>
15041
15042 * gdb.base/siginfo-addr.c (pass): New function.
15043 (handler): Call it iff si_addr is correct.
15044 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15045 Set a breakpoint at "pass" and continue to it.
15046
15047 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15048
15049 * gdb.python/py-objfile.exp: Make some tests have unique names.
15050 * gdb.python/py-pp-registration.exp: Likewise.
15051
15052 2015-07-28 Pedro Alves <palves@redhat.com>
15053
15054 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15055
15056 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15057
15058 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15059
15060 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15061
15062 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15063
15064 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15065
15066 * gdb.base/gdb-sigterm-2.exp: New test.
15067
15068 2015-07-25 Doug Evans <xdje42@gmail.com>
15069
15070 Revert:
15071 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15072 (workers/%.worker, build-perf): New rule.
15073 (GDB_PERFTEST_MODE): New variable.
15074 (check-perf): Use it.
15075 (clean): Clean up gdb.perf parallel build subdirs.
15076 * lib/build-piece.exp: New file.
15077 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15078 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15079 name.
15080 (standard_temp_file): Ditto.
15081 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15082 of $GDB_PARALLEL.
15083
15084 2015-07-24 Doug Evans <dje@google.com>
15085
15086 * gdb.perf/lib/perftest/utils.py: New file.
15087 * gdb.perf/gm-hello.cc: New file.
15088 * gdb.perf/gm-pervasive-typedef.cc: New file.
15089 * gdb.perf/gm-pervasive-typedef.h: New file.
15090 * gdb.perf/gm-std.cc: New file.
15091 * gdb.perf/gm-std.h: New file.
15092 * gdb.perf/gm-use-cerr.cc: New file.
15093 * gdb.perf/gm-utils.h: New file.
15094 * gdb.perf/gmonster-null-lookup.py: New file.
15095 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15096 * gdb.perf/gmonster-print-cerr.py: New file.
15097 * gdb.perf/gmonster-ptype-string.py: New file.
15098 * gdb.perf/gmonster-runto-main.py: New file.
15099 * gdb.perf/gmonster-select-file.py: New file.
15100 * gdb.perf/gmonster1-null-lookup.exp: New file.
15101 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15102 * gdb.perf/gmonster1-print-cerr.exp: New file.
15103 * gdb.perf/gmonster1-ptype-string.exp: New file.
15104 * gdb.perf/gmonster1-runto-main.exp: New file.
15105 * gdb.perf/gmonster1-select-file.exp: New file.
15106 * gdb.perf/gmonster1.cc: New file.
15107 * gdb.perf/gmonster1.exp: New file.
15108 * gdb.perf/gmonster2-null-lookup.exp: New file.
15109 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15110 * gdb.perf/gmonster2-print-cerr.exp: New file.
15111 * gdb.perf/gmonster2-ptype-string.exp: New file.
15112 * gdb.perf/gmonster2-runto-main.exp: New file.
15113 * gdb.perf/gmonster2-select-file.exp: New file.
15114 * gdb.perf/gmonster2.cc: New file.
15115 * gdb.perf/gmonster2.exp: New file.
15116
15117 2015-07-24 Doug Evans <dje@google.com>
15118
15119 * gdb.perf/README: New file.
15120 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15121 * lib/gen-perf-test.exp: New file.
15122
15123 2015-07-24 Doug Evans <dje@google.com>
15124
15125 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15126 (PerfTest::startup): New function.
15127 (PerfTest::run): Return result of calling body.
15128 (PerfTest::assemble): Rewrite.
15129 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15130 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15131 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15132 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15133 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15134
15135 2015-07-24 Doug Evans <dje@google.com>
15136
15137 * lib/gdb.exp (clean_restart): Make executable optional.
15138
15139 2015-07-24 Doug Evans <dje@google.com>
15140
15141 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15142 compiler_info references.
15143 * gdb.cp/temargs.exp: Ditto.
15144 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15145 (get_compiler_info): Early exit if already computed. Set compiler_info
15146 to "unknown" if there was a problem.
15147 (test_compiler_info): Add function comment. Call get_compiler_info.
15148
15149 2015-07-24 Doug Evans <dje@google.com>
15150
15151 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15152 (workers/%.worker, build-perf): New rule.
15153 (GDB_PERFTEST_MODE): New variable.
15154 (check-perf): Use it.
15155 (clean): Clean up gdb.perf parallel build subdirs.
15156 * lib/build-piece.exp: New file.
15157 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15158 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15159 name.
15160 (standard_temp_file): Ditto.
15161 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15162 of $GDB_PARALLEL.
15163
15164 2015-07-24 Doug Evans <dje@google.com>
15165
15166 * lib/future.exp (gdb_default_target_compile): New option
15167 "early_flags".
15168 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15169 --as-needed.
15170
15171 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15172
15173 * gdb.base/catch-syscall.exp: Call gdb_exit before
15174 gdb_skip_xml_test.
15175
15176 2015-07-24 Pedro Alves <palves@redhat.com>
15177
15178 * gdb.python/py-events.exp: Accept output between the stop event
15179 and the prompt.
15180 * gdb.python/py-evsignal.exp: Likewise.
15181 * gdb.python/py-evthreads.exp: Likewise.
15182
15183 2015-07-24 Pedro Alves <palves@redhat.com>
15184
15185 PR gdb/18717
15186 * gdb.threads/non-ldr-exit.c: New file.
15187 * gdb.threads/non-ldr-exit.exp: New file.
15188
15189 2015-07-24 Yao Qi <yao.qi@linaro.org>
15190
15191 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15192 restarting process.
15193
15194 2015-07-24 Yao Qi <yao.qi@linaro.org>
15195
15196 * gdb.server/ext-restart.exp: New file.
15197
15198 2015-07-24 Yao Qi <yao.qi@linaro.org>
15199
15200 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15201 argument options.
15202 * gdb.server/ext-wrapper.exp: New file.
15203
15204 2015-07-23 Doug Evans <dje@google.com>
15205
15206 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15207 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15208
15209 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15210
15211 * gdb.ada/var_arr_typedef.exp: New testcase.
15212 * gdb.ada/var_arr_typedef/pack.adb: New file.
15213 * gdb.ada/var_arr_typedef/pack.ads: New file.
15214 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15215
15216 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15217
15218 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15219
15220 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15221
15222 * gdb.arch/i386-biarch-core.exp: Replace istarget
15223 by "complete set gnutarget". Remove expectation for the "core-file"
15224 command.
15225
15226 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15227
15228 Revert the previous commit:
15229 Tests for validate symbol file using build-id.
15230
15231 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15232
15233 Tests for validate symbol file using build-id.
15234 * gdb.base/solib-mismatch-lib.c: New file.
15235 * gdb.base/solib-mismatch-libmod.c: New file.
15236 * gdb.base/solib-mismatch.c: New file.
15237 * gdb.base/solib-mismatch.exp: New file.
15238
15239 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15240
15241 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15242 nios2-*-linux*.
15243 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15244 * gdb.base/siginfo.exp: Likewise.
15245 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15246
15247 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15248
15249 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15250 Move it to ...
15251 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15252 ... here.
15253 * gdb.trace/range-stepping.exp: Check that the target supports
15254 range stepping.
15255
15256 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15257
15258 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15259
15260 2015-07-14 Pedro Alves <palves@redhat.com>
15261
15262 * gdb.base/killed-outside.exp: New file.
15263 * gdb.base/killed-outside.c: New file.
15264
15265 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15266
15267 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15268 (n at main): New.
15269 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15270
15271 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15272
15273 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15274 infcall tests instead of setting up for KFAIL.
15275
15276 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15277
15278 * gdb.btrace/record_goto-step.exp: New.
15279
15280 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15281
15282 PR compile/18484
15283 * gdb.compile/compile.c (struct struct_type): Add volatile to
15284 selffield's type.
15285 * gdb.compile/compile.exp
15286 (compile code struct_object.selffield = &struct_object): Skip further
15287 struct_object tests if this one xfails.
15288
15289 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15290
15291 PR exp/18617
15292 * gdb.trace/ax.exp: Add test.
15293
15294 2015-07-07 Yao Qi <yao.qi@linaro.org>
15295
15296 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15297 instead of istarget "aarch64*-*-*".
15298 * gdb.arch/aarch64-fp.exp: Likewise.
15299 * gdb.base/float.exp: Likewise.
15300 * gdb.reverse/aarch64.exp: Likewise.
15301 * lib/gdb.exp (is_aarch64_target): New proc.
15302
15303 2015-07-07 Yao Qi <yao.qi@linaro.org>
15304
15305 * lib/gdb.exp (is_aarch32_target): New proc.
15306 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15307 instead of "istarget "arm*-*-*"".
15308 * gdb.arch/arm-disp-step.exp: Likewise.
15309 * gdb.arch/thumb-bx-pc.exp: Likewise.
15310 * gdb.arch/thumb-prologue.exp: Likewise.
15311 * gdb.arch/thumb-singlestep.exp: Likewise.
15312 * gdb.base/disp-step-syscall.exp: Likewise.
15313 * gdb.base/float.exp: Likewise.
15314
15315 2015-07-07 Yao Qi <yao.qi@linaro.org>
15316
15317 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15318 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15319
15320 2015-07-07 Yao Qi <yao.qi@linaro.org>
15321
15322 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15323 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15324 if it exists.
15325 * gdb.multi/multi-arch.exp: Likewise.
15326
15327 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15328
15329 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15330 print.
15331
15332 2015-07-07 Yao Qi <yao.qi@linaro.org>
15333
15334 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15335
15336 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15337
15338 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15339 '[' and ']' characters.
15340
15341 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15342
15343 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15344
15345 2015-06-29 Pedro Alves <palves@redhat.com>
15346
15347 PR threads/18127
15348 * gdb.threads/hand-call-new-thread.c: New file.
15349 * gdb.threads/hand-call-new-thread.c: New file.
15350
15351 2015-06-26 Keith Seitz <keiths@redhat.com>
15352 Doug Evans <dje@google.com>
15353
15354 PR 16253
15355 * gdb.cp/var-tag-2.cc: New file.
15356 * gdb.cp/var-tag-3.cc: New file.
15357 * gdb.cp/var-tag-4.cc: New file.
15358 * gdb.cp/var-tag.cc: New file.
15359 * gdb.cp/var-tag.exp: New file.
15360
15361 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15362
15363 * gdb.base/history-duplicates.exp: New test.
15364
15365 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15366
15367 * gdb.base/completion.exp: Test the completion of the "focus"
15368 command.
15369
15370 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15371
15372 * gdb.arch/amd64-prologue-skip.S: New file.
15373 * gdb.arch/amd64-prologue-skip.exp: New file.
15374
15375 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15376
15377 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15378 is_address_zero_readable check.
15379
15380 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15381
15382 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15383 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15384
15385 2015-06-24 Yao Qi <yao.qi@linaro.org>
15386
15387 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15388 linux targets.
15389
15390 2015-06-24 Yao Qi <yao.qi@linaro.org>
15391
15392 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15393 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15394 * gdb.base/siginfo-thread.exp: Likewise.
15395
15396 2015-06-22 Yao Qi <yao.qi@linaro.org>
15397
15398 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15399
15400 2015-06-22 Yao Qi <yao.qi@linaro.org>
15401
15402 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15403 aarch64*-*-*.
15404 (skip_hw_watchpoint_tests): Likewise.
15405
15406 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15407
15408 * gdb.base/gdbinit-history.exp: Test the interaction between
15409 setting GDBHISTSIZE and setting the history size via .gdbinit.
15410
15411 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15412
15413 PR gdb/16999
15414 * gdb.base/gdbhistsize-history.exp: New test.
15415
15416 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15417
15418 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15419 with GDBHISTSIZE.
15420 * gdb.base/readline.exp: Likewise.
15421
15422 2015-06-17 Yao Qi <yao.qi@linaro.org>
15423
15424 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15425 line.
15426
15427 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15428
15429 * gdb.base/gdbinit-history.exp: Add test case to check that
15430 an unlimited history file does not get truncated on exit.
15431
15432 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15433
15434 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15435 (VECTOR): New macro. Use it...
15436 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15437 ...for these typedefs.
15438 (int8, char1, int1, double1): New typedefs.
15439 (struct just_int2, struct two_int2): New structures.
15440 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15441 (add_structvecs, add_singlevecs): New functions.
15442 (main): Call add_some_intvecs twice.
15443 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15444 the compile and exit upon failure. Try compiling for the "native"
15445 architecture. Test inferior function calls with vector arguments
15446 and vector return value handling with "finish" and "return".
15447
15448 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15449
15450 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15451 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15452 PE file.
15453 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15454
15455 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15456
15457 PR breakpoints/16465
15458 * gdb.mi/mi-dprintf-pending.c: New file.
15459 * gdb.mi/mi-dprintf-pending.exp: New test.
15460 * gdb.mi/mi-dprintf-pendshr.c: New file.
15461
15462 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15463 Mircea Gherzan <mircea.gherzan@intel.com>
15464
15465 * gdb.arch/i386-mpx-map.c: New file.
15466 * gdb.arch/i386-mpx-map.exp: New File.
15467
15468 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15469
15470 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15471 * gdb.arch/i386-mpx.exp: Indentation fixed.
15472
15473 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15474
15475 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15476 function and improved indentation.
15477 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15478 gdb_test_multiple. Added additional tests to skip the test.
15479
15480 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15481
15482 * gdb.arch/i386-avx512.c: Change path in include file.
15483 * gdb.arch/i386-avx512.exp: Change include dir path
15484 compilation flag.
15485 * gdb.arch/i386-mpx.c: Change path in include file.
15486 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15487 flag.
15488
15489 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15490
15491 * gdb.compile/compile-print.exp (compile print *vararray@3)
15492 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15493
15494 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15495
15496 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15497 (do not keep jit in memory): ... this.
15498 (expect 5): Change it to ...
15499 (expect no 5): ... this.
15500
15501 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15502
15503 PR gdb/15564
15504 * gdb.mi/mi-detach.exp: New file.
15505
15506 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15507
15508 PR symtab/18392
15509 * gdb.arch/amd64-tailcall-self.S: New file.
15510 * gdb.arch/amd64-tailcall-self.c: New file.
15511 * gdb.arch/amd64-tailcall-self.exp: New file.
15512
15513 2015-05-28 Don Breazeal <donb@codesourcery.com>
15514
15515 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15516 tests for remote targets by checking is_target_gdbserver.
15517
15518 2015-05-27 Doug Evans <dje@google.com>
15519
15520 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15521 * gdb.dwarf2/opaque-type-lookup.c: New file.
15522 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15523
15524 2015-05-26 Doug Evans <dje@google.com>
15525
15526 * gdb.cp/iostream.cc: New file.
15527 * gdb.cp/iostream.exp: New file.
15528
15529 2015-05-26 Doug Evans <dje@google.com>
15530
15531 * gdb.dwarf2/dw2-op-call.exp: Update.
15532 * gdb.dwarf2/dw4-sig-types.exp: Update.
15533 * gdb.dwarf2/implptr.exp: Update.
15534 * gdb.mi/mi-cmd-param-changed.exp: Update.
15535
15536 2015-05-26 Doug Evans <dje@google.com>
15537
15538 * gdb.python/py-lazy-string.c: New file.
15539 * gdb.python/py-lazy-string.exp: New file.
15540 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15541 (main): Update. Add estring3.
15542 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15543 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15544
15545 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15546 Yao Qi <yao.qi@linaro.org>
15547
15548 * gdb.reverse/aarch64.c: New.
15549 * gdb.reverse/aarch64.exp: New.
15550
15551 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15552
15553 * lib/gdb.exp (supports_process_record): Return true for
15554 aarch64*-linux*.
15555 (supports_reverse): Likewise.
15556
15557 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15558
15559 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15560 Use with_test_prefix.
15561
15562 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15563
15564 * gdb.base/completion.exp: Add test for completion of layout
15565 names.
15566
15567 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15568
15569 * lib/gdb.exp (skip_tui_tests): New proc.
15570 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15571
15572 2015-05-19 Pedro Alves <palves@redhat.com>
15573
15574 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15575 Save the whole env array instead of just HOME. Unset HISTSIZE in
15576 the environment while testing. Restore whole environment
15577 afterwards.
15578
15579 2015-05-16 Doug Evans <xdje42@gmail.com>
15580
15581 * gdb.guile/scm-ports.c: New file.
15582 * gdb.guile/scm-ports.exp: Add memory port tests.
15583
15584 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15585
15586 * gdb.compile/compile-print.c: New file.
15587 * gdb.compile/compile-print.exp: New file.
15588
15589 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15590
15591 * gdb.compile/compile-ops.exp: Cast param to void.
15592 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15593 (compile code struct_object.selffield = &struct_object): Add xfail.
15594
15595 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15596
15597 * gdb.ada/arr_enum_with_gap: New testcase.
15598
15599 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15600
15601 * gdb.ada/byte_packed_arr: New testcase.
15602
15603 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15604
15605 * gdb.ada/pckd_neg: New testcase.
15606
15607 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15608
15609 PR gdb/17820
15610 * gdb.base/gdbinit-history.exp: New test.
15611 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15612 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15613
15614 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15615
15616 * gdb.python/py-xmethods.cc: Enhance test case.
15617 * gdb.python/py-xmethods.exp: New tests.
15618 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15619 function.
15620 (B_indexoper): Likewise.
15621 (global_dm_list) : Add new xmethod worker functions.
15622
15623 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15624
15625 * gdb.base/coredump-filter.exp: Correctly unset
15626 "coredump_var_addr" array.
15627
15628 2015-05-08 Pedro Alves <palves@redhat.com>
15629
15630 * gdb.server/non-existing-program.exp: Unset spawn_id.
15631
15632 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15633
15634 PR python/18291
15635 * gdb.python/py-xmethods.exp: Add tests.
15636
15637 2015-05-08 Yao Qi <yao.qi@linaro.org>
15638
15639 PR gdb/18208
15640 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15641 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15642 function set_coredump_filter, and remove remote_exec call.
15643 Remove argument ipid. Callers update.
15644 (top level): Don't get inferior's PID.
15645
15646 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15647
15648 * gdb.base/watch_thread_num.exp: Skip test on targets without
15649 access watchpoints.
15650
15651 2015-05-06 Pedro Alves <palves@redhat.com>
15652
15653 PR server/18081
15654 * gdb.server/non-existing-program.exp: New file.
15655
15656 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15657
15658 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15659
15660 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15661
15662 * gdb.ada/out_of_line_in_inlined: New testcase.
15663
15664 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15665
15666 * gdb.ada/var_rec_arr: New testcase.
15667
15668 2015-04-30 Yao Qi <yao.qi@linaro.org>
15669
15670 * gdb.base/break-idempotent.exp: If
15671 skip_hw_watchpoint_multi_tests returns true, skip the tests
15672 on "rwatch" and "awatch".
15673
15674 2015-04-30 Yao Qi <yao.qi@linaro.org>
15675
15676 * gdb.base/relativedebug.exp: Invoke gdb command
15677 "info sharedlibrary", and if libc.so doesn't have debug info,
15678 skip the test.
15679
15680 2015-04-29 Doug Evans <dje@google.com>
15681
15682 * gdb.python/py-xmethods.exp: Add ptype tests.
15683 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15684 get_result_type method.
15685
15686 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15687
15688 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15689 the target does not support hardware watchpoints.
15690
15691 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15692
15693 * gdb.base/break-always.exp: Abort testing if writing to memory
15694 causes an error.
15695
15696 2015-04-28 Doug Evans <dje@google.com>
15697
15698 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15699 * gdb.python/py-pp-registration.exp: ... here. New file.
15700 * gdb.python/py-pp-registration.c: New file.
15701 * gdb.python/py-pp-registration.py: New file.
15702
15703 2015-04-28 Doug Evans <dje@google.com>
15704
15705 * gdb.python/py-bad-printers.c: New file.
15706 * gdb.python/py-bad-printers.py: New file.
15707 * gdb.python/py-bad-printers.exp: New file.
15708
15709 2015-04-28 Sasha Smundak <asmundak@google.com>
15710
15711 * gdb.python/py-type.exp: New test.
15712
15713 2015-04-28 Andy Wingo <wingo@igalia.com>
15714
15715 * gdb.python/py-parameter.exp:
15716 * gdb.guile/scm-parameter.exp: Escape the path that we are
15717 matching against, as it might contain characters that are special
15718 to regular expressions.
15719
15720 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15721
15722 * gdb.ada/rec_comp: New testcase.
15723
15724 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15725
15726 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15727 before using it.
15728
15729 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15730
15731 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15732 new tests for verilog output.
15733
15734 2015-04-24 Yao Qi <yao.qi@linaro.org>
15735
15736 * boards/remote-gdbserver-on-localhost.exp: New file.
15737
15738 2015-04-23 Pedro Alves <palves@redhat.com>
15739
15740 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15741 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15742 "end of file", remove $inferior_spawn_id from the indirect list.
15743
15744 2015-04-23 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15747
15748 2015-04-23 Pedro Alves <palves@redhat.com>
15749
15750 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15751 on $any_spawn_id instead of only on $gdb_spawn_id.
15752
15753 2015-04-21 Pierre Muller <muller@sourceware.org>
15754
15755 PR pascal/17815
15756 * lib/pascal.exp (gpc_compile): Add new option "class".
15757 (fpc_compile): Likewise.
15758 * gdb.pascal/case-insensitive-symbols.pas: New file.
15759 * gdb.pascal/case-insensitive-symbols.exp: New file.
15760
15761 2015-04-20 Gary Benson <gbenson@redhat.com>
15762
15763 * gdb.base/attach.exp: Fix three extended remote failures.
15764
15765 2015-04-17 Gary Benson <gbenson@redhat.com>
15766
15767 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15768 the main executable over the remote protocol.
15769
15770 2015-04-16 Pedro Alves <palves@redhat.com>
15771
15772 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15773 a new gdbserver if gdbserver_reconnect_p is set.
15774
15775 2015-04-16 Pedro Alves <palves@redhat.com>
15776
15777 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15778 is set, don't exit gdbserver.
15779
15780 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15781
15782 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15783 appropriate .insn, such that an older assembler can be used.
15784 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15785 the z/Architecture instruction set on 31-bit targets as well.
15786
15787 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15788
15789 * gdb.go/handcall.exp: Remove all logic related to the first
15790 breakpoint and rely on go_runto_main instead.
15791 * gdb.go/strings.exp: Likewise.
15792 * gdb.go/unsafe.exp: Likewise.
15793 * gdb.go/hello.exp: Likewise. Also rename the remaining
15794 breakpoint marker to "breakpoint 1".
15795 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15796 * gdb.go/strings.go: Likewise.
15797 * gdb.go/unsafe.go: Likewise.
15798 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15799 "set breakpoint 2 here" and rename the remaining breakpoint marker
15800 to "breakpoint 1".
15801
15802 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15803
15804 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15805 if itertools.imap is not present.
15806 * gdb.python/py-objfile.exp: Add parentheses.
15807 * gdb.python/py-type.exp: Same.
15808 * gdb.python/py-unwind-maint.py: Same.
15809
15810 2015-04-15 Yao Qi <yao.qi@linaro.org>
15811
15812 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15813 of ":$ptr_size" and set its form explicitly.
15814
15815 2015-04-15 Pedro Alves <palves@redhat.com>
15816 Yao Qi <yao.qi@linaro.org>
15817
15818 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15819 timeout by factor of 4.
15820 (test_regular_watch): Likewise.
15821 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15822 * gdb.reverse/sigall-reverse.exp: Likewise.
15823 * gdb.reverse/until-precsave.exp: Likewise.
15824 * lib/gdb.exp (with_timeout_factor): New proc.
15825 (gdb_expect): Move some code to ...
15826 (get_largest_timeout): ... here. New procedure.
15827
15828 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15829
15830 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15831
15832 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15833
15834 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15835 to write to the .text section.
15836
15837 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15838
15839 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15840 Handle the case of targets that do not provide PID information.
15841
15842 2015-04-13 Yao Qi <yao.qi@linaro.org>
15843
15844 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15845 and use expect instead of gdb_expect.
15846
15847 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15848
15849 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15850 "coredump_var_addr" to avoid naming conflict with other testcases.
15851
15852 2015-04-10 Pedro Alves <palves@redhat.com>
15853
15854 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15855 gdb_test_sequence and gdb_assert.
15856
15857 2015-04-10 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15860 test messages that don't include the breakpoint address.
15861
15862 2015-04-10 Yao Qi <yao.qi@linaro.org>
15863
15864 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15865 false for some offset and width combinations which aren't
15866 supported by linux kernel.
15867
15868 2015-04-10 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15871 procedure, factored out from ...
15872 (top level): ... here. Add "set displaced-stepping" testing axis.
15873 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15874 parameter "displaced". Use it.
15875 (top level): Use foreach and add "set displaced-stepping" testing
15876 axis.
15877
15878 2015-04-10 Pedro Alves <palves@redhat.com>
15879
15880 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15881 Remove comment.
15882 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15883 both the address of the instruction that triggers the watchpoint
15884 and the address of the instruction immediately after, and use
15885 those addresses for the test. Fix comment.
15886
15887 2015-04-10 Pedro Alves <palves@redhat.com>
15888
15889 * gdb.base/sigstep.exp (breakpoint_to_handler)
15890 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15891 Test "backtrace" in handler.
15892 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15893 (top level): Add new "displaced" test axis to
15894 breakpoint_to_handler, breakpoint_to_handler_entry and
15895 breakpoint_over_handler.
15896
15897 2015-04-10 Pedro Alves <palves@redhat.com>
15898
15899 PR gdb/18216
15900 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15901
15902 2015-04-10 Yao Qi <yao.qi@linaro.org>
15903
15904 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15905 (test_add_rn_pc): New function.
15906 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15907 (top level): Invoke test_add_rn_pc.
15908
15909 2015-04-10 Pedro Alves <palves@redhat.com>
15910
15911 PR gdb/13858
15912 * gdb.base/step-over-no-symbols.exp: New file.
15913
15914 2015-04-09 Andy Wingo <wingo@igalia.com>
15915
15916 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15917 after the Python tests.
15918
15919 2015-04-08 Keith Seitz <keiths@redhat.com>
15920
15921 PR python/16699
15922 * gdb.python/py-completion.exp: New tests for completion.
15923 * gdb.python/py-completion.py (CompleteLimit1): New class.
15924 (CompleteLimit2): Likewise.
15925 (CompleteLimit3): Likewise.
15926 (CompleteLimit4): Likewise.
15927 (CompleteLimit5): Likewise.
15928 (CompleteLimit6): Likewise.
15929 (CompleteLimit7): Likewise.
15930
15931 2015-04-08 Pedro Alves <palves@redhat.com>
15932
15933 PR gdb/18214
15934 PR gdb/18216
15935 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15936 function.
15937 (main): Install it as SIGUSR1 handler.
15938 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15939 parameter. Always use "setup" as prefix. Toggle "set
15940 displaced-stepping" off/on depending on global. Don't switch to
15941 thread 1 here.
15942 (top level): Add displaced stepping "off/on" test axis. Update
15943 "setup" calls. Wrap each subtest with with_test_prefix. Test
15944 continuing with a queued signal in each thread.
15945
15946 2015-04-08 Pedro Alves <palves@redhat.com>
15947
15948 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15949 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15950 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15951 Return early if running to main fails.
15952 * gdb.trace/while-stepping.exp: Likewise.
15953
15954 2015-04-07 Pedro Alves <palves@redhat.com>
15955
15956 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15957 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15958 interact with inferior program.
15959
15960 2015-04-07 Pedro Alves <palves@redhat.com>
15961
15962 * lib/gdb.exp (inferior_spawn_id): New global.
15963 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15964 spawn id after processing the user code.
15965 (default_gdb_start): Set inferior_spawn_id.
15966 (send_inferior): New procedure.
15967 * lib/gdbserver-support.exp (gdbserver_start): Set
15968 inferior_spawn_id.
15969 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15970
15971 2015-04-07 Pedro Alves <palves@redhat.com>
15972
15973 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15974 * lib/gdbserver-support.exp (gdbserver_start): Make
15975 $server_spawn_id global.
15976 (gdbserver_start): Don't wait for gdbserver's spawn id with
15977 expect_background.
15978 (close_gdbserver): New procedure.
15979 (gdb_exit): Rename the default version and reimplement.
15980
15981 2015-04-07 Pedro Alves <palves@redhat.com>
15982
15983 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
15984 append the substituted item, not the original item.
15985
15986 2015-04-07 Pedro Alves <palves@redhat.com>
15987
15988 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
15989 gdb_expect.
15990
15991 2015-04-07 Pedro Alves <palves@redhat.com>
15992
15993 * gdb.base/interrupt.exp: Don't handle the case of the inferior
15994 output appearing once only.
15995
15996 2015-04-07 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
15999 that doesn't expect anything. Return early if running to main
16000 fails.
16001
16002 2015-04-07 Yao Qi <yao.qi@linaro.org>
16003
16004 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16005 (child_function): Call alarm.
16006 (main): Move call to alarm into the loop.
16007 * gdb.threads/non-stop-fair-events.exp: Build program with
16008 -DTIMEOUT=$timeout.
16009
16010 2015-04-06 Doug Evans <xdje42@gmail.com>
16011
16012 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16013 Fix dest parameter to board_info.
16014 (fpc_compile): Ditto.
16015 (gdb_compile_pascal): Rename dest arg to destfile.
16016
16017 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16018
16019 * gdb.ada/funcall_ref.exp: New file.
16020 * gdb.ada/funcall_ref/foo.adb: New file.
16021
16022 2015-04-02 Yao Qi <yao.qi@linaro.org>
16023
16024 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16025 is remote.
16026
16027 2015-04-02 Gary Benson <gbenson@redhat.com>
16028
16029 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16030
16031 2015-04-01 Sasha Smundak <asmundak@google.com>
16032
16033 * gdb.python/py-unwind-maint.c: New file.
16034 * gdb.python/py-unwind-maint.exp: New test.
16035 * gdb.python/py-unwind-maint.py: New file.
16036 * gdb.python/py-unwind.c: New file.
16037 * gdb.python/py-unwind.exp: New test.
16038 * gdb.python/py-unwind.py: New test.
16039
16040 2015-04-01 Pedro Alves <palves@redhat.com>
16041
16042 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16043 to fail instead of non-existent $test.
16044
16045 2015-04-01 Pedro Alves <palves@redhat.com>
16046
16047 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16048 GDBFLAGS if not empty.
16049
16050 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16051
16052 * gdb.ada/complete.exp: Remove "multi_line".
16053 * gdb.ada/info_exc.exp: Remove "multi_line".
16054 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16055 * gdb.ada/ptype_field.exp: Remove "multi_line".
16056 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16057 * gdb.ada/tagged.exp: Remove "multi_line".
16058 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16059 [multi_line ...]
16060 * gdb.btrace/delta.exp: Likewise.
16061 * gdb.btrace/exception.exp: Likewise.
16062 * gdb.btrace/function_call_history.exp: Likewise.
16063 * gdb.btrace/instruction_history.exp: Likewise.
16064 * gdb.btrace/nohist.exp: Likewise.
16065 * gdb.btrace/record_goto.exp: Likewise.
16066 * gdb.btrace/segv.exp: Likewise.
16067 * gdb.btrace/stepi.exp: Likewise.
16068 * gdb.btrace/tailcall.exp: Likewise.
16069 * gdb.btrace/unknown_functions.exp: Likewise.
16070 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16071 * lib/gdb.exp: Add the "multi_line" helper.
16072
16073 2015-04-01 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.threads/tid-reuse.c: New file.
16076 * gdb.threads/tid-reuse.exp: New file.
16077
16078 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16079
16080 PR corefiles/16092
16081 * gdb.base/coredump-filter.c: New file.
16082 * gdb.base/coredump-filter.exp: Likewise.
16083
16084 2015-03-27 Petr Machata <pmachata@redhat.com>
16085
16086 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16087 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16088 (Dwarf::assemble): Initialize them.
16089 (Dwarf::lines): New function.
16090
16091 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16092
16093 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16094 SYMBOL_PREFIX for x86_64-*-cygwin.
16095
16096 2015-03-26 Andy Wingo <wingo@igalia.com>
16097
16098 PR symtab/18148
16099 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16100 const_value but not a location.
16101 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16102 location defined in non-main CUs are visible.
16103
16104 2015-03-26 Yao Qi <yao.qi@linaro.org>
16105
16106 PR testsuite/18139
16107 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16108 Add a line number entry for the same line.
16109 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16110 Add a line number entry for the same line.
16111
16112 2015-03-26 Yao Qi <yao.qi@linaro.org>
16113
16114 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16115 .int 0.
16116 (func): Likewise. Add .Lfunc_1 label.
16117 Use .Lfunc_1 label.
16118 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16119 .int 0.
16120 (func): Likewise.
16121 Use .Lfunc_1 label.
16122
16123 2015-03-26 Yao Qi <yao.qi@linaro.org>
16124
16125 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16126 Call gdb_compile instead to compile each .s files without debug
16127 information.
16128
16129 2015-03-26 Yao Qi <yao.qi@linaro.org>
16130
16131 * gdb.base/savedregs.exp (process_saved_regs): Make
16132 "Saved registers:" optional in the pattern.
16133
16134 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16135
16136 * gdb.btrace/next.exp: Merged into step.exp.
16137 * gdb.btrace/finish.exp: Merged into step.exp.
16138 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16139 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16140 "record goto" and checking the exact replay position.
16141 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16142 check for "Recording format" in "info record" output.
16143 * gdb.btrace/record_goto.exp: Choose test file based on target.
16144 * gdb.btrace/x86-record_goto.S: Renamed into ...
16145 * gdb.btrace/x86_64-record_goto.S: ... this.
16146 * gdb.btrace/i686-record_goto.S: New.
16147 * gdb.btrace/x86-tailcall.S: Renamed into ...
16148 * gdb.btrace/x86_64-tailcall.S: ... this.
16149 * gdb.btrace/i686-tailcall.S: New.
16150 * gdb.btrace/x86-tailcall.c: Renamed into ...
16151 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16152 separate statements. Update test.
16153 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16154 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16155 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16156 * gdb.btrace/tailcall.exp: Choose test file based on target.
16157 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16158
16159 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16160
16161 * gdb.btrace/exception.exp: Increase BTS buffer size.
16162
16163 2015-03-24 Pedro Alves <palves@redhat.com>
16164
16165 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16166
16167 2015-03-24 Pedro Alves <palves@redhat.com>
16168
16169 * gdb.threads/schedlock.exp (test_step): No longer expect that
16170 "set scheduler-locking step" with "next" over a function call runs
16171 threads unlocked.
16172
16173 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16174
16175 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16176
16177 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16178
16179 PR breakpoints/16466
16180 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16181 * gdb.mi/mi-pending.c (thread_func): New function.
16182 (int main): Add threading support required.
16183 * gdb.mi/mi-pending.exp: Add tests for this issue.
16184 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16185 (pendfunc2): Remove stdio dependency.
16186 * gdb.mi/mi-pendshr2.c: New file.
16187
16188 2015-03-23 Keith Seitz <keiths@redhat.com>
16189
16190 * gdb.linespec/keywords.c: New file.
16191 * gdb.linespec/keywords.exp: New file.
16192
16193 2015-03-23 Keith Seitz <keiths@redhat.com>
16194
16195 PR gdb/18021
16196 * gdb.dwarf2/staticvirtual.exp: New test.
16197
16198 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16199
16200 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16201 * README: Remove HP-UX and gdb.hp.
16202 (configuration):
16203 * configure: Regenerate.
16204 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16205 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16206 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16207 gdb.hp/gdb.defects/Makefile.
16208 * gdb.hp/Makefile.in: File deleted.
16209 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16210 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16211 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16212 * gdb.hp/gdb.aCC/run.c: File deleted.
16213 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16214 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16215 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16216 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16217 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16218 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16219 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16220 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16221 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16222 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16223 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16224 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16225 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16226 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16227 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16228 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16229 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16230 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16231 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16232 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16233 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16234 * gdb.hp/gdb.compat/average.c: File deleted.
16235 * gdb.hp/gdb.compat/sum.c: File deleted.
16236 * gdb.hp/gdb.compat/xdb.c: File deleted.
16237 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16238 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16239 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16240 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16241 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16242 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16243 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16244 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16245 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16246 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16247 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16248 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16249 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16250 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16251 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16252 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16253 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16254 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16255 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16256 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16257 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16258 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16259 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16260 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16261 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16262 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16263 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16264 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16265 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16266 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16267 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16268 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16269 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16270 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16271 * gdb.hp/tools/odump: File deleted.
16272
16273 2015-03-19 Pedro Alves <palves@redhat.com>
16274
16275 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16276 (saw_thread_3): New globals.
16277 (top level): Increment them when an event for the corresponding
16278 thread is seen.
16279 (no thread starvation): New test.
16280
16281 2015-03-19 Pedro Alves <palves@redhat.com>
16282
16283 * gdb.threads/continue-pending-status.c: New file.
16284 * gdb.threads/continue-pending-status.exp: New file.
16285
16286 2015-03-18 Pedro Alves <palves@redhat.com>
16287
16288 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16289 Use gdb_is_target_remote instead of is_remote. Use
16290 gdb_test_multiple instead of gdb_expect. Exit early if
16291 gdb_test_multiple hits its internal matches. Tighten stepi tests
16292 expected output. Fail on exit with any signal, instead of just
16293 SIGILL.
16294
16295 2015-03-18 Yao Qi <yao.qi@linaro.org>
16296
16297 PR tdep/18107
16298 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16299 variable.
16300 * gdb.base/catch-syscall.exp: Don't skip it on
16301 aarch64*-*-linux* target. Remove elements in all_syscalls.
16302 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16303 target.
16304 (setup_all_syscalls): New proc.
16305
16306 2015-03-16 Yao Qi <yao.qi@linaro.org>
16307
16308 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16309 (top level): Skip tests if valid_addr_p returns false for
16310 $cmd1 or $cmd2.
16311
16312 2015-03-11 Andy Wingo <wingo@igalia.com>
16313
16314 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16315
16316 2015-03-11 Yao Qi <yao.qi@linaro.org>
16317
16318 * gdb.base/catch-syscall.exp: Fix typo in comments.
16319
16320 2015-03-11 Yao Qi <yao.qi@linaro.org>
16321
16322 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16323
16324 2015-03-09 Pedro Alves <palves@redhat.com>
16325
16326 * dg-extract-results.py: Delete.
16327
16328 2015-03-09 Pedro Alves <palves@redhat.com>
16329
16330 Merge dg-extract-results.sh from GCC upstream (r218843).
16331
16332 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16333 * dg-extract-results.sh: Use --text with grep to avoid issues with
16334 binary files. Fall back to cat -v, if that doesn't work.
16335
16336 2015-03-05 Pedro Alves <palves@redhat.com>
16337
16338 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16339
16340 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16341
16342 * lib/mi-support.exp (mi_expect_interrupt): Accept
16343 alternative event for when in all-stop mode.
16344
16345 2015-03-04 Pedro Alves <palves@redhat.com>
16346
16347 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16348
16349 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16350
16351 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16352
16353 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16354
16355 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16356 regexps for GDB's current line display, accept a hex address
16357 preceding the line number.
16358
16359 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16360
16361 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16362 the 'arch1' variable for "s390*-linux*" targets.
16363
16364 2015-03-04 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16367 (main): Pass missing retval argument to pthread_join call.
16368
16369 2015-03-02 Pedro Alves <palves@redhat.com>
16370
16371 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16372 (top level): Call do_test with non-stop as well.
16373
16374 2015-03-02 Pedro Alves <palves@redhat.com>
16375
16376 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16377 -1.
16378
16379 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16380
16381 * gdb.arch/s390-vregs.exp: New test.
16382 * gdb.arch/s390-vregs.S: New file.
16383
16384 2015-02-27 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16387 call to catch_command_errors.
16388 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16389 catch_command_errors.
16390
16391 2015-02-27 Pedro Alves <palves@redhat.com>
16392
16393 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16394 "true" for boolean result.
16395 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16396 prototype of main.
16397
16398 2015-02-27 Pedro Alves <palves@redhat.com>
16399
16400 * lib/unbuffer_output.c: New file.
16401 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16402 (main): Call gdb_unbuffer_output.
16403
16404 2015-02-27 Yao Qi <yao.qi@linaro.org>
16405
16406 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16407 target.
16408
16409 2015-02-26 Doug Evans <dje@google.com>
16410
16411 * gdb.cp/class2.cc (Dbase, D): New classes.
16412 (main): New local delta.
16413 * gdb.cp/class2.exp: Test printing delta.
16414 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16415 (dynbar): New global.
16416 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16417
16418 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16419
16420 * gdb.compile/compile-ifunc.c: New file.
16421 * gdb.compile/compile-ifunc.exp: New file.
16422
16423 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16424
16425 * gdb.base/structs.exp: Check for correct struct on finish.
16426
16427 2015-02-26 Yao Qi <yao.qi@linaro.org>
16428
16429 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16430 is zero.
16431
16432 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16433
16434 * gdb.arch/cordic.ko.bz2: New file.
16435 * gdb.arch/cordic.ko.debug.bz2: New file.
16436 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16437
16438 2015-02-25 Yao Qi <yao.qi@linaro.org>
16439
16440 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16441 aarch64*-*-* target.
16442
16443 2015-02-23 Pedro Alves <palves@redhat.com>
16444
16445 * lib/gdb.exp (delete_breakpoints): Rewrite using
16446 gdb_test_multiple.
16447
16448 2015-02-23 Pedro Alves <palves@redhat.com>
16449
16450 * gdb.base/info-os.c: Include stdlib.h.
16451
16452 2015-02-22 Doug Evans <xdje42@gmail.com>
16453
16454 PR symtab/17855
16455 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16456 is read after symbols have been re-read.
16457 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16458 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16459
16460 2015-02-21 Doug Evans <dje@google.com>
16461
16462 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16463
16464 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16465
16466 PR corefiles/17808
16467 * gdb.arch/i386-biarch-core.core.bz2: New file.
16468 * gdb.arch/i386-biarch-core.exp: New file.
16469
16470 2015-02-21 Pedro Alves <palves@redhat.com>
16471
16472 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16473 runto_main fails.
16474
16475 2015-02-20 Pedro Alves <palves@redhat.com>
16476
16477 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16478 info probes.
16479
16480 2015-02-20 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16483
16484 2015-02-20 Pedro Alves <palves@redhat.com>
16485
16486 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16487 clean_restart before gdb_target_supports_trace.
16488
16489 2015-02-20 Pedro Alves <palves@redhat.com>
16490
16491 PR threads/18006
16492 * gdb.threads/clone-thread_db.c: New file.
16493 * gdb.threads/clone-thread_db.exp: New file.
16494
16495 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16496
16497 PR breakpoints/16812
16498 * gdb.base/catch-gdb-caused-signals.c: New file.
16499 * gdb.base/catch-gdb-caused-signals.exp: New file.
16500
16501 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16502
16503 * configure: Regenerated.
16504 * configure.ac: Use GDB_AC_TRANSFORM.
16505 * aclocal.m4: sinclude ../transform.m4.
16506
16507 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16508
16509 * lib/dtrace.exp: New file.
16510 * gdb.base/dtrace-probe.exp: Likewise.
16511 * gdb.base/dtrace-probe.d: Likewise.
16512 * gdb.base/dtrace-probe.c: Likewise.
16513 * lib/pdtrace.in: Likewise.
16514 * configure.ac: Output variables with the transformed names of
16515 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16516 * configure: Regenerated.
16517
16518 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16519
16520 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16521 expected message when trying to access $_probe_* convenience
16522 variables while not on a probe.
16523
16524 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16525
16526 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16527
16528 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16529
16530 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16531 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16532
16533 2015-02-10 Doug Evans <xdje42@gmail.com>
16534
16535 * lib/gdb.exp (gdb_load): Always return a result.
16536
16537 2015-02-10 Pedro Alves <palves@redhat.com>
16538
16539 * gdb.threads/signal-sigtrap.c: New file.
16540 * gdb.threads/signal-sigtrap.exp: New file.
16541
16542 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16543
16544 * gdb.trace/no-attach-trace.c: New file.
16545 * gdb.trace/no-attach-trace.exp: New file.
16546
16547 2015-02-09 Mark Wielaard <mjw@redhat.com>
16548
16549 * gdb.dwarf2/atomic.c: New file.
16550 * gdb.dwarf2/atomic-type.exp: Likewise.
16551
16552 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16553
16554 * gdb.btrace/buffer-size.exp: Update "info record" output.
16555 * gdb.btrace/delta.exp: Update "info record" output.
16556 * gdb.btrace/enable.exp: Update "info record" output.
16557 * gdb.btrace/finish.exp: Update "info record" output.
16558 * gdb.btrace/instruction_history.exp: Update "info record" output.
16559 * gdb.btrace/next.exp: Update "info record" output.
16560 * gdb.btrace/nexti.exp: Update "info record" output.
16561 * gdb.btrace/step.exp: Update "info record" output.
16562 * gdb.btrace/stepi.exp: Update "info record" output.
16563 * gdb.btrace/nohist.exp: Update "info record" output.
16564
16565 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16566
16567 * gdb.btrace/buffer-size: New.
16568
16569 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16570
16571 * gdb.btrace/delta.exp: Update "info record" output.
16572 * gdb.btrace/enable.exp: Update "info record" output.
16573 * gdb.btrace/finish.exp: Update "info record" output.
16574 * gdb.btrace/instruction_history.exp: Update "info record" output.
16575 * gdb.btrace/next.exp: Update "info record" output.
16576 * gdb.btrace/nexti.exp: Update "info record" output.
16577 * gdb.btrace/step.exp: Update "info record" output.
16578 * gdb.btrace/stepi.exp: Update "info record" output.
16579 * gdb.btrace/nohist.exp: Update "info record" output.
16580
16581 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16582
16583 PR gdb/15678
16584 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16585
16586 2015-02-06 Pedro Alves <palves@redhat.com>
16587
16588 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16589 macro.
16590 (seconds_left, again): New globals.
16591 (main): Wait seconds_left in a 1-second sleep loop instead of
16592 sleeping 180 seconds. If 'again' is set, reset the seconds
16593 counter.
16594 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16595 'again' in the inferior before detaching. Print the seconds left.
16596 (options): New global.
16597 (top level): Build program with -DTIMEOUT=$timeout.
16598
16599 2015-02-06 Pedro Alves <palves@redhat.com>
16600
16601 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16602 determine how many seconds to pass to 'alarm'.
16603 * gdb.base/gdb-sigterm.exp (top level): Build program with
16604 -DTIMEOUT=$timeout.
16605 (do_test): Return success/failure indication. Add more verbose
16606 logging. Don't fail if 200 single steps are seen. Instead, fail
16607 when the test times out.
16608 (passes): New global.
16609 (top level): Break the testing loop if testing fails on any
16610 iteration. Use gdb_assert.
16611
16612 2015-02-04 Don Breazeal <donb@codesourcery.com>
16613
16614 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16615 and initialize them.
16616 (ipc_cleanup): New function.
16617 (main): Don't declare shmid, semid, and msqid. Add a call to
16618 atexit so that we call ipc_cleanup on exit.
16619
16620 2015-02-04 Pedro Alves <palves@redhat.com>
16621
16622 * boards/native-extended-gdbserver.exp: Remove any target variant
16623 specifications from the board name before clearing the isremote
16624 flag from board_info.
16625
16626 2015-01-31 Doug Evans <xdje42@gmail.com>
16627
16628 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16629
16630 2015-01-31 Gary Benson <gbenson@redhat.com>
16631
16632 * gdb.base/completion.exp: Disable completion limiting for
16633 existing tests. Add new tests to check completion limiting.
16634 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16635
16636 2015-01-31 Doug Evans <xdje42@gmail.com>
16637
16638 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16639
16640 2015-01-31 Doug Evans <xdje42@gmail.com>
16641
16642 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16643 entries. Duplicate file section script entries.
16644 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16645 inlined entries. Add test for safe-path rejection.
16646 * gdb.python/py-section-script.c: Add duplicate inlined section script
16647 entries. Duplicate file section script entries.
16648 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16649 inlined entries. Add test for safe-path rejection.
16650
16651 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16652
16653 * gdb.ada/disc_arr_bound: New testcase.
16654
16655 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16656
16657 * gdb.ada/mi_var_array: New testcase.
16658
16659 2015-01-27 Doug Evans <dje@google.com>
16660
16661 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16662 Add test for objfile.filename, objfile.username after objfile
16663 has been unloaded.
16664
16665 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16666
16667 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16668 the second test to print the name attribute of value
16669 returned by the call to gdb.lookup_type, and adjust
16670 the expected output accordingly.
16671
16672 2015-01-25 Mark Wielaard <mjw@redhat.com>
16673
16674 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16675 * gdb.base/disp-step-fork.c: Include unistd.h.
16676 * gdb.base/siginfo-obj.c: Include stdio.h.
16677 * gdb.base/siginfo-thread.c: Likewise.
16678 * gdb.mi/non-stop.c: Include unistd.h.
16679 * gdb.mi/nsthrexec.c: Include stdio.h.
16680 * gdb.mi/pthreads.c: Include unistd.h.
16681 * gdb.modula2/unbounded1.c (main): Declare returns int.
16682 * gdb.reverse/consecutive-reverse.c: Likewise.
16683 * gdb.threads/create-fail.c: Include unistd.h.
16684 * gdb.threads/killed.c: Likewise.
16685 * gdb.threads/linux-dp.c: Likewise.
16686 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16687 * gdb.threads/non-ldr-exc-2.c: Likewise.
16688 * gdb.threads/non-ldr-exc-3.c: Likewise.
16689 * gdb.threads/non-ldr-exc-4.c: Likewise.
16690 * gdb.threads/pthreads.c: Include unistd.h.
16691 (main): Declare returns int.
16692 * gdb.threads/tls-main.c (foo): New declaration.
16693 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16694
16695 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16696
16697 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16698 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16699
16700 2015-01-15 Mark Wielaard <mjw@redhat.com>
16701
16702 * gdb.base/noreturn-return.c: New file.
16703 * gdb.base/noreturn-return.exp: New file.
16704 * gdb.base/noreturn-finish.c: New file.
16705 * gdb.base/noreturn-finish.exp: New file.
16706
16707 2015-01-23 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.threads/continue-pending-after-query.c: New file.
16710 * gdb.threads/continue-pending-after-query.exp: New file.
16711
16712 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16713 Simon Marchi <simon.marchi@ericsson.com>
16714
16715 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16716 * gdb.base/valgrind-db-attach.exp: Same.
16717 * gdb.base/valgrind-infcall.exp: Same.
16718 * lib/mi-support.exp (default_mi_gdb_start): Same.
16719 * lib/prompt.exp (default_prompt_gdb_start): Same.
16720 * lib/gdb.exp (default_gdb_spawn): Same.
16721 (gdb_interact): New.
16722
16723
16724 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16725
16726 * gdb.compile/compile.exp (pointer to jit function): New test.
16727
16728 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16729
16730 * lib/gdb.exp (supports_process_record): Return true for
16731 powerpc*-*-linux*.
16732 (supports_reverse): Likewise.
16733
16734 2015-01-15 Don Breazeal <donb@codesourcery.com>
16735
16736 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16737 instead of checking whether the target board is remote and
16738 use spawn_wait_for_attach instead of exec/sleep.
16739 * gdb.base/attach-twice.exp: Likewise.
16740
16741 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16742
16743 * gdb.ada/var_arr_attrs: New testcase.
16744
16745 2015-01-14 Pedro Alves <palves@redhat.com>
16746 Joel Brobecker <brobecker@adacore.com>
16747
16748 PR gdb/17525
16749 * gdb.base/bp-cmds-execution-x-script.c: New file.
16750 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16751 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16752
16753 2015-01-14 Pedro Alves <palves@redhat.com>
16754
16755 PR cli/17828
16756 * gdb.base/batch-preserve-term-settings.c: New file.
16757 * gdb.base/batch-preserve-term-settings.exp: New file.
16758
16759 2015-01-13 Doug Evans <dje@google.com>
16760
16761 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16762 binary.
16763
16764 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16765
16766 * Makefile.in (clean mostlyclean): Do not delete *.py.
16767
16768 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16769
16770 * gdb.python/py-lookup-type.exp: New file.
16771
16772 2015-01-12 Pedro Alves <palves@redhat.com>
16773
16774 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16775 restore GDBFLAGS before returning.
16776
16777 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16778
16779 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16780 is_amd64_regs_target and is_x86_like_target.
16781
16782 2015-01-11 Doug Evans <xdje42@gmail.com>
16783
16784 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16785 is given without an explicit form.
16786 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16787 attributes.
16788 * gdb.dwarf/corrupt.exp: Ditto.
16789 * gdb.dwarf2/enum-type.exp: Ditto.
16790 * gdb.trace/entry-values.exp: Ditto.
16791 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16792
16793 2015-01-11 Doug Evans <xdje42@gmail.com>
16794
16795 PR gdb/15830
16796 * gdb.base/maint.exp: Remove references to "maint demangle".
16797 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16798 Add tests for explicitly specifying language to demangle.
16799 * gdb.dlang/demangle.exp: Ditto.
16800
16801 2015-01-09 Pedro Alves <palves@redhat.com>
16802
16803 * gdb.threads/non-stop-fair-events.c: New file.
16804 * gdb.threads/non-stop-fair-events.exp: New file.
16805
16806 2015-01-09 Pedro Alves <palves@redhat.com>
16807
16808 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16809 the global scope. Set a breakpoint after all threads are started
16810 rather than stepping over two source lines. Expect the prompt.
16811 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16812 global.
16813 (NUM): Now 15.
16814 (main): Use threads_started_barrier to wait for all threads to
16815 start. Main thread no longer calls thread_function. Exit after
16816 180 seconds.
16817 (loop): New function.
16818 (thread_function): Wait on threads_started_barrier barrier. Call
16819 'loop' at each iteration.
16820 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16821 threads have started, instead of hardcoding number of "next"
16822 steps. Use an access watchpoint instead of a write watchpoint.
16823
16824 2015-01-09 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16827 (thread_func): Wait on barrier.
16828 (main): Wait for all threads to start before stopping GDB.
16829 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16830 global.
16831 (thread1_func, thread2_func): Wait on barrier.
16832 (main): Wait for all threads to start before stopping GDB.
16833 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16834 New global.
16835 (thread1_func, thread2_func): Wait on barrier.
16836 (main): Wait for all threads to start before stopping GDB.
16837
16838 2015-01-09 Pedro Alves <palves@redhat.com>
16839
16840 * gdb.threads/attach-many-short-lived-threads.c: New file.
16841 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16842
16843 2014-01-09 Pedro Alves <palves@redhat.com>
16844
16845 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16846 instead of to thread 2.
16847 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16848 Add barrier around each pthread_create call instead of around all
16849 calls.
16850 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16851 Set a break on thread_function and have the child threads hit it
16852 one at at a time.
16853
16854 2015-01-09 Pedro Alves <palves@redhat.com>
16855
16856 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16857 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16858 false.
16859 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16860 checking whether the target board is remote.
16861 * gdb.multi/multi-attach.exp: Likewise.
16862 * gdb.python/py-sync-interp.exp: Likewise.
16863 * gdb.server/ext-attach.exp: Likewise.
16864 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16865 tests that need to attach, instead of checking whether the target
16866 board is remote at the top of the file.
16867
16868 2015-01-08 Yao Qi <yao@codesourcery.com>
16869
16870 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16871
16872 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16873
16874 Fix testcase compilation.
16875 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16876
16877 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16878
16879 * gdb.python/py-type.exp: Add a couple test about empty
16880 array creation, and negative-length array creation.
16881
16882 2015-01-02 Doug Evans <xdje42@gmail.com>
16883
16884 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16885
16886 2015-01-02 Doug Evans <dje@google.com>
16887
16888 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16889
16890 2014-12-29 Yao Qi <yao@codesourcery.com>
16891
16892 * gdb.trace/entry-values.exp: Update comments. Rename variable
16893 bar_call_foo to returned_from_foo.
16894
16895 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16896
16897 PR gdb/17394
16898 * gdb.linespec/break-asm-file.c: New file.
16899 * gdb.linespec/break-asm-file.exp: New file.
16900 * gdb.linespec/break-asm-file0.s: New file.
16901 * gdb.linespec/break-asm-file1.s: New file.
16902
16903 2014-12-18 Nigel Stephens <nigel@mips.com>
16904 Maciej W. Rozycki <macro@codesourcery.com>
16905
16906 * gdb.base/float.exp: Handle the new output from "info float" on
16907 MIPS targets.
16908
16909 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16910
16911 Fix MinGW compilation.
16912 * gdb.compile/compile-ops.exp: Update untested message if
16913 !skip_compile_feature_tests.
16914 * gdb.compile/compile-setjmp.exp: Likewise.
16915 * gdb.compile/compile-tls.exp: Likewise.
16916 * gdb.compile/compile.exp: Likewise.
16917 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16918 supported on this host".
16919
16920 2014-12-16 Doug Evans <xdje42@gmail.com>
16921
16922 * boards/stabs.exp: New file.
16923
16924 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16925
16926 * gdb.base/completion.exp: Adjust to format changes of "maint
16927 print user-registers".
16928
16929 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16930
16931 PR server/17457
16932 * gdb.arch/aarch64-fp.c: New file.
16933 * gdb.arch/aarch64-fp.exp: New file.
16934
16935 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16936
16937 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16938 r210637, r210913, r211666, r215400, r215817).
16939
16940 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16941 * dg-extract-results.py: New file.
16942 * dg-extract-results.sh: Use it if the environment seems
16943 suitable.
16944
16945 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16946
16947 * dg-extract-results.py (parse_run): Handle warnings that
16948 are printed before a test harness is run.
16949
16950 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16951
16952 * dg-extract-results.py (Named): Remove __cmp__ method.
16953 (output_variation): Use a key to sort variation.harnesses.
16954
16955 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16956
16957 * dg-extract-results.py: For Python 3, force sys.stdout to
16958 handle surrogate escape sequences.
16959 (safe_open): New function.
16960 (output_segment, main): Use it.
16961
16962 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16963
16964 * dg-extract-results.py (Prog.result_re): Include options
16965 in test name.
16966
16967 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16968
16969 * dg-extract-results.py (output_variation): Always sort if
16970 do_sum.
16971
16972 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16973
16974 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16975 as long as we get pagination notifications.
16976
16977 2014-12-15 Jason Merrill <jason@redhat.com>
16978
16979 * Makefile.in (check-gdb.%): Restore.
16980 * README: Mention it.
16981
16982 2014-12-13 Joel Brobecker <brobecker@adacore.com>
16983
16984 * gdb.ada/str_uninit: New testcase.
16985
16986 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16987
16988 PR symtab/17642
16989 * gdb.base/vla-stub-define.c: New file.
16990 * gdb.base/vla-stub.c: New file.
16991 * gdb.base/vla-stub.exp: New file.
16992
16993 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
16994 Jan Kratochvil <jan.kratochvil@redhat.com>
16995 Tom Tromey <tromey@redhat.com>
16996
16997 * configure.ac: Add gdb.compile/.
16998 * configure: Regenerate.
16999 * gdb.compile/Makefile.in: New file.
17000 * gdb.compile/compile-ops.exp: New file.
17001 * gdb.compile/compile-ops.c: New file.
17002 * gdb.compile/compile-tls.c: New file.
17003 * gdb.compile/compile-tls.exp: New file.
17004 * gdb.compile/compile-constvar.S: New file.
17005 * gdb.compile/compile-constvar.c: New file.
17006 * gdb.compile/compile-mod.c: New file.
17007 * gdb.compile/compile-nodebug.c: New file.
17008 * gdb.compile/compile-setjmp-mod.c: New file.
17009 * gdb.compile/compile-setjmp.c: New file.
17010 * gdb.compile/compile-setjmp.exp: New file.
17011 * gdb.compile/compile-shlib.c: New file.
17012 * gdb.compile/compile.c: New file.
17013 * gdb.compile/compile.exp: New file.
17014 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17015
17016 2014-12-12 Tom Tromey <tromey@redhat.com>
17017
17018 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17019 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17020
17021 2014-12-12 Doug Evans <dje@google.com>
17022
17023 * lib/gdb-python.exp (get_python_valueof): New function.
17024 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17025
17026 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17027
17028 * gdb.base/completion.exp: Add test for completion of "info
17029 registers ".
17030
17031 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17032
17033 * gdb.base/func-ptrs.c: New file.
17034 * gdb.base/func-ptrs.exp: New file.
17035
17036 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17037
17038 PR breakpoints/17012
17039 * gdb.base/dprintf-detach.c: New file.
17040 * gdb.base/dprintf-detach.exp: New file.
17041
17042 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17043
17044 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17045 * lib/gdb.exp (target_is_gdbserver): New procedure.
17046
17047 2014-12-08 Doug Evans <dje@google.com>
17048
17049 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17050
17051 2014-12-05 Yao Qi <yao@codesourcery.com>
17052
17053 * gdb.guile/scm-error.exp: Remove the third argument to
17054 gdb_remote_download.
17055 * gdb.guile/scm-frame-args.exp: Likewise.
17056 * gdb.guile/scm-section-script.exp: Likewise.
17057
17058 2014-12-05 Yao Qi <yao@codesourcery.com>
17059
17060 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17061
17062 2014-12-04 Doug Evans <dje@google.com>
17063
17064 * gdb.python/py-objfile.exp: Add tests for
17065 objfile.add_separate_debug_file.
17066
17067 2014-12-04 Doug Evans <dje@google.com>
17068
17069 * lib/gdb.exp (get_build_id): New function.
17070 (build_id_debug_filename_get): Rewrite to use it.
17071 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17072
17073 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17074
17075 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17076 `method(long)', not just 0x0.
17077 * gdb.cp/nsalias.exp: Align code labels to 4.
17078 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17079 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17080 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17081 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17082 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17083 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17084
17085 2014-12-02 Doug Evans <dje@google.com>
17086
17087 PR symtab/17602
17088 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17089 * gdb.cp/anon-ns2.cc: ... here. New file.
17090 * gdb.cp/anon-ns.exp: Update.
17091
17092 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17093
17094 * gdb.python/py-events.py (inferior_call_handler): New.
17095 (register_changed_handler, memory_changed_handler): New.
17096 (test_events.invoke): Register new handlers.
17097 * gdb.python/py-events.exp: Add tests for inferior call,
17098 memory_changed and register_changed events.
17099
17100 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17101
17102 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17103 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17104 if the linker doesn't understand this.
17105
17106 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17107
17108 * gdb.python/python.exp: Change expected reply to help().
17109
17110 2014-12-01 Yao Qi <yao@codesourcery.com>
17111
17112 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17113 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17114 * configure: Re-generated.
17115
17116 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17117
17118 * gdb.cp/chained-calls.cc: New file.
17119 * gdb.cp/chained-calls.exp: New file.
17120 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17121
17122 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17123
17124 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17125 * gdb.dwarf2/symtab-producer.exp: Same.
17126 * gdb.gdb/python-interrupts.exp: Same.
17127 * gdb.gdb/python-selftest.exp: Same.
17128 * gdb.python/py-linetable.exp: Same.
17129 * gdb.python/py-type.exp: Same.
17130 * gdb.python/py-value-cc.exp: Same.
17131 * gdb.python/py-value.exp: Same.
17132
17133 2014-11-28 Yao Qi <yao@codesourcery.com>
17134
17135 * gdb.base/break-probes.exp: Match library name prefixed with
17136 sysroot.
17137
17138 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17139
17140 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17141 test expected output. Add parentheses for the call to print.
17142 Remove L suffix from integers.
17143
17144 2014-11-26 Doug Evans <dje@google.com>
17145
17146 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17147
17148 2014-11-22 Yao Qi <yao@codesourcery.com>
17149
17150 * gdb.trace/entry-values.c: Remove asms.
17151 (foo): Add foo_label.
17152 (bar): Add bar_label.
17153 * gdb.trace/entry-values.exp: Remove code computing foo's
17154 length and bar's length.
17155 (Dwarf::assemble): Invoke function_range for bar and use
17156 MACRO_AT_func for foo.
17157
17158 2014-11-22 Yao Qi <yao@codesourcery.com>
17159
17160 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17161 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17162 Use .Lgcc43_procstart instead of gcc43.
17163
17164 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17165
17166 * gdb.ada/n_arr_bound: New testcase.
17167
17168 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17169
17170 PR breakpoints/10737
17171 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17172 test_catch_syscall_multi_arch.
17173 (test_catch_syscall_multi_arch): New function.
17174
17175 2014-11-20 Doug Evans <xdje42@gmail.com>
17176
17177 * gdb.base/maint.exp: Update expected output.
17178
17179 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17180
17181 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17182 4-byte instruction on S390.
17183
17184 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17185
17186 * gdb.ada/arr_arr: New testcase.
17187
17188 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17189
17190 * gdb.ada/pkd_arr_elem: New Testcase.
17191
17192 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17193
17194 * gdb.reverse/break-precsave: Expect completion message for
17195 core file reads.
17196 * gdb.reverse/consecutive-precsave.exp: Likewise.
17197 * gdb.reverse/finish-precsave.exp: Likewise.
17198 * gdb.reverse/i386-precsave.exp: Likewise.
17199 * gdb.reverse/machinestate-precsave.exp: Likewise.
17200 * gdb.reverse/sigall-precsave.exp: Likewise.
17201 * gdb.reverse/solib-precsave.exp: Likewise.
17202 * gdb.reverse/step-precsave.exp: Likewise.
17203 * gdb.reverse/until-precsave.exp: Likewise.
17204 * gdb.reverse/watch-precsave.exp: Likewise.
17205
17206 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17207
17208 * gdb.base/bp-permanent.c: Include unistd.h.
17209 * gdb.python/py-framefilter-mi.c (main): Add return type.
17210 * gdb.python/py-framefilter.c (main): Likewise.
17211 * gdb.trace/actions-changed.c (main): Likewise.
17212
17213 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17214
17215 * gdb.mi/until.c: Add eye-catchers.
17216 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17217 line numbers.
17218
17219 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17220
17221 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17222 function header variants in break1.c.
17223 * gdb.base/ena-dis-br.exp: Likewise.
17224 * gdb.base/hbreak2.exp: Likewise.
17225 * gdb.reverse/until-precsave.exp: Drop references to removed
17226 non-prototype function header variants in ur1.c.
17227 * gdb.reverse/until-reverse.exp: Likewise.
17228
17229 2014-11-17 Petr Machata <pmachata@redhat.com>
17230
17231 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17232 ${_cu_offset_size} bytes abbrev offset.
17233
17234 2014-11-15 Doug Evans <xdje42@gmail.com>
17235
17236 PR symtab/17559
17237 * gdb.base/line-symtabs.exp: New file.
17238 * gdb.base/line-symtabs.c: New file.
17239 * gdb.base/line-symtabs.h: New file.
17240
17241 2014-11-14 Yao Qi <yao@codesourcery.com>
17242
17243 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17244 (func): Add label func_label.
17245 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17246 Replace low_pc and high_pc with MACRO_AT_range.
17247 Replace name, low_pc and high_pc with MACRO_AT_func.
17248
17249 2014-11-14 Yao Qi <yao@codesourcery.com>
17250
17251 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17252 Replace name, low_pc and high_pc with MACRO_AT_func.
17253
17254 2014-11-14 Yao Qi <yao@codesourcery.com>
17255
17256 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17257 produce debug information.
17258 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17259
17260 2014-11-14 Yao Qi <yao@codesourcery.com>
17261
17262 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17263 object and get function length.
17264 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17265 with MACRO_AT_func.
17266 (top-level): Replace gdb_compile and clean_restart with
17267 prepare_for_testing.
17268 * gdb.dwarf2/main.c (main): Add label main_label.
17269
17270 2014-11-14 Yao Qi <yao@codesourcery.com>
17271
17272 * lib/dwarf.exp (function_range): New procedure.
17273 (Dwarf::_handle_macro_at_func): New procedure.
17274 (Dwarf::_handle_macro_at_range): New procedure.
17275 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17276
17277 2014-11-14 Yao Qi <yao@codesourcery.com>
17278
17279 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17280 (_handle_attribute): New procedure.
17281
17282 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17283
17284 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17285 * gdb.base/call-sc.c (zed): Likewise.
17286 * gdb.base/checkpoint.c (main): Likewise.
17287 * gdb.base/dump.c (main): Likewise.
17288 * gdb.base/gcore.c (main): Likewise.
17289 * gdb.base/huge.c (main): Likewise.
17290 * gdb.base/multi-forks.c (main): Likewise.
17291 * gdb.base/pr10179-a.c (main): Likewise.
17292 * gdb.base/savedregs.c (main): Likewise.
17293 * gdb.base/sigaltstack.c (main): Likewise.
17294 * gdb.base/siginfo.c (main): Likewise.
17295 * gdb.base/structs.c (zed): Likewise.
17296 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17297 * gdb.mi/mi-syn-frame.c (main): Likewise.
17298 * gdb.mi/until.c (foo, main): Likewise.
17299 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17300 * gdb.base/solib-weak.c (foo): Declare.
17301 * gdb.base/attach-twice.c: Include stdio.h.
17302 * gdb.base/weaklib1.c: Likewise.
17303 * gdb.base/weaklib2.c: Likewise.
17304 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17305 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17306 unistd.h.
17307 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17308 * gdb.mi/mi-exit-code.c: Likewise.
17309 * gdb.base/break-interp-lib.c: Include string.h.
17310 * gdb.base/coremaker.c: Likewise.
17311 * gdb.base/testenv.c: Likewise.
17312 * gdb.python/py-finish-breakpoint.c: Likewise.
17313 * gdb.base/inferior-died.c: Include sys/wait.h.
17314 * gdb.base/fileio.c: Include time.h.
17315 * gdb.base/async-shell.c: Include unistd.h.
17316 * gdb.base/dprintf-non-stop.c: Likewise.
17317 * gdb.base/info-os.c: Likewise.
17318 * gdb.mi/mi-console.c: Likewise.
17319 * gdb.mi/watch-nonstop.c: Likewise.
17320 * gdb.python/py-events.c: Likewise.
17321 * gdb.base/async.c (baz): Move up before its invocation.
17322 * gdb.base/code_elim2.c (my_global_func): Likewise.
17323 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17324 * gdb.base/advance.c (func2): Likewise.
17325
17326 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17327
17328 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17329 variant.
17330 * gdb.base/annota3.c: Likewise.
17331 * gdb.base/async.c: Likewise.
17332 * gdb.base/average.c: Likewise.
17333 * gdb.base/call-ar-st.c: Likewise.
17334 * gdb.base/call-rt-st.c: Likewise.
17335 * gdb.base/call-sc.c: Likewise.
17336 * gdb.base/call-strs.c: Likewise.
17337 * gdb.base/ending-run.c: Likewise.
17338 * gdb.base/execd-prog.c: Likewise.
17339 * gdb.base/exprs.c: Likewise.
17340 * gdb.base/foll-exec.c: Likewise.
17341 * gdb.base/foll-fork.c: Likewise.
17342 * gdb.base/foll-vfork.c: Likewise.
17343 * gdb.base/funcargs.c: Likewise.
17344 * gdb.base/gcore.c: Likewise.
17345 * gdb.base/jump.c: Likewise.
17346 * gdb.base/langs0.c: Likewise.
17347 * gdb.base/langs1.c: Likewise.
17348 * gdb.base/langs2.c: Likewise.
17349 * gdb.base/mips_pro.c: Likewise.
17350 * gdb.base/nodebug.c: Likewise.
17351 * gdb.base/opaque0.c: Likewise.
17352 * gdb.base/opaque1.c: Likewise.
17353 * gdb.base/recurse.c: Likewise.
17354 * gdb.base/run.c: Likewise.
17355 * gdb.base/scope0.c: Likewise.
17356 * gdb.base/scope1.c: Likewise.
17357 * gdb.base/setshow.c: Likewise.
17358 * gdb.base/setvar.c: Likewise.
17359 * gdb.base/shmain.c: Likewise.
17360 * gdb.base/shr1.c: Likewise.
17361 * gdb.base/shr2.c: Likewise.
17362 * gdb.base/sigall.c: Likewise.
17363 * gdb.base/signals.c: Likewise.
17364 * gdb.base/so-indr-cl.c: Likewise.
17365 * gdb.base/solib2.c: Likewise.
17366 * gdb.base/structs.c: Likewise.
17367 * gdb.base/sum.c: Likewise.
17368 * gdb.base/vforked-prog.c: Likewise.
17369 * gdb.base/watchpoint.c: Likewise.
17370 * gdb.reverse/shr2.c: Likewise.
17371 * gdb.reverse/until-reverse.c: Likewise.
17372 * gdb.reverse/ur1.c: Likewise.
17373 * gdb.reverse/watch-reverse.c: Likewise.
17374
17375 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17376
17377 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17378 variant.
17379 * gdb.base/sepdebug.exp: Drop references to removed code.
17380
17381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17382
17383 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17384 variant. Preserve original line numbering.
17385 * gdb.base/list1.c: Likewise.
17386
17387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17388
17389 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17390 variant.
17391 * gdb.base/break1.c: Likewise.
17392 * gdb.base/break.exp: Drop references to removed code.
17393
17394 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17395
17396 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17397 variant.
17398
17399 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17400
17401 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17402
17403 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17404
17405 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17406 logic into perform_all_tests() and invoke it with and without
17407 function header prototypes.
17408 (do_function_calls): Remove conditional XFAIL for PR 5318.
17409 (rerun_and_prepare): Remove duplicate code.
17410 (perform_all_tests): New. Main logic moved here.
17411
17412 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17413
17414 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17415 code guarded by #ifdef NO_PROTOTYPES.
17416 (t_double_many_args): Likewise.
17417 (DEF_FUNC_MANY_ARGS_1): Likewise.
17418 (DEF_FUNC_VALUES_1): Likewise.
17419 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17420 guarded by #ifdef PROTOTYPES.
17421
17422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17423
17424 * gdb.mi/mi-console.c: Add eye-catcher.
17425 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17426 instead of literal line number.
17427
17428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17429
17430 * gdb.base/shr2.c: Add eye-catcher.
17431 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17432 line number.
17433
17434 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17435
17436 * gdb.base/jump.c: Add eye-catchers.
17437 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17438 numbers.
17439
17440 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17441
17442 * gdb.base/execd-prog.c: Add eye-catchers.
17443 * gdb.base/foll-exec.c: Likewise.
17444 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17445 line numbers.
17446
17447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17448
17449 * gdb.base/ending-run.c: Add eye-catchers.
17450 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17451 literal line numbers.
17452
17453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17454
17455 * gdb.base/call-rt-st.c: Add eye-catchers.
17456 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17457 literal line numbers.
17458
17459 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17460
17461 * gdb.base/call-ar-st.c: Add eye-catchers.
17462 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17463 literal line numbers.
17464
17465 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17466
17467 * gdb.base/average.c: Add eye-catchers.
17468 * gdb.base/sum.c: Likewise.
17469 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17470 regexps dynamically.
17471
17472 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17473
17474 * gdb.base/solib1.c: Add eye-catchers.
17475 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17476 literal line numbers.
17477
17478 2014-11-12 Pedro Alves <palves@redhat.com>
17479
17480 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17481 leader has exited.
17482
17483 2014-11-12 Pedro Alves <palves@redhat.com>
17484
17485 * gdb.arch/i386-bp_permanent.c: New file.
17486 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17487 (srcfile): Set to i386-bp_permanent.c.
17488 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17489 that stepi does not execute the 'leave' instruction, instead of
17490 testing it does execute.
17491 * gdb.base/bp-permanent.c: New file.
17492 * gdb.base/bp-permanent.exp: New file.
17493
17494 2014-11-10 Doug Evans <xdje42@gmail.com>
17495
17496 PR symtab/17564
17497 * gdb.base/symtab-search-order.exp: New file.
17498 * gdb.base/symtab-search-order.c: New file.
17499 * gdb.base/symtab-search-order-1.c: New file.
17500 * gdb.base/symtab-search-order-shlib-1.c: New file.
17501
17502 2014-11-07 Pedro Alves <palves@redhat.com>
17503
17504 PR gdb/17511
17505 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17506 i?86-*-linux*.
17507
17508 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17509
17510 PR c++/17494
17511 * gdb.cp/pr17494.cc: New file.
17512 * gdb.cp/pr17494.exp: New file.
17513
17514 2014-11-02 Yao Qi <yao@codesourcery.com>
17515
17516 * gdb.python/python.exp: Get working directory and match the
17517 output of "set extended-prompt \\w " with it.
17518
17519 2014-10-30 Doug Evans <dje@google.com>
17520
17521 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17522 in objfiles.
17523 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17524 in progspaces.
17525
17526 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17527
17528 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17529 * gdb.base/realname-expand.exp: Likewise.
17530 * gdb.linespec/macro-relative.exp: Likewise.
17531
17532 2014-10-29 Pedro Alves <palves@redhat.com>
17533
17534 PR gdb/17408
17535 * gdb.threads/schedlock.c (some_function): New function.
17536 (call_function): New global.
17537 (MAYBE_CALL_SOME_FUNCTION): New macro.
17538 (thread_function): Call it.
17539 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17540 and use it instead of a global counter. Adjust all callers.
17541 (get_current_thread): Use "find current thread" for test message
17542 here rather than having all callers pass down the same string.
17543 (goto_loop): New procedure, factored out from ...
17544 (my_continue): ... this.
17545 (step_ten_loops): Change parameter from test message to command to
17546 use. Adjust.
17547 (list_count): Delete global.
17548 (check_result): New procedure, factored out from duplicate top
17549 level code.
17550 (continue tests): Wrap in with_test_prefix.
17551 (test_step): New procedure, factored out from duplicate top level
17552 code.
17553 (top level): Test "step" in combination with all scheduler-locking
17554 modes. Test "next" in combination with all scheduler-locking
17555 modes, and in combination with stepping over a function call or
17556 not.
17557 * gdb.threads/next-bp-other-thread.c: New file.
17558 * gdb.threads/next-bp-other-thread.exp: New file.
17559
17560 2014-10-29 Pedro Alves <palves@redhat.com>
17561
17562 PR python/17372
17563 * gdb.python/python.exp: Test a multi-line command that spawns
17564 interactive Python.
17565 * gdb.base/multi-line-starts-subshell.exp: New file.
17566
17567 2014-10-29 Yao Qi <yao@codesourcery.com>
17568
17569 * gdb.base/fileio.exp: Make directories on host.
17570
17571 2014-10-29 Yao Qi <yao@codesourcery.com>
17572
17573 * gdb.base/fileio.c (test_write): Close the file.
17574
17575 2014-10-28 Pedro Alves <palves@redhat.com>
17576
17577 PR gdb/12623
17578 * gdb.base/sigstep.c (no_handler): New global.
17579 (main): If 'no_handler is true, set the signal handlers to
17580 SIG_IGN.
17581 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17582 with_sw_watch and no_handler parameters. Handle them.
17583 (top level) <stepping over handler when stopped at a breakpoint
17584 test>: Add a test axis for testing with a software watchpoint, and
17585 another for testing with the signal handler set to SIG_IGN.
17586 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17587 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17588
17589 2014-10-28 Pedro Alves <palves@redhat.com>
17590
17591 PR gdb/17511
17592 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17593 * gdb.base/sigstep.exp (other_handler_location): New global.
17594 (advance): Support stepping into the signal handler, and running
17595 commands while in the handler.
17596 (in_handler_map): New global.
17597 (top level): In the advance test, add combinations for getting
17598 into the handler with stepping commands, and for running commands
17599 in the handler. Add comment descripting the advancei tests.
17600
17601 2014-10-28 Pedro Alves <palves@redhat.com>
17602
17603 * gdb.base/sigstep.exp: Use build_executable instead of
17604 prepare_for_testing.
17605 (top level): Move code that starts GDB, runs to main and creates a
17606 display to ...
17607 (restart): ... this new procedure.
17608 (top level): Move backtrace from signal handler test to ...
17609 (validate_backtrace): ... this new procedure.
17610 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17611 with_test_prefix. Always restart GDB.
17612 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17613 with_test_prefix. Always restart GDB. No need to delete
17614 breakpoints after the test.
17615 (test_skip_handler): Remove prefix parameter.
17616 (skip_over_handler, breakpoint_to_handler)
17617 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17618 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17619 restart GDB. No need to delete breakpoints after the test.
17620 (top level): Use foreach to call the test procedures with
17621 different commands.
17622
17623 2014-10-28 Pedro Alves <palves@redhat.com>
17624
17625 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17626 instead of GNATS numbers.
17627 * gdb.base/sigbpt.exp: Likewise.
17628 * gdb.base/siginfo.exp: Likewise.
17629 * gdb.base/sigstep.exp: Likewise.
17630
17631 2014-10-27 Pedro Alves <palves@redhat.com>
17632
17633 * gdb.base/sigstep.c (dummy): New global.
17634 (main): Issue a couple writes to the new global.
17635 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17636 procedures.
17637 (skip_over_handler): Use test_skip_handler.
17638 (top level): Call skip_over_handler for stepi and nexti too.
17639 (breakpoint_over_handler): Use test_skip_handler.
17640 (top level): Call breakpoint_over_handler for stepi and nexti too.
17641
17642 2014-10-27 Yao Qi <yao@codesourcery.com>
17643
17644 * gdb.trace/tfile.c (adjust_function_address)
17645 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17646 function descriptor.
17647
17648 2014-10-24 Don Breazeal <donb@codesourcery.com>
17649
17650 * gdb.base/foll-fork.exp (test_follow_fork,
17651 catch_fork_child_follow): Check for updated fork messages emitted
17652 from infrun.c.
17653 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17654 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17655 vfork_and_exec_child_follow_through_step): Check for updated vfork
17656 messages emitted from infrun.c.
17657
17658 2014-10-24 Pedro Alves <palves@redhat.com>
17659
17660 * gdb.base/corefile.exp: Remove references to ultrix.
17661 * gdb.base/interrupt.exp: Likewise.
17662 * gdb.base/whatis.exp: Likewise.
17663 * gdb.gdb/selftest.exp: Likewise.
17664 * gdb.threads/manythreads.exp: Likewise.
17665 * gdb.threads/print-threads.exp: Likewise.
17666 * gdb.threads/pthreads.exp:: Likewise.
17667 * gdb.threads/schedlock.exp: Likewise.
17668
17669 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17670
17671 * gdb.cp/non-trivial-retval.cc: Add a test case.
17672 * gdb.cp/non-trivial-retval.exp: Add a test.
17673
17674 2014-10-20 Yao Qi <yao@codesourcery.com>
17675
17676 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17677 * gdb.python/py-objfile-script-gdb.py: New file.
17678 * gdb.python/py-objfile-script.exp: Update reference to
17679 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17680 of remote_download. Remove the dest file.
17681
17682 2014-10-20 Yao Qi <yao@codesourcery.com>
17683
17684 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17685 * gdb.base/step-line.exp: Likewise.
17686 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17687 * gdb.dwarf2/dw2-basic.exp: Likewise.
17688 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17689 * gdb.dwarf2/dw2-filename.exp: Likewise.
17690 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17691 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17692 * gdb.dwarf2/dw2-producer.exp: Likewise.
17693 * gdb.dwarf2/mac-fileno.exp: Likewise.
17694 * gdb.python/py-frame-args.exp: Likewise.
17695 * gdb.python/py-framefilter.exp: Likewise.
17696 * gdb.python/py-mi.exp: Likewise.
17697 * gdb.python/py-objfile-script.exp: Likewise
17698 * gdb.python/py-pp-integral.exp: Likewise.
17699 * gdb.python/py-pp-re-notag.exp: Likewise.
17700 * gdb.python/py-prettyprint.exp: Likewise.
17701 * gdb.python/py-section-script.exp: Likewise.
17702 * gdb.python/py-typeprint.exp: Likewise.
17703 * gdb.python/py-xmethods.exp: Likewise.
17704 * gdb.stabs/weird.exp: Likewise.
17705 * gdb.xml/tdesc-regs.exp: Likewise.
17706
17707 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17708
17709 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17710 (out_cu): Use addr_len for the size of addresses.
17711 (out_line): Likewise. Size DW_LNE_set_address instruction
17712 according to addr_len.
17713 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17714 (FUNC): Add START_INSNS to definition.
17715
17716 2014-10-18 Yao Qi <yao@codesourcery.com>
17717
17718 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17719 gdb_has_argv0 return true.
17720 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17721 check [target_info exists noargs], check [gdb_has_argv0]
17722 instead.
17723 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17724 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17725 procedures.
17726
17727 2014-10-17 Doug Evans <dje@google.com>
17728
17729 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17730 event.
17731 * gdb.python/py-events.py: Add clear_objfiles event.
17732
17733 2014-10-17 Doug Evans <dje@google.com>
17734
17735 * gdb.python/py-objfile.exp: Test progspace attribute.
17736
17737 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17738
17739 * gdb.guile/scm-breakpoint.exp: Do not assume any
17740 directory separators when matching source file paths.
17741 * gdb.python/py-breakpoint.exp: Likewise.
17742 * gdb.reverse/break-precsave.exp: Likewise.
17743 * gdb.reverse/break-reverse.exp: Likewise.
17744 * gdb.reverse/consecutive-precsave.exp: Likewise.
17745 * gdb.reverse/finish-precsave.exp: Likewise.
17746 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17747 * gdb.reverse/finish-reverse.exp: Likewise.
17748 * gdb.reverse/i386-precsave.exp: Likewise.
17749 * gdb.reverse/i387-env-reverse.exp: Likewise.
17750 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17751 * gdb.reverse/machinestate-precsave.exp: Likewise.
17752 * gdb.reverse/machinestate.exp: Likewise.
17753 * gdb.reverse/sigall-precsave.exp: Likewise.
17754 * gdb.reverse/solib-precsave.exp: Likewise.
17755 * gdb.reverse/step-precsave.exp: Likewise.
17756 * gdb.reverse/until-precsave.exp: Likewise.
17757 * gdb.reverse/watch-precsave.exp: Likewise.
17758 * gdb.reverse/watch-reverse.exp: Likewise.
17759
17760 2014-10-17 Yao Qi <yao@codesourcery.com>
17761
17762 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17763 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17764
17765 2014-10-17 Pedro Alves <palves@redhat.com>
17766
17767 PR gdb/17471
17768 * gdb.base/bg-execution-repeat.c: New file.
17769 * gdb.base/bg-execution-repeat.exp: New file.
17770
17771 2014-10-17 Pedro Alves <palves@redhat.com>
17772
17773 PR gdb/17300
17774 * gdb.base/continue-all-already-running.c: New file.
17775 * gdb.base/continue-all-already-running.exp: New file.
17776
17777 2014-10-17 Pedro Alves <palves@redhat.com>
17778
17779 PR gdb/17472
17780 * gdb.base/annota-input-while-running.c: New file.
17781 * gdb.base/annota-input-while-running.exp: New file.
17782
17783 2014-10-17 Pedro Alves <palves@redhat.com>
17784
17785 * gdb.base/callfuncs.exp: emove references to osf.
17786 * gdb.base/sigall.exp: Likewise.
17787 * gdb.gdb/selftest.exp: Likewise.
17788 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17789 * gdb.mi/non-stop.c: Likewise.
17790 * gdb.mi/pthreads.c: Likewise.
17791 * gdb.reverse/sigall-precsave.exp: Likewise.
17792 * gdb.reverse/sigall-reverse.exp: Likewise.
17793 * gdb.threads/pthreads.c: Likewise.
17794 * gdb.threads/pthreads.exp: Likewise.
17795
17796 2014-10-17 Yao Qi <yao@codesourcery.com>
17797
17798 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17799 check 'target_info exists noargs'.
17800 (test_command_prompt_position): Likewise.
17801 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17802 Remove "set args".
17803 (progvar_simple_while_test): Likewise.
17804 (progvar_complex_if_while_test): Likewise.
17805 (if_while_breakpoint_command_test): Likewise.
17806 (infrun_breakpoint_command_test): Likewise.
17807 (breakpoint_command_test): Likewise.
17808 (watchpoint_command_test): Likewise.
17809 (bp_deleted_in_command_test): Likewise.
17810 (temporary_breakpoint_commands): Likewise.
17811
17812 2014-10-16 Yao Qi <yao@codesourcery.com>
17813
17814 * gdb.base/remotetimeout.exp: Remove noargs checking.
17815
17816 2014-10-15 Pedro Alves <palves@redhat.com>
17817
17818 PR breakpoints/9649
17819 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17820 * gdb.base/breakpoint-in-ro-region.exp
17821 (probe_target_hardware_step): New procedure.
17822 (top level): Probe hardware stepping and hardware breakpoint
17823 support. Test stepping through a read-only region, with both
17824 "breakpoint auto-hw" on and off and both "always-inserted" on and
17825 off.
17826
17827 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17828
17829 * gdb.dlang/demangle.exp: Update for demangling changes.
17830
17831 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17832
17833 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17834 * gdb.cp/non-trivial-retval.exp: Add new tests.
17835
17836 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17837
17838 PR c++/13403
17839 PR c++/15154
17840 * gdb.cp/non-trivial-retval.cc: New file.
17841 * gdb.cp/non-trivial-retval.exp: New file.
17842
17843 2014-10-15 Yao Qi <yao@codesourcery.com>
17844
17845 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17846 remote host.
17847
17848 2014-10-15 Yao Qi <yao@codesourcery.com>
17849
17850 * gdb.python/py-symbol.exp: Match file base name if host is
17851 remote, otherwise match file name with dir name.
17852 * gdb.python/py-symtab.exp: Likewise.
17853 * gdb.python/python.exp: Likewise.
17854
17855 2014-10-15 Yao Qi <yao@codesourcery.com>
17856
17857 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17858 pattern.
17859 * gdb.python/py-symtab.exp: Likewise.
17860 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17861 locationn.
17862
17863 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17864
17865 * gdb.ada/addr_arith: New testcase.
17866
17867 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17868
17869 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17870 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17871 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17872 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17873
17874 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17875
17876 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17877 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17878 * gdb.arch/stap-eval-lang-ada.exp: New file.
17879
17880 2014-10-14 Yao Qi <yao@codesourcery.com>
17881
17882 * gdb.mi/mi-var-child.c (nothing1): New function.
17883 (nothing2): New function.
17884 (do_children_tests): Set function pointers by nothing1 and
17885 nothing2.
17886 * gdb.mi/mi-var-child.exp: Step over new added statements.
17887 Update test to match the new output.
17888 * gdb.mi/var-cmd.c (nothing1): New function.
17889 (nothing2): New function.
17890 (do_children_tests): Set function pointers by nothing1 and
17891 nothing2.
17892 * gdb.mi/mi-var-display.exp: Update test to match output.
17893 Step to the line specified by $line_dct_nothing.
17894 Increase the number of lines to step.
17895
17896 2014-10-14 Yao Qi <yao@codesourcery.com>
17897
17898 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17899 tests.
17900 * gdb.mi/mi2-var-child.exp: Likewise.
17901
17902 2014-10-13 Doug Evans <dje@google.com>
17903
17904 * gdb.python/py-objfile.exp: Change name of file name test.
17905
17906 2014-10-13 Doug Evans <dje@google.com>
17907
17908 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17909 from the start of the CU.
17910
17911 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17912 Yao Qi <yao@codesourcery.com>
17913
17914 Fix "save breakpoints" for "catch" command.
17915 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17916 Remove -nonewline. Match also the added "main" line.
17917
17918 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17919
17920 Fix "save breakpoints" for "disable $bpnum" command.
17921 * gdb.base/save-bp.c (main): Add label.
17922 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17923
17924 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17925
17926 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17927
17928 2014-10-11 Yao Qi <yao@codesourcery.com>
17929
17930 * gdb.server/server-kill.exp: Execute command
17931 "set remote trace-status-packet on" before "tstatus".
17932
17933 2014-10-11 Yao Qi <yao@codesourcery.com>
17934
17935 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17936 (main): Call getppid.
17937 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17938 and continue to it. Read variable "server_pid".
17939
17940 2014-10-11 Yao Qi <yao@codesourcery.com>
17941
17942 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17943
17944 2014-10-11 Yao Qi <yao@codesourcery.com>
17945
17946 * gdb.threads/thread-find.exp: Don't execute command
17947 "info threads".
17948 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17949 * gdb.threads/linux-dp.exp: Don't check the condition
17950 $threads_created equals to zero.
17951
17952 2014-10-10 Pedro Alves <palves@redhat.com>
17953
17954 * gdb.base/bigcore.exp: Remove references to IRIX.
17955 * gdb.base/funcargs.exp: Likewise.
17956 * gdb.base/interrupt.exp: Likewise.
17957 * gdb.base/mips_pro.exp: Likewise.
17958 * gdb.base/nodebug.exp: Likewise.
17959 * gdb.base/setvar.exp: Likewise.
17960 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17961
17962 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17963 Pedro Alves <palves@redhat.com>
17964
17965 PR symtab/14466
17966 * gdb.base/vdso-warning.c: New file.
17967 * gdb.base/vdso-warning.exp: New file.
17968
17969 2014-10-02 Doug Evans <dje@google.com>
17970
17971 * gdb.base/structs.c (main): Don't run forever.
17972
17973 2014-10-02 Pedro Alves <palves@redhat.com>
17974
17975 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17976 (top level) <stop threads 1, stop threads 2>: Use it.
17977
17978 2014-10-02 Pedro Alves <palves@redhat.com>
17979
17980 * gdb.threads/break-while-running.exp (test): Add new
17981 'update_thread_list' argument. Skip "info threads" if false.
17982 (top level): Add new 'update_thread_list' axis.
17983
17984 2014-10-02 Pedro Alves <palves@redhat.com>
17985
17986 PR breakpoints/17431
17987 * gdb.base/execl-update-breakpoints.c: New file.
17988 * gdb.base/execl-update-breakpoints.exp: New file.
17989
17990 2014-10-01 Pedro Alves <palves@redhat.com>
17991
17992 * gdb.base/breakpoint-in-ro-region.c: New file.
17993 * gdb.base/breakpoint-in-ro-region.exp: New file.
17994
17995 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
17996
17997 * gdb.mi/mi-exit-code.exp: New file.
17998 * gdb.mi/mi-exit-code.c: New file.
17999
18000 2014-09-30 Yao Qi <yao@codesourcery.com>
18001
18002 * lib/prelink-support.exp (build_executable_own_libs): Error if
18003 the target isn't native.
18004
18005 2014-09-30 Yao Qi <yao@codesourcery.com>
18006
18007 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18008 false.
18009
18010 2014-09-22 Pedro Alves <palves@redhat.com>
18011
18012 * gdb.threads/break-while-running.exp: New file.
18013 * gdb.threads/break-while-running.c: New file.
18014
18015 2014-09-19 Yao Qi <yao@codesourcery.com>
18016
18017 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18018 Invoke test. Restart GDB with --readnow and invoke test again.
18019
18020 2014-09-19 Yao Qi <yao@codesourcery.com>
18021
18022 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18023 proc set_breakpoint_on_gcd_function. Invoke
18024 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18025 invoke set_breakpoint_on_gcd_function again.
18026
18027 2014-09-18 Doug Evans <dje@google.com>
18028
18029 * gdb.dwarf2/symtab-producer.exp: New file.
18030
18031 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18032
18033 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18034 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18035 * gdb.base/global-var-nested-by-dso.c: Likewise.
18036 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18037
18038 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18039 Pedro Alves <palves@redhat.com>
18040
18041 * gdb.base/watch-bitfields.exp: Pass string other than test file
18042 name to prepare_for_testing.
18043 (watch): New procedure.
18044 (expect_watchpoint): Use with_test_prefix.
18045 (top level): Factor out tests to ...
18046 (test_watch_location, test_regular_watch): ... these new
18047 procedures, and use with_test_prefix and gdb_continue_to_end.
18048
18049 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18050
18051 PR breakpoints/12526
18052 * gdb.base/watch-bitfields.exp: New file.
18053 * gdb.base/watch-bitfields.c: New file.
18054
18055 2014-09-16 Pedro Alves <palves@redhat.com>
18056
18057 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18058 software and hardware addresses, not software address against
18059 itself.
18060
18061 2014-09-16 Pedro Alves <palves@redhat.com>
18062
18063 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18064 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18065
18066 2014-09-16 Pedro Alves <palves@redhat.com>
18067
18068 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18069 files.
18070 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18071 "*-*-vxworks*" throughout.
18072 * gdb.base/break.exp: Likewise.
18073 * gdb.base/default.exp: Likewise.
18074 * gdb.base/scope.exp: Likewise.
18075 * gdb.base/sepdebug.exp: Likewise.
18076 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18077 throughout.
18078 * gdb.base/run.c: Likewise.
18079 * gdb.base/sepdebug.c: Likewise.
18080 * gdb.hp/gdb.aCC/run.c: Likewise.
18081 * gdb.reverse/until-reverse.c: Likewise.
18082 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18083
18084 2014-09-16 Yao Qi <yao@codesourcery.com>
18085
18086 * boards/local-remote-host-native.exp: New file.
18087
18088 2014-09-14 Doug Evans <xdje42@gmail.com>
18089
18090 * gdb.threads/queue-signal.c (thread_count): New variable.
18091 (thread_count_mutex, thread_count_condvar): New variables.
18092 (incr_thread_count, wait_all_threads_running): New functions.
18093 (main): Wait for all threads to be in their thread functions.
18094
18095 2014-09-13 Doug Evans <xdje42@gmail.com>
18096
18097 * gdb.threads/queue-signal.c: New file.
18098 * gdb.threads/queue-signal.exp: New file.
18099
18100 2014-09-13 Doug Evans <xdje42@gmail.com>
18101
18102 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18103 be consistent with what default_gdb_init uses.
18104 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18105 the plain text of the prompt. Add some logging printfs.
18106 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18107
18108 2014-09-12 Pedro Alves <palves@redhat.com>
18109
18110 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18111 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18112 * gdb.arch/i386-size-overlap.exp: Likewise.
18113 * gdb.arch/i386-size.exp: Likewise.
18114 * gdb.arch/i386-unwind.exp: Likewise.
18115 * gdb.base/a2-run.exp: Likewise.
18116 * gdb.base/break.exp: Likewise.
18117 * gdb.base/charset.exp: Likewise.
18118 * gdb.base/chng-syms.exp: Likewise.
18119 * gdb.base/commands.exp: Likewise.
18120 * gdb.base/dbx.exp: Likewise.
18121 * gdb.base/find.exp: Likewise.
18122 * gdb.base/funcargs.exp: Likewise.
18123 * gdb.base/jit-simple.exp: Likewise.
18124 * gdb.base/reread.exp: Likewise.
18125 * gdb.base/sepdebug.exp: Likewise.
18126 * gdb.base/step-bt.exp: Likewise.
18127 * gdb.cp/mb-inline.exp: Likewise.
18128 * gdb.cp/mb-templates.exp: Likewise.
18129 * gdb.objc/basicclass.exp: Likewise.
18130 * gdb.threads/killed.exp: Likewise.
18131
18132 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18133
18134 PR tdep/17379
18135 * gdb.arch/powerpc-stackless.S: New file.
18136 * gdb.arch/powerpc-stackless.exp: New file.
18137
18138 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18139
18140 * gdb.base/attach.c: Include unistd.h.
18141 (main): Call alarm. Add label postloop.
18142 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18143 gdb_breakpoint, gdb_continue_to_breakpoint.
18144 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18145
18146 2014-09-11 Pedro Alves <palves@redhat.com>
18147
18148 PR gdb/17347
18149 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18150 * gdb.base/attach.exp (test_command_line_attach_run): New
18151 procedure.
18152 (top level): Call it.
18153
18154 2014-09-11 Pedro Alves <palves@redhat.com>
18155
18156 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18157 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18158 (do_command_attach_tests): Use spawn_wait_for_attach.
18159 * gdb.base/solib-overlap.exp: Likewise.
18160 * gdb.multi/multi-attach.exp: Likewise.
18161 * gdb.python/py-prompt.exp: Likewise.
18162 * gdb.python/py-sync-interp.exp: Likewise.
18163 * gdb.server/ext-attach.exp: Likewise.
18164
18165 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18166
18167 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18168 command in testcase. Simplify testcase.
18169
18170 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18171
18172 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18173
18174 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18175
18176 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18177
18178 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18179
18180 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18181
18182 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18183
18184 * gdb.dwarf2/dynarr-ptr.c: New file.
18185 * gdb.dwarf2/dynarr-ptr.exp: New file.
18186
18187 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18188
18189 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18190 of 30 rather than hardcoding 120 for a slow test case. Take the
18191 `gdb,timeout' target setting into account for this calculation.
18192 Don't extend the timeout for the test cases that don't need it.
18193
18194 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18195
18196 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18197 a factor of 2 for a slow test case. Take the `gdb,timeout'
18198 target setting into account for this calculation.
18199 * gdb.reverse/until-precsave.exp: Increase the timeout by
18200 a factor of 15 and 3 respectively rather than adding 120
18201 for a pair of slow test cases. Take the `gdb,timeout'
18202 target setting into account for this calculation.
18203
18204 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18205
18206 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18207 timeout, don't pass one down to gdb_expect.
18208 (gdb_expect): Rework timeout selection.
18209
18210 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18211
18212 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18213 exception on timeout.
18214 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18215 (gdbserver_start_extended): Catch any `gdbserver_start' error
18216 exceptions.
18217 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18218 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18219 `gdbserver_gdb_load' error exceptions.
18220
18221 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18222
18223 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18224 120 on waiting for the TCP socket to open.
18225
18226 2014-09-09 Doug Evans <xdje42@gmail.com>
18227
18228 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18229 _caller_matches, _any_caller_is, _any_caller_matches.
18230
18231 2014-09-09 Doug Evans <xdje42@gmail.com>
18232
18233 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18234
18235 2014-09-09 Yao Qi <yao@codesourcery.com>
18236
18237 * gdb.mi/mi-var-display.exp: Set print symbol off.
18238
18239 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18240
18241 PR gdb/17035
18242 * gdb.base/commands.exp: Add tests to verify user-defined
18243 commands with empty bodies.
18244 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18245 python commands in `show user command`.
18246 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18247 scheme commands in `show user command`.
18248
18249 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18250
18251 PR python/17355
18252 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18253 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18254 * gdb.python/py-framefilter-invalidarg.exp: New file.
18255 * gdb.python/py-framefilter-invalidarg.py: New file.
18256
18257 2014-09-06 Doug Evans <xdje42@gmail.com>
18258
18259 PR 15276
18260 * gdb.python/py-caller-is.c: New file.
18261 * gdb.python/py-caller-is.exp: New file.
18262
18263 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18264
18265 PR gdb/17235
18266 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18267 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18268
18269 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18270
18271 PR fortran/17237
18272 * gdb.fortran/print-formatted.exp: New file.
18273 * gdb.fortran/print-formatted.f90: Likewise.
18274
18275 2014-09-03 Sasha Smundak <asmundak@google.com>
18276
18277 * gdb.python/py-frame.exp: Test Frame.read_register.
18278
18279 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18280
18281 PR python/16699
18282 * gdb.python/py-completion.exp: New file.
18283 * gdb.python/py-completion.py: Likewise.
18284
18285 2014-08-28 Doug Evans <dje@google.com>
18286
18287 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18288 eax,etc. are live with values set by gdb and thus the compiler can't
18289 use them.
18290 * gdb.arch/i386-pseudo.c (main): Ditto.
18291
18292 2014-08-27 Doug Evans <dje@google.com>
18293
18294 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18295
18296 2014-08-25 Doug Evans <dje@google.com>
18297
18298 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18299 (main): Ditto.
18300
18301 2014-08-25 Doug Evans <dje@google.com>
18302
18303 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18304
18305 2014-08-24 Yao Qi <yao@codesourcery.com>
18306
18307 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18308 symbol off.
18309 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18310
18311 2014-08-22 Doug Evans <dje@google.com>
18312
18313 PR 17276
18314 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18315 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18316 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18317
18318 2014-08-22 Yao Qi <yao@codesourcery.com>
18319
18320 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18321 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18322 * gdb.python/python.exp: Likewise. Use .py file on the host
18323 instead of the build.
18324
18325 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18326
18327 * gdb.threads/gcore-stale-thread.c: New file.
18328 * gdb.threads/gcore-stale-thread.exp: New file.
18329
18330 2014-08-21 Pedro Alves <palves@redhat.com>
18331
18332 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18333 * gdb.base/gcore-relro-pie.exp: Likewise.
18334 * gdb.base/gcore-relro.exp: Likewise.
18335 * gdb.base/gcore.exp: Likewise.
18336 * gdb.base/print-symbol-loading.exp: Likewise.
18337 * gdb.threads/gcore-thread.exp: Likewise.
18338 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18339
18340 2014-08-20 Pedro Alves <palves@redhat.com>
18341 Jan Kratochvil <jan.kratochvil@redhat.com>
18342
18343 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18344 configure.
18345 (EXPECT): Handle READ1 being set.
18346 (all): Depend on EXTRA_RULES.
18347 (check-read1, expect-read1, read1.so, read1): New rules.
18348 * README (Testsuite Parameters): Document the READ1 make variable.
18349 (Race detection): New section.
18350 * configure: Regenerate.
18351 * configure.ac: If build==host==target, and running under a
18352 GNU/glibc system, add read1 to the extra Makefile rules.
18353 (EXTRA_RULES): AC_SUBST it.
18354 * lib/read1.c: New file.
18355
18356 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18357
18358 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18359 the handling of variables declared as a typedef to an array
18360 which a DW_AT_data_location attribute.
18361
18362 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18363 Pedro Alves <palves@redhat.com>
18364
18365 PR symtab/14604
18366 PR symtab/14605
18367 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18368 gdb_test.
18369
18370 2014-08-19 Pedro Alves <palves@redhat.com>
18371
18372 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18373
18374 2014-08-19 Yao Qi <yao@codesourcery.com>
18375
18376 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18377 right line.
18378
18379 2014-08-18 David Blaikie <dblaikie@gmail.com>
18380
18381 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18382
18383 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18384
18385 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18386 attribute in array range.
18387
18388 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18389
18390 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18391
18392 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18393
18394 PR c++/17132
18395 * gdb.cp/pr17132.cc: New file.
18396 * gdb.cp/pr17132.exp: New file.
18397
18398 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18399
18400 * gdb.python/py-xmethods.py (A_getarrayind)
18401 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18402 Use 'print' with function call syntax.
18403 (E_method_matcher.match): Fix tab vs space indentation mixup.
18404
18405 2014-08-15 Yao Qi <yao@codesourcery.com>
18406
18407 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18408 false.
18409
18410 2014-08-15 Yao Qi <yao@codesourcery.com>
18411
18412 * gdb.cp/casts.exp: Set print symbol off.
18413 * gdb.cp/class2.exp: Likewise.
18414 * gdb.cp/overload.exp: Likewise.
18415 * gdb.cp/templates.exp: Likewise.
18416
18417 2014-08-11 Doug Evans <dje@google.com>
18418
18419 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18420 (test_load_shlib): Update.
18421
18422 2014-08-09 Yao Qi <yao@codesourcery.com>
18423
18424 * gdb.base/display.exp: Invoke is_address_zero_readable.
18425 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18426 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18427 * gdb.base/hbreak-unmapped.exp: Return if
18428 is_address_zero_readable returns true.
18429 * gdb.base/signest.exp: Likewise.
18430 * gdb.base/signull.exp: Likewise.
18431 * gdb.base/sigbpt.exp: Likewise.
18432 * gdb.guile/scm-disasm.exp: Do the test if
18433 is_address_zero_readable returns false.
18434 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18435 * gdb.python/py-arch.exp: Likewise.
18436 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18437 * lib/gdb.exp (is_address_zero_readable): New proc.
18438
18439 2014-08-09 Yao Qi <yao@codesourcery.com>
18440
18441 PR testsuite/13443
18442 * gdb.mi/mi-var-display.exp: Make test messages unique.
18443
18444 2014-08-04 Tom Tromey <tromey@redhat.com>
18445
18446 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18447 target 0".
18448
18449 2014-08-04 Tom Tromey <tromey@redhat.com>
18450
18451 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18452 "target_resume".
18453
18454 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18455
18456 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18457 inner_vla_struct_object_size.
18458 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18459 as xfail.
18460
18461 2014-07-30 Pedro Alves <palves@redhat.com>
18462
18463 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18464 comment.
18465
18466 2014-07-29 Yao Qi <yao@codesourcery.com>
18467
18468 PR gdb/17206
18469 * gdb.base/until-nodebug.exp: New.
18470
18471 2014-07-28 Doug Evans <xdje42@gmail.com>
18472
18473 PR guile/17203
18474 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18475 previously existing parameter, and previously ambiguously spelled
18476 parameter.
18477
18478 2014-07-28 Will Newton <will.newton@linaro.org>
18479
18480 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18481
18482 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18483 Doug Evans <xdje42@gmail.com>
18484
18485 PR guile/17146
18486 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18487
18488 2014-07-25 Pedro Alves <palves@redhat.com>
18489
18490 * gdb.threads/signal-command-handle-nopass.c: New file.
18491 * gdb.threads/signal-command-handle-nopass.exp: New file.
18492 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18493 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18494 * gdb.threads/signal-delivered-right-thread.c: New file.
18495 * gdb.threads/signal-delivered-right-thread.exp: New file.
18496
18497 2014-07-25 Pedro Alves <palves@redhat.com>
18498
18499 * gdb.base/double-prompt-target-event-error.exp
18500 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18501 match.
18502 (cancel_pagination_in_target_event): Rework double prompt
18503 detection.
18504 * gdb.base/paginate-after-ctrl-c-running.exp
18505 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18506 <return>' match.
18507 * gdb.base/paginate-bg-execution.exp
18508 (test_bg_execution_pagination_return)
18509 (test_bg_execution_pagination_cancel): Remove '-notransfer
18510 <return>' matches.
18511 * gdb.base/paginate-execution-startup.exp
18512 (test_fg_execution_pagination_return)
18513 (test_fg_execution_pagination_cancel): Remove '-notransfer
18514 <return>' matches.
18515 * gdb.base/paginate-inferior-exit.exp
18516 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18517 match.
18518 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18519 * lib/gdb.exp (pagination_prompt): Run text through
18520 string_to_regexp.
18521 (gdb_test_multiple): Match $pagination_prompt instead of
18522 "<return>".
18523 (string_to_regexp): Move to lib/gdb-utils.exp.
18524
18525 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18526
18527 * gdb.arch/amd64-entry-value-paramref.S: New file.
18528 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18529 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18530 * gdb.arch/amd64-optimout-repeat.S: New file.
18531 * gdb.arch/amd64-optimout-repeat.c: New file.
18532 * gdb.arch/amd64-optimout-repeat.exp: New file.
18533
18534 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18535
18536 PR gdb/17170
18537 * gdb.base/statistics.exp: New file.
18538
18539 2014-07-17 Doug Evans <dje@google.com>
18540
18541 PR gdb/17170
18542 * gdb.base/maint.exp: Update testing of per-command stats.
18543
18544 2014-07-16 Pedro Alves <palves@redhat.com>
18545
18546 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18547 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18548 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18549 (tfile_write_buf): New functions.
18550 (add_memory_block): Rewrite using the above.
18551 (adjust_function_address): New function.
18552 (FUNCTION_ADDRESS): New macro.
18553 (write_basic_trace_file): Remove short_x local, and use
18554 tfile_write_16. Change type of func_addr local to unsigned long
18555 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18556 here. Cast argument of add_memory_block to char pointer.
18557 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18558 (main): Remove parameters.
18559 * gdb.trace/tfile.exp: Remove nowarnings.
18560
18561 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18562
18563 * gdb.base/debug-expr.exp: Test string evaluation with
18564 "debug expression" on.
18565
18566 2014-07-15 Pedro Alves <palves@redhat.com>
18567
18568 * gdb.base/reread.exp: Use clean_restart.
18569
18570 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18571
18572 * gdb.arch/avr-flash-qualifer.c: New.
18573 * gdb.arch/avr-flash-qualifer.exp: New.
18574
18575 2014-07-14 Pedro Alves <palves@redhat.com>
18576
18577 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18578 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18579
18580 2014-07-14 Pedro Alves <palves@redhat.com>
18581
18582 * gdb.base/double-prompt-target-event-error.c: New file.
18583 * gdb.base/double-prompt-target-event-error.exp: New file.
18584
18585 2014-07-14 Pedro Alves <palves@redhat.com>
18586
18587 PR gdb/17072
18588 * gdb.base/paginate-inferior-exit.c: New file.
18589 * gdb.base/paginate-inferior-exit.exp: New file.
18590
18591 2014-07-14 Pedro Alves <palves@redhat.com>
18592
18593 PR gdb/17072
18594 * gdb.base/paginate-bg-execution.c: New file.
18595 * gdb.base/paginate-bg-execution.exp: New file.
18596
18597 2014-07-14 Pedro Alves <palves@redhat.com>
18598
18599 PR gdb/17072
18600 * gdb.base/paginate-execution-startup.c: New file.
18601 * gdb.base/paginate-execution-startup.exp: New file.
18602 * lib/gdb.exp (pagination_prompt): New global.
18603 (default_gdb_spawn): New procedure, factored out from
18604 default_gdb_spawn.
18605 (default_gdb_start): Adjust to call default_gdb_spawn.
18606 (gdb_spawn): New procedure.
18607
18608 2014-07-14 Pedro Alves <palves@redhat.com>
18609
18610 * lib/gdb.exp (gdb_assert): New procedure.
18611 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18612
18613 2014-07-14 Pedro Alves <palves@redhat.com>
18614
18615 * gdb.base/execution-termios.c: New file.
18616 * gdb.base/execution-termios.exp: New file.
18617
18618 2014-07-14 Tom Tromey <tromey@redhat.com>
18619
18620 * gdb.cp/vla-cxx.cc: New file.
18621 * gdb.cp/vla-cxx.exp: New file.
18622
18623 2014-07-14 Tom Tromey <tromey@redhat.com>
18624
18625 * gdb.reverse/rerun-prec.c: New file.
18626 * gdb.reverse/rerun-prec.exp: New file.
18627
18628 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18629 Maciej W. Rozycki <macro@codesourcery.com>
18630
18631 * lib/gdb-utils.exp: New file.
18632 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18633 inline `gdb_init_command' processing.
18634 (gdb_start_cmd): Likewise.
18635 * lib/mi-support.exp (mi_run_cmd): Likewise.
18636 * README: Document `gdb_init_command' and `gdb_init_commands'.
18637
18638 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18639
18640 Fix false FAIL running under a very long directory name.
18641 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18642 and "set print elements 10000". Twice.
18643
18644 2014-07-11 Yao Qi <yao@codesourcery.com>
18645
18646 * gdb.base/exprs.exp: "set print symbol off".
18647
18648 2014-07-11 Pedro Alves <palves@redhat.com>
18649
18650 * gdb.threads/kill.c: New file.
18651 * gdb.threads/kill.exp: New file.
18652
18653 2014-07-10 Yao Qi <yao@codesourcery.com>
18654
18655 * gdb.trace/tfile.c (write_basic_trace_file)
18656 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18657 address written to trace file.
18658
18659 2014-07-09 Pedro Alves <palves@redhat.com>
18660
18661 * gdb.base/attach-wait-input.exp: New file.
18662 * gdb.base/attach-wait-input.c: New file.
18663
18664 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18665
18666 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18667 setting up test structures.
18668 (main): Call new test function.
18669 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18670 test function, continue into test function and walk test
18671 structures.
18672
18673 2014-07-02 Yao Qi <yao@codesourcery.com>
18674
18675 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18676 'bar_start' at the beginning of functions 'foo' and 'bar'
18677 respectively.
18678 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18679 instead of 'foo' and 'bar'.
18680
18681 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18682
18683 * gdb.btrace/segv.exp: New.
18684 * gdb.btrace/segv.c: New.
18685
18686 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18687
18688 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18689 instruction.
18690
18691 2014-06-30 Mark Wielaard <mjw@redhat.com>
18692
18693 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18694 vulture, vilify, villar): New volatile array constants.
18695 (vindictive, vegetation): New const volatile array constants.
18696 * gdb.base/volatile.exp: Test volatile and const volatile array
18697 types.
18698
18699 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18700
18701 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18702 target lacks support for awatch, rwatch, or hbreak.
18703
18704 2014-06-27 Yao Qi <yao@codesourcery.com>
18705
18706 * gdb.multi/dummy-frame-restore.exp: New.
18707 * gdb.multi/dummy-frame-restore.c: New.
18708
18709 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18710
18711 * gdb.btrace/gcore.exp: New.
18712
18713 2014-06-23 Pedro Alves <palves@redhat.com>
18714
18715 * gdb.base/watchpoint-reuse-slot.c: New file.
18716 * gdb.base/watchpoint-reuse-slot.exp: New file.
18717
18718 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18719
18720 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18721 progspace's filename in 'info', 'enable' and 'disable' command
18722 tests.
18723
18724 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18725
18726 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18727 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18728 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18729
18730 2014-06-20 Gary Benson <gbenson@redhat.com>
18731
18732 * gdb.arch/i386-avx.exp: Fix include file location.
18733 * gdb.arch/i386-sse.exp: Likewise.
18734
18735 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18736
18737 * gdb.dlang/expression.exp: New file.
18738
18739 2014-06-19 Pedro Alves <palves@redhat.com>
18740
18741 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18742 out from ...
18743 (top level): ... here. Iterate running tests under different
18744 scheduler-locking settings.
18745
18746 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18747
18748 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18749 to DW_FORM_addr and use non-zero addresses.
18750
18751 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18752
18753 PR gdb/17017
18754 * gdb.python/py-xmethods.cc: Add global function call counters and
18755 increment them in their respective functions. Remove "cout"
18756 statements.
18757 * gdb.python/py-xmethods.exp: Make tests check the global function
18758 call counters instead of depending on inferior IO.
18759
18760 2014-06-18 Don Breazeal <donb@codesourcery.com>
18761
18762 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18763 Deleted procedure.
18764 (explicit_fork_parent_follow): Deleted procedure.
18765 (explicit_fork_child_follow): Deleted procedure.
18766 (test_follow_fork): New procedure.
18767 (do_fork_tests): Replace calls to deleted procedures with
18768 calls to test_follow_fork and reset GDB for subsequent
18769 procedure calls.
18770
18771 2014-06-17 Yao Qi <yao@codesourcery.com>
18772
18773 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18774 CP1252.
18775
18776 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18777
18778 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18779 Initialize ptr and S explicitly.
18780 (skip_type_update_when_not_use_rtti_test): Likewise.
18781
18782 2014-06-16 Keith Seitz <keiths@redhat.com>
18783
18784 PR mi/15863
18785 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18786 the inferior is started.
18787
18788 2014-06-16 Pedro Alves <palves@redhat.com>
18789
18790 * gdb.base/break-main-file-remove-fail.c: New file.
18791 * gdb.base/break-main-file-remove-fail.exp: New file.
18792 * gdb.base/break-unload-file.exp: Use build_executable instead of
18793 prepare_for_testing.
18794 (test_break): New parameter "initial_load". Handle it.
18795 (top level): Add initial_load cmdline/file axis.
18796
18797 2014-06-12 Tom Tromey <tromey@redhat.com>
18798
18799 * gdb.base/completion.exp: Don't use directory name in test.
18800
18801 2014-06-09 Gary Benson <gbenson@redhat.com>
18802
18803 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18804 separate the always-available ANSI-standard signals from the
18805 signals that require checking.
18806 (main): Likewise.
18807 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18808 Likewise.
18809 (main): Likewise.
18810
18811 2014-06-07 Keith Seitz <keiths@redhat.com>
18812
18813 Revert:
18814 PR c++/16253
18815 * gdb.cp/var-tag.cc: New file.
18816 * gdb.cp/var-tag.exp: New file.
18817 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18818 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18819 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18820 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18821
18822 2014-06-06 Doug Evans <xdje42@gmail.com>
18823
18824 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18825
18826 2014-06-06 Pedro Alves <palves@redhat.com>
18827
18828 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18829 in target debug output instead of looking at RSP packets,
18830 disabling the test on any target that uses hardware stepping.
18831 Update comments.
18832
18833 2014-06-06 Pedro Alves <palves@redhat.com>
18834
18835 * gdb.base/break-unload-file.exp: Fix typo.
18836
18837 2014-06-06 Yao Qi <yao@codesourcery.com>
18838
18839 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18840 from "jit_function" to "^jit_function".
18841
18842 2014-06-06 Yao Qi <yao@codesourcery.com>
18843
18844 * gdb.base/async.c (foo): Add one statement.
18845 * gdb.base/async.exp: Get the next instruction address and
18846 match the output of "nexti" by instruction address. Match
18847 the hex address in the output of "finish".
18848
18849 2014-06-06 Gary Benson <gbenson@redhat.com>
18850
18851 * gdb.base/call-signals.c: Remove preprocessor conditionals
18852 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18853 SIGSEGV and SIGTERM.
18854 * gdb.base/sigall.c: Likewise.
18855 * gdb.base/unwindonsignal.c: Likewise.
18856 * gdb.reverse/sigall-reverse.c: Likewise.
18857
18858 2014-06-06 Yao Qi <yao@codesourcery.com>
18859
18860 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18861 readable, skip the test.
18862
18863 2014-06-06 Yao Qi <yao@codesourcery.com>
18864
18865 * gdb.threads/staticthreads.c (thread_function): Move the line
18866 setting breakpoint on forward.
18867 * gdb.threads/staticthreads.exp: Update comments.
18868
18869 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18870
18871 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18872 "history-append! type error".
18873
18874 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18875
18876 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18877 erroneous dprintf expected input.
18878
18879 2014-06-04 Doug Evans <xdje42@gmail.com>
18880
18881 * gdb.guile/scm-generics.exp: Delete.
18882
18883 2014-06-04 Doug Evans <xdje42@gmail.com>
18884
18885 * gdb.guile/scm-breakpoint.exp: Update.
18886 Add tests for breakpoint registration.
18887
18888 2014-06-04 Tom Tromey <tromey@redhat.com>
18889
18890 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18891 VLA-in-union.
18892 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18893 inner_vla_struct, vla_union types. Initialize objects of those
18894 types and compute their sizes.
18895
18896 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18897 Hui Zhu <hui@codesourcery.com>
18898
18899 * gdb.base/fileio.exp: Add test for shell not available as well as
18900 available.
18901 * gdb.base/fileio.c (test_system): Check for shell twice.
18902
18903 2014-06-04 Yao Qi <yao@codesourcery.com>
18904
18905 * gdb.base/auto-connect-native-target.exp: Remove redundant
18906 space from the regexp pattern.
18907
18908 2014-06-04 Yao Qi <yao@codesourcery.com>
18909
18910 * gdb.base/default.exp: Replace "child" with "native" in
18911 regexp pattern.
18912
18913 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18914
18915 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18916 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18917 * gdb.python/py-xmethods.py: Python script supporting the
18918 new testcase and tests.
18919
18920 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18921 Pedro Alves <palves@redhat.com>
18922
18923 PR breakpoints/17000
18924 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18925 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18926
18927 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18928
18929 * gdb.base/subst.exp: Add tests to verify partial path matching
18930 output.
18931
18932 2014-06-03 Pedro Alves <palves@redhat.com>
18933
18934 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18935 target that doesn't use software single-stepping.
18936
18937 2014-06-03 Pedro Alves <palves@redhat.com>
18938
18939 PR breakpoints/17000
18940 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18941 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18942
18943 2014-06-02 Doug Evans <xdje42@gmail.com>
18944
18945 * gdb.guile/scm-parameter.exp: New file.
18946
18947 2014-06-02 Doug Evans <xdje42@gmail.com>
18948
18949 * gdb.guile/scm-cmd.c: New file.
18950 * gdb.guile/scm-cmd.exp: New file.
18951
18952 2014-06-02 Doug Evans <xdje42@gmail.com>
18953
18954 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18955 pretty-printer lookup.
18956 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18957 (make-pp_s-printer): Call it.
18958 (make-pretty-printer-from-dict): New function.
18959 (lookup-pretty-printer-maker-from-dict): New function.
18960 (*pretty-printer*): Simplify.
18961 (make-objfile-pp_s-printer): New function.
18962 (install-objfile-pretty-printers!): New function.
18963 (make-progspace-pp_s-printer): New function.
18964 (install-progspace-pretty-printers!): New function.
18965 * gdb.guile/scm-progspace.c: New file.
18966 * gdb.guile/scm-progspace.exp: New file.
18967
18968 2014-06-02 Pedro Alves <palves@redhat.com>
18969
18970 * gdb.base/dprintf-bp-same-addr.c: New file.
18971 * gdb.base/dprintf-bp-same-addr.exp: New file.
18972
18973 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18974
18975 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18976 * gdb.arch/powerpc-power.s: Likewise.
18977
18978 2014-06-02 Joel Brobecker <brobecker@adacore.com>
18979
18980 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
18981
18982 2014-06-01 Yao Qi <yao@codesourcery.com>
18983
18984 * gdb.base/watchpoint.exp (test_watch_location): Check null
18985 pointer can be dereferenced. If not, do the test, otherwise
18986 skip it.
18987
18988 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18989
18990 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
18991 results.
18992 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
18993
18994 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
18995
18996 * gdb.arch/amd64-invalid-stack-middle.S: New file.
18997 * gdb.arch/amd64-invalid-stack-middle.c: New file.
18998 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
18999 * gdb.arch/amd64-invalid-stack-top.c: New file.
19000 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19001
19002 2014-05-30 Pedro Alves <palves@redhat.com>
19003
19004 PR breakpoints/17000
19005 * gdb.base/sss-bp-on-user-bp.c: New file.
19006 * gdb.base/sss-bp-on-user-bp.exp: New file.
19007
19008 2014-05-30 David Blaikie <dblaikie@gmail.com>
19009
19010 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19011 gnu_inline semantics via attribute.
19012 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19013 source explicitly specifies the required semantics.
19014
19015 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19016
19017 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19018
19019 2014-05-29 Pedro Alves <palves@redhat.com>
19020 Tom Tromey <tromey@redhat.com>
19021
19022 * gdb.base/async-shell.exp: Don't enable target-async.
19023 * gdb.base/async.exp
19024 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19025 parameter. Adjust.
19026 (top level): Don't test with "target-async".
19027 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19028 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19029 * gdb.base/inferior-died.exp: Don't enable target-async.
19030 * gdb.base/interrupt-noterm.exp: Likewise.
19031 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19032 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19033 * gdb.mi/mi-nonstop.exp: Likewise.
19034 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19035 * gdb.mi/mi-nsintrall.exp: Likewise.
19036 * gdb.mi/mi-nsmoribund.exp: Likewise.
19037 * gdb.mi/mi-nsthrexec.exp: Likewise.
19038 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19039 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19040 * gdb.python/py-evsignal.exp: Don't enable target-async.
19041 * gdb.python/py-evthreads.exp: Likewise.
19042 * gdb.python/py-prompt.exp: Likewise.
19043 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19044 * gdb.server/solib-list.exp: Don't enable target-async.
19045 * gdb.threads/thread-specific-bp.exp: Likewise.
19046 * lib/mi-support.exp: Adjust to use mi-async.
19047
19048 2014-05-29 Pedro Alves <palves@redhat.com>
19049
19050 PR gdb/13860
19051 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19052 reason, even in sync mode.
19053
19054 2014-05-29 Pedro Alves <palves@redhat.com>
19055 Hui Zhu <hui@codesourcery.com>
19056
19057 PR PR15693
19058 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19059 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19060 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19061 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19062
19063 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19064
19065 * config/monitor.exp (gdb_target_monitor): Replace use of
19066 "set remotebaud" by "set serial baud".
19067
19068 2014-05-26 Andy Wingo <wingo@igalia.com>
19069
19070 * gdb.guile/scm-breakpoint.exp:
19071 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19072 properties instead of gdb-object-properties.
19073
19074 2014-05-26 Yao Qi <yao@codesourcery.com>
19075
19076 * gdb.server/no-thread-db.exp: Specify source file name
19077 explicitly when setting a breakpoint.
19078
19079 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19080
19081 * gdb.btrace/vdso.c: New.
19082 * gdb.btrace/vdso.exp: New.
19083
19084 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19085
19086 * gdb.base/gcore.exp (capture_command_output): Move ...
19087 * lib/gdb.exp (capture_command_output): ... here.
19088
19089 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19090
19091 * gdb.btrace/data.exp: Test memory access during btrace replay.
19092
19093 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19094
19095 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19096
19097 2014-05-21 Pedro Alves <palves@redhat.com>
19098
19099 PR gdb/13860
19100 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19101 (top level): Test that output related to execution commands is
19102 sent to the console with CLI commands, but not with MI commands.
19103 Test that breakpoint events are always mirrored to the console.
19104 Also expect the new source line to be output after a "next" in
19105 async mode too. Make it a pass/fail test.
19106 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19107 output.
19108 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19109
19110 2014-05-21 Pedro Alves <palves@redhat.com>
19111
19112 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19113 Use them to test variations of "list" after reaching a breakpoint.
19114 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19115 Test "list" with listsize 10 after reaching a breakpoint.
19116 * gdb.python/python.exp (decode_line current location line
19117 number): Adjust expected line number.
19118
19119 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19120
19121 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19122 behavior for $args, pass it directly to "run".
19123
19124 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19125
19126 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19127 30000 to 65536.
19128
19129 2014-05-21 Pedro Alves <palves@redhat.com>
19130
19131 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19132 auto-connect-native-target off".
19133 * gdb.base/auto-connect-native-target.c: New file.
19134 * gdb.base/auto-connect-native-target.exp: New file.
19135
19136 2014-05-21 Pedro Alves <palves@redhat.com>
19137
19138 * gdb.base/default.exp: Test "target native" instead of "target
19139 child".
19140
19141 2014-05-21 Mark Wielaard <mjw@redhat.com>
19142
19143 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19144
19145 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19146
19147 Fix TLS access for -static -pthread.
19148 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19149 <HAVE_TLS> (thread_function, main): Initialize it.
19150 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19151 Add clean_restart.
19152 <$have_tls != "">: Check TLSVAR.
19153
19154 2014-05-21 Pedro Alves <palves@redhat.com>
19155
19156 * gdb.base/dcache-line-read-error.c: New.
19157 * gdb.base/dcache-line-read-error.exp: New.
19158
19159 2014-05-20 Pedro Alves <palves@redhat.com>
19160
19161 * gdb.base/compare-sections.c: New file.
19162 * gdb.base/compare-sections.exp: New file.
19163
19164 2014-05-20 Pedro Alves <palves@redhat.com>
19165
19166 * gdb.base/break-idempotent.c: New file.
19167 * gdb.base/break-idempotent.exp: New file.
19168
19169 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19170
19171 * gdb.btrace/nohist.exp: New.
19172
19173 2014-05-20 Yao Qi <yao@codesourcery.com>
19174
19175 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19176 gdb.reverse directory and gdb_reverse_timeout exists in board
19177 setting.
19178 * README: Document gdb_reverse_timeout.
19179
19180 2014-05-20 Yao Qi <yao@codesourcery.com>
19181
19182 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19183 'test_file_name'. Treat args as a string instead of a list.
19184 (gdb_init): Rename argument 'args' by 'test_file_name'.
19185
19186 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19187
19188 * gdb.arch/powerpc-power.exp: New file.
19189 * gdb.arch/powerpc-power.s: New file.
19190
19191 2014-05-16 Doug Evans <dje@google.com>
19192
19193 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19194 * gdb.base/completion.exp: Check that all expected files exist
19195 before doing file completion.
19196
19197 2014-05-16 Doug Evans <dje@google.com>
19198
19199 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19200 Update.
19201 (do_syscall_tests_without_xml): Update.
19202
19203 2014-05-16 Pedro Alves <palves@redhat.com>
19204
19205 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19206 instead of "unknown output after running".
19207
19208 2014-05-16 Yao Qi <yao@codesourcery.com>
19209
19210 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19211 file1.txt from host at the end.
19212 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19213
19214 2014-05-15 Doug Evans <dje@google.com>
19215
19216 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19217 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19218 loading file. Add test for TU lookup.
19219
19220 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19221
19222 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19223 calling "-exec-arguments" or "set args" before running the
19224 inferior.
19225
19226 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19227
19228 * lib/mi-support.exp (mi_expect_stop): Expect message for
19229 inferiors that exit with non-zero exit code.
19230
19231 2014-05-14 Yao Qi <yao@codesourcery.com>
19232
19233 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19234 match absolute path on remote host.
19235 (test_file_list_exec_source_files): Remove "/" from the
19236 pattern.
19237
19238 2014-05-14 Yao Qi <yao@codesourcery.com>
19239
19240 * boards/local-remote-host-notty.exp (${board}_file): New
19241 proc.
19242
19243 2014-05-07 Kyle McMartin <kyle@redhat.com>
19244
19245 Pushed by Joel Brobecker <brobecker@adacore.com>.
19246 * gdb.arch/aarch64-atomic-inst.c: New file.
19247 * gdb.arch/aarch64-atomic-inst.exp: New file.
19248
19249 2014-05-07 Yao Qi <yao@codesourcery.com>
19250
19251 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19252 in current context" too.
19253
19254 2014-05-05 Keith Seitz <keiths@redhat.com>
19255
19256 * gdb.linespec/ls-dollar.exp: Add test for linespec
19257 file:convenience_variable.
19258
19259 2014-05-05 Yao Qi <yao@codesourcery.com>
19260
19261 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19262 traceframes into tfile and ctf trace files. Read data from
19263 trace file and test collected data.
19264 (gdb_collect_locals_test): Likewise.
19265 (gdb_unavailable_registers_test): Likewise.
19266 (gdb_unavailable_floats): Likewise.
19267 (gdb_collect_globals_test): Likewise.
19268 (top-level): Append "ctf" to trace_file_targets if GDB
19269 supports.
19270
19271 2014-05-05 Yao Qi <yao@codesourcery.com>
19272
19273 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19274 code to ...
19275 (gdb_collect_args_test_1): ... it. New proc.
19276 (gdb_collect_locals_test): Move some code to ...
19277 (gdb_collect_locals_test_1): ... it. New proc.
19278 (gdb_unavailable_registers_test): Move some code to ...
19279 (gdb_unavailable_registers_test_1): ... it. New proc.
19280 (gdb_unavailable_floats): Move some code to ...
19281 (gdb_unavailable_floats_1): ... it. New proc.
19282
19283 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19284
19285 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19286 probes to test for bitness recognition.
19287 * gdb.arch/amd64-stap-optional-prefix.exp
19288 (test_probe_value_without_reg): New procedure.
19289 Add code to test for different kinds of bitness.
19290
19291 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19292
19293 PR breakpoints/16889
19294 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19295 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19296
19297 2014-05-01 Pedro Alves <palves@redhat.com>
19298
19299 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19300 gdb_file_cmd if no file is specified.
19301 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19302 last_loaded_file to set the remote exec-file.
19303
19304 2014-05-01 Pedro Alves <palves@redhat.com>
19305
19306 * boards/local-remote-host.exp: New file.
19307
19308 2014-05-01 Pedro Alves <palves@redhat.com>
19309
19310 * boards/local-remote-host.exp: Rename to ...
19311 * boards/local-remote-host-notty.exp: ... this.
19312
19313 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19314
19315 * gdb.ada/dyn_arrayidx: New testcase.
19316
19317 2014-04-26 Yao Qi <yao@codesourcery.com>
19318
19319 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19320 and compute the length of function main. Save it in
19321 $main_length.
19322 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19323 (top-level): Use gdb_compile to compile objects into
19324 executable and restart GDB. Remove invocation to
19325 prepare_for_testing.
19326
19327 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19328 Pedro Alves <palves@redhat.com>
19329
19330 PR server/16255
19331 * gdb.multi/multi-attach.c: New file.
19332 * gdb.multi/multi-attach.exp: New file.
19333
19334 2014-04-25 Pedro Alves <palves@redhat.com>
19335
19336 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19337 user.
19338 (top level): Test that "set remote conditional-breakpoints-packet
19339 off" works as intended.
19340 * gdb.base/dprintf.exp: Test that "set remote
19341 breakpoint-commands-packet off" works as intended.
19342 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19343 New function.
19344 (top level): Call it.
19345 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19346 remote fast-tracepoints-packet off" works as intended.
19347 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19348 * lib/gdb.exp (gdb_is_target_remote): ... here.
19349
19350 2014-04-24 David Blaikie <dblaikie@gmail.com>
19351
19352 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19353 ensure clang would not discard them.
19354 * gdb.base/gdbvars.c: Ditto.
19355 * gdb.base/memattr.c: Ditto.
19356 * gdb.base/whatis.c: Ditto.
19357 * gdb.python/py-prettyprint.c: Ditto.
19358 * gdb.trace/actions.c: Ditto.
19359 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19360 ensure clang would not discard it.
19361
19362 2014-04-24 David Blaikie <dblaikie@gmail.com>
19363
19364 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19365 clang to emit the full definition of type required by the test
19366 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19367
19368 2014-04-24 David Blaikie <dblaikie@gmail.com>
19369
19370 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19371 coax Clang into emitting the definition of the type.
19372 * gdb.cp/pr10728-x.h (y): Ditto.
19373 * gdb.cp/pr10728-y.cc (y): Ditto.
19374
19375 2014-04-24 David Blaikie <dblaikie@gmail.com>
19376
19377 * gdb.base/label.exp: XFAIL label related tests under Clang.
19378 * gdb.cp/cplabel.exp: Ditto.
19379 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19380 under Clang those using labels.
19381
19382 2014-04-25 Yao Qi <yao@codesourcery.com>
19383
19384 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19385 double_label.
19386 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19387 partial_label and double_label.
19388
19389 2014-04-24 David Blaikie <dblaikie@gmail.com>
19390
19391 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19392
19393 2014-04-24 David Blaikie <dblaikie@gmail.com>
19394
19395 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19396 of the function to work across GCC and Clang.
19397 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19398 pointer types (const void ** const V void **).
19399
19400 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19401 Walfred Tedeschi <walfred.tedeschi@intel.com>
19402
19403 * Makefile.in (EXECUTABLES): Added i386-avx512.
19404 * gdb.arch/i386-avx512.c: New file.
19405 * gdb.arch/i386-avx512.exp: Likewise.
19406
19407 2014-04-23 Keith Seitz <keiths@redhat.com>
19408
19409 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19410 (mi_make_breakpoint_table): New procedure.
19411 (mi_create_breakpoint): Use mi_make_breakpoint
19412 and return the result.
19413 (mi_make_breakpoint): New procedure.
19414 (mi_build_kv_pairs): New procedure.
19415
19416 * gdb.mi/mi-break.exp: Remove unused globals,
19417 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19418 All callers updated.
19419 * gdb.mi/mi-dprintf.exp: Use variable to track command
19420 number.
19421 Update all callers of mi_create_breakpoint and use
19422 mi_make_breakpoint_table.
19423 Remove any unused global variables.
19424 * gdb.mi/mi-nonstop.exp: Likewise.
19425 * gdb.mi/mi-nsintrall.exp: Likewise.
19426 * gdb.mi/mi-nsmoribund.exp: Likewise.
19427 * gdb.mi/mi-nsthrexec.exp: Likewise.
19428 * gdb.mi/mi-reverse.exp: Likewise.
19429 * gdb.mi/mi-simplerun.exp: Likewise.
19430 * gdb.mi/mi-stepn.exp: Likewise.
19431 * gdb.mi/mi-syn-frame.exp: Likewise.
19432 * gdb.mi/mi-until.exp: Likewise.
19433 * gdb.mi/mi-var-cp.exp: Likewise.
19434 * gdb.mi/mi-var-display.exp: Likewise.
19435 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19436 * gdb.mi/mi2-var-child.exp: Likewise.
19437 * gdb.mi/mi-vla-c99.exp: Likewise.
19438 * lib/mi-support.exp: Likewise.
19439
19440 From Ian Lance Taylor <iant@cygnus.com>:
19441 * lib/gdb.exp (parse_args): New procedure.
19442
19443 2014-04-23 Pedro Alves <palves@redhat.com>
19444
19445 * gdb.base/break-unload-file.c: New file.
19446 * gdb.base/break-unload-file.exp: New file.
19447 * gdb.base/sym-file-lib.c (baz): New function.
19448 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19449 field.
19450 (load): Store the segment's mapped size.
19451 (unload): New function.
19452 (unload_shlib): New function.
19453 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19454 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19455 set a breakpoint at baz, and call it.
19456 * gdb.base/sym-file.exp: New tests for stale breakpoint
19457 instructions.
19458
19459 2014-04-23 Pedro Alves <palves@redhat.com>
19460
19461 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19462 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19463 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19464 * gdb.base/hbreak-unmapped.c: New file.
19465 * gdb.base/hbreak-unmapped.exp: New file.
19466 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19467 * lib/gdb.exp (gdb_is_target_remote): ... here.
19468
19469 2014-04-22 Pedro Alves <palves@redhat.com>
19470
19471 * gdb.base/consecutive-step-over.c: New file.
19472 * gdb.base/consecutive-step-over.exp: New file.
19473
19474 2014-04-22 Pedro Alves <palves@redhat.com>
19475
19476 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19477 instead of send_gdb/gdb_expect.
19478
19479 2014-04-22 Yao Qi <yao@codesourcery.com>
19480
19481 * lib/trace-support.exp (generate_tracefile): New procedure.
19482 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19483 return 0.
19484 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19485 if generate_tracefile returns 1.
19486
19487 2014-04-18 Tom Tromey <palves@redhat.com>
19488 Pedro alves <tromey@redhat.com>
19489
19490 PR backtrace/15558
19491 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19492 with a backtrace limit.
19493 * gdb.python/py-frame-inline.exp: Test running to an inline
19494 function with a backtrace limit, and printing the newest frame.
19495 * gdb.python/py-frame-inline.c (main): Call f.
19496
19497 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19498
19499 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19500
19501 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19502
19503 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19504 Drop prefix from unsupported source file path.
19505
19506 2014-04-17 Yao Qi <yao@codesourcery.com>
19507
19508 * lib/gdb.exp (with_target_charset): New proc.
19509 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19510 with_target_charset.
19511 (test_print_strings): Likewise.
19512 (test_repeat_bytes): Likewise.
19513 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19514 for some tests.
19515
19516 2014-04-16 Keith Seitz <keiths@redhat.com>
19517
19518 PR gdb/15827
19519 * gdb.dwarf2/corrupt.c: New file.
19520 * gdb.dwarf2/corrupt.exp: New file.
19521
19522 2014-04-16 Keith Seitz <keiths@redhat.com>
19523
19524 PR c++/16597
19525 * gdb.cp/namelessclass.cc: New file.
19526 * gdb.cp/namelessclass.exp: New file.
19527 * gdb.cp/namelessclass.S: New file.
19528
19529 2014-04-16 Doug Evans <dje@google.com>
19530
19531 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19532 Add comment.
19533 (gdbserver_default_get_comm_port): New function.
19534 (gdbserver_start): Check if board file provided
19535 "gdbserver,get_comm_port" and use it if so.
19536 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19537 (gdb,socketport): Set to "stdio".
19538 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19539 (stdio_gdbserver_template): Delete.
19540 (${board}_get_remote_address): Update.
19541 (${board}_build_remote_cmd): Delete.
19542 (${board}_get_comm_port): New function.
19543 (${board}_spawn): Update.
19544 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19545 Delete.
19546 (${board}_get_remote_address): Update.
19547 (${board}_get_comm_port): New function.
19548
19549 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19550
19551 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19552 appearing in any order.
19553
19554 2014-04-15 Doug Evans <dje@google.com>
19555
19556 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19557 uninitialized value of "description".
19558
19559 2014-04-15 Keith Seitz <keiths@redhat.com>
19560
19561 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19562 Remove unused globals.
19563 (test_running_the_program): Likewise.
19564 (test_controlled_execution): Likewise.
19565 (test_controlling_breakpoints): Likewise.
19566 (test_program_termination): Likewise.
19567
19568 2014-04-15 Keith Seitz <keiths@redhat.com>
19569
19570 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19571 unused globals.
19572 (test_rbreak_creation_and_listing): Likewise.
19573 (test_ignore_count): Likewise.
19574 (test_error): Likewise.
19575
19576 2014-04-15 Pedro Alves <palves@redhat.com>
19577
19578 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19579 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19580 sym-file-loader.c.
19581 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19582 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19583 to sym-file-loader.c.
19584 (struct library): Forward declare.
19585 (load_shlib, lookup_function): Change prototypes.
19586 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19587 (translate_offset): Remove declarations.
19588 (get_text_addr): New declaration.
19589 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19590 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19591 sym-file-loader.h.
19592 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19593 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19594 here from sym-file-loader.h.
19595 (struct library): New structure.
19596 (load_shlib, lookup_function): Change prototypes and adjust to
19597 work with a struct library.
19598 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19599 (translate_offset): Make static.
19600 (get_text_addr): New function.
19601 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19602
19603 2014-04-15 Pedro Alves <palves@redhat.com>
19604
19605 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19606
19607 2014-04-15 Pedro Alves <palves@redhat.com>
19608
19609 * gdb.base/sym-file-loader.c: Include <limits.h>.
19610 (SELF_LINK): New define.
19611 (get_origin): New function.
19612 (load_shlib): Use it.
19613 * gdb.base/sym-file.exp: Don't early return if the target is
19614 remote. Use runto_main, and issue fail is that fails. Use
19615 gdb_load_shlibs.
19616 (shlib_name): Delete.
19617 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19618
19619 2014-04-15 Pedro Alves <palves@redhat.com>
19620
19621 * gdb.base/sym-file.exp: Remove regex characters from test
19622 message. Don't refer to breakpoint numbers in test messages.
19623
19624 2014-04-14 Keith Seitz <keiths@redhat.com>
19625
19626 PR c++/16253
19627 * gdb.cp/var-tag.cc: New file.
19628 * gdb.cp/var-tag.exp: New file.
19629 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19630 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19631 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19632 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19633
19634 2014-04-14 Tom Tromey <tromey@redhat.com>
19635
19636 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19637 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19638 type.
19639 * gdb.cp/enum-class.exp: New file.
19640 * gdb.cp/enum-class.cc: New file.
19641
19642 2014-04-14 Tom Tromey <tromey@redhat.com>
19643
19644 * gdb.dwarf2/enum-type.exp: New file.
19645
19646 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19647
19648 * gdb.mi/mi-vla-c99.exp: New file.
19649 * gdb.mi/vla.c: New file.
19650
19651 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19652
19653 * gdb.base/vla-datatypes.c: New file.
19654 * gdb.base/vla-datatypes.exp: New file.
19655
19656 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19657
19658 * gdb.base/vla-ptr.c: New file.
19659 * gdb.base/vla-ptr.exp: New file.
19660
19661 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19662
19663 * gdb.dwarf2/count.exp: New file.
19664
19665 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19666
19667 * gdb.base/vla-sideeffect.c: New file.
19668 * gdb.base/vla-sideeffect.exp: New file.
19669
19670 2014-04-14 David Blaikie <dblaikie@gmail.com>
19671
19672 * gdb.mi/non-stop.c: Add return value for non-void function return
19673 statement.
19674 * gdb.threads/staticthreads.c: Ditto.
19675
19676 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19677 Doug Evans <xdje42@gmail.com>
19678
19679 * gdb.guile/scm-value.c: Improve test case.
19680 * gdb.guile/scm-value.exp: Add new test.
19681
19682 2014-04-11 David Blaikie <dblaikie@gmail.com>
19683
19684 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19685 override Clang's default.
19686
19687 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19688
19689 Revert the following changes (regressions):
19690
19691 * gdb.base/vla-sideeffect.c: New file.
19692 * gdb.base/vla-sideeffect.exp: New file.
19693
19694 * gdb.dwarf2/count.exp: New file.
19695
19696 * gdb.base/vla-multi.c: New file.
19697 * gdb.base/vla-multi.exp: New file.
19698
19699 * gdb.base/vla-ptr.c: New file.
19700 * gdb.base/vla-ptr.exp: New file.
19701
19702 * gdb.base/vla-datatypes.c: New file.
19703 * gdb.base/vla-datatypes.exp: New file.
19704
19705 * gdb.mi/mi-vla-c99.exp: New file.
19706 * gdb.mi/vla.c: New file.
19707
19708 2014-04-11 Keith Seitz <keiths@redhat.com>
19709
19710 PR c++/16675
19711 * gdb.cp/cpsizeof.exp: New file.
19712 * gdb.cp/cpsizeof.cc: New file.
19713
19714 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19715
19716 * gdb.mi/mi-vla-c99.exp: New file.
19717 * gdb.mi/vla.c: New file.
19718
19719 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19720
19721 * gdb.base/vla-datatypes.c: New file.
19722 * gdb.base/vla-datatypes.exp: New file.
19723
19724 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19725
19726 * gdb.base/vla-ptr.c: New file.
19727 * gdb.base/vla-ptr.exp: New file.
19728
19729 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19730
19731 * gdb.base/vla-multi.c: New file.
19732 * gdb.base/vla-multi.exp: New file.
19733
19734 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19735
19736 * gdb.dwarf2/count.exp: New file.
19737
19738 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19739
19740 * gdb.base/vla-sideeffect.c: New file.
19741 * gdb.base/vla-sideeffect.exp: New file.
19742
19743 2014-04-11 Yao Qi <yao@codesourcery.com>
19744
19745 * gdb.base/completion.exp: Check file exists before running tests
19746 on file completion.
19747
19748 2014-04-10 Pedro Alves <palves@redhat.com>
19749
19750 * gdb.base/cond-eval-mode.c: New file.
19751 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19752 prepare_for_testing to build the new file. Check result of
19753 runto_main.
19754 (test_break, test_watch): New procedures.
19755 (top level): Use them.
19756
19757 2014-04-08 Pierre Muller <muller@sourceware.org>
19758
19759 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19760 Ctrl-V use for mingw hosts.
19761
19762 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19763
19764 * gdb.python/py-value.c: Improve test case.
19765 * gdb.python/py-value.exp: Add new test.
19766
19767 2014-04-07 David Blaikie <dblaikie@gmail.com>
19768
19769 * lib/compiler.c: Identify the clang compiler.
19770 * lib/compiler.cc: Ditto.
19771
19772 2014-04-03 Yao Qi <yao@codesourcery.com>
19773
19774 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19775
19776 2014-04-01 Anton Blanchard <anton@samba.org>
19777
19778 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19779 messages unique.
19780
19781 2014-04-01 Anton Blanchard <anton@samba.org>
19782
19783 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19784 prepare_for_testing.
19785
19786 2014-04-01 Anton Blanchard <anton@samba.org>
19787
19788 * gdb.arch/ppc64-atomic-inst.c: Remove.
19789 * gdb.arch/ppc64-atomic-inst.S: New file.
19790 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19791
19792 2014-03-31 Doug Evans <dje@google.com>
19793
19794 * gdb.base/print-symbol-loading-lib.c: New file.
19795 * gdb.base/print-symbol-loading-main.c: New file.
19796 * gdb.base/print-symbol-loading.exp: New file.
19797
19798 2014-03-31 Yao Qi <yao@codesourcery.com>
19799
19800 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19801
19802 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19803
19804 * gdb.ada/mi_dyn_arr: New testcase.
19805
19806 2014-03-27 Doug Evans <dje@google.com>
19807
19808 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19809
19810 2014-03-27 Yao Qi <yao@codesourcery.com>
19811
19812 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19813 if target is nios2-*-*.
19814
19815 2014-03-26 Yao Qi <yao@codesourcery.com>
19816
19817 * lib/gdb.exp (readline_is_used): New proc.
19818 * gdb.base/completion.exp: Move tests on command complete up.
19819 Skip the rest of tests if readline is not used.
19820 * gdb.ada/complete.exp: Skp the test if readline is not
19821 used.
19822 * gdb.base/filesym.exp: Likewise.
19823 * gdb.base/macscp.exp: Likewise.
19824 * gdb.base/readline-ask.exp: Likewise.
19825 * gdb.base/readline.exp: Likewise.
19826 * gdb.python/py-cmd.exp: Likewise.
19827 * gdb.trace/tfile.exp: Likewise.
19828
19829 2014-03-26 Yao Qi <yao@codesourcery.com>
19830
19831 * gdb.base/macscp.exp: Fix code format issues.
19832
19833 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19834
19835 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19836 * gdb.asm/powerpc64le.inc: New file.
19837
19838 2014-03-25 Pedro Alves <palves@redhat.com>
19839 Doug Evans <dje@google.com>
19840
19841 * gdb.base/source-execution.c: New file.
19842 * gdb.base/source-execution.exp: New file.
19843 * gdb.base/source-execution.gdb: New file.
19844
19845 2014-03-24 Doug Evans <dje@google.com>
19846
19847 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19848 using fission.
19849
19850 2014-03-24 Hui Zhu <hui@codesourcery.com>
19851 Pedro Alves <palves@redhat.com>
19852
19853 PR breakpoints/16101
19854 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19855 test pass/fail messages. Detect missing support for dprintf when
19856 breakpoints are actually inserted.
19857 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19858 breakpoints are actually inserted.
19859 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19860 fails.
19861
19862 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19863
19864 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19865
19866 2014-03-22 Doug Evans <xdje42@gmail.com>
19867
19868 * gdb.python/python.exp (python not supported): Verify multi-line
19869 python command issues an error.
19870 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19871 guile command issues an error.
19872
19873 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19874
19875 * gdb.threads/thread-specific.exp: Handle the lack of usable
19876 $this_breakpoint and $this_thread.
19877
19878 2014-03-21 Hui Zhu <hui@codesourcery.com>
19879
19880 * gdb.base/attach.exp (do_command_attach_tests): New.
19881
19882 2014-03-20 Tom Tromey <tromey@redhat.com>
19883 Pedro Alves <palves@redhat.com>
19884
19885 PR cli/15718
19886 * gdb.base/condbreak-call-false.c: New file.
19887 * gdb.base/condbreak-call-false.exp: New file.
19888
19889 2014-03-20 Pedro Alves <palves@redhat.com>
19890
19891 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19892 Delete.
19893 (block_signals, unblock_signals): Delete.
19894 (child_function_2, main): Remove references to deleted variable
19895 and functions.
19896
19897 2014-03-20 Pedro Alves <palves@redhat.com>
19898
19899 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19900 Use pthread_kill to signal thread 2.
19901 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19902 Adjust to make the test send itself a signal rather than using the
19903 host's "kill" command.
19904
19905 2014-03-20 Pedro Alves <palves@redhat.com>
19906
19907 * gdb.threads/multiple-step-overs.c: New file.
19908 * gdb.threads/multiple-step-overs.exp: New file.
19909 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19910 Adjust expected infrun debug output.
19911
19912 2014-03-20 Pedro Alves <palves@redhat.com>
19913
19914 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19915 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19916
19917 2014-03-20 Pedro Alves <palves@redhat.com>
19918
19919 PR breakpoints/7143
19920 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19921 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19922 of gdb_test_multiple.
19923 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19924 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19925
19926 2014-03-20 Pedro Alves <palves@redhat.com>
19927
19928 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19929 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19930
19931 2014-03-19 Pedro Alves <palves@redhat.com>
19932
19933 * gdb.base/async.exp: Remove early return.
19934
19935 2014-03-19 Pedro Alves <palves@redhat.com>
19936
19937 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19938
19939 2014-03-19 Pedro Alves <palves@redhat.com>
19940
19941 * gdb.base/async.exp (test_background): Expect \r\n after
19942 "completed." in the fail pattern.
19943
19944 2014-03-19 Pedro Alves <palves@redhat.com>
19945
19946 * gdb.base/async.exp (test_background): New procedure.
19947 Use it for all background execution command tests.
19948
19949 2014-03-19 Pedro Alves <palves@redhat.com>
19950
19951 * gdb.base/async.exp: Use prepare_for_testing.
19952
19953 2014-03-19 Pedro Alves <palves@redhat.com>
19954
19955 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19956 the same line.
19957
19958 2014-03-19 Pedro Alves <palves@redhat.com>
19959
19960 * gdb.base/async.c (main): Add "jump here" and "until here" line
19961 marker comments.
19962 * gdb.base/async.exp (jump_here): New global.
19963 (jump& test): Use it.
19964 (until_here): New global.
19965 (until& test): Use it.
19966
19967 2014-03-19 Pedro Alves <palves@redhat.com>
19968
19969 * gdb.base/async.exp: Don't frob gdb_protocol.
19970
19971 2014-03-18 Doug Evans <xdje42@gmail.com>
19972
19973 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19974 Fix spelling of exec-done-display.
19975
19976 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
19977
19978 PR gdb/15358
19979 * gdb.base/gdb-sigterm.c: New file.
19980 * gdb.base/gdb-sigterm.exp: New file.
19981
19982 2014-03-18 Pedro Alves <palves@redhat.com>
19983
19984 PR gdb/13860
19985 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
19986 * lib/mi-support.exp (mi_expect_stop): Add special handling for
19987 solib-event.
19988
19989 2014-03-17 Joel Brobecker <brobecker@adacore.com>
19990
19991 * gdb.ada/pckd_arr_ren: New testcase.
19992
19993 2014-03-13 Doug Evans <xdje42@gmail.com>
19994
19995 PR guile/16612
19996 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
19997 collect after discarding symbols.
19998
19999 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20000 Doug Evans <xdje42@gmail.com>
20001
20002 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20003 to history survives a gc.
20004
20005 2014-03-13 Pedro Alves <palves@redhat.com>
20006
20007 * gdb.base/default.exp: Don't test "target procfs".
20008
20009 2014-03-13 Pedro Alves <palves@redhat.com>
20010
20011 * gdb.base/default.exp: Update "target child" and "target procfs"
20012 tests to not expect "Unix".
20013
20014 2014-03-12 Tom Tromey <tromey@redhat.com>
20015
20016 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20017 New procs. Add target-async tests.
20018 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20019 Add target-async tests.
20020
20021 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20022
20023 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20024 'func_start' and 'func_end' for the beginning and end of the
20025 function code, respectively.
20026 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20027 'func_end' instead of 'func' and 'main'.
20028
20029 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20030
20031 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20032 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20033 generate the debug info assembler source.
20034
20035 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20036
20037 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20038 * gdb.dwarf2/arr-subrange.exp: Likewise.
20039 * gdb.dwarf2/dwz.exp: Likewise.
20040 * gdb.dwarf2/method-ptr.exp: Likewise.
20041 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20042 * gdb.dwarf2/subrange.exp: Likewise.
20043 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20044 * gdb.dwarf2/implptrpiece.exp: Likewise.
20045 * gdb.dwarf2/nostaticblock.exp: Likewise.
20046
20047 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20048
20049 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20050 directory to absolute path name arguments.
20051
20052 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20053
20054 * gdb.ada/tagged_access: New testcase.
20055
20056 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20057
20058 * gdb.btrace/data.exp: Update expected output.
20059
20060 2014-03-06 Yao Qi <yao@codesourcery.com>
20061
20062 * gdb.trace/pr16508.exp: New file.
20063
20064 2014-03-05 Pedro Alves <palves@redhat.com>
20065
20066 PR gdb/16575
20067 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20068 procedure.
20069 (top level): Adjust to use it. Add tests that exercise breakpoint
20070 interaction with the code-cache.
20071
20072 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20073
20074 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20075 test for 'history-append!'.
20076
20077 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20078
20079 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20080 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20081 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20082 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20083 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20084 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20085
20086 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20087
20088 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20089 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20090 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20091
20092 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20093
20094 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20095
20096 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20097
20098 * gdb.dwarf2/arr-stride.c: New file.
20099 * gdb.dwarf2/arr-stride.exp: New file.
20100
20101 2014-02-26 Pedro Alves <palves@redhat.com>
20102
20103 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20104 that won't ever trigger. Make sure that GDB reports the correct
20105 breakpoint that caused the stop.
20106
20107 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20108
20109 PR gdb/16626
20110 * gdb.base/auto-load-script: New file.
20111 * gdb.base/auto-load.c: New file.
20112 * gdb.base/auto-load.exp: New file.
20113
20114 PR gdb/16626
20115 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20116
20117 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20118
20119 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20120 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20121
20122 2014-02-24 Doug Evans <dje@google.com>
20123
20124 * lib/gdb.exp (run_on_host): Log error output if program fails.
20125
20126 2014-02-21 Pedro Alves <palves@redhat.com>
20127
20128 * gdb.threads/step-after-sr-lock.c: Rename to ...
20129 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20130 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20131 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20132 ... this.
20133
20134 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20135
20136 PR tdep/16397
20137 * gdb.arch/amd64-stap-special-operands.exp: New file.
20138 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20139 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20140 * gdb.arch/amd64-stap-triplet.S: Likewise.
20141 * gdb.arch/amd64-stap-triplet.c: Likewise.
20142
20143 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20144
20145 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20146 in .section pseudo-op.
20147
20148 2014-02-20 lin zuojian <manjian2006@gmail.com>
20149 Joel Brobecker <brobecker@adacore.com>
20150 Doug Evans <xdje42@gmail.com>
20151
20152 PR symtab/16581
20153 * gdb.dwarf2/dw2-icycle.S: New file.
20154 * gdb.dwarf2/dw2-icycle.c: New file.
20155 * gdb.dwarf2/dw2-icycle.exp: New file.
20156
20157 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20158
20159 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20160 operations on gdb.Value objects.
20161 * gdb.python/py-value-cc.exp: Add new test to test operations on
20162 gdb.Value objects.
20163
20164 2014-02-18 Doug Evans <dje@google.com>
20165
20166 * Makefile.in (TESTS): New variable.
20167 (expanded_tests, expanded_tests_or_none): New variables
20168 (check-single): Pass $(expanded_tests_or_none) to runtest.
20169 (check-parallel): Only run tests in $(TESTS) if non-empty.
20170 (check/no-matching-tests-found): New rule.
20171 * README: Document TESTS makefile variable.
20172
20173 2014-02-18 Doug Evans <dje@google.com>
20174
20175 * Makefile.in (check-parallel): rm -rf outputs temp.
20176
20177 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20178
20179 Fix "ERROR: no fileid for" in the testsuite.
20180 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20181
20182 2014-02-12 Doug Evans <dje@google.com>
20183
20184 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20185 (MISCELLANEOUS): New variable.
20186 (clean): rm -rf $(MISCELLANEOUS).
20187 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20188 dwp live in the same directory as symlinks, with each symlink pointed
20189 to a differently named file in a different directory.
20190
20191 2014-02-11 Doug Evans <dje@google.com>
20192
20193 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20194 of Tcl file commands.
20195
20196 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20197
20198 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20199 "kill -SIGUSR1 -1".
20200
20201 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20202
20203 * gdb.ada/tick_length_array_enum_idx: New testcase.
20204
20205 2014-02-10 Doug Evans <xdje42@gmail.com>
20206
20207 * configure.ac (AC_OUTPUT): Add gdb.guile.
20208 * configure: Regenerate.
20209 * lib/gdb-guile.exp: New file.
20210 * lib/gdb.exp (get_target_charset): New function.
20211 * gdb.base/help.exp: Update expected output from "apropos apropos".
20212 * gdb.guile/Makefile.in: New file.
20213 * gdb.guile/guile.exp: New file.
20214 * gdb.guile/scm-arch.c: New file.
20215 * gdb.guile/scm-arch.exp: New file.
20216 * gdb.guile/scm-block.c: New file.
20217 * gdb.guile/scm-block.exp: New file.
20218 * gdb.guile/scm-breakpoint.c: New file.
20219 * gdb.guile/scm-breakpoint.exp: New file.
20220 * gdb.guile/scm-disasm.c: New file.
20221 * gdb.guile/scm-disasm.exp: New file.
20222 * gdb.guile/scm-equal.c: New file.
20223 * gdb.guile/scm-equal.exp: New file.
20224 * gdb.guile/scm-error.exp: New file.
20225 * gdb.guile/scm-error.scm: New file.
20226 * gdb.guile/scm-frame-args.c: New file.
20227 * gdb.guile/scm-frame-args.exp: New file.
20228 * gdb.guile/scm-frame-args.scm: New file.
20229 * gdb.guile/scm-frame-inline.c: New file.
20230 * gdb.guile/scm-frame-inline.exp: New file.
20231 * gdb.guile/scm-frame.c: New file.
20232 * gdb.guile/scm-frame.exp: New file.
20233 * gdb.guile/scm-generics.exp: New file.
20234 * gdb.guile/scm-gsmob.exp: New file.
20235 * gdb.guile/scm-iterator.c: New file.
20236 * gdb.guile/scm-iterator.exp: New file.
20237 * gdb.guile/scm-math.c: New file.
20238 * gdb.guile/scm-math.exp: New file.
20239 * gdb.guile/scm-objfile-script-gdb.in: New file.
20240 * gdb.guile/scm-objfile-script.c: New file.
20241 * gdb.guile/scm-objfile-script.exp: New file.
20242 * gdb.guile/scm-objfile.c: New file.
20243 * gdb.guile/scm-objfile.exp: New file.
20244 * gdb.guile/scm-ports.exp: New file.
20245 * gdb.guile/scm-pretty-print.c: New file.
20246 * gdb.guile/scm-pretty-print.exp: New file.
20247 * gdb.guile/scm-pretty-print.scm: New file.
20248 * gdb.guile/scm-section-script.c: New file.
20249 * gdb.guile/scm-section-script.exp: New file.
20250 * gdb.guile/scm-section-script.scm: New file.
20251 * gdb.guile/scm-symbol.c: New file.
20252 * gdb.guile/scm-symbol.exp: New file.
20253 * gdb.guile/scm-symtab-2.c: New file.
20254 * gdb.guile/scm-symtab.c: New file.
20255 * gdb.guile/scm-symtab.exp: New file.
20256 * gdb.guile/scm-type.c: New file.
20257 * gdb.guile/scm-type.exp: New file.
20258 * gdb.guile/scm-value-cc.cc: New file.
20259 * gdb.guile/scm-value-cc.exp: New file.
20260 * gdb.guile/scm-value.c: New file.
20261 * gdb.guile/scm-value.exp: New file.
20262 * gdb.guile/source2.scm: New file.
20263 * gdb.guile/types-module.cc: New file.
20264 * gdb.guile/types-module.exp: New file.
20265
20266 2014-02-10 Yao Qi <yao@codesourcery.com>
20267
20268 PR testsuite/16543
20269 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20270 * configure: Regenerated.
20271 * Makefile.in: New file.
20272
20273 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20274
20275 * gdb.python/py-framefilter.exp: Fix typo.
20276
20277 2014-02-08 Yao Qi <yao@codesourcery.com>
20278
20279 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20280 that no =breakpoint-modified is emitted when breakpoints are
20281 modified through MI commands.
20282
20283 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20284 Pedro Alves <palves@redhat.com>
20285
20286 * gdb.threads/step-after-sr-lock.c: New file.
20287 * gdb.threads/step-after-sr-lock.exp: New file.
20288
20289 2014-02-07 Pedro Alves <palves@redhat.com>
20290
20291 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20292
20293 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20294
20295 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20296 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20297
20298 2014-02-06 Doug Evans <xdje42@gmail.com>
20299
20300 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20301 output.
20302
20303 * gdb.gdb/python-interrupts.exp: New file.
20304
20305 2014-02-05 Yao Qi <yao@codesourcery.com>
20306
20307 * gdb.trace/report.exp (use_collected_data): Test the output
20308 of "info threads" and "info inferiors".
20309
20310 2014-02-05 Yao Qi <yao@codesourcery.com>
20311
20312 Revert this patch:
20313
20314 2013-05-24 Yao Qi <yao@codesourcery.com>
20315
20316 * gdb.trace/tfile.exp: Test inferior and thread.
20317
20318 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20319
20320 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20321 on a function.
20322 * gdb.base/step-bt.c: Call hello via function pointer to make
20323 sure its first instruction is executed on powerpc64le-linux.
20324
20325 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20326
20327 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20328
20329 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20330
20331 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20332 of the test patterns for use on little-endian systems.
20333
20334 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20335
20336 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20337 (decimal_vector): Fix for little-endian.
20338
20339 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20340
20341 * gdb.arch/sparc-sysstep.exp: New file.
20342 * gdb.arch/sparc-sysstep.c: Likewise.
20343
20344 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20345
20346 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20347
20348 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20349
20350 2014-01-23 Tom Tromey <tromey@redhat.com>
20351
20352 * gdb.ada/array_char_idx: New testcase.
20353
20354 2014-01-23 Tom Tromey <tromey@redhat.com>
20355
20356 PR python/16487:
20357 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20358 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20359 classes.
20360
20361 2014-01-23 Tom Tromey <tromey@redhat.com>
20362
20363 PR python/16491:
20364 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20365 string from an inferior frame.
20366 * gdb.python/py-framefilter-mi.exp: Update.
20367
20368 2014-01-22 Doug Evans <dje@google.com>
20369
20370 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20371
20372 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20373
20374 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20375
20376 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20377
20378 * gdb.trace/entry-values.exp: Remove excess space character from
20379 regex patterns. Handle s390 call instruction.
20380
20381 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20382
20383 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20384 define "*_start" label. Make "name" static.
20385 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20386 ${name} by references to ${name}_start.
20387
20388 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20389
20390 * gdb.base/info-macros.exp: Remove "debug" from the compile
20391 options.
20392
20393 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20394
20395 * gdb.dlang/demangle.exp: New file.
20396
20397 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20398
20399 * gdb.dlang/primitive-types.exp: New file.
20400
20401 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20402
20403 * configure.ac: Create gdb.dlang/Makefile.
20404 * configure: Regenerate.
20405 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20406 * gdb.dlang/Makefile.in: New file.
20407 * lib/d-support.exp: New file.
20408 * lib/gdb.exp (skip_d_tests): New proc.
20409
20410 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20411
20412 * gdb.btrace/delta.exp: Check reverse stepi.
20413 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20414 * gdb.btrace/finish.exp: New.
20415 * gdb.btrace/next.exp: New.
20416 * gdb.btrace/nexti.exp: New.
20417 * gdb.btrace/record_goto.c: Add comments.
20418 * gdb.btrace/step.exp: New.
20419 * gdb.btrace/stepi.exp: New.
20420 * gdb.btrace/multi-thread-step.c: New.
20421 * gdb.btrace/multi-thread-step.exp: New.
20422 * gdb.btrace/rn-dl-bind.c: New.
20423 * gdb.btrace/rn-dl-bind.exp: New.
20424 * gdb.btrace/data.c: New.
20425 * gdb.btrace/data.exp: New.
20426 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20427
20428 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20429
20430 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20431 * gdb.btrace/exception.exp: Update.
20432 * gdb.btrace/instruction_history.exp: Update.
20433 * gdb.btrace/record_goto.exp: Update.
20434 * gdb.btrace/tailcall.exp: Update.
20435 * gdb.btrace/unknown_functions.exp: Update.
20436 * gdb.btrace/delta.exp: New.
20437
20438 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20439
20440 * gdb.btrace/record_goto.exp: Add backtrace test.
20441 * gdb.btrace/tailcall.exp: Add backtrace test.
20442
20443 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20444
20445 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20446 * gdb.btrace/record_goto.c: New.
20447 * gdb.btrace/record_goto.exp: New.
20448 * gdb.btrace/x86-record_goto.S: New.
20449
20450 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20451
20452 * gdb.btrace/function_call_history.exp: Update tests.
20453 * gdb.btrace/instruction_history.exp: Update tests.
20454
20455 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20456
20457 * gdb.btrace/function_call_history.exp: Fix expected field
20458 order for "record function-call-history".
20459 Add new tests for "record function-call-history /c".
20460 * gdb.btrace/exception.cc: New.
20461 * gdb.btrace/exception.exp: New.
20462 * gdb.btrace/tailcall.exp: New.
20463 * gdb.btrace/x86-tailcall.S: New.
20464 * gdb.btrace/x86-tailcall.c: New.
20465 * gdb.btrace/unknown_functions.c: New.
20466 * gdb.btrace/unknown_functions.exp: New.
20467 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20468
20469 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20470
20471 * gdb.btrace/instruction_history.exp: Update.
20472 * gdb.btrace/function_call_history.exp: Update.
20473
20474 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20475
20476 * gdb.btrace/function_call_history.exp: Fix expected function
20477 trace.
20478 * gdb.btrace/instruction_history.exp: Initialize traced.
20479 Remove traced_functions.
20480
20481 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20482
20483 * gdb.btrace/function_call_history.exp: Update
20484 * gdb.btrace/instruction_history.exp: Update.
20485
20486 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20487
20488 * gdb.btrace/enable.exp: Update expected text.
20489
20490 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20491
20492 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20493 bytes.
20494
20495 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20496
20497 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20498
20499 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20500
20501 * lib/gdb.exp (supports_process_record): Return true for
20502 arm*-linux*. (supports_reverse): Likewise.
20503
20504 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20505
20506 PR python/15464
20507 PR python/16113
20508 * gdb.python/py-type.c: Enhance test case.
20509 * gdb.python/py-value-cc.cc: Likewise
20510 * gdb.python/py-type.exp: Add new tests.
20511 * gdb.python/py-value-cc.exp: Likewise
20512
20513 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20514 Pedro Alves <palves@redhat.com>
20515
20516 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20517 Make "name" extern.
20518 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20519 references to ${name}_start by references to ${name}.
20520
20521 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20522
20523 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20524
20525 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20526
20527 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20528
20529 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20530 Pedro Alves <palves@redhat.com>
20531
20532 * gdb.mi/mi-info-os.exp: Connect to the target with
20533 mi_gdb_target_load.
20534
20535 2014-01-08 Pedro Alves <palves@redhat.com>
20536
20537 * gdb.threads/reconnect-signal.c: New file.
20538 * gdb.threads/reconnect-signal.exp: New file.
20539
20540 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20541
20542 * gdb.base/source-dir.exp: New file.
20543
20544 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20545
20546 * gdb.ada/mi_interface: New testcase.
20547
20548 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20549
20550 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20551 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20552 gdb.ada/pp-rec-component/pck.ads: New files.
20553
20554 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20555
20556 * gdb.python/py-pp-integral.c: New file.
20557 * gdb.python/py-pp-integral.py: New file.
20558 * gdb.python/py-pp-integral.exp: New file.
20559
20560 For older changes see ChangeLog-1993-2013.
20561 \f
20562 ;; Local Variables:
20563 ;; mode: change-log
20564 ;; left-margin: 8
20565 ;; fill-column: 74
20566 ;; version-control: never
20567 ;; End:
20568
20569 Copyright 2014-2020 Free Software Foundation, Inc.
20570 Copying and distribution of this file, with or without modification,
20571 are permitted provided the copyright notice and this notice are preserved.
This page took 0.43843 seconds and 5 git commands to generate.