5eb9847b3e086ecc02f23889669bbbba206bcaae
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-16 Caroline Tice <cmtice@google.com>
2
3 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
4 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
5
6 2020-07-16 Tom de Vries <tdevries@suse.de>
7
8 * lib/dwarf.exp (program): Initialize _line.
9 (DW_LNE_end_sequence): Reinitialize _line.
10 (DW_LNS_advance_line): Update _line.
11 (line): New proc.
12 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
13 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
14 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
15 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
16 * gdb.dwarf2/dw2-is-stmt.exp: Same.
17 * gdb.dwarf2/dw2-ranges-func.exp: Same.
18
19 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
22 generic.
23
24 2020-07-15 Tom de Vries <tdevries@suse.de>
25
26 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
27 is_amd64_regs_target.
28
29 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.fortran/ptype-on-functions.exp: Add more tests.
32 * gdb.fortran/ptype-on-functions.f90: Likewise.
33
34 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
35
36 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
37 values in documentation for addr_size to 4 and 8.
38
39 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * gdb.arch/amd64-osabi.exp: Update.
42 * gdb.arch/arm-disassembler-options.exp: Update.
43 * gdb.arch/powerpc-disassembler-options.exp: Update.
44 * gdb.arch/ppc64-symtab-cordic.exp: Update.
45 * gdb.arch/s390-disassembler-options.exp: Update.
46 * gdb.base/all-architectures.exp.tcl: Update.
47 * gdb.base/attach-pie-noexec.exp: Update.
48 * gdb.base/catch-syscall.exp: Update.
49 * gdb.xml/tdesc-arch.exp: Update.
50
51 2020-07-14 Tom de Vries <tdevries@suse.de>
52
53 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
54 (local_gettid): ... this.
55 (fn): Update.
56
57 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
58
59 * gdb.base/info_sources.exp: Skip directory match tests on
60 remote hosts.
61
62 2020-07-13 Gary Benson <gbenson@redhat.com>
63
64 * gdb.base/savedregs.exp (caller): Use parentheses to
65 make expected expression evaluation ordering explicit.
66
67 2020-07-13 Gary Benson <gbenson@redhat.com>
68
69 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
70
71 2020-07-13 Gary Benson <gbenson@redhat.com>
72
73 * gdb.base/bigcore.c (main): Use a volatile pointer when
74 attempting to trigger a SIGSEGV.
75 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
76 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
77 * gdb.base/savedregs.c (thrower): Likewise.
78 * gdb.mi/mi-syn-frame.c (bar): Likewise.
79
80 2020-07-13 Gary Benson <gbenson@redhat.com>
81
82 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
83 defining and using VLA structure fields into...
84 * gdb.base/vla-struct-fields.c: New file.
85 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
86 tests into...
87 * gdb.base/vla-struct-fields.exp: New file.
88
89 2020-07-13 Tom de Vries <tdevries@suse.de>
90
91 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
92 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
93 * gdb.base/gold-gdb-index.exp: Same.
94 * gdb.base/morestack.exp: Same.
95
96 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
97
98 PR rust/26121
99 * gdb.rust/modules.rs: Prevent linker from discarding test
100 symbol.
101
102 2020-07-10 Pedro Alves <pedro@palves.net>
103
104 PR gdb/26199
105 * gdb.multi/multi-target.c (exit_thread): New.
106 (thread_start): Break loop if EXIT_THREAD.
107 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
108 (top level) Call test_no_resumed.
109
110 2020-07-08 Tom Tromey <tromey@adacore.com>
111
112 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
113 * gdb.ada/catch_ex.exp: Examine catchpoint text.
114
115 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 PR python/22748
118 * gdb.opt/inline-frame-tailcall.c: New file.
119 * gdb.opt/inline-frame-tailcall.exp: New file.
120 * gdb.python/py-unwind-inline.c: New file.
121 * gdb.python/py-unwind-inline.exp: New file.
122 * gdb.python/py-unwind-inline.py: New file.
123
124 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
125
126 * gdb.python/py-arch-reg-groups.exp: New file.
127
128 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.python/py-arch-reg-names.exp: New file.
131
132 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
135 gdb.PendingFrame.architecture method.
136
137 2020-07-06 Tom de Vries <tdevries@suse.de>
138
139 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
140
141 2020-07-03 Pedro Alves <palves@redhat.com>
142
143 * gdb.base/structs2.c (main): Adjust second parem_reg call to
144 explicitly write negative numbers.
145 * gdb.base/structs2.exp: Adjust expected output.
146
147 2020-07-03 Pedro Alves <palves@redhat.com>
148
149 * gdb.base/charset.c (init_string): Change all char parameters to
150 unsigned char parameters.
151
152 2020-07-03 Pedro Alves <palves@redhat.com>
153
154 * gdb.base/call-sc.exp (start_scalars_test): Use
155 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
156 * gdb.base/overlays.c: Remove references to PARAMS.
157 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
158 * gdb.base/reread.exp: Don't set 'prototypes' global.
159 * gdb.base/structs.exp (start_structs_test): Use
160 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
161 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
162 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
163 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
164 call.
165 * gdb.base/varargs.exp: Don't set 'prototypes' global.
166
167 2020-07-03 Pedro Alves <palves@redhat.com>
168
169 * gdb.base/m32rovly.c: Delete.
170 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
171
172 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
173
174 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
175 of gdb_py_test_multiple.
176 * gdb.python/py-cmd.exp: Likewise.
177 * gdb.python/py-events.exp: Likewise.
178 * gdb.python/py-function.exp: Likewise.
179 * gdb.python/py-inferior.exp: Likewise.
180 * gdb.python/py-infthread.exp: Likewise.
181 * gdb.python/py-linetable.exp: Likewise.
182 * gdb.python/py-parameter.exp: Likewise.
183 * gdb.python/py-value.exp: Likewise.
184
185 2020-06-30 Tom de Vries <tdevries@suse.de>
186
187 PR testsuite/26175
188 * lib/future.exp (gdb_default_target_compile): Detect and handle
189 early_flags.
190
191 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
192
193 * boards/simavr.exp (gdb_load): Catch errors when closing
194 previous connection. Close connection, wait for process and
195 unset simavr_spawn_id on failure.
196
197 2020-06-29 Tom de Vries <tdevries@suse.de>
198
199 * lib/gdb.exp (unknown): Make test-case unresolved.
200
201 2020-06-29 Tom de Vries <tdevries@suse.de>
202
203 PR gdb/25475
204 * gdb.server/solib-list.exp: Verify that the symbol reload
205 confirmation question is asked.
206
207 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
208
209 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
210 have a input seq nr in each pass message.
211 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
212 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
213 * gdb.python/python.exp: Make test names unique,
214 use gdb_test_multiline instead of gdb_py_test_multiple,
215 use $gdb_test_name.
216 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
217
218 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
219
220 * configure.ac: Add --enable-libctf.
221 * aclocal.m4: sinclude ../config/enable.m4.
222 * Makefile.in (site.exp): Add enable_libctf to site.exp.
223 * lib/gdb.exp (skip_ctf_tests): Use it.
224 * gdb.base/ctf-constvars.exp: Error message tweak.
225 * gdb.base/ctf-ptype.exp: Likewise.
226 * configure: Regenerate.
227
228 2020-06-26 Gary Benson <gbenson@redhat.com>
229
230 * gdb.cp/try_catch.cc: Include string.h.
231 (main): Replace comparison against string literal with
232 strcmp, avoiding build failure with -Wstring-compare.
233 Add "marker test-complete".
234 * gdb.cp/try_catch.exp: Run the test to the above marker,
235 then verify that the value of "test" is still true.
236
237 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
240
241 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
244
245 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
246
247 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
248 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
249 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
250 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
251 * gdb.arch/riscv-tdesc-loading.exp: New file.
252
253 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
254
255 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
256
257 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
260 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
261 * gdb.arch/riscv-tdesc-regs.c: New file.
262 * gdb.arch/riscv-tdesc-regs.exp: New file.
263
264 2020-06-24 Pedro Alves <palves@redhat.com>
265
266 * gdb.arch/amd64-entry-value-paramref.exp: Use
267 prepare_for_testing_full and don't pass "c++" for the .S file
268 build spec.
269 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
270 $options, since it's an assembly file. Remove -Wno-deprecated.
271 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
272 compiling C++ programs.
273
274 2020-06-24 Pedro Alves <palves@redhat.com>
275
276 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
277 Clang, add "-Wno-unknown-warning-option" to the options.
278
279 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
280
281 * gdb.xml/tdesc-reload.c: New file.
282 * gdb.xml/tdesc-reload.exp: New file.
283 * gdb.xml/maint-xml-dump-01.xml: New file.
284 * gdb.xml/maint-xml-dump-02.xml: New file.
285 * gdb.xml/maint-xml-dump.exp: New file.
286
287 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
288
289 * lib/completion-support.exp (test_gdb_completion_offers_commands):
290 Adjust for omitted commands when TUI is disabled.
291
292 2020-06-23 Gary Benson <gbenson@redhat.com>
293 Pedro Alves <palves@redhat.com>
294
295 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
296 * gdb.cp/nsimport.cc: Likewise.
297 * gdb.cp/nsnested.cc: Likewise.
298 * gdb.cp/nsnoimports.cc: Likewise.
299 * gdb.cp/nsusing.cc: Likewise.
300 * gdb.cp/smartp.cc: Likewise.
301 * gdb.python/py-pp-integral.c: Likewise.
302 * gdb.python/py-pp-re-notag.c: Likewise.
303
304 2020-06-23 Gary Benson <gbenson@redhat.com>
305
306 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
307 * gdb.cp/nsimport.cc: Likewise.
308 * gdb.cp/nsnested.cc: Likewise.
309 * gdb.cp/nsnoimports.cc: Likewise.
310 * gdb.cp/nsusing.cc: Likewise.
311 * gdb.cp/smartp.cc: Likewise.
312 * gdb.python/py-pp-integral.c: Likewise.
313 * gdb.python/py-pp-re-notag.c: Likewise.
314
315 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
316
317 * gdb.base/default-args.exp: New test.
318 * gdb.base/default-args.c: New file.
319 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
320 * gdb.base/default.exp: Update to new help text.
321 * gdb.base/help.exp: Likewise.
322 * gdb.base/page.exp: Likewise.
323 * gdb.base/style.exp: Likewise.
324 * gdb.guile/guile.exp: Likewise.
325 * gdb.python/python.exp: Likewise.
326
327 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
328
329 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
330 remote host. Fix search path syntax on Windows host.
331
332 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
333
334 * gdb.base/attach.exp: Test priority of 'exec-file' changed
335 over 'exec-file-mismatch'.
336 * gdb.base/attach.c: Mark should_exit volatile.
337 * gdb.base/attach2.c: Likewise. Add a comment explaining
338 why the sleep cannot be big.
339 * gdb.base/attach3.c: New file.
340
341 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
342
343 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
344 prefix optional.
345
346 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
347
348 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
349 for remote host.
350
351 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
352 Hafiz Abid Qadeer <abidh@codesourcery.com>
353
354 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
355 file sent to remote host.
356 (top level): Allow int32_t as type of 32-bit register.
357
358 2020-06-19 Tom de Vries <tdevries@suse.de>
359
360 * lib/gdb.exp (gdb_note): New proc.
361 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
362 (gdb_default_target_compile): ... here. Only call
363 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
364 (use_gdb_compile): Change to array.
365 (toplevel): Update sets of use_gdb_compile to specify language.
366 Warn about default_target_compile override. Store dejagnu's version
367 of default_target_compile in dejagnu_default_target_compile.
368
369 2020-06-18 Tom de Vries <tdevries@suse.de>
370
371 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
372 (default_gdb_init): ... here.
373
374 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
375
376 Fix TUI support checks in gdb.tui tests.
377
378 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
379 just say UNSUPPORTED.
380 * gdb.tui/corefile-run.exp: Likewise.
381 * gdb.tui/empty.exp: Likewise.
382 * gdb.tui/list-before.exp: Likewise.
383 * gdb.tui/list.exp: Likewise.
384 * gdb.tui/main.exp: Likewise.
385 * gdb.tui/regs.exp: Likewise.
386 * gdb.tui/resize.exp: Likewise.
387 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
388 * gdb.tui/tui-layout-asm.exp: Likewise.
389 * gdb.tui/tui-missing-src.exp: Likewise.
390 * gdb.tui/winheight.exp: Likewise.
391 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
392
393 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
394
395 Fix TCL error in gdb.python/py-format-string.exp.
396
397 * gdb.python/py-format-string.exp: Move test for python support
398 earlier, out of function body.
399
400 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
401
402 * gdb.base/index-cache-load-twice.c: New.
403 * gdb.base/index-cache-load-twice.exp: New.
404
405 2020-06-17 Keith Seitz <keiths@redhat.com>
406
407 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
408 when executing "gdb --configuration".
409
410 2020-06-17 Tom de Vries <tdevries@suse.de>
411
412 * lib/gdb.exp (gdb_tcl_unknown): New proc.
413 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
414 conditional on presence of gdb_tcl_unknown.
415 (gdb_finish): Make override undo conditional on presence of
416 gdb_tcl_unknown.
417
418 2020-06-16 Tom Tromey <tom@tromey.com>
419
420 * gdb.python/tui-window.py (failwin): New function. Register it
421 as a TUI window type.
422 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
423
424 2020-06-16 Gary Benson <gbenson@redhat.com>
425
426 * gdb.python/py-nested-maps.c (create_map): Add missing return
427 value.
428 (create_map_map): Likewise.
429
430 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
431
432 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
433 variable.
434 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
435 and use the already-defined 'options' variable.
436
437 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
438 Tom de Vries <tdevries@suse.de>
439
440 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
441 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
442 (gdb_setup_known_globals): New proc.
443 (gdb_cleanup_globals): New proc.
444 * lib/gdb.exp (load_lib): New override proc.
445 (gdb_stdin_log_init): Set var in_file as persistent global.
446 * lib/pascal.exp (gdb_stdin_log_init): Set vars
447 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
448 fpc_compiler as persistent global.
449
450 2020-06-12 Tom de Vries <tdevries@suse.de>
451
452 * lib/tuiterm.exp (spawn): Rename to ...
453 (tui_spawn): ... this.
454 (toplevel): Move rename of spawn ...
455 (gdb_init_tuiterm): ... here. New proc.
456 (gdb_finish_tuiterm): New proc.
457 * lib/gdb.exp (gdb_finish_hooks): New global var.
458 (gdb_finish): Handle gdb_finish_hooks.
459 (tuiterm_env): New proc.
460 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
461 tuiterm_env.
462 * gdb.tui/basic.exp: Same.
463 * gdb.tui/corefile-run.exp: Same.
464 * gdb.tui/empty.exp: Same.
465 * gdb.tui/list-before.exp: Same.
466 * gdb.tui/list.exp: Same.
467 * gdb.tui/main.exp: Same.
468 * gdb.tui/new-layout.exp: Same.
469 * gdb.tui/regs.exp: Same.
470 * gdb.tui/resize.exp: Same.
471 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
472 * gdb.tui/tui-layout-asm.exp: Same.
473 * gdb.tui/tui-missing-src.exp: Same.
474 * gdb.tui/winheight.exp: Same.
475
476 2020-06-12 Tom de Vries <tdevries@suse.de>
477
478 PR testsuite/26110
479 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
480 (gdb_finish): Reinstall dejagnu's override of ::unknown.
481
482 2020-06-11 Tom Tromey <tom@tromey.com>
483
484 PR gdb/18318:
485 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
486 floating point tests.
487
488 2020-06-11 Keith Seitz <keiths@redhat.com>
489
490 PR gdb/21356
491 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
492 vla_struct.
493 Add new struct vla_typedef and union vla_typedef_union and
494 corresponding instantiation objects.
495 Initialize new objects.
496 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
497 and vla_typedef_union_object.
498 Fixup type for vla_struct_object.
499
500 2020-06-11 Tom de Vries <tdevries@suse.de>
501
502 * lib/gdb.exp (with_override): New proc, factored out of ...
503 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
504
505 2020-06-10 Tom de Vries <tdevries@suse.de>
506
507 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
508
509 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
510
511 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
512 parameter, update callers.
513
514 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
515
516 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
517 * gdb.dwarf2/share-psymtabs-bt.c: New file.
518 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
519
520 2020-06-04 Tom de Vries <tdevries@suse.de>
521
522 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
523
524 2020-06-04 Tom de Vries <tdevries@suse.de>
525
526 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
527 exp_continue.
528
529 2020-06-04 Tom de Vries <tdevries@suse.de>
530
531 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
532
533 2020-06-03 Tom de Vries <tdevries@suse.de>
534
535 PR symtab/26046
536 * gdb.cp/breakpoint-locs-2.cc: New test.
537 * gdb.cp/breakpoint-locs.cc: New test.
538 * gdb.cp/breakpoint-locs.exp: New file.
539 * gdb.cp/breakpoint-locs.h: New test.
540
541 2020-06-03 Tom de Vries <tdevries@suse.de>
542
543 PR testsuite/25609
544 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
545 value of global verbose.
546 * gdb.base/jit-elf.exp: Same.
547 * gdb.base/jit-reader.exp: Same.
548
549 2020-06-02 Tom de Vries <tdevries@suse.de>
550
551 * gdb.dwarf2/multidictionary.exp: Don't use
552 gdb_spawn_with_cmdline_opts.
553
554 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
555
556 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
557 use_header case.
558 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
559 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
560 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
561 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
562 * gdb.dwarf2/dw2-inline-header.c: New file.
563 * gdb.dwarf2/dw2-inline-header.h: New file.
564
565 2020-05-30 Pedro Alves <palves@redhat.com>
566
567 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
568 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
569
570 2020-05-29 Gary Benson <gbenson@redhat.com>
571
572 * gdb.compile/compile-cplus.exp (additional_flags): Also
573 set when building with clang.
574 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
575 when building with clang.
576
577 2020-05-29 Gary Benson <gbenson@redhat.com>
578
579 * gdb.arch/i386-avx.exp (additional_flags): Also set when
580 building with clang.
581 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
582
583 2020-05-29 Gary Benson <gbenson@redhat.com>
584
585 * gdb.cp/koenig.exp (prepare_for_testing): Add
586 additional_flags=-Wno-unused-comparison.
587 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
588
589 2020-05-28 Gary Benson <gbenson@redhat.com>
590
591 * gdb.base/sigaltstack.c (catcher): Add default case to switch
592 statement.
593
594 2020-05-28 Gary Benson <gbenson@redhat.com>
595
596 * gdb.cp/classes.exp (prepare_for_testing): Add
597 additional_flags=-Wno-deprecated-register.
598 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
599 * gdb.cp/misc.exp: Likewise.
600
601 2020-05-28 Gary Benson <gbenson@redhat.com>
602
603 * gdb.linespec/cpls-ops.cc (dummy): New static global.
604 (test_op_new::operator new): Add return statement.
605 (test_op_new_array::operator new[]): Likewise.
606
607 2020-05-27 Pedro Alves <palves@redhat.com>
608
609 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
610 check. Use test_gdb_complete_unique instead of
611 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
612 test_gdb_complete_multiple instead of
613 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
614
615 2020-05-27 Luis Machado <luis.machado@linaro.org>
616
617 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
618 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
619 * gdb.arch/arm-disassembler-options.exp: Likewise.
620 * gdb.arch/arm-disp-step.exp: Likewise.
621 * gdb.arch/thumb-prologue.exp: Likewise.
622 * gdb.base/async.exp: Likewise.
623 * gdb.base/auxv.exp: Likewise.
624 * gdb.base/complex-parts.exp: Likewise.
625 * gdb.base/ena-dis-br.exp: Likewise.
626 * gdb.base/foll-exec.exp: Likewise.
627 * gdb.base/permissions.exp: Likewise.
628 * gdb.base/relocate.exp: Likewise.
629 * gdb.base/return2.exp: Likewise.
630 * gdb.base/sigbpt.exp: Likewise.
631 * gdb.base/siginfo-obj.exp: Likewise.
632 * gdb.cp/converts.exp: Likewise.
633 * gdb.cp/exceptprint.exp: Likewise.
634 * gdb.cp/inherit.exp: Likewise.
635 * gdb.cp/nsnoimports.exp: Likewise.
636 * gdb.cp/virtbase2.exp: Likewise.
637 * gdb.mi/mi-var-cmd.exp: Likewise.
638 * gdb.mi/var-cmd.c: Likewise.
639
640 2020-05-26 Tom Tromey <tromey@adacore.com>
641
642 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
643
644 2020-05-26 Tom Tromey <tromey@adacore.com>
645
646 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
647 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
648 type.
649 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
650 variable.
651
652 2020-05-26 Christian Biesinger <cbiesinger@google.com>
653
654 * Makefile.in: Use = instead of == for the test command
655 for portability.
656
657 2020-05-26 Tom de Vries <tdevries@suse.de>
658
659 * gdb.base/gold-gdb-index-2.c: New test.
660 * gdb.base/gold-gdb-index.c: New test.
661 * gdb.base/gold-gdb-index.exp: New file.
662 * gdb.base/gold-gdb-index.h: New test.
663
664 2020-05-25 Tom de Vries <tdevries@suse.de>
665
666 * boards/gold-gdb-index.exp: New file.
667
668 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
669
670 * boards/simavr.exp: New file.
671
672 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
673
674 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
675 * gdb.base/inferior-args.exp: New file.
676 * gdb.base/inferior-args.c: New file.
677
678 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
679
680 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
681 inferior_args. Pass it to gdb_reload.
682 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
683 inferior_args.
684 (gdb_reload): Add inferior_args argument.
685 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
686 pass it to gdbserver_run.
687 * boards/native-gdbserver.exp: Do not set noargs.
688 * boards/native-extended-gdbserver.exp (gdb_reload): Add
689 inferior_args argument.
690 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
691 * gdb.base/a2-run.exp: Check for use_gdb_stub.
692 * gdb.base/args.exp: Likewise.
693
694 2020-05-25 Tom de Vries <tdevries@suse.de>
695
696 * lib/gdb.exp (exec_is_pie): Add comment.
697
698 2020-05-25 Tom de Vries <tdevries@suse.de>
699
700 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
701 instead of $binfile in the untested message.
702
703 2020-05-25 Tom de Vries <tdevries@suse.de>
704
705 PR testsuite/26031
706 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
707
708 2020-05-25 Tom de Vries <tdevries@suse.de>
709
710 * boards/gold.exp: New file.
711
712 2020-05-23 Tom Tromey <tom@tromey.com>
713
714 * gdb.base/style.exp: Remove completion styling test.
715 * lib/gdb-utils.exp (style): Remove completion styles.
716
717 2020-05-23 Tom Tromey <tom@tromey.com>
718
719 * gdb.base/style.exp: Add completion styling test.
720 * lib/gdb-utils.exp (style): Add completion styles.
721
722 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * gdb.base/annota1.exp: Update expected results.
725 * gdb.cp/annota2.exp: Update expected results, remove duplicate
726 test name.
727 * gdb.cp/annota3.exp: Update expected results.
728
729 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
730
731 PR gdb/26016
732 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
733 against MAP_FAILED.
734 * gdb.base/coremaker.c (mmapdata): Likewise.
735 * gdb.base/jit-reader-host.c (main): Likewise.
736 * gdb.base/sym-file-loader.c (load): Likewise.
737 (load_shlib): Likewise.
738
739 2020-05-20 Tom Tromey <tromey@adacore.com>
740
741 * gdb.ada/array_char_idx.exp: Recognize initialized array.
742
743 2020-05-20 Tom de Vries <tdevries@suse.de>
744
745 PR symtab/25833
746 * gdb.base/with-mf-inc.c: New test.
747 * gdb.base/with-mf-main.c: New test.
748 * gdb.base/with-mf.exp: New file.
749
750 2020-05-19 Tom Tromey <tromey@adacore.com>
751
752 * gdb.rust/simple.exp: Restore missing test result.
753
754 2020-05-19 Tom de Vries <tdevries@suse.de>
755
756 * gdb.base/gdb-caching-proc.exp: Fix typo.
757
758 2020-05-19 Tom Tromey <tromey@adacore.com>
759
760 * gdb.rust/simple.exp: Add some test descriptions.
761 (test_one_slice): Use with_test_prefix.
762
763 2020-05-18 Tom de Vries <tdevries@suse.de>
764
765 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
766
767 2020-05-17 Pedro Alves <palves@redhat.com>
768
769 PR gdb/25741
770 * gdb.base/hw-sw-break-same-address.exp: New file.
771
772 2020-05-16 Pedro Alves <palves@redhat.com>
773
774 * gdb.multi/multi-re-run.exp (test_re_run): Switch
775 LAST_LOADED_FILE accordingly.
776
777 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
778
779 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
780
781 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
782
783 * gdb.base/help.exp: Test apropos and help for commands
784 having aliases. Fixed comments not starting with an
785 upper-case letter or not finishing with a dot.
786
787 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
788
789 * gdb.base/alias.exp: Update help output check.
790
791 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
792
793 * gdb.base/default.exp: Update output following fixes.
794
795 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
796
797 * gdb.base/alias.exp: Test aliases starting with a prefix of
798 another alias.
799
800 2020-05-15 Gary Benson <gbenson@redhat.com>
801
802 * gdb.base/info-os.c (main): Add return statement.
803 * gdb.base/info_minsym.c (minsym_fun): Likewise.
804 * gdb.base/large-frame-2.c (func): Likewise.
805 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
806 * gdb.base/pr10179-b.c (foo2): Likewise.
807 * gdb.base/valgrind-disp-step.c (foo): Likewise.
808 * gdb.base/watch-cond.c (func): Likewise.
809 * gdb.multi/goodbye.c (verylongfun): Likewise.
810 * gdb.multi/hello.c (commonfun): Likewise.
811 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
812 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
813 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
814 Likewise.
815 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
816 * gdb.threads/interrupt-while-step-over.c (child_function):
817 Likewise.
818 * gdb.trace/actions-changed.c (end): Likewise.
819
820 2020-05-15 Gary Benson <gbenson@redhat.com>
821
822 * gdb.opencl/callfuncs.exp: Report when test skipped.
823 * gdb.opencl/convs_casts.exp: Likewise.
824 * gdb.opencl/datatypes.exp: Likewise.
825 * gdb.opencl/operators.exp: Likewise.
826 * gdb.opencl/vec_comps.exp: Likewise.
827
828 2020-05-15 Tom de Vries <tdevries@suse.de>
829
830 * gdb.base/align.exp.in: Rename to ...
831 * gdb.base/align.exp.tcl: ... this.
832 * gdb.base/align-c++.exp: Update.
833 * gdb.base/align-c.exp: Update.
834 * gdb.base/all-architectures.exp.in: Rename to ...
835 * gdb.base/all-architectures.exp: ... this.
836 * gdb.base/all-architectures-0.exp: Update.
837 * gdb.base/all-architectures-1.exp: Update.
838 * gdb.base/all-architectures-2.exp: Update.
839 * gdb.base/all-architectures-3.exp: Update.
840 * gdb.base/all-architectures-4.exp: Update.
841 * gdb.base/all-architectures-5.exp: Update.
842 * gdb.base/all-architectures-6.exp: Update.
843 * gdb.base/all-architectures-7.exp: Update.
844 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
845 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
846 * gdb.base/infcall-nested-structs-c++.exp: Update.
847 * gdb.base/infcall-nested-structs-c.exp: Update.
848 * gdb.base/info-types.exp.in: Rename to ...
849 * gdb.base/info-types.exp.tcl: ... this.
850 * gdb.base/info-types-c++.exp: Update.
851 * gdb.base/info-types-c.exp: Update.
852 * gdb.base/max-depth.exp.in: Rename to ...
853 * gdb.base/max-depth.exp.tcl: ... this.
854 * gdb.base/max-depth-c++.exp: Update.
855 * gdb.base/max-depth-c.exp: Update.
856 * gdb.cp/cpexprs.exp.in: Rename to ...
857 * gdb.cp/cpexprs.exp.tcl: ... this.
858 * gdb.cp/cpexprs-debug-types.exp: Update.
859 * gdb.cp/cpexprs.exp: Update.
860 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
861 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
862 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
863 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
864 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
865 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
866 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
867 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
868 * gdb.dwarf2/clang-debug-names-2.exp: Update.
869 * gdb.dwarf2/clang-debug-names.exp: Update.
870
871 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
872
873 * lib/check-test-names.exp: Remove code that prevents this file
874 loading when tests are run in parallel.
875
876 2020-05-15 Pedro Alves <palves@redhat.com>
877
878 * gdb.multi/multi-kill.exp (start_inferior): Remove
879 'testpid' parameter. Refer to namespace variable directly.
880 (testpid): Declare as namespace variable.
881
882 2020-05-15 Pedro Alves <palves@redhat.com>
883
884 * gdb.multi/multi-kill.exp: Wrap in namespace.
885 (start_inferior): Add TESTPID parameter. Use it instead of the
886 testpid global.
887 (top level): Define empty TESTPID array, and pass it down to
888 start_inferior.
889
890 2020-05-14 Tom de Vries <tdevries@suse.de>
891
892 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
893 output.
894
895 2020-05-14 Tom de Vries <tdevries@suse.de>
896
897 * gdb.base/align.exp: Split into ...
898 * gdb.base/align.exp.in: ...
899 * gdb.base/align-c++.exp: ...
900 * gdb.base/align-c.exp: ... these.
901 * gdb.base/infcall-nested-structs.exp: Split into ...
902 * gdb.base/infcall-nested-structs.exp.in: ...
903 * gdb.base/infcall-nested-structs-c++.exp: ...
904 * gdb.base/infcall-nested-structs-c.exp: ... these.
905 * gdb.base/info-types.exp: Split into ...
906 * gdb.base/info-types.exp.in: ...
907 * gdb.base/info-types-c++.exp: ...
908 * gdb.base/info-types-c.exp: ... these.
909 * gdb.base/max-depth.exp: Split into ...
910 * gdb.base/max-depth.exp.in: ...
911 * gdb.base/max-depth-c++.exp: ...
912 * gdb.base/max-depth-c.exp: ... these.
913 * gdb.cp/infcall-nodebug.exp: Split into ...
914 * gdb.cp/infcall-nodebug.exp.in: ...
915 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
916 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
917 * gdb.cp/infcall-nodebug-c-d0.exp: ...
918 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
919
920 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
921 Pedro Alves <palves@redhat.com>
922
923 * gdb.multi/multi-exit.c: New file.
924 * gdb.multi/multi-exit.exp: New file.
925 * gdb.multi/multi-kill.c: New file.
926 * gdb.multi/multi-kill.exp: New file.
927
928 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
929
930 * gdb.base/annota1.exp: Update the expected output.
931 * gdb.cp/annota2.exp: Ditto.
932
933 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * lib/check-test-names.exp: Disable when testing is being run in
936 parallel.
937
938 2020-05-12 Tom de Vries <tdevries@suse.de>
939
940 * gdb.base/jit-elf.exp: Fix string concat.
941
942 2020-05-12 Tom de Vries <tdevries@suse.de>
943
944 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
945 messages.
946
947 2020-05-12 Tom de Vries <tdevries@suse.de>
948
949 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
950
951 2020-05-12 Tom de Vries <tdevries@suse.de>
952
953 * gdb.ada/catch_ex.exp: Use with_test_prefix.
954 * gdb.ada/mi_catch_ex.exp: Same.
955 * gdb.ada/mi_catch_ex_hand.exp: Same.
956
957 2020-05-12 Tom de Vries <tdevries@suse.de>
958
959 * gdb.fortran/complex.exp: Use with_test_prefix.
960
961 2020-05-12 Tom de Vries <tdevries@suse.de>
962
963 * gdb.trace/passcount.exp: Fix test-names.
964
965 2020-05-12 Tom de Vries <tdevries@suse.de>
966
967 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
968
969 2020-05-12 Tom de Vries <tdevries@suse.de>
970
971 * gdb.gdb/complaints.exp: Use with_test_prefix.
972 * gdb.xml/tdesc-regs.exp: Same.
973 * gdb.opt/inline-locals.exp: Fix test name.
974
975 2020-05-12 Tom de Vries <tdevries@suse.de>
976
977 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
978 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
979 * gdb.dwarf2/implref-struct.exp: Same.
980 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
981 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
982
983 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
984
985 * gdb.base/jit-so.exp (one_jit_test): Change test name.
986
987 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * lib/check-test-names.exp (all_test_names): New module variable.
990 (counts): Add 'duplicates' field.
991 (_check_duplicates): New procedure.
992 (check): Also check for duplicates.
993 (do_log_summary): Print duplicates count.
994 (do_reset_vars): Reset counter for duplicate test names, and
995 discard all know test names.
996
997 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * lib/gdb.exp: Include check-test-names.exp library.
1000 * lib/check-test-names.exp: New file.
1001
1002 2020-05-11 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1005
1006 2020-05-11 Keith Seitz <keiths@redhat.com>
1007
1008 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1009
1010 2020-05-11 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1013 * gdb.cp/cpexprs.exp.in: .. here.
1014 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1015 cpexprs.exp.
1016
1017 2020-05-11 Keith Seitz <keiths@redhat.com>
1018
1019 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1020 test names.
1021 * gdb.ada/arrayptr.exp: Likewise.
1022 * gdb.ada/assign_arr.exp: Likewise.
1023 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1024 * gdb.ada/bp_on_var.exp: Likewise.
1025 * gdb.ada/call_pn.exp: Likewise.
1026 * gdb.ada/complete.exp: Likewise.
1027 * gdb.ada/fun_overload_menu.exp: Likewise.
1028 * gdb.ada/funcall_param.exp: Likewise.
1029 * gdb.ada/funcall_ref.exp: Likewise.
1030 * gdb.ada/packed_array_assign.exp: Likewise.
1031 * gdb.ada/same_component_name.exp: Likewise.
1032 * gdb.ada/type_coercion.exp: Likewise.
1033 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1034 * gdb.ada/variant_record_packed_array.exp: Likewise.
1035
1036 2020-05-11 Tom de Vries <tdevries@suse.de>
1037
1038 PR symtab/25941
1039 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1040 out of ...
1041 * gdb.dwarf2/clang-debug-names.exp: ... here.
1042 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1043 clang-debug-names.exp.in.
1044 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1045 * gdb.dwarf2/clang-debug-names-2.c: New test.
1046
1047 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1048
1049 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1050 (fortran_runto_main): New Proc, fortran version of runto_main.
1051 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1052 * gdb.fortran/array-bounds.exp: Likewise.
1053 * gdb.fortran/array-slices.exp: Likewise.
1054 * gdb.fortran/block-data.exp: Likewise.
1055 * gdb.fortran/charset.exp: Likewise.
1056 * gdb.fortran/common-block.exp: Likewise.
1057 * gdb.fortran/complex.exp: Likewise.
1058 * gdb.fortran/derived-type-function.exp: Likewise.
1059 * gdb.fortran/derived-type.exp: Likewise.
1060 * gdb.fortran/info-modules.exp: Likewise.
1061 * gdb.fortran/info-types.exp: Likewise.
1062 * gdb.fortran/intrinsics.exp: Likewise.
1063 * gdb.fortran/library-module.exp: Likewise.
1064 * gdb.fortran/logical.exp: Likewise.
1065 * gdb.fortran/max-depth.exp: Likewise.
1066 * gdb.fortran/module.exp: Likewise.
1067 * gdb.fortran/multi-dim.exp: Likewise.
1068 * gdb.fortran/nested-funcs.exp: Likewise.
1069 * gdb.fortran/print-formatted.exp: Likewise.
1070 * gdb.fortran/print_type.exp: Likewise.
1071 * gdb.fortran/printing-types.exp: Likewise.
1072 * gdb.fortran/ptr-indentation.exp: Likewise.
1073 * gdb.fortran/ptype-on-functions.exp: Likewise.
1074 * gdb.fortran/subarray.exp: Likewise.
1075 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1076 * gdb.fortran/vla-datatypes.exp: Likewise.
1077 * gdb.fortran/vla-history.exp: Likewise.
1078 * gdb.fortran/vla-ptr-info.exp: Likewise.
1079 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1080 * gdb.fortran/vla-ptype.exp: Likewise.
1081 * gdb.fortran/vla-sizeof.exp: Likewise.
1082 * gdb.fortran/vla-type.exp: Likewise.
1083 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1084 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1085 * gdb.fortran/vla-value-sub.exp: Likewise.
1086 * gdb.fortran/vla-value.exp: Likewise.
1087 * gdb.fortran/whatis_type.exp: Likewise.
1088 * gdb.mi/mi-var-child-f.exp: Likewise.
1089
1090 2020-05-09 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1093
1094 2020-05-08 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.dwarf2/clang-debug-names.c: New test.
1097 * gdb.dwarf2/clang-debug-names.exp: New file.
1098
1099 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1100
1101 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1102 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1103
1104 2020-05-06 Tom de Vries <tdevries@suse.de>
1105
1106 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1107 breakpoint is at a "recommended breakpoint location".
1108 * gdb.reverse/consecutive-reverse.exp: Same.
1109
1110 2020-05-06 Tom de Vries <tdevries@suse.de>
1111
1112 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1113 address.
1114
1115 2020-05-06 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1118
1119 2020-05-06 Tom de Vries <tdevries@suse.de>
1120
1121 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1122 info for r.
1123
1124 2020-05-06 Tom de Vries <tdevries@suse.de>
1125
1126 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1127 necessary.
1128
1129 2020-05-06 Tom de Vries <tdevries@suse.de>
1130
1131 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1132 void.
1133
1134 2020-05-06 Tom de Vries <tdevries@suse.de>
1135
1136 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1137 of ...
1138 * gdb.base/async.exp: ... here.
1139 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1140 "recommended breakpoint location".
1141
1142 2020-05-06 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1145
1146 2020-05-04 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.base/async.exp: Check whether instruction addresses are a
1149 "recommended breakpoint location".
1150
1151 2020-05-03 Tom Tromey <tom@tromey.com>
1152
1153 * gdb.base/sepdebug.exp: Remove "catch" test.
1154 * gdb.base/break.exp: Remove "catch" test.
1155 * gdb.base/default.exp: Update expected output.
1156
1157 2020-05-02 Tom de Vries <tdevries@suse.de>
1158
1159 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1160 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1161 * gdb.arch/i386-mpx-map.exp: Same.
1162 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1163 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1164 * gdb.arch/i386-mpx.exp: Same.
1165
1166 2020-05-02 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1169
1170 2020-05-01 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.ada/operator_bp.exp: Allow more than required amount of
1173 breakpoint.
1174
1175 2020-05-01 Tom de Vries <tdevries@suse.de>
1176
1177 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1178
1179 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1180
1181 PR gdb/18706
1182 * gdb.cp/stub-array-size.cc: New test.
1183 * gdb.cp/stub-array-size.exp: New file.
1184 * gdb.cp/stub-array-size.h: New test.
1185 * gdb.cp/stub-array-size2.cc: New test.
1186
1187 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1188
1189 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1190 output to the new format.
1191
1192 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1193
1194 * gdb.base/break.exp: Use with_test_prefix.
1195
1196 2020-04-29 Tom de Vries <tdevries@suse.de>
1197
1198 * lib/gdb.exp (debug_types): New proc.
1199 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1200 * gdb.python/py-symtab.exp: Same.
1201
1202 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1203
1204 PR gdb/17320
1205 * gdb.base/pretty-array.c: New test.
1206 * gdb.base/pretty-array.exp: New file.
1207
1208 2020-04-29 Tom de Vries <tdevries@suse.de>
1209
1210 PR symtab/25889
1211 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1212 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1213 and include cpexprs.exp.
1214
1215 2020-04-28 Mark Williams <mark@myosotissp.com>
1216
1217 PR gdb/24480
1218 * dw4-toplevel-types.exp: Test for top level types.
1219 * dw4-toplevel-types.cc: Test for top level types.
1220
1221 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1222
1223 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1224 (theads -> threads).
1225
1226 2020-04-28 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1229
1230 2020-04-28 Tom de Vries <tdevries@suse.de>
1231
1232 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1233
1234 2020-04-28 Tom de Vries <tdevries@suse.de>
1235
1236 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1237
1238 2020-04-28 Tom de Vries <tdevries@suse.de>
1239
1240 * gdb.dwarf2/main-foo.c: New test.
1241 * gdb.dwarf2/struct-with-sig.exp: New file.
1242
1243 2020-04-25 Tom de Vries <tdevries@suse.de>
1244
1245 * boards/debug-types.exp: New file.
1246
1247 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1250
1251 2020-04-24 Tom Tromey <tom@tromey.com>
1252
1253 PR symtab/12707:
1254 * gdb.python/py-symbol.exp: Update expected results for
1255 linkage_name test.
1256 * gdb.cp/print-demangle.exp: New file.
1257 * gdb.base/c-linkage-name.exp: Fix test.
1258 * gdb.guile/scm-symbol.exp: Update expected results for
1259 linkage_name test.
1260
1261 2020-04-24 Tom Tromey <tom@tromey.com>
1262
1263 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1264 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1265 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1266 assembler.
1267
1268 2020-04-24 Tom de Vries <tdevries@suse.de>
1269
1270 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1271 C++.
1272
1273 2020-04-24 Tom Tromey <tromey@adacore.com>
1274
1275 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1276 values.
1277 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1278 values. Update test for minimal encodings.
1279 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1280 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1281 values. Update test for minimal encodings.
1282
1283 2020-04-24 Tom Tromey <tromey@adacore.com>
1284
1285 PR python/23662:
1286 * gdb.ada/variant.exp: Add Python checks.
1287 * gdb.rust/simple.exp: Add dynamic type checks.
1288
1289 2020-04-24 Tom Tromey <tromey@adacore.com>
1290
1291 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1292 Make array type matching more lax.
1293 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1294 * gdb.ada/mi_variant.exp: New file.
1295 * gdb.ada/mi_variant/pck.ads: New file.
1296 * gdb.ada/mi_variant/pkg.adb: New file.
1297 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1298 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1299
1300 2020-04-24 Tom Tromey <tromey@adacore.com>
1301
1302 * gdb.ada/variant.exp: Add dynamic field offset tests.
1303 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1304 * gdb.ada/variant/pkg.adb: Add new variables.
1305
1306 2020-04-24 Tom Tromey <tromey@adacore.com>
1307
1308 * gdb.ada/variant.exp: New file
1309 * gdb.ada/variant/pkg.adb: New file
1310 * gdb.ada/variant/pck.adb: New file
1311
1312 2020-04-24 Tom de Vries <tdevries@suse.de>
1313
1314 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1315
1316 2020-04-24 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1319 flags.
1320
1321 2020-04-24 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1324
1325 2020-04-24 Tom de Vries <tdevries@suse.de>
1326
1327 * lib/gdb.exp (default_gdb_start): Handle eof.
1328 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1329 failure.
1330 * gdb.base/readnever.exp: Handle clean_restart failure.
1331
1332 2020-04-23 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.base/decl-before-def.exp: Run to main and print a again.
1335
1336 2020-04-23 Tom de Vries <tdevries@suse.de>
1337
1338 * gdb.base/decl-before-def-decl.c: New test.
1339 * gdb.base/decl-before-def-def.c: New test.
1340 * gdb.base/decl-before-def.exp: New file.
1341
1342 2020-04-23 Tom de Vries <tdevries@suse.de>
1343
1344 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1345
1346 2020-04-22 Tom de Vries <tdevries@suse.de>
1347
1348 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1349 debug_info_offset.
1350 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1351 before $objsfile in the line line.
1352
1353 2020-04-22 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1356
1357 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1358
1359 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1360 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1361 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1362 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1363 * gdb.base/jit-protocol.h: Update definitions to match all usage
1364 contexts.
1365
1366 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1367
1368 * gdb.base: Rename all jit related test and source files.
1369
1370 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1371
1372 * gdb.base/jit-reader.exp: Relax register output check.
1373
1374 2020-04-22 Tom de Vries <tdevries@suse.de>
1375
1376 PR symtab/25764
1377 * gdb.base/psym-external-decl-2.c: New test.
1378 * gdb.base/psym-external-decl.c: New test.
1379 * gdb.base/psym-external-decl.exp: New file.
1380 * gdb.threads/tls.exp: Add PR25807 kfail.
1381
1382 2020-04-22 Tom de Vries <tdevries@suse.de>
1383
1384 PR symtab/25801
1385 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1386 in "info source" output.
1387
1388 2020-04-22 Tom de Vries <tdevries@suse.de>
1389
1390 PR symtab/25700
1391 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1392 symtab for imported_unit.c.
1393
1394 2020-04-21 Gary Benson <gbenson@redhat.com>
1395
1396 * gdb.base/advance.c (func): New argument, to match call site.
1397 (func2, func3): Add return statements.
1398
1399 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1400
1401 * gdb.multi/run-only-second-inf.c: New file.
1402 * gdb.multi/run-only-second-inf.exp: New file.
1403
1404 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1405
1406 * gdb.btrace/multi-inferior.c: New test.
1407 * gdb.btrace/multi-inferior.exp: New file.
1408
1409 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1410
1411 * gdb.btrace/enable-new-thread.c: New test.
1412 * gdb.btrace/enable-new-thread.exp: New file.
1413
1414 2020-04-21 Tom de Vries <tdevries@suse.de>
1415
1416 PR gdb/25471
1417 * gdb.threads/killed-outside.c: New test.
1418 * gdb.threads/killed-outside.exp: New file.
1419
1420 2020-04-20 Gary Benson <gbenson@redhat.com>
1421
1422 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1423 * gdb.base/nested-subp2.exp: Likewise.
1424 * gdb.base/nested-subp3.exp: Likewise.
1425
1426 2020-04-20 Gary Benson <gbenson@redhat.com>
1427
1428 * gdb.base/nested-subp1.exp: Disable test when using clang.
1429 * gdb.base/nested-subp2.exp: Likewise.
1430 * gdb.base/nested-subp3.exp: Likewise.
1431
1432 2020-04-20 Gary Benson <gbenson@redhat.com>
1433
1434 * gdb.cp/exception.cc: Fix compilation error with clang.
1435
1436 2020-04-20 Gary Benson <gbenson@redhat.com>
1437
1438 * gdb.trace/tspeed.c: Fix compilation error with clang.
1439
1440 2020-04-20 Gary Benson <gbenson@redhat.com>
1441
1442 * gdb.base/jit-main.c: Fix compilation error with clang.
1443
1444 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1445
1446 * gdb.base/attach-twice.c: Include "sys/types.h".
1447 (PTRACE_ATTACH): Add fallback definition.
1448 (main): Pass `0' to the 4th argument of `ptrace'.
1449
1450 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1451
1452 * gdb.base/fork-running-state.c: Include "signal.h".
1453
1454 2020-04-17 Tom Tromey <tromey@adacore.com>
1455
1456 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1457 Update tests.
1458 * gdb.btrace/cpu.exp: Update tests.
1459 * gdb.base/maint.exp: Update tests.
1460 * gdb.base/default.exp: Update tests.
1461 * gdb.base/completion.exp: Update tests.
1462
1463 2020-04-16 Tom de Vries <tdevries@suse.de>
1464
1465 PR symtab/25791
1466 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1467 (ensure_gdb_index): and factor out and move ...
1468 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1469 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1470
1471 2020-04-16 Tom de Vries <tdevries@suse.de>
1472
1473 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1474 loading exec.
1475
1476 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1477
1478 * gdb.base/many-completions.exp: New file.
1479
1480 2020-04-14 Tom de Vries <tdevries@suse.de>
1481
1482 PR symtab/25718
1483 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1484
1485 2020-04-14 Tom de Vries <tdevries@suse.de>
1486
1487 PR symtab/25720
1488 * gdb.base/maint-expand-symbols-header-file.c: New test.
1489 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1490 * gdb.base/maint-expand-symbols-header-file.h: New test.
1491
1492 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1493
1494 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1495 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1496 get_func_info.
1497 (get_func_info): Delete.
1498 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1499 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1500 * lib/dwarf.exp (get_func_info): New function.
1501
1502 2020-04-13 Tom de Vries <tdevries@suse.de>
1503
1504 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1505 to what find_gnatmake does.
1506
1507 2020-04-10 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1510 -readnow.
1511
1512 2020-04-10 Tom de Vries <tdevries@suse.de>
1513
1514 PR cli/25808
1515 * gdb.base/style.c: Add leading newlines.
1516 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1517 Check listing of main's one-line body.
1518
1519 2020-04-08 Tom de Vries <tdevries@suse.de>
1520
1521 * lib/gdb.exp (psymtabs_p): New proc.
1522 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1523 importing unit" unsupported if there are no partial symbols.
1524
1525 2020-04-08 Tom de Vries <tdevries@suse.de>
1526
1527 PR testsuite/25760
1528 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1529
1530 2020-04-07 Tom de Vries <tdevries@suse.de>
1531
1532 PR symtab/25796
1533 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1534
1535 2020-04-07 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.base/check-psymtab.c: New test.
1538 * gdb.base/check-psymtab.exp: New file.
1539
1540 2020-04-06 Tom Tromey <tromey@adacore.com>
1541
1542 * gdb.ada/variant-record/proc.adb: New file.
1543 * gdb.ada/variant-record/value.adb: New file.
1544 * gdb.ada/variant-record/value.s: New file.
1545 * gdb.ada/variant-record.exp: New file.
1546
1547 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1548
1549 PR gdb/25325
1550 * gdb.cp/typed-enum.cc: New test.
1551 * gdb.cp/typed-enum.exp: New file.
1552
1553 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1554
1555 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1556 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1557 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1558 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1559 * gdb.opt/inline-small-func.c: New file.
1560 * gdb.opt/inline-small-func.exp: New file.
1561 * gdb.opt/inline-small-func.h: New file.
1562
1563 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1564
1565 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1566 function.
1567
1568 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1569
1570 * lib/dwarf.exp (function_range): Allow compiler options to be
1571 specified.
1572
1573 2020-04-02 Tom de Vries <tdevries@suse.de>
1574
1575 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1576 __attribute__((always_inline)).
1577 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1578
1579 2020-04-02 Tom de Vries <tdevries@suse.de>
1580
1581 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1582 (gdbserver_gdb_exit): ... here. Add timeout warning.
1583 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1584 (connect_target_extended_remote): Append new server_spawn_id to
1585 server_spawn_ids.
1586 (cleanup): New proc.
1587 (setup, <toplevel>): Call cleanup.
1588
1589 2020-04-02 Tom de Vries <tdevries@suse.de>
1590
1591 * gdb.base/main-psymtab.exp: New file.
1592
1593 2020-04-02 Tom de Vries <tdevries@suse.de>
1594
1595 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1596
1597 2020-04-01 Tom Tromey <tom@tromey.com>
1598
1599 * gdb.base/complex-parts.exp: Add type tests.
1600
1601 2020-04-01 Tom Tromey <tom@tromey.com>
1602
1603 * gdb.base/complex-parts.exp: Add arithmetic tests.
1604
1605 2020-04-01 Tom Tromey <tom@tromey.com>
1606
1607 * gdb.compile/compile.exp: Update.
1608 * gdb.compile/compile-cplus.exp: Update.
1609 * gdb.base/varargs.exp: Update.
1610 * gdb.base/floatn.exp: Update.
1611 * gdb.base/endianity.exp: Update.
1612 * gdb.base/callfuncs.exp (do_function_calls): Update.
1613 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1614 (complex_float_integral_args): Update.
1615 * gdb.base/complex.exp: Update.
1616 * gdb.base/complex-parts.exp: Update.
1617
1618 2020-04-01 Tom Tromey <tromey@adacore.com>
1619
1620 * gdb.rust/union.rs: New file.
1621 * gdb.rust/union.exp: New file.
1622 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1623 (main): Update.
1624 * gdb.rust/simple.exp: Move union tests to union.exp.
1625
1626 2020-04-01 Tom Tromey <tromey@adacore.com>
1627
1628 * gdb.rust/simple.rs (main): Remove "y0".
1629
1630 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1631
1632 * gdb.multi/stop-all-on-exit.c: New test.
1633 * gdb.multi/stop-all-on-exit.exp: New file.
1634
1635 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1636
1637 PR gdb/24789
1638 * gdb.cp/misc.cc: Add integer reference variable.
1639 * gdb.cp/misc.exp: Add test.
1640
1641 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1642
1643 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1644 scenario to cover execution until the end and also the case
1645
1646 2020-03-31 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1649 c. Use "maint info symtabs" to check symtab expansion.
1650
1651 2020-03-30 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1654 unsupported.
1655 (verify_psymtab_expanded): Move ...
1656 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1657 test.
1658 (readnow): New proc.
1659
1660 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1663 with $hex.
1664
1665 2020-03-20 Tom Tromey <tromey@adacore.com>
1666
1667 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1668
1669 2020-03-20 Tom Tromey <tromey@adacore.com>
1670
1671 * gdb.ada/sub_variant/subv.adb: New file.
1672 * gdb.ada/sub_variant.exp: New file.
1673
1674 2020-03-20 Tom de Vries <tdevries@suse.de>
1675
1676 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1677 first break fails.
1678 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1679
1680 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1681
1682 * gdb.server/exit-multiple-threads.c: New file.
1683 * gdb.server/exit-multiple-threads.exp: New file.
1684
1685 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1686
1687 * gdb.fortran/mixed-lang-stack.c: New file.
1688 * gdb.fortran/mixed-lang-stack.cpp: New file.
1689 * gdb.fortran/mixed-lang-stack.exp: New file.
1690 * gdb.fortran/mixed-lang-stack.f90: New file.
1691
1692 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1693
1694 * gdb.linespec/cp-completion-aliases.cc: New file.
1695 * gdb.linespec/cp-completion-aliases.exp: New file.
1696
1697 2020-03-19 Tom de Vries <tdevries@suse.de>
1698
1699 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1700 more precise.
1701
1702 2020-03-18 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1705 * gdb.dwarf2/break-inline-psymtab.c: New test.
1706 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1707
1708 2020-03-16 Tom de Vries <tdevries@suse.de>
1709
1710 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1711 cache_verify and cache_verify_proc.
1712
1713 2020-03-15 Tom de Vries <tdevries@suse.de>
1714
1715 * gdb.server/solib-list.exp: Handle
1716 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1717
1718 2020-03-15 Tom de Vries <tdevries@suse.de>
1719
1720 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1721 objfiles".
1722
1723 2020-03-14 Tom Tromey <tom@tromey.com>
1724
1725 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1726
1727 2020-03-14 Tom de Vries <tdevries@suse.de>
1728
1729 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1730
1731 2020-03-14 Tom de Vries <tdevries@suse.de>
1732
1733 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1734 result in line-by-line fashion.
1735
1736 2020-03-14 Tom de Vries <tdevries@suse.de>
1737
1738 * lib/gdb.exp (supports_statement_frontiers): New proc.
1739 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1740
1741 2020-03-14 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.base/printcmds.exp: Add missing quoting for "print
1744 teststring2".
1745
1746 2020-03-13 Tom Tromey <tom@tromey.com>
1747
1748 * gdb.base/printcmds.exp (test_print_strings): Add regression
1749 test.
1750 * gdb.base/printcmds.c (charptr): New typedef.
1751 (teststring2): New global.
1752
1753 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1754
1755 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1756 full path in the test name.
1757 (test_ld): Add some with_test_prefix blocks to make test names
1758 unique.
1759
1760 2020-03-13 Tom de Vries <tdevries@suse.de>
1761
1762 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1763
1764 2020-03-13 Tom de Vries <tdevries@suse.de>
1765
1766 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1767
1768 2020-03-13 Tom de Vries <tdevries@suse.de>
1769
1770 PR symtab/25646
1771 * gdb.dwarf2/imported-unit.exp: Add test.
1772
1773 2020-03-13 Tom de Vries <tdevries@suse.de>
1774
1775 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1776 (var1, var2): New variable.
1777 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1778 matching symbols.
1779
1780 2020-03-13 Tom de Vries <tdevries@suse.de>
1781
1782 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1783 (Term::command): Use prompt prefix.
1784 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1785 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1786 command_no_prompt_prefix instead of prefix.
1787 * gdb.tui/tui-layout-asm.exp: Same.
1788
1789 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1790
1791 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1792
1793 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1794
1795 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1796 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1797 on" while stepping over the test instruction, match printed
1798 message.
1799
1800 2020-03-12 Tom de Vries <tdevries@suse.de>
1801
1802 * gdb.base/info-types.exp: Use exp_continue during matching of output
1803 of "info types".
1804
1805 2020-03-12 Tom de Vries <tdevries@suse.de>
1806
1807 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1808
1809 2020-03-12 Tom de Vries <tdevries@suse.de>
1810
1811 * gdb.fortran/module.exp: Use exp_continue during matching of output
1812 of "info variable -n".
1813
1814 2020-03-12 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1817 gdb.dwarf2/dw2-ranges-base.c.
1818
1819 2020-03-12 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1822 in presence of GLIBC debuginfo.
1823
1824 2020-03-12 Tom de Vries <tdevries@suse.de>
1825
1826 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1827 $core.
1828
1829 2020-03-12 Tom de Vries <tdevries@suse.de>
1830
1831 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1832 more precise.
1833
1834 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
1835
1836 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1837 from Unix to Windows path.
1838
1839 2020-03-11 Tom de Vries <tdevries@suse.de>
1840
1841 * gdb.ada/minsyms.exp: Set language to ada.
1842
1843 2020-03-11 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1846
1847 2020-03-11 Tom de Vries <tdevries@suse.de>
1848
1849 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1850
1851 2020-03-11 Tom Tromey <tromey@adacore.com>
1852
1853 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1854
1855 2020-03-11 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1858
1859 2020-03-11 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.base/break-interp.exp: Limit verbose scope.
1862
1863 2020-03-11 Tom de Vries <tdevries@suse.de>
1864
1865 * gdb.fortran/logical.f90: Define variable with character type.
1866 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1867
1868 2020-03-11 Tom de Vries <tdevries@suse.de>
1869
1870 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1871
1872 2020-03-11 Tom de Vries <tdevries@suse.de>
1873
1874 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1875 symtabs.
1876
1877 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1878 Bernd Edlinger <bernd.edlinger@hotmail.de>
1879
1880 * gdb.cp/step-and-next-inline.cc: New file.
1881 * gdb.cp/step-and-next-inline.exp: New file.
1882 * gdb.cp/step-and-next-inline.h: New file.
1883 * gdb.dwarf2/dw2-is-stmt.c: New file.
1884 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1885 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1886 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1887 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1888
1889 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1892 is-stmt flag in the line table.
1893
1894 2020-03-09 Tom de Vries <tdevries@suse.de>
1895
1896 * lib/gdb.exp (cached_file): Create cache dir.
1897
1898 2020-03-07 Tom de Vries <tdevries@suse.de>
1899
1900 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1901 * gdb.cp/rvalue-ref-params.exp: Same.
1902
1903 2020-03-06 Tom de Vries <tdevries@suse.de>
1904
1905 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1906 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1907
1908 2020-03-06 Tom de Vries <tdevries@suse.de>
1909
1910 * README: Fix "the the".
1911 * gdb.base/dprintf.exp: Same.
1912
1913 2020-03-05 Tom de Vries <tdevries@suse.de>
1914
1915 * gdb.base/maint.exp: Update "main print statistics" expected output.
1916
1917 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1918
1919 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
1920 (fortran_int8): Likewise.
1921 (fortran_real4): Likewise.
1922 (fortran_real8): Likewise.
1923 (fortran_complex4): Likewise.
1924 (fortran_logical4): Likewise.
1925 (fortran_character1): Likewise.
1926
1927 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
1928
1929 * gdb.fortran/logical.exp: Add tests that any non-zero value is
1930 printed as true.
1931
1932 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
1933
1934 * gdb.base/printcmds.exp: Add test to verify printf of a
1935 variable holding an address.
1936
1937 2020-03-03 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
1940
1941 2020-03-03 Tom de Vries <tdevries@suse.de>
1942
1943 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
1944 gdb_test_multiple call.
1945
1946 2020-03-03 Tom de Vries <tdevries@suse.de>
1947
1948 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
1949 gdb_test_multiple calls.
1950
1951 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1952
1953 * gdb.base/default.exp: Remove test of 'set history filename'.
1954 * gdb.base/gdbinit-history.exp: Add tests for setting the history
1955 filename to the empty string.
1956 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
1957 and GDBHISTSIZE.
1958
1959 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
1960
1961 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
1962 disabled.
1963
1964 2020-03-02 Pedro Alves <palves@redhat.com>
1965 Tom de Vries <tdevries@suse.de>
1966
1967 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
1968 -prompt prefix, before user_code argument. Add -lbl option likewise.
1969 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
1970 (gdb_is_target_1): Add -prompt prefix and move to before user_code
1971 argument.
1972 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
1973 have "\r\n" at start-of-line, instead of at end-of-line.
1974
1975 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
1976
1977 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
1978 libinproctrace.so.
1979
1980 2020-02-28 Luis Machado <luis.machado@linaro.org>
1981
1982 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
1983 to "p/x".
1984
1985 2020-02-28 Luis Machado <luis.machado@linaro.org>
1986
1987 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
1988 asm/ptrace.h and error.h.
1989
1990 2020-02-28 Tom de Vries <tdevries@suse.de>
1991
1992 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
1993 (struct wrapper, do_something, mundane/symada__cS): Move ...
1994 * gdb.base/c-linkage-name-2.c: ... here. New source file.
1995 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
1996 Update "print symada__cS before partial symtab expansion" regexp.
1997 Update breakpoint location. Flush symbol cache after expansion.
1998
1999 2020-02-28 Luis Machado <luis.machado@linaro.org>
2000
2001 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2002
2003 2020-02-27 Tom de Vries <tdevries@suse.de>
2004
2005 * config/sid.exp: Remove unused globals.
2006 * gdb.base/attach.exp: Same.
2007 * gdb.base/catch-load.exp: Same.
2008 * gdb.base/dbx.exp: Same.
2009 * lib/gdb.exp: Same.
2010 * lib/mi-support.exp: Same.
2011 * lib/prompt.exp: Same.
2012
2013 2020-02-27 Tom de Vries <tdevries@suse.de>
2014
2015 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2016 not set.
2017
2018 2020-02-26 Aaron Merey <amerey@redhat.com>
2019
2020 * gdb.debuginfod: New directory for debuginfod tests.
2021 * gdb.debuginfod/main.c: New test file.
2022 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2023
2024 2020-02-26 Tom de Vries <tdevries@suse.de>
2025
2026 PR gdb/25603
2027 * gdb.base/persistent-lang.cc: New test.
2028 * gdb.base/persistent-lang.exp: New file.
2029
2030 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2031
2032 * gdb.fortran/derived-type-striding.exp: Add a new test.
2033 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2034 new test.
2035
2036 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2037
2038 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2039 names.
2040
2041 2020-02-25 Tom de Vries <tdevries@suse.de>
2042
2043 PR go/18926
2044 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2045
2046 2020-02-24 Tom de Vries <tdevries@suse.de>
2047
2048 PR gdb/25592
2049 * gdb.base/info-locals-unused-static-var.c: New test.
2050 * gdb.base/info-locals-unused-static-var.exp: New file.
2051
2052 2020-02-22 Tom Tromey <tom@tromey.com>
2053
2054 * gdb.python/tui-window.exp: New file.
2055 * gdb.python/tui-window.py: New file.
2056
2057 2020-02-22 Tom Tromey <tom@tromey.com>
2058
2059 PR tui/17850:
2060 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2061 tests.
2062
2063 2020-02-22 Tom Tromey <tom@tromey.com>
2064
2065 * gdb.tui/new-layout.exp: Add sub-layout tests.
2066
2067 2020-02-22 Tom Tromey <tom@tromey.com>
2068
2069 * gdb.tui/new-layout.exp: New file.
2070
2071 2020-02-22 Tom Tromey <tom@tromey.com>
2072
2073 * gdb.rust/rust-style.rs: New file.
2074 * gdb.rust/rust-style.exp: New file.
2075 * gdb.base/style.exp: Test structure printing.
2076 * gdb.base/style.c (struct some_struct): New type.
2077 (enum etype): New type.
2078 (struct_value): New global.
2079
2080 2020-02-21 Tom de Vries <tdevries@suse.de>
2081
2082 PR go/18926
2083 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2084 Remove blanket xfails. Use message argument for gdb_breakpoint.
2085 Make continuing to breakpoint test conditional on setting breakpoint.
2086 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2087 DW_AT_name attribute. Add xfail for GCC PR93866.
2088
2089 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2090
2091 * gdb.dwarf2/cpp-linkage-name.c: New file.
2092 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2093
2094 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2095
2096 * lib/gdb.exp (gdb_wrapper_init): Reset
2097 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2098 not exist.
2099
2100 2020-02-20 Tom de Vries <tdevries@suse.de>
2101
2102 PR go/17018
2103 * gdb.go/hello.exp: Copy ...
2104 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2105 print of st to print value of global definition. Add xfail for GCC
2106 PR93844.
2107 * gdb.go/hello.exp: Remove printing of st before definition.
2108 * gdb.go/hello.go: Copy ...
2109 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2110 to st.
2111 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2112
2113 2020-02-20 Tom de Vries <tdevries@suse.de>
2114
2115 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2116 (gdb_simple_compile): Handle compile_flags go by using .go extension
2117 for source file.
2118 * gdb.go/chan.exp: Use support_go_compile.
2119 * gdb.go/handcall.exp: Same.
2120 * gdb.go/hello.exp: Same.
2121 * gdb.go/integers.exp: Same.
2122 * gdb.go/max-depth.exp: Same.
2123 * gdb.go/methods.exp: Same.
2124 * gdb.go/package.exp: Same.
2125 * gdb.go/strings.exp: Same.
2126 * gdb.go/types.exp: Same.
2127 * gdb.go/unsafe.exp: Same.
2128
2129 2020-02-19 Tom de Vries <tdevries@suse.de>
2130
2131 * gdb.python/lib-types.exp: Make xfail more strict.
2132
2133 2020-02-19 Tom de Vries <tdevries@suse.de>
2134
2135 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2136
2137 2020-02-19 Doug Evans <dje@google.com>
2138
2139 PR rust/25535
2140 * gdb.rust/simple.exp: Add test.
2141 * gdb.rust/simple.rs: Add test.
2142
2143 2020-02-19 Tom de Vries <tdevries@suse.de>
2144
2145 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2146 output line-by-line.
2147
2148 2020-02-19 Tom de Vries <tdevries@suse.de>
2149
2150 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2151
2152 2020-02-19 Tom de Vries <tdevries@suse.de>
2153
2154 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2155 prelink.
2156
2157 2020-02-19 Tom de Vries <tdevries@suse.de>
2158
2159 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2160 (gdb_do_cache): Use gdb_do_cache_wrap.
2161 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2162
2163 2020-02-19 Tom de Vries <tdevries@suse.de>
2164
2165 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2166 gdb_compile option.
2167
2168 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2169
2170 * gdb.base/printcmds.exp (test_print_enums): Update expected
2171 output.
2172
2173 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2174
2175 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2176 for "unknown".
2177
2178 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2179
2180 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2181 enumerator.
2182
2183 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2184
2185 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2186 FE_, add FE_NONE.
2187 (three): Update.
2188 (enum flag_enum_without_zero): New enum.
2189 (flag_enum_without_zero): New variable.
2190 (enum not_flag_enum): New enum.
2191 (three_not_flag): New variable.
2192 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2193 (test_print_enums): Add more tests for printing flag enums.
2194
2195 2020-02-18 Tom de Vries <tdevries@suse.de>
2196
2197 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2198 (gdb_compile_ada): ... here.
2199 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2200 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2201
2202 2020-02-14 Tom Tromey <tom@tromey.com>
2203
2204 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2205 build directory.
2206 * boards/gdbserver-base.exp: Update path to gdbserver.
2207
2208 2020-02-13 Tom de Vries <tdevries@suse.de>
2209
2210 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2211
2212 2020-02-13 Tom de Vries <tdevries@suse.de>
2213
2214 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2215 are missing.
2216
2217 2020-02-13 Tom de Vries <tdevries@suse.de>
2218
2219 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2220 call.
2221
2222 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2223
2224 PR tui/25126
2225 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2226 * gdb.base/cached-source-file.c: New file.
2227 * gdb.base/cached-source-file.exp: New file.
2228
2229 2020-02-11 Tom de Vries <tdevries@suse.de>
2230
2231 PR testsuite/25488
2232 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2233
2234 2020-02-10 Tom de Vries <tdevries@suse.de>
2235
2236 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2237
2238 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2239
2240 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2241 and $after_addr are both integers before making a comparison.
2242
2243 2020-02-09 Tom de Vries <tdevries@suse.de>
2244
2245 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2246 command output and paste it into gdb.log. If any, paste catch message
2247 to gdb.log.
2248
2249 2020-02-07 Tom Tromey <tromey@adacore.com>
2250
2251 PR breakpoints/24915:
2252 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2253
2254 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2255
2256 * gdb.tui/tui-missing-src.exp: Add the "missing source
2257 file" test for the TUI.
2258
2259 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2262 including a port number in the output.
2263
2264 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2265
2266 * lib/fortran.exp (fortran_int4): Handle clang.
2267 (fortran_int8): Likewise.
2268 (fortran_real4): Likewise.
2269 (fortran_real8): Likewise.
2270 (fortran_complex4): Likewise.
2271 (fortran_logical4): Likewise.
2272 (fortran_character1): Likewise.
2273
2274 2020-02-04 Tom de Vries <tdevries@suse.de>
2275
2276 * README (Race detection): Add note.
2277
2278 2020-02-04 Tom de Vries <tdevries@suse.de>
2279
2280 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2281
2282 2020-02-04 Tom de Vries <tdevries@suse.de>
2283
2284 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2285
2286 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2287
2288 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2289 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2290 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2291 blttar, bnetarl.
2292 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2293 binary for blttar, bnetarl.
2294 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2295 wait instruction. Delete ldmx test.
2296 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2297
2298 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2299
2300 * gdb.fortran/array-bounds-high.exp: New file.
2301 * gdb.fortran/array-bounds-high.f90: New file.
2302
2303 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2304
2305 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2306 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2307
2308 2020-02-01 Tom de Vries <tdevries@suse.de>
2309
2310 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2311
2312 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2313
2314 PR tui/9765
2315 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2316 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2317
2318 2020-01-29 Luis Machado <luis.machado@linaro.org>
2319
2320 * gdb.arch/aarch64-brk-patterns.c: New source file.
2321 * gdb.arch/aarch64-brk-patterns.exp: New test.
2322
2323 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2324
2325 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2326 GCC/Clang version.
2327 * gdb.cp/pass-by-ref.exp: Ditto.
2328
2329 2020-01-29 Tom de Vries <tdevries@suse.de>
2330
2331 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2332 * gdb.threads/watchpoint-fork-mt.c: Same.
2333 * gdb.threads/watchpoint-fork-parent.c: Same.
2334 * gdb.threads/watchpoint-fork-st.c: Same.
2335 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2336
2337 2020-01-27 Luis Machado <luis.machado@linaro.org>
2338
2339 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2340 sitting at a syscall instruction when we hit the syscall function's
2341 breakpoint.
2342 Check PC against one obtained with the x command.
2343 Validate syscall number.
2344 (step_over_syscall): Don't continue to the syscall instruction if
2345 we're already there.
2346
2347 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2348
2349 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2350
2351 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2352
2353 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2354 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2355
2356 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2357
2358 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2359 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2360
2361 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2362
2363 * gdb.base/maint.exp: Update line table parsing test.
2364 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2365
2366 2020-01-24 Pedro Alves <palves@redhat.com>
2367
2368 PR gdb/25410
2369 * gdb.multi/multi-re-run-1.c: New.
2370 * gdb.multi/multi-re-run-2.c: New.
2371 * gdb.multi/multi-re-run.exp: New.
2372
2373 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2374
2375 PR gdb/23718
2376 * gdb.server/server-kill-python.exp: New file.
2377
2378 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2379
2380 * gdb.server/multi-ui-errors.c: New file.
2381 * gdb.server/multi-ui-errors.exp: New file.
2382
2383 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2384
2385 PR tui/9765
2386 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2387
2388 2020-01-19 Tom Tromey <tom@tromey.com>
2389
2390 * gdb.tui/main.exp: Add check for plain "file".
2391
2392 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2393
2394 * lib/gdb.exp: Fix spelling error (seperatelly).
2395
2396 2020-01-14 Tom Tromey <tom@tromey.com>
2397
2398 PR symtab/12535:
2399 * gdb.python/python.exp: Test decode_line with empty string
2400 argument.
2401
2402 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2403
2404 * gdb.base/skip-inline.exp: Extend test.
2405
2406 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2407
2408 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2409 * gdb.dwarf2/dw2-bad-elf.c: New file.
2410 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2411
2412 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2415 _line_saw_file.
2416
2417 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2418
2419 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2420 border.
2421
2422 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2423
2424 * gdb.multi/multi-target.exp (setup): Factor out "info
2425 connections" and "info inferiors" tests to ...
2426 (test_info_inferiors): ... this new procedure.
2427 (top level): Run new "info-inferiors" tests.
2428
2429 2020-01-10 Pedro Alves <palves@redhat.com>
2430
2431 * gdb.server/bkpt-other-inferior.exp: New file.
2432
2433 2020-01-10 Pedro Alves <palves@redhat.com>
2434
2435 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2436 of "add-inferior".
2437 * gdb.base/quit-live.exp: Likewise.
2438 * gdb.base/remote-exec-file.exp: Likewise.
2439 * gdb.guile/scm-progspace.exp: Likewise.
2440 * gdb.linespec/linespec.exp: Likewise.
2441 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2442 * gdb.mi/user-selected-context-sync.exp: Likewise.
2443 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2444 "info inferiors" tests.
2445 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2446 "add-inferior".
2447 * gdb.multi/watchpoint-multi.exp: Likewise.
2448 * gdb.python/py-inferior.exp: Likewise.
2449 * gdb.server/extended-remote-restart.exp: Likewise.
2450 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2451 "info inferiors".
2452 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2453 * gdb.trace/report.exp: Likewise.
2454
2455 2020-01-10 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.multi/multi-target.c: New file.
2458 * gdb.multi/multi-target.exp: New file.
2459 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2460 mode requested, but remote does not support non-stop".
2461
2462 2020-01-10 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2465 disconnect before reconnecting.
2466
2467 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2468 Pedro Alves <palves@redhat.com>
2469
2470 * gdb.server/connect-without-multi-process.exp: Also test
2471 continuing to end.
2472
2473 2020-01-10 Pedro Alves <palves@redhat.com>
2474
2475 * gdb.base/remote-exec-file.exp: New file.
2476
2477 2020-01-10 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2480 output.
2481 * gdb.threads/async.c: New.
2482 * gdb.threads/async.exp: New.
2483 * gdb.multi/tids-gid-reset.c: New.
2484 * gdb.multi/tids-gid-reset.exp: New.
2485
2486 2020-01-10 George Barrett <bob@bob131.so>
2487
2488 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2489 to help in finding the image relocation offset.
2490 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2491 options in arguments.
2492 (stap_test_no_debuginfo): Likewise.
2493 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2494 test variants.
2495 (stap_test): Add null semaphore relocation test.
2496
2497 2020-01-10 George Barrett <bob@bob131.so>
2498
2499 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2500 * gdb.base/stap-probe.exp: Likewise.
2501 (stap_test): Pass argument as an additional flag.
2502 (stap_test_no_debuginfo): Likewise.
2503 (stap_test): Check `info probes stap' output for semaphore
2504 addresses if the test binary is supposed to have them.
2505
2506 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * gdb.tui/basic.exp: Add more scrolling tests.
2509
2510 2020-01-09 Tom Tromey <tom@tromey.com>
2511
2512 PR tui/18932:
2513 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2514 meangingful value.
2515 (Term::command, Term::resize): Update.
2516 * gdb.tui/basic.exp: Add scrolling test.
2517
2518 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.tui/tui-layout-asm.exp: New file.
2521
2522 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2523
2524 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2525
2526 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2527
2528 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2529 (Term::enter_tui): Use Term::prepare_for_tui.
2530
2531 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2534 called.
2535
2536 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2537
2538 * gdb.base/skip.exp: Fix race condition in test.
2539
2540 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2541
2542 * gdb.base/backtrace.c: New file.
2543 * gdb.base/backtrace.exp: New file.
2544
2545 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2546
2547 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2548
2549 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2550
2551 * gdb.base/style.exp: Test that warnings are styled.
2552
2553 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2554
2555 * gdb.base/line65535.exp: New file.
2556 * gdb.base/line65535.c: New file.
2557
2558 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2559
2560 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2561 * lib/gnat_debug_info_test.adb: New file.
2562 * gdb.ada/ptype_tagged_param.exp: Use
2563 gnat_runtime_has_debug_info, expect a different output if
2564 runtime does not have debug info.
2565
2566 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2567
2568 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2569 (another) quote in test name.
2570
2571 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2572
2573 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2574 Add quote in test name.
2575
2576 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2577
2578 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2579 directory instead.
2580 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2581 * gdb.cp/pass-by-ref-2.cc: New file.
2582 * gdb.cp/pass-by-ref-2.exp: New file.
2583
2584 2019-12-20 Tom Tromey <tom@tromey.com>
2585
2586 * gdb.tui/list-before.exp: New file.
2587
2588 2019-12-20 Tom Tromey <tom@tromey.com>
2589
2590 * gdb.tui/list.exp: Check for source on initial listing.
2591
2592 2019-12-11 Tom Tromey <tromey@adacore.com>
2593
2594 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2595 Add crlf test.
2596
2597 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2598
2599 * gdb.base/default.exp: Update value of $_gdb_major.
2600
2601 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2602
2603 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2604
2605 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2606
2607 * gdb.base/skip.exp: Whitespace fix.
2608
2609 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2610
2611 * gdb.base/skip-inline.c: New file.
2612 * gdb.base/skip-inline.exp: New file.
2613
2614 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2615
2616 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2617 jit_function_00 to jit_function_stack_mangle.
2618 * gdb.base/jithost.c (jit_function_t): Rename to...
2619 (jit_function_stack_mangle_t): ... this.
2620 (jit_function_add_t): New typedef.
2621 (jit_function_00_code): Rename to...
2622 (jit_function_stack_mangle_code): ... this, make static.
2623 (jit_function_add_code): New.
2624 (main): Generate "add" function and call it. Adjust to changes
2625 in jithost_abi.
2626 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2627 (struct jithost_abi) <begin, end>: Remove fields.
2628 <object, function_stack_mangle, function_add>: New fields.
2629 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2630 code_end>: Remove fields.
2631 <func_stack_mangle>: New field.
2632 (read_debug_info): Adjust to renaming, create block for "add"
2633 function.
2634 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2635
2636 2019-12-11 Tom Tromey <tom@tromey.com>
2637
2638 * gdb.tui/resize.exp: Fix regexp.
2639 * gdb.tui/regs.exp: Fix regexps.
2640 * gdb.tui/main.exp: Fix regexp.
2641
2642 2019-12-11 Tom Tromey <tom@tromey.com>
2643
2644 * gdb.tui/resize.exp: Update.
2645 * gdb.tui/empty.exp (layouts): Update.
2646
2647 2019-12-11 Tom Tromey <tom@tromey.com>
2648
2649 * gdb.tui/regs.exp: Update.
2650 * gdb.tui/empty.exp (layouts): Update.
2651 * gdb.tui/basic.exp: Update.
2652 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2653
2654 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2655
2656 * gdb.base/options.exp: Add -raw-values in the print completion list.
2657 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2658
2659 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2660
2661 * gdb.threads/omp-par-scope.c: New file.
2662 * gdb/threads/omp-par-scope.exp: New file.
2663
2664 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2665
2666 * lib/gdb.exp (support_nested_function_tests): New proc.
2667
2668 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2669
2670 * lib/gdb.exp (gdb_compile_openmp): New proc.
2671 (build_executable_from_specs): Add an "openmp" option.
2672 (gdb_compile_pthreads): Add non-executable case.
2673
2674 2019-12-10 Tom Tromey <tromey@adacore.com>
2675
2676 * gdb.ada/unchecked_union.exp: New file.
2677 * gdb.ada/unchecked_union/pck.adb: New file.
2678 * gdb.ada/unchecked_union/pck.ads: New file.
2679 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2680 * gdb-utils.exp (string_to_regexp): Also quote "?".
2681
2682 2019-12-10 George Barrett <bob@bob131.so>
2683
2684 Test scripted probe breakpoints.
2685 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2686 * gdb.python/py-breakpoint.c (main): Likewise.
2687 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2688 specifier test.
2689 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2690
2691 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2692
2693 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2694 an rvalue parameter.
2695 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2696 parameter.
2697
2698 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2699
2700 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2701 modules.
2702
2703 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2704
2705 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2706 broken version of GCC.
2707
2708 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2709
2710 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2711 sym-info-cmds library.
2712 * gdb.fortran/info-types.exp: Likewise.
2713 * lib/sym-info-cmds.exp: New file.
2714
2715 2019-12-08 Tom de Vries <tdevries@suse.de>
2716
2717 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2718
2719 2019-12-07 Keith Seitz <keiths@redhat.com>
2720
2721 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2722 * gdb.base/corefile-buildid-shlib.c: New file.
2723 * gdb.base/corefile-buildid.c: New file.
2724 * gdb.base/corefile-buildid.exp: New file.
2725
2726 2019-12-06 Tom de Vries <tdevries@suse.de>
2727
2728 * gdb.dwarf2/varval.exp: Add decl before def test.
2729
2730 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2731
2732 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2733
2734 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2735
2736 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2737 CV and reference conversion for overload resolution.
2738 * gdb.cp/rvalue-ref-overload.exp: Test it.
2739
2740 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2741
2742 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2743 * gdb.base/frameapply.exp: Test faas without command.
2744
2745 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2746
2747 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2748 Fortran tests.
2749 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2750 order.
2751
2752 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2753
2754 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2755 casting to type with no kind specified.
2756 (test_basic_parsing_of_type_kinds): Additional tests for types
2757 with no kind specified, and add tests for single/double
2758 precision/complex types.
2759
2760 2019-12-04 Tom Tromey <tromey@adacore.com>
2761
2762 * gdb.base/endianity.c (struct other) <x>: New field.
2763 (main): Initialize it.
2764 * gdb.base/endianity.exp: Update.
2765
2766 2019-12-04 Tom Tromey <tromey@adacore.com>
2767
2768 * gdb.ada/scalar_storage/storage.adb: New file.
2769 * gdb.ada/scalar_storage/pck.adb: New file.
2770 * gdb.ada/scalar_storage/pck.ads: New file.
2771 * gdb.ada/scalar_storage.exp: New file.
2772
2773 2019-12-04 Tom Tromey <tromey@adacore.com>
2774
2775 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2776 (main): Initialize it.
2777 * gdb.base/endianity.exp: Update.
2778
2779 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2780
2781 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2782
2783 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2784
2785 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2786 -symbol-info-module-functions and -symbol-info-module-variables.
2787
2788 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2791
2792 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2793 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * gdb.fortran/derived-type-striding.exp: New file.
2796 * gdb.fortran/derived-type-striding.f90: New file.
2797 * gdb.fortran/array-slices.exp: New file.
2798 * gdb.fortran/array-slices.f90: New file.
2799
2800 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2801
2802 * gdb.base/define.exp: Test . in command names.
2803 * gdb.base/setshow.exp: Update test, as . is now part of
2804 command name.
2805
2806 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2807
2808 * gdb.base/define-prefix.exp: New file.
2809
2810 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2811
2812 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2813 compile.
2814 (skip_btrace_pt_tests): Likewise.
2815
2816 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.fortran/info-modules.exp: Compile source files in correct
2819 order.
2820
2821 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2822
2823 * gdb.dwarf2/imported-unit.exp: New file.
2824 * gdb.dwarf2/imported-unit.c: New file.
2825
2826 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.mi/mi-fortran-modules-2.f90: New file.
2829 * gdb.mi/mi-fortran-modules.exp: New file.
2830 * gdb.mi/mi-fortran-modules.f90: New file.
2831
2832 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.mi/mi-sym-info-1.c: New file.
2835 * gdb.mi/mi-sym-info-2.c: New file.
2836 * gdb.mi/mi-sym-info.exp: New file.
2837
2838 2019-11-22 Tom Tromey <tromey@adacore.com>
2839
2840 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2841 * gdb.ada/tasks/foo.adb: Add another stopping location.
2842
2843 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2844
2845 * gdb.base/endianity.c: New test.
2846 * gdb.base/endianity.exp: New file.
2847
2848 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2849
2850 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2851
2852 2019-11-21 Tom de Vries <tdevries@suse.de>
2853
2854 PR gdb/24956
2855 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2856
2857 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2858
2859 * gdb.python/py-progspace.exp: Add missing parentheses on some
2860 'print' commands.
2861
2862 2019-11-19 Tom Tromey <tom@tromey.com>
2863
2864 * gdb.tui/winheight.exp: New file.
2865
2866 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 * gdb.base/ctf-whatis.c: Delete.
2869 * gdb.base/ctf-whatis.exp: Delete.
2870 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2871
2872 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2873
2874 * gdb.base/ctf-cvexpr.exp: Delete.
2875 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2876
2877 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2878
2879 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2880 the compiler. Clean up header comment a little.
2881 * gdb.base/ctf-ptype.exp: Likewise.
2882 * gdb.base/ctf-whatis.exp: Likewise.
2883 * lib/gdb.exp (skip_ctf_tests): New proc.
2884
2885 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2886
2887 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2888 * gdb.tui/corefile-run.exp: New file.
2889
2890 2019-11-14 Tom Tromey <tromey@adacore.com>
2891
2892 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2893 regression tests.
2894
2895 2019-11-12 Tom Tromey <tom@tromey.com>
2896
2897 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2898 after any command. Expect prompt after WAIT_FOR is seen.
2899 (enter_tui): Enable resize messages.
2900 (command): Expect command in output.
2901 (get_line): Avoid error when cursor appears to be off-screen.
2902 (dump_screen): Include screen size in title.
2903 (_do_resize): New proc, from "resize".
2904 (resize): Rewrite. Do resize in two steps.
2905 * gdb.tui/empty.exp (layouts): Fix entries.
2906 (check_boxes): Remove xfail.
2907 (check_text): Dump screen on failure.
2908
2909 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2910
2911 * gdb.python/py-symbol.exp: Add test for
2912 gdb.lookup_static_symbols.
2913
2914 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2915
2916 * gdb.python/py-symbol.c: Declare and call function from new
2917 py-symbol-2.c file.
2918 * gdb.python/py-symbol.exp: Compile both source files, and add new
2919 tests for gdb.lookup_static_symbol.
2920 * gdb.python/py-symbol-2.c: New file.
2921
2922 2019-11-02 Tom de Vries <tdevries@suse.de>
2923
2924 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
2925 * gdb.base/anon.exp: Same.
2926 * gdb.base/auto-connect-native-target.exp: Same.
2927 * gdb.base/call-ar-st.exp: Same.
2928 * gdb.base/catch-syscall.exp: Same.
2929 * gdb.base/commands.exp: Same.
2930 * gdb.base/default.exp: Same.
2931 * gdb.base/display.exp: Same.
2932 * gdb.base/float.exp: Same.
2933 * gdb.base/foll-fork.exp: Same.
2934 * gdb.base/help.exp: Same.
2935 * gdb.base/info-macros.exp: Same.
2936 * gdb.base/info-proc.exp: Same.
2937 * gdb.base/info-target.exp: Same.
2938 * gdb.base/long_long.exp: Same.
2939 * gdb.base/macscp.exp: Same.
2940 * gdb.base/memattr.exp: Same.
2941 * gdb.base/nofield.exp: Same.
2942 * gdb.base/pointers.exp: Same.
2943 * gdb.base/printcmds.exp: Same.
2944 * gdb.base/ptype.exp: Same.
2945 * gdb.base/restore.exp: Same.
2946 * gdb.base/return.exp: Same.
2947 * gdb.base/scope.exp: Same.
2948 * gdb.base/set-noassign.exp: Same.
2949 * gdb.base/setshow.exp: Same.
2950 * gdb.base/shlib-call.exp: Same.
2951 * gdb.base/signals.exp: Same.
2952 * gdb.base/sigstep.exp: Same.
2953 * gdb.base/skip.exp: Same.
2954 * gdb.base/solib-symbol.exp: Same.
2955 * gdb.base/stap-probe.exp: Same.
2956 * gdb.base/step-line.exp: Same.
2957 * gdb.base/step-test.exp: Same.
2958 * gdb.base/style.exp: Same.
2959 * gdb.base/varargs.exp: Same.
2960 * gdb.base/vla-datatypes.exp: Same.
2961 * gdb.base/vla-ptr.exp: Same.
2962 * gdb.base/vla-sideeffect.exp: Same.
2963 * gdb.base/volatile.exp: Same.
2964 * gdb.base/watch-cond-infcall.exp: Same.
2965 * gdb.base/watchpoint.exp: Same.
2966
2967 2019-11-02 Tom de Vries <tdevries@suse.de>
2968
2969 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
2970 * gdb.cp/cpexprs.exp: Same.
2971 * gdb.cp/except-multi-location.exp: Same.
2972 * gdb.cp/exceptprint.exp: Same.
2973 * gdb.cp/gdb2384.exp: Same.
2974 * gdb.cp/inherit.exp: Same.
2975 * gdb.cp/m-static.exp: Same.
2976 * gdb.cp/meth-typedefs.exp: Same.
2977 * gdb.cp/misc.exp: Same.
2978 * gdb.cp/namespace.exp: Same.
2979 * gdb.cp/non-trivial-retval.exp: Same.
2980 * gdb.cp/overload.exp: Same.
2981 * gdb.cp/pr17132.exp: Same.
2982 * gdb.cp/re-set-overloaded.exp: Same.
2983 * gdb.cp/rvalue-ref-types.exp: Same.
2984 * gdb.cp/templates.exp: Same.
2985
2986 2019-11-01 Luis Machado <luis.machado@linaro.org>
2987
2988 PR gdb/25124
2989
2990 * gdb.arch/pr25124.S: New file.
2991 * gdb.arch/pr25124.exp: New file.
2992
2993 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.fortran/info-modules.exp: Update expected results, and add
2996 additional tests for 'info module functinos', and 'info module
2997 variables'.
2998 * gdb.fortran/info-types.exp: Update expected results.
2999 * gdb.fortran/info-types.f90: Extend testcase with additional
3000 module variables and functions.
3001
3002 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3003
3004 * gdb.fortran/info-modules.exp: New file.
3005 * gdb.fortran/info-types.exp: Build with new file.
3006 * gdb.fortran/info-types.f90: Include and use new module.
3007 * gdb.fortran/info-types-2.f90: New file.
3008
3009 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3010
3011 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3012 * gdb.base/settings.exp: Test all settings types using
3013 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3014 that now verifies that the value of "maint show" is the same as
3015 returned by the settings functions. Test the type of the
3016 maintenance settings.
3017 * gdb.base/default.exp: Update show_conv_list.
3018
3019 2019-10-31 Tom de Vries <tdevries@suse.de>
3020
3021 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3022 gdb_test.
3023 * gdb.arch/amd64-disp-step.exp: Same.
3024 * gdb.asm/asm-source.exp: Same.
3025 * gdb.btrace/buffer-size.exp: Same.
3026 * gdb.btrace/cpu.exp: Same.
3027 * gdb.btrace/enable.exp: Same.
3028 * gdb.dwarf2/count.exp: Same.
3029 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3030 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3031 * gdb.fortran/vla-datatypes.exp: Same.
3032 * gdb.fortran/vla-history.exp: Same.
3033 * gdb.fortran/vla-ptype.exp: Same.
3034 * gdb.fortran/vla-value.exp: Same.
3035 * gdb.fortran/whatis_type.exp: Same.
3036 * gdb.guile/guile.exp: Same.
3037 * gdb.multi/tids.exp: Same.
3038 * gdb.python/py-finish-breakpoint.exp: Same.
3039 * gdb.python/py-framefilter.exp: Same.
3040 * gdb.python/py-pp-registration.exp: Same.
3041 * gdb.python/py-xmethods.exp: Same.
3042 * gdb.python/python.exp: Same.
3043 * gdb.server/connect-with-no-symbol-file.exp: Same.
3044 * gdb.server/no-thread-db.exp: Same.
3045 * gdb.server/run-without-local-binary.exp: Same.
3046 * gdb.stabs/weird.exp: Same.
3047 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3048 * gdb.threads/thread-find.exp: Same.
3049 * gdb.threads/tls-shared.exp: Same.
3050 * gdb.threads/tls.exp: Same.
3051 * gdb.threads/wp-replication.exp: Same.
3052 * gdb.trace/ax.exp: Same.
3053 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3054
3055 2019-10-31 Tom de Vries <tdevries@suse.de>
3056
3057 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3058 * gdb.ada/array_subscript_addr.exp: Same.
3059 * gdb.ada/arrayidx.exp: Same.
3060 * gdb.ada/arrayparam.exp: Same.
3061 * gdb.ada/arrayptr.exp: Same.
3062 * gdb.ada/boolean_expr.exp: Same.
3063 * gdb.ada/call_pn.exp: Same.
3064 * gdb.ada/complete.exp: Same.
3065 * gdb.ada/fixed_cmp.exp: Same.
3066 * gdb.ada/fun_addr.exp: Same.
3067 * gdb.ada/funcall_param.exp: Same.
3068 * gdb.ada/interface.exp: Same.
3069 * gdb.ada/mod_from_name.exp: Same.
3070 * gdb.ada/null_array.exp: Same.
3071 * gdb.ada/packed_array.exp: Same.
3072 * gdb.ada/packed_tagged.exp: Same.
3073 * gdb.ada/print_chars.exp: Same.
3074 * gdb.ada/print_pc.exp: Same.
3075 * gdb.ada/ptype_arith_binop.exp: Same.
3076 * gdb.ada/ptype_field.exp: Same.
3077 * gdb.ada/ptype_tagged_param.exp: Same.
3078 * gdb.ada/rec_return.exp: Same.
3079 * gdb.ada/ref_tick_size.exp: Same.
3080 * gdb.ada/str_ref_cmp.exp: Same.
3081 * gdb.ada/taft_type.exp: Same.
3082 * gdb.ada/tagged.exp: Same.
3083 * gdb.ada/type_coercion.exp: Same.
3084 * gdb.ada/uninitialized_vars.exp: Same.
3085
3086 2019-10-30 Tom de Vries <tdevries@suse.de>
3087
3088 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3089
3090 2019-10-26 Tom de Vries <tdevries@suse.de>
3091
3092 * gdb.base/bigcore.c: Fix typos in comments.
3093 * gdb.base/ctf-ptype.c: Same.
3094 * gdb.base/long_long.c: Same.
3095 * gdb.dwarf2/dw2-op-out-param.S: Same.
3096 * gdb.python/py-evthreads.c: Same.
3097 * gdb.reverse/i387-stack-reverse.c: Same.
3098 * gdb.trace/tfile.c: Same.
3099 * lib/compiler.c: Same.
3100 * lib/compiler.cc: Same.
3101
3102 2019-10-25 Tom de Vries <tdevries@suse.de>
3103
3104 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3105 gdb_test_multiple calls.
3106 * gdb.reverse/sigall-reverse.exp: Same.
3107 * gdb.reverse/solib-precsave.exp: Same.
3108 * gdb.reverse/solib-reverse.exp: Same.
3109 * gdb.reverse/until-precsave.exp: Same.
3110 * gdb.reverse/until-reverse.exp: Same.
3111
3112 2019-10-24 Tom de Vries <tdevries@suse.de>
3113
3114 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3115 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3116 kfail using -wrap pattern flag and convenience variable
3117 gdb_test_name.
3118
3119 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3120
3121 * gdb.python/py-progspace.exp: Add tests for the
3122 Progspace.block_for_pc method.
3123
3124 2019-10-23 Tom Tromey <tom@tromey.com>
3125
3126 * configure: Rebuild.
3127 * aclocal.m4: Use m4_include, not sinclude.
3128
3129 2019-10-21 Tom de Vries <tdevries@suse.de>
3130
3131 * gdb.base/infcall-nested-structs.c: Add
3132 __attribute__((noinline,noclone)) to all functions.
3133 (call_all): Add missing variable initialization. Simplify return value.
3134 (breakpt): Increment volatile variable, to prevent call from being
3135 optimized out.
3136 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3137
3138 2019-10-17 Tom de Vries <tdevries@suse.de>
3139
3140 * gdb.fortran/module.exp: Allow info variables to print info for files
3141 other than module.f90.
3142
3143 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.fortran/module.exp: Extend with 'info variables' test.
3146
3147 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3148
3149 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3150 F77_FOR_TARGET.
3151
3152 2019-10-16 Tom de Vries <tdevries@suse.de>
3153
3154 PR tdep/25096
3155 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3156
3157 2019-10-16 Tom de Vries <tdevries@suse.de>
3158
3159 PR tdep/24104
3160 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3161 Add KFAIL for PR tdep/25096.
3162
3163 2019-10-16 Tom de Vries <tdevries@suse.de>
3164
3165 PR testsuite/25059
3166 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3167
3168 2019-10-16 Tom de Vries <tdevries@suse.de>
3169
3170 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3171 as signed.
3172
3173 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3174
3175 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3176 one instead of increasing timeout.
3177
3178 2019-10-13 Tom de Vries <tdevries@suse.de>
3179
3180 PR record/25038
3181 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3182 * gdb.reverse/sigall-reverse.exp: Same.
3183 * gdb.reverse/solib-precsave.exp: Same.
3184 * gdb.reverse/solib-reverse.exp: Same.
3185 * gdb.reverse/step-precsave.exp: Same.
3186 * gdb.reverse/until-precsave.exp: Same.
3187 * gdb.reverse/until-reverse.exp: Same.
3188 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3189
3190 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3191
3192 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3193 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3194 (cmp_struct_05_01, cmp_struct_static_02_01)
3195 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3196 comparisons.
3197
3198 2019-10-10 Tom de Vries <tdevries@suse.de>
3199
3200 PR testsuite/24888
3201 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3202 gnatlink.
3203
3204 2019-10-09 Tom de Vries <tdevries@suse.de>
3205
3206 PR testsuite/25048
3207 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3208
3209 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3210
3211 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3212 exceptions due to missing debug information.
3213
3214 2019-10-07 Tom de Vries <tdevries@suse.de>
3215
3216 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3217
3218 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3219
3220 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3221 * gdb.base/annota1.exp: Update to use gdb_test_name.
3222
3223 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3224
3225 * gdb.base/ctf-whatis.exp: New file.
3226 * gdb.base/ctf-whatis.c: New file.
3227 * gdb.base/ctf-ptype.exp: New file.
3228 * gdb.base/ctf-ptype.c: New file.
3229 * gdb.base/ctf-constvars.exp: New file.
3230 * gdb.base/ctf-constvars.c: New file.
3231 * gdb.base/ctf-cvexpr.exp: New file.
3232
3233 2019-10-04 Tom de Vries <tdevries@suse.de>
3234
3235 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3236 for loop.
3237
3238 2019-10-03 Tom Tromey <tom@tromey.com>
3239
3240 PR rust/24976:
3241 * gdb.rust/simple.rs (Union2): New type.
3242 (main): Use Union2.
3243 * gdb.rust/simple.exp: Add test.
3244
3245 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3246
3247 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3248 nested function prefix.
3249
3250 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3251 Richard Bunt <richard.bunt@arm.com>
3252 Andrew Burgess <andrew.burgess@embecosm.com>
3253
3254 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3255 nested functions.
3256 * gdb.fortran/nested-funcs.f90: Update expected results.
3257 * gdb.fortran/nested-funcs-2.exp: New file.
3258 * gdb.fortran/nested-funcs-2.f90: New file.
3259
3260 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.python/py-parameter.exp: Make test names unique.
3263 * gdb.python/py-template.exp: Likewise.
3264 * gdb.python/py-value.exp: Likewise.
3265
3266 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3267
3268 * gdb.base/break-interp.exp: Reduce test name duplication.
3269 * gdb.base/call-sc.exp: Likewise.
3270 * gdb.base/callfuncs.exp: Likewise.
3271 * gdb.base/charset.exp: Likewise.
3272 * gdb.base/dump.exp: Likewise.
3273 * gdb.base/ena-dis-br.exp: Likewise.
3274 * gdb.base/relational.exp: Likewise.
3275 * gdb.base/step-over-syscall.exp: Likewise.
3276 * gdb.base/structs.exp: Likewise.
3277
3278 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 * gdb.linespec/explicit.exp: Make test names unique.
3281 * gdb.linespec/ls-errs.exp: Likewise.
3282
3283 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3284
3285 * gdb.reverse/break-precsave.exp: Make test names unique.
3286 * gdb.reverse/break-reverse.exp: Likewise.
3287 * gdb.reverse/finish-precsave.exp: Likewise.
3288 * gdb.reverse/finish-reverse.exp: Likewise.
3289 * gdb.reverse/machinestate-precsave.exp: Likewise.
3290 * gdb.reverse/machinestate.exp: Likewise.
3291 * gdb.reverse/readv-reverse.exp: Likewise.
3292 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3293 * gdb.reverse/sigall-precsave.exp: Likewise.
3294 * gdb.reverse/sigall-reverse.exp: Likewise.
3295 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3296 * gdb.reverse/watch-precsave.exp: Likewise.
3297 * gdb.reverse/watch-reverse.exp: Likewise.
3298
3299 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3300
3301 * gdb.threads/stop-with-handle.c: New file.
3302 * gdb.threads/stop-with-handle.exp: New file.
3303
3304 2019-10-03 Tom de Vries <tdevries@suse.de>
3305
3306 PR testsuite/25059
3307 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3308 directory" line to be missing.
3309
3310 2019-10-03 Tom de Vries <tdevries@suse.de>
3311
3312 PR testsuite/25059
3313 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3314 type optional.
3315
3316 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3317
3318 * gdb.python/py-format-string.c (string.h): New include.
3319 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3320 the same value, for endianness-independence.
3321 * gdb.python/py-format-string.exp (default_regexp_dict)
3322 (test_pretty_structs, test_format): Adjust expected output to the
3323 changed initialization.
3324
3325 2019-10-02 Tom Tromey <tromey@adacore.com>
3326
3327 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3328
3329 2019-10-02 Pedro Alves <palves@redhat.com>
3330 Andrew Burgess <andrew.burgess@embecosm.com>
3331
3332 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3333 "print-file-var.h".
3334 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3335 (get_version_1): Print this_version_id and its address.
3336 Add extern "C" wrappers around interface functions.
3337 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3338 "print-file-var.h".
3339 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3340 (get_version_2): Print this_version_id and its address.
3341 Add extern "C" wrappers around interface functions.
3342 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3343 <stddef.h> and "print-file-var.h".
3344 Add extern "C" wrappers around interface functions.
3345 [VERSION_ID_MAIN] (this_version_id): Define.
3346 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3347 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3348 up extern "C" blocks.
3349 * gdb.base/print-file-var.exp (test): New, factored out from top
3350 level.
3351 (top level): Test all combinations of attribute hidden or not,
3352 dlopen or not, and this_version_id symbol in main file or not.
3353 Compile tests as both C++ and C, make test names unique.
3354
3355 2019-10-01 Tom Tromey <tom@tromey.com>
3356
3357 * gdb.base/style.exp: Test "show logging filename".
3358
3359 2019-10-01 Tom Tromey <tom@tromey.com>
3360
3361 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3362 * gdb.base/style.exp: Add metadata style test.
3363
3364 2019-10-01 Tom Tromey <tom@tromey.com>
3365
3366 * gdb.base/style.exp: Test "pwd".
3367
3368 2019-10-01 Tom Tromey <tom@tromey.com>
3369
3370 * gdb.base/style.exp: Update tests.
3371
3372 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3373
3374 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3375 'six' to unsigned.
3376 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3377 'five'. Use an all-ones bit pattern for each.
3378 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3379 to its changed values.
3380
3381 2019-09-30 Tom Tromey <tromey@adacore.com>
3382
3383 * gdb.rust/traits.rs: Disable all warnings.
3384
3385 2019-09-29 Tom de Vries <tdevries@suse.de>
3386
3387 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3388
3389 2019-09-29 Tom de Vries <tdevries@suse.de>
3390
3391 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3392
3393 2019-09-27 Tom de Vries <tdevries@suse.de>
3394
3395 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3396
3397 2019-09-27 Tom de Vries <tdevries@suse.de>
3398
3399 PR record/23188
3400 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3401
3402 2019-09-26 Tom Tromey <tromey@adacore.com>
3403
3404 * gdb.ada/py_taft.exp: New file.
3405 * gdb.ada/py_taft/main.adb: New file.
3406 * gdb.ada/py_taft/pkg.adb: New file.
3407 * gdb.ada/py_taft/pkg.ads: New file.
3408
3409 2019-09-24 Tom de Vries <tdevries@suse.de>
3410
3411 PR gdb/24598
3412 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3413
3414 2019-09-22 Tom de Vries <tdevries@suse.de>
3415
3416 * gdb.base/restore.exp: Allow register variables to be optimized out at
3417 -O0.
3418
3419 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3420
3421 * gdb.arch/spu-info.exp: Remove file.
3422 * gdb.arch/spu-info.c: Remove file.
3423 * gdb.arch/spu-ls.exp: Remove file.
3424 * gdb.arch/spu-ls.c: Remove file.
3425
3426 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3427 * gdb.asm/spu.inc: Remove file.
3428
3429 * gdb.base/dump.exp: Remove support for spu*-*-*.
3430 * gdb.base/stack-checking.exp: Likewise.
3431 * gdb.base/overlays.exp: Likewise.
3432 * gdb.base/ovlymgr.c: Likewise.
3433 * gdb.base/spu.ld: Remove file.
3434
3435 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3436 * gdb.cp/cpexprs.exp: Likewise.
3437 * gdb.cp/exception.exp: Likewise.
3438 * gdb.cp/gdb2495.exp: Likewise.
3439 * gdb.cp/mb-templates.exp: Likewise.
3440 * gdb.cp/pr9167.exp: Likewise.
3441 * gdb.cp/userdef.exp: Likewise.
3442
3443 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3444
3445 * gdb.cell: Remove directory.
3446 * lib/cell.exp: Remove file.
3447
3448 2019-09-19 Tom de Vries <tdevries@suse.de>
3449
3450 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3451
3452 2019-09-19 Tom de Vries <tdevries@suse.de>
3453
3454 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3455
3456 2019-09-19 Tom de Vries <tdevries@suse.de>
3457
3458 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3459 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3460 (gdb_target_cmd): ... here.
3461 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3462 value 2.
3463
3464 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3465
3466 * gdb.base/source-dir.exp: Avoid having directory names in test
3467 names.
3468
3469 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3472 directory.
3473
3474 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.base/list-missing-source.exp: New file.
3477
3478 2019-09-14 Tom de Vries <tdevries@suse.de>
3479
3480 PR teststuite/24599
3481 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3482 * lib/ada.exp (gnatmake_version_at_least): New proc.
3483
3484 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3485
3486 * gdb.base/maint.exp: Use exec_has_index_section.
3487
3488 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3489
3490 * gdb.base/maint.exp: Add test for 'maint info sections'.
3491
3492 2019-09-12 Tom de Vries <tdevries@suse.de>
3493
3494 * gdb.base/store.exp: Allow register variables to be optimized out at
3495 -O0.
3496
3497 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3498
3499 * gdb.ada/rdv_wait.exp: Update to new task names.
3500 * gdb.base/task_switch_in_core.exp: Likewise.
3501 * gdb.base/info_sources_base.c: Likewise.
3502
3503 2019-09-10 Tom Tromey <tromey@adacore.com>
3504
3505 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3506
3507 2019-09-10 Tom Tromey <tromey@adacore.com>
3508
3509 * gdb.ada/dgopt.exp: New file.
3510 * gdb.ada/dgopt/x.adb: New file.
3511
3512 2019-09-08 Tom Tromey <tom@tromey.com>
3513
3514 * gdb.tui/resize.exp: Remove setup_xfail.
3515 * gdb.tui/regs.exp: Remove setup_xfail.
3516 * gdb.tui/basic.exp: Remove setup_xfail.
3517
3518 2019-09-06 David Blaikie <dblaikie@gmail.com>
3519
3520 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3521 * gdb.cp/cplabel.exp: Ditto.
3522 * gdb.linespec/ls-errs.exp: Ditto.
3523
3524 2019-09-05 Tom de Vries <tdevries@suse.de>
3525
3526 * lib/gdb.exp (cmp_file_string): New proc.
3527 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3528 runto_main. Verify save breakpoints output.
3529
3530 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3531
3532 * gdb.base/info-var.exp: Test info variables without running
3533 to main, to avoid expect's buffer overflow.
3534
3535 2019-09-03 Tom Tromey <tromey@adacore.com>
3536
3537 * gdb.ada/bias.exp: New file.
3538 * gdb.ada/bias/bias.adb: New file.
3539 * gdb.ada/print_chars.exp: Add regression test.
3540 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3541 (MC): New variable.
3542
3543 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3544
3545 * gdb.base/argv0-symlink.exp: Run only on native target
3546 and local host.
3547
3548 2019-08-29 Tom de Vries <tdevries@suse.de>
3549
3550 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3551 diverse debug info.
3552 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3553
3554 2019-08-28 Tom de Vries <tdevries@suse.de>
3555
3556 * gdb.base/info-var.exp: Allow info variables to print info for files
3557 other than info-var-f1.c and info-var-f2.c.
3558
3559 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3560
3561 * gdb.fortran/info-types.exp: Add module.
3562 * gdb.fortran/info-types.f90: Update expected results.
3563
3564 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3565
3566 * gdb.fortran/info-types.exp: New file.
3567 * gdb.fortran/info-types.f90: New file.
3568 * lib/fortran.exp (fortran_character1): New proc.
3569
3570 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3571
3572 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3573 functions'. Reindent as needed.
3574 * gdb.base/info-var-f1.c: New file.
3575 * gdb.base/info-var-f2.c: New file.
3576 * gdb.base/info-var.exp: New file.
3577 * gdb.base/info-var.h: New file.
3578
3579 2019-08-26 Tom de Vries <tdevries@suse.de>
3580
3581 PR c++/24852
3582 * gdb.cp/no-libstdcxx-probe.exp: New test.
3583
3584 2019-08-26 Tom de Vries <tdevries@suse.de>
3585
3586 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3587 * tests need to be skipped.
3588 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3589 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3590 mi_skip_libstdcxx_probe_tests.
3591
3592 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3593
3594 * gdb.python/py-xmethods.exp: Use raw strings when passing
3595 arguments to SimpleXMethodMatcher.
3596
3597 2019-08-22 Tom de Vries <tdevries@suse.de>
3598
3599 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3600 more informative.
3601
3602 2019-08-21 Pedro Alves <palves@redhat.com>
3603
3604 * gdb.base/with.exp: Test "with" with no arguments.
3605
3606 2019-08-21 Tom de Vries <tdevries@suse.de>
3607
3608 * gdb.base/gdb-caching-proc.exp: Sort files.
3609
3610 2019-08-20 Tom de Vries <tdevries@suse.de>
3611
3612 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3613 compilation.
3614
3615 2019-08-16 Tom de Vries <tdevries@suse.de>
3616
3617 * gdb.base/compare-sections.exp ("after run to main"): Allow
3618 mismatched read-only sections for PIE executables.
3619
3620 2019-08-16 Tom Tromey <tom@tromey.com>
3621
3622 * lib/tuiterm.exp (_csi_Z): New proc.
3623 * gdb.tui/basic.exp: Update window positions.
3624 * gdb.tui/empty.exp: Update window positions.
3625
3626 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3627
3628 * gdb.base/examine-backward.exp: Correct regexp for
3629 "examine 3 bytes backward from ${address_zero}".
3630
3631 2019-08-15 Tom Tromey <tom@tromey.com>
3632
3633 * gdb.tui/empty.exp: Enable resizing tests.
3634
3635 2019-08-15 Tom Tromey <tromey@adacore.com>
3636
3637 * gdb.ada/char_enum.exp: Add regression tests.
3638 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3639 and '0'.
3640 (Char, Gchar): Update.
3641 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3642
3643 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3644
3645 * gdb.python/python.exp: Expect a leading underscore on
3646 GdbOutput{,Error}File.
3647
3648 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3649
3650 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3651 Windows host.
3652
3653 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3654
3655 * gdb.base/batch-preserve-term-settings.exp
3656 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3657
3658 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3659
3660 * lib/gdb.exp: When running on a mingw target, replace
3661 /x/ with x:/.
3662
3663 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3664
3665 * gdb.arch/aarch64-prologue.c: New test.
3666 * gdb.arch/aarch64-prologue.exp: New file.
3667
3668 2019-08-13 Tom de Vries <tdevries@suse.de>
3669
3670 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3671 Thread.
3672
3673 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3674
3675 * gdb.python/py-completion.exp: Download the .py file to the host
3676 and use its host pathname. Conditionalize tests that use
3677 tab completion and manipulate files on the build machine.
3678 * gdb.python/py-events.exp: Download the .py file to the host
3679 and use its host pathname.
3680 * gdb.python/py-evsignal.exp: Likewise.
3681 * gdb.python/py-evthreads.exp: Likewise.
3682 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3683 pathname syntax.
3684 * gdb.python/py-framefilter.exp: Download the .py file to the right
3685 place on the host. Match Windows pathname syntax.
3686 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3687 .py file to the host and use its host pathname.
3688 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3689 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3690 build pathname. Skip symlink test on Windows host. Add missing
3691 newline at end of file.
3692 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3693 and use its host pathname.
3694 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3695 * gdb.python/py-section-script.exp: Use host location of binfile
3696 on safe-path. Use correct path separator on Windows host.
3697 Reorder alternatives in gdb_test_multiple to prevent matching
3698 the wrong alternative on success.
3699 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3700
3701 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3702
3703 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3704 expect the GDB inferior to no longer immediately stop after
3705 being resumed with "signal SIGINT".
3706
3707 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3708
3709 * gdb.linespec/break-ask.exp: Generalize regexps to match
3710 Windows pathnames too.
3711
3712 2019-08-08 Tom de Vries <tdevries@suse.de>
3713
3714 PR testsuite/24862
3715 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3716
3717 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3718
3719 * gdb.base/style.exp: Update tests for help doc new invariants.
3720 * gdb.base/help.exp: Likewise.
3721
3722 2019-08-06 Tom Tromey <tom@tromey.com>
3723
3724 * gdb.base/style.exp: Add disassemble test.
3725 * gdb.base/style.c (some_called_function): New function.
3726 (main): Use it.
3727
3728 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3729
3730 * gdb.python/py-block.exp: Test dictionary access on blocks.
3731
3732 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3733
3734 PR gdb/24863
3735 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3736 -list-thread-groups --available test when running under
3737 check-read1.
3738
3739 2019-08-05 Tom de Vries <tdevries@suse.de>
3740
3741 PR testsuite/24863
3742 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3743 * gdb.base/help.exp: Use with_read1_timeout_factor.
3744 * gdb.base/info-macros.exp: Same.
3745 * gdb.cp/nested-types.exp: Same.
3746
3747 2019-08-05 Tom de Vries <tdevries@suse.de>
3748
3749 * lib/gdb.exp (version_at_least): Factor out of ...
3750 (tcl_version_at_least): ... here.
3751 (gdb_compile): Fail if pie results in non-PIE executable.
3752 (readelf_version, readelf_prints_pie): New proc.
3753 (exec_is_pie): Return -1 if unknown.
3754
3755 2019-08-05 Tom de Vries <tdevries@suse.de>
3756
3757 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3758
3759 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3760
3761 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3762
3763 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3764
3765 * lib/completion-support.exp (test_gdb_complete_none): Skip
3766 tab completion tests if no readline support.
3767 (test_gdb_complete_unique_re): Likewise.
3768 (test_gdb_complete_multiple): Likewise.
3769
3770 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3771
3772 * gdb.base/info_sources.exp: New file.
3773 * gdb.base/info_sources.c: New file.
3774 * gdb.base/info_sources_base.c: New file.
3775
3776 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3777
3778 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3779 prefix argument.
3780 (test_exit_status): Add prefix argument.
3781
3782 2019-08-01 Tom de Vries <tdevries@suse.de>
3783
3784 PR testsuite/24863
3785 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3786 calling exp_continue for new thread and thread exited messages.
3787
3788 2019-08-01 Tom de Vries <tdevries@suse.de>
3789
3790 PR testsuite/24863
3791 * gdb.base/structs.exp: Fix check-read1 timeout using
3792 gdb_test_sequence.
3793 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3794
3795 2019-08-01 Tom de Vries <tdevries@suse.de>
3796
3797 PR testsuite/24863
3798 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3799 line.
3800
3801 2019-08-01 Tom de Vries <tdevries@suse.de>
3802
3803 PR testsuite/24863
3804 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3805
3806 2019-07-30 Tom Tromey <tromey@adacore.com>
3807
3808 * gdb.ada/display_nested.exp: New file.
3809 * gdb.ada/display_nested/foo.adb: New file.
3810 * gdb.ada/display_nested/pack.adb: New file.
3811 * gdb.ada/display_nested/pack.ads: New file.
3812
3813 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3814
3815 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3816 namespace.
3817 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3818
3819 2019-07-30 Tom de Vries <tdevries@suse.de>
3820
3821 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3822 instead.
3823
3824 2019-07-30 Tom de Vries <tdevries@suse.de>
3825
3826 PR testsuite/24834
3827 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3828 (exec_is_pie): New proc.
3829
3830 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3831
3832 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3833
3834 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3835
3836 * gdb.python/py-objfile.c: Add global and static vars.
3837 * gdb.python/py-objfile.exp: Test new functions Objfile.
3838 lookup_global_symbol and lookup_static_symbol.
3839
3840 2019-07-29 Tom Tromey <tom@tromey.com>
3841
3842 * lib/tuiterm.exp (Term::_csi_@): New proc.
3843 (Term::_csi_X): Don't move cursor.
3844
3845 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3846
3847 * gdb.base/options.exp: Update backtrace - completion to
3848 new option -frame-info.
3849 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3850 Test new 'set print frame-info'. Test backtrace -frame-info
3851 overriding 'set print frame-info'.
3852 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3853 Test new 'set print frame-info'.
3854 Verify consistency of backtrace with and without filters, with and
3855 without -no-filters.
3856 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3857 default.
3858
3859 2019-07-29 Tom de Vries <tdevries@suse.de>
3860
3861 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3862 no arguments".
3863
3864 2019-07-29 Tom de Vries <tdevries@suse.de>
3865
3866 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3867 is a substring of the first for "complete non-unique file name".
3868
3869 2019-07-29 Tom de Vries <tdevries@suse.de>
3870
3871 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3872 with ".*".
3873
3874 2019-07-29 Tom de Vries <tdevries@suse.de>
3875
3876 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3877 Pass prompt_regexp parameter to gdb_test_multiple calls.
3878
3879 2019-07-29 Tom de Vries <tdevries@suse.de>
3880
3881 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
3882 print registers" regexps.
3883
3884 2019-07-29 Tom de Vries <tdevries@suse.de>
3885
3886 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3887
3888 2019-07-29 Tom de Vries <tdevries@suse.de>
3889
3890 PR gdb/24855
3891 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3892 (skip_python_tests_prompt): Add prompt_regexp argument to
3893 gdb_test_multiple calls.
3894
3895 2019-07-27 Tom Tromey <tom@tromey.com>
3896
3897 * gdb.tui/main.exp: New file.
3898
3899 2019-07-27 Tom Tromey <tom@tromey.com>
3900
3901 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3902 optional.
3903 * gdb.tui/empty.exp: New file.
3904
3905 2019-07-27 Tom Tromey <tom@tromey.com>
3906
3907 * lib/tuiterm.exp (spawn): New proc.
3908 (Term::resize): New proc.
3909 * gdb.tui/resize.exp: New file.
3910
3911 2019-07-27 Tom Tromey <tom@tromey.com>
3912
3913 * gdb.tui/list.exp: New file.
3914
3915 2019-07-27 Tom Tromey <tom@tromey.com>
3916
3917 * gdb.tui/regs.exp: New file.
3918
3919 2019-07-27 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.tui/basic.exp: Add "layout split" test.
3922
3923 2019-07-27 Tom Tromey <tom@tromey.com>
3924
3925 * gdb.tui/basic.exp: Add "layout asm" test.
3926
3927 2019-07-27 Tom Tromey <tom@tromey.com>
3928
3929 * lib/tuiterm.exp: New file.
3930 * gdb.tui/basic.exp: New file.
3931
3932 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3933
3934 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
3935 Enable tests associated with this flag. Adjust regex
3936 referencing "foo_low" to now refer to "foo_cold" instead.
3937
3938 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3939
3940 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
3941 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
3942 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
3943 foo_cold. Revise comments to match.
3944 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
3945 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
3946 were wrapped into this proc; Call do_test in loop from outermost
3947 level.
3948 (foo_low): Rename all occurrences to "foo_cold".
3949 (backtrace from baz): New test.
3950 (x2/i foo_cold): New test.
3951 (info line *foo_cold): New test.
3952
3953 2019-07-26 Tom de Vries <tdevries@suse.de>
3954
3955 * gdb.arch/i386-pkru.exp: Fix unterminated string.
3956
3957 2019-07-25 Tom de Vries <tdevries@suse.de>
3958
3959 PR testsuite/24830
3960 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
3961 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
3962 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
3963 (skip_libstdcxx_probe_tests): ... here.
3964 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
3965
3966 2019-07-24 Tom de Vries <tdevries@suse.de>
3967
3968 PR testsuite/24807
3969 * gdb.objc/basicclass.m: Include stdio.h.
3970 * gdb.objc/nondebug.m: Same.
3971 * gdb.objc/objcdecode.m: Same.
3972
3973 2019-07-24 Tom de Vries <tdevries@suse.de>
3974
3975 PR testsuite/24612
3976 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
3977 additional_flags.
3978
3979 2019-07-24 Tom de Vries <tdevries@suse.de>
3980
3981 PR testsuite/24831
3982 * gdb.multi/tids.exp: Update error messages for info threads.
3983
3984 2019-07-24 Tom de Vries <tdevries@suse.de>
3985
3986 * gdb.base/info-types.exp: Allow info types to print info for more than
3987 one file.
3988
3989 2019-07-23 Tom de Vries <tdevries@suse.de>
3990
3991 PR testsuite/24842
3992 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
3993 gdb_spawn_with_cmdline_opts.
3994
3995 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3996
3997 * gdb.arch/arm-cmse-sgstubs.c: New test.
3998 * gdb.arch/arm-cmse-sgstubs.exp: New file.
3999
4000 2019-07-23 Tom de Vries <tdevries@suse.de>
4001
4002 PR testsuite/24711
4003 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4004 issuing next command.
4005
4006 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4007
4008 * gdb.ada/info_auto_lang.exp: Update expected results.
4009 * gdb.base/info-types.c: Add additional types to check.
4010 * gdb.base/info-types.exp: Update expected results.
4011
4012 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4013
4014 * gdb.base/info-types.c: New file.
4015 * gdb.base/info-types.exp: New file.
4016
4017 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4018
4019 * gdb.arch/riscv-bp-infcall.c: New file.
4020 * gdb.arch/riscv-bp-infcall.exp: New file.
4021
4022 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4023
4024 PR breakpoints/24541
4025 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4026
4027 2019-07-14 Tom de Vries <tdevries@suse.de>
4028
4029 PR testsuite/24760
4030 * gdb.objc/basicclass.exp: Fix unterminated string.
4031
4032 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4033 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4036 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4037 negative bounds.
4038 * gdb.fortran/vla-value.exp: Print elements of an array with
4039 negative bounds.
4040 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4041 testing.
4042
4043 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4044
4045 * gdb.base/options.exp (expect_string): Dequote strings in
4046 results.
4047 (test-string): Test strings with different quoting and reindent.
4048
4049 2019-07-10 Tom Tromey <tromey@adacore.com>
4050
4051 * gdb.ada/mi_ex_cond.exp: Update expected results.
4052 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4053 * gdb.ada/mi_catch_ex.exp: Update expected results.
4054 * gdb.ada/mi_catch_assert.exp: Update expected results.
4055 * gdb.ada/catch_ex.exp (catch_exception_info)
4056 (catch_exception_entry, catch_assert_entry)
4057 (catch_unhandled_entry): Update.
4058 * gdb.ada/catch_assert_if.exp: Update expected results.
4059
4060 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4061 Stephen Roberts <stephen.roberts@arm.com>
4062
4063 * gdb.base/define.exp: Restore original prompt.
4064
4065 2019-07-09 Pedro Alves <palves@redhat.com>
4066
4067 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4068 breakpoints" output.
4069 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4070 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4071 throw" creates breakpoint.
4072 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4073 'type="catchpoint"'.
4074
4075 2019-07-09 Pedro Alves <palves@redhat.com>
4076
4077 PR c++/15468
4078 * gdb.cp/except-multi-location-lib.cc: New.
4079 * gdb.cp/except-multi-location-main.cc: New.
4080 * gdb.cp/except-multi-location.exp: New.
4081
4082 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4083
4084 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4085 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4086 argument and update callers.
4087
4088 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * gdb.arch/amd64-break-on-asm-line.S: New file.
4091 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4092
4093 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4094
4095 * gdb.base/printcmds.exp: Test printing C string and
4096 C wide string convenience vars without transiting via the inferior.
4097 Also make test names unique.
4098
4099 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4100
4101 PR breakpoints/25011
4102 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4103
4104 2019-07-04 Pedro Alves <palves@redhat.com>
4105
4106 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4107 body returned ok(0), break(3) or continue(4).
4108 * gdb.testsuite/foreach_with_prefix.exp: New file.
4109
4110 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4111
4112 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4113
4114 2019-07-03 Pedro Alves <palves@redhat.com>
4115
4116 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4117 "return -code".
4118
4119 2019-07-03 Pedro Alves <palves@redhat.com>
4120
4121 PR cli/24732
4122 * gdb.base/shell.exp: Load completion-support.exp.
4123 Adjust expected error output. Add completion tests.
4124
4125 2019-07-03 Pedro Alves <palves@redhat.com>
4126
4127 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4128 string_to_regexp.
4129
4130 2019-07-03 Pedro Alves <palves@redhat.com>
4131
4132 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4133 (expect_integer): Adjust to expect "-string".
4134 (expect_string): New.
4135 (all_options): Expect "-string".
4136 (test-flag, test-boolean): Adjust to expect "-string".
4137 (test-string): New proc.
4138 (top level): Call it.
4139
4140 2019-07-03 Pedro Alves <palves@redhat.com>
4141
4142 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4143 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4144 the expected output in the success.
4145
4146 2019-07-03 Pedro Alves <palves@redhat.com>
4147
4148 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4149 Split one gdb_test_multiple call in two to avoid a race.
4150
4151 2019-07-03 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.base/with.c: New file.
4154 * gdb.base/with.exp: New file.
4155
4156 2019-07-03 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.base/settings.exp: Replace all references to "maint
4159 test-settings set" with references to "maint set test-settings",
4160 and all references to "maint test-settings show" with references
4161 to "maint show test-settings".
4162
4163 2019-07-03 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.base/settings.exp (test-string): Adjust expected out when
4166 testing "maint test-settings show filename"
4167
4168 2019-07-02 Pedro Alves <palves@redhat.com>
4169
4170 * gdb.base/options.exp (test-info-threads): New procedure.
4171 (top level): Call it.
4172
4173 2019-06-28 Tom Tromey <tromey@adacore.com>
4174
4175 * gdb.dwarf2/ada-linkage-name.c: New file.
4176 * gdb.dwarf2/ada-linkage-name.exp: New file.
4177
4178 2019-06-27 Tom Tromey <tromey@adacore.com>
4179
4180 PR c++/20020:
4181 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4182
4183 2019-06-26 Tom de Vries <tdevries@suse.de>
4184
4185 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4186
4187 2019-06-26 Tom de Vries <tdevries@suse.de>
4188
4189 * gdb.base/index-cache.exp: Add back missing debug option.
4190
4191 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4192
4193 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4194
4195 2019-06-25 Tom de Vries <tdevries@suse.de>
4196
4197 PR testsuite/24727
4198 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4199
4200 2019-06-24 Tom de Vries <tdevries@suse.de>
4201
4202 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4203
4204 2019-06-24 Tom de Vries <tdevries@suse.de>
4205
4206 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4207 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4208 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4209
4210 2019-06-24 Tom de Vries <tdevries@suse.de>
4211
4212 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4213
4214 2019-06-21 Tom de Vries <tdevries@suse.de>
4215
4216 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4217
4218 2019-06-21 Tom de Vries <tdevries@suse.de>
4219
4220 PR testsuite/24518
4221 PR ada/24713
4222 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4223 index.
4224
4225 2019-06-19 Tom Tromey <tromey@adacore.com>
4226
4227 * gdb.ada/length_cond.exp: Add intro comment.
4228
4229 2019-06-19 Tom Tromey <tromey@adacore.com>
4230
4231 * gdb.ada/length_cond.exp: New file.
4232 * gdb.ada/length_cond/length_cond.adb: New file.
4233 * gdb.ada/length_cond/pck.adb: New file.
4234 * gdb.ada/length_cond/pck.ads: New file.
4235
4236 2019-06-18 Tom de Vries <tdevries@suse.de>
4237
4238 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4239
4240 2019-06-18 Tom Tromey <tromey@adacore.com>
4241
4242 * gdb.base/list0.h: Add comment explaining control character.
4243
4244 2019-06-18 Tom de Vries <tdevries@suse.de>
4245
4246 * boards/fission.exp: Break up long debug_flags line.
4247
4248 2019-06-16 Tom de Vries <tdevries@suse.de>
4249
4250 PR gdb/24445
4251 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4252 generated index.
4253
4254 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4255
4256 PR gdb/24686
4257 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4258 improve detection of bug gdb/24541.
4259
4260 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4261
4262 PR gdb/24669
4263 * gdb.base/index-cache.exp (uses_readnow,
4264 expecting_index_cache_use): Define global variable.
4265 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4266 expecting_index_cache_use.
4267
4268 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4269 Andrew Burgess <andrew.burgess@embecosm.com>
4270
4271 * gdb.fortran/pointers.f90: New file.
4272 * gdb.fortran/print_type.exp: New file.
4273 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4274 * gdb.fortran/vla-type.exp: Likewise.
4275 * gdb.fortran/vla-value.exp: Likewise.
4276 * gdb.mi/mi-vla-fortran.exp: Likewise.
4277
4278 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4279
4280 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4281 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4282 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4283 as a stop reason.
4284
4285 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4286
4287 * gdb.base/annota1.exp: Update expected results.
4288 * gdb.cp/annota2.exp: Likewise.
4289 * gdb.cp/annota3.exp: Likewise.
4290
4291 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4292
4293 * gdb.base/style-logging.exp: Remove path from test name.
4294
4295 2019-06-14 Tom Tromey <tromey@adacore.com>
4296
4297 PR gdb/24502:
4298 * gdb.base/style-logging.exp: New file.
4299
4300 2019-06-14 Tom Tromey <tromey@adacore.com>
4301
4302 * gdb.base/symfile-warn.exp: New file.
4303 * gdb.base/symfile-warn.c: New file.
4304
4305 2019-06-14 Tom Tromey <tromey@adacore.com>
4306
4307 * gdb.base/annotate-symlink.exp: New file.
4308
4309 2019-06-14 Tom Tromey <tromey@adacore.com>
4310
4311 * gdb.ada/set_wstr.exp: Add reassignment test.
4312
4313 2019-06-14 Tom Tromey <tromey@adacore.com>
4314
4315 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4316 'unchecked_access and 'unrestricted_access as well.
4317
4318 2019-06-14 Tom Tromey <tromey@adacore.com>
4319
4320 PR ada/24539:
4321 * gdb.ada/vla.exp: Update tests.
4322 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4323 pragma.
4324
4325 2019-06-13 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.base/settings.exp (test-integer): Test junk after
4328 "unlimited".
4329
4330 2019-06-13 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.base/options.exp (test-thread-apply): New.
4333 (top level): Call it.
4334
4335 2019-06-13 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.base/options.exp (test-frame-apply): New.
4338 (top level): Test print commands with different "frame apply"
4339 prefixes.
4340
4341 2019-06-13 Pedro Alves <palves@redhat.com>
4342
4343 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4344 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4345 'max_completions' parameter and handle it.
4346 (test_gdb_completion_offers_commands): New.
4347
4348 2019-06-13 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4351
4352 2019-06-13 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.base/options.exp (test-backtrace): New.
4355 (top level): Call it.
4356
4357 2019-06-13 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.guile/scm-frame-args.exp: Use "set print
4360 raw-frame-arguments" instead of "set print raw frame-arguments".
4361 * gdb.python/py-frame-args.exp: Likewise.
4362
4363 2019-06-13 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.compile/compile.exp: Adjust expected output to option
4366 processing changes.
4367
4368 2019-06-13 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.base/options.exp: Build executable.
4371 (test-print): New procedure.
4372 (top level): Call it, once for "print" and another for "compile
4373 print".
4374
4375 2019-06-13 Pedro Alves <palves@redhat.com>
4376
4377 * gdb.base/options.c: New file.
4378 * gdb.base/options.exp: New file.
4379
4380 2019-06-13 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4383 that "o" is ambiguous.
4384
4385 2019-06-13 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.base/settings.c: New file.
4388 * gdb.base/settings.exp: New file.
4389
4390 2019-06-13 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.base/completion.exp: Fix comment typo.
4393
4394 2019-06-13 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4397 foo --1" test.
4398
4399 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4400
4401 * gdb.fortran/block-data.f: New.
4402 * gdb.fortran/block-data.exp: New.
4403
4404 2019-06-11 Tom de Vries <tdevries@suse.de>
4405
4406 PR testsuite/24521
4407 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4408 message.
4409
4410 2019-06-11 Tom de Vries <tdevries@suse.de>
4411
4412 PR testsuite/24521
4413 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4414
4415 2019-06-11 Tom de Vries <tdevries@suse.de>
4416
4417 * boards/readnow.exp: New file.
4418
4419 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 * gdb.fortran/vla-sizeof.exp: Update expected results.
4422
4423 2019-06-06 Amos Bird <amosbird@gmail.com>
4424
4425 * gdb.base/annota1.exp (thread_switch): Add test for
4426 thread-exited annotation.
4427
4428 2019-06-06 Tom Tromey <tromey@adacore.com>
4429
4430 * gdb.base/maint.exp: Expect command started/finished output.
4431
4432 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4433
4434 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4435 comment.
4436 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4437
4438 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4439
4440 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4441 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4442 * gdb.arch/riscv-unwind-long-insn.c: New file.
4443 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4444
4445 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4446
4447 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4448
4449 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4450
4451 * lib/gdb.exp (help_list_trailer): New regexp variable
4452 factorizing the help trailer message.
4453 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4454 arg to allow to better factorize various tests.
4455 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4456 (test_prefix_command_help): Use help_list_trailer.
4457 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4458 * gdb.guile/scm-cmd.exp: Likewise.
4459 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4460 * gdb.base/help.exp: Use test_user_defined_class_help.
4461 * gdb.base/style.exp: Add tests for styling of help and apropos.
4462 * lib/gdb-utils.exp (style): Add title and highlight styles.
4463
4464 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4465
4466 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4467 $_shell_exitsignal.
4468 * gdb.base/default.exp: Update for new convenience variables.
4469
4470 2019-05-29 Tom Tromey <tromey@adacore.com>
4471
4472 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4473 to "break complete ada" test case's regexp.
4474
4475 2019-05-29 Tom Tromey <tromey@adacore.com>
4476
4477 PR c++/20020:
4478 * gdb.cp/constexpr-field.exp: New file.
4479 * gdb.cp/constexpr-field.cc: New file.
4480
4481 2019-05-29 Tom Tromey <tromey@adacore.com>
4482
4483 * gdb.base/finish.exp (finish_no_print): New proc.
4484 (finish_tests): Call it.
4485
4486 2019-05-24 Tom de Vries <tdevries@suse.de>
4487
4488 * gdb.dwarf2/gdb-add-index.exp: New file.
4489
4490 2019-05-22 Tom Tromey <tromey@adacore.com>
4491
4492 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4493 * gdb.base/style.exp: Use "style".
4494 * lib/gdb-utils.exp (style): New proc.
4495
4496 2019-05-22 Tom de Vries <tdevries@suse.de>
4497
4498 * gdb.base/align.exp: Require c++11.
4499
4500 2019-05-22 Tom de Vries <tdevries@suse.de>
4501
4502 PR testsuite/24586
4503 * gdb.python/py-mi-var-info-path-expression.exp: Call
4504 mi_skip_python_tests to check if python is supported.
4505
4506 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4507
4508 * gdb.arch/aarch64-pauth.c: New test.
4509 * gdb.arch/aarch64-pauth.exp: New file.
4510
4511 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4512
4513 * README (Re-running Tests Outside The Testsuite): New section.
4514
4515 2019-05-21 Tom de Vries <tdevries@suse.de>
4516
4517 * gdb.arch/amd64-eval.exp: Require c++11.
4518 * gdb.base/max-depth.exp: Same.
4519 * gdb.compile/compile-cplus-array-decay.exp: Same.
4520 * gdb.cp/meth-typedefs.exp: Same.
4521 * gdb.cp/subtypes.exp: Same.
4522 * gdb.cp/temargs.exp: Same.
4523
4524 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4525
4526 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4527
4528 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4529
4530 PR gdb/18644
4531 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4532 * gdb.fortran/printing-types.exp: Add new test.
4533 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4534 testing.
4535 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4536 setup_kfail call.
4537
4538 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4539
4540 * README (Running the Testsuite): Change example.
4541 (Testsuite Parameters): Remove TRANSCRIPT.
4542 * lib/gdb.exp: Remove TRANSCRIPT check.
4543
4544 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4545
4546 * README (Testsuite Parameters): Add replay logging to
4547 GDBSERVER_DEBUG.
4548 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4549 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4550 as a comma separated list.
4551 (gdb_debug_init): Override procedure.
4552
4553 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4554
4555 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4556 (gdb_write_cmd_file): New procedure.
4557 * lib/gdbserver-support.exp (gdbserver_start): Call
4558 gdbserver_write_cmd_file.
4559 (gdbserver_write_cmd_file): New procedure.
4560
4561 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4562
4563 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4564 (delete_breakpoints): Likewise.
4565 (gdb_run_cmd): Likewise.
4566 (gdb_start_cmd): Likewise.
4567 (gdb_starti_cmd): Likewise.
4568 (gdb_internal_error_resync): Likewise.
4569 (gdb_test_multiple): Likewise.
4570 (gdb_reinitialize_dir): Likewise.
4571 (default_gdb_exit): Likewise.
4572 (gdb_file_cmd): Mark kill as optional.
4573 (default_gdb_start): Call gdb_stdin_log_init.
4574 (send_gdb): Call gdb_stdin_log_write.
4575 (rerun_to_main): Mark Y as an answer.
4576 (gdb_stdin_log_init): New function.
4577 (gdb_stdin_log_write): Likewise.
4578
4579 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4580
4581 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4582 * gdb.base/debug-expr.exp: Likewise.
4583 * gdb.base/foll-fork.exp: Likewise.
4584 * gdb.base/foll-vfork.exp: Likewise.
4585 * gdb.base/fork-print-inferior-events.exp: Likewise.
4586 * gdb.base/gdb-sigterm.exp: Likewise.
4587 * gdb.base/gdbinit-history.exp: Likewise.
4588 * gdb.base/osabi.exp: Likewise.
4589 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4590 * gdb.base/ui-redirect.exp: Likewise.
4591 * gdb.gdb/unittest.exp: Likewise.
4592 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4593 * gdb.mi/mi-watch.exp: Likewise.
4594 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4595 * gdb.mi/user-selected-context-sync.exp: Likewise.
4596 * gdb.python/python.exp: Disable debug test when debugging.
4597 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4598 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4599 Likewise.
4600 * gdb.threads/stepi-random-signal.exp: Likewise.
4601
4602 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4603
4604 * Makefile.in: Pass through GDB_DEBUG.
4605 * README (Testsuite Parameters): Add GDB_DEBUG.
4606 (gdb,debug): Add board setting.
4607 * lib/gdb.exp (default_gdb_start): Start debugging.
4608 (gdb_debug_enabled): New procedure.
4609 (gdb_debug_init): Likewise.
4610
4611 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4612
4613 * Makefile.in: Pass through GDB_DEBUG.
4614 * README (Testsuite Parameters): Add GDB_DEBUG.
4615 (gdb,debug): Add board setting.
4616 * lib/gdb.exp (default_gdb_start): Start debugging.
4617 (gdb_debug_enabled): New procedure.
4618 (gdb_debug_init): Likewise.
4619
4620 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4621
4622 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4623
4624 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4625
4626 * gdb.base/ui-redirect.exp: Test redirection.
4627
4628 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4629
4630 * gdb.mi/mi-complete.exp: New file.
4631 * gdb.mi/mi-complete.cc: Likewise.
4632
4633 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4634
4635 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4636 indexed and sliced arrays, and pointers to arrays.
4637
4638 2019-05-14 Tom Tromey <tromey@adacore.com>
4639
4640 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4641 styling test.
4642
4643 2019-05-14 Tom de Vries <tdevries@suse.de>
4644
4645 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4646 selection entry encoding.
4647
4648 2019-05-10 Tom Tromey <tromey@adacore.com>
4649
4650 * gdb.ada/info_exc.exp: Add "complete" test.
4651
4652 2019-05-09 Tom de Vries <tdevries@suse.de>
4653
4654 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4655 CU-relative.
4656
4657 2019-05-09 Tom de Vries <tdevries@suse.de>
4658
4659 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4660 CU-relative.
4661
4662 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4663
4664 * gdb.ada/frame_arg_lang.exp: New testcase.
4665 * gdb.ada/frame_arg_lang/bla.adb: New file.
4666 * gdb.ada/frame_arg_lang/pck.ads: New file.
4667 * gdb.ada/frame_arg_lang/pck.adb: New file.
4668 * gdb.ada/frame_arg_lang/foo.c: New file.
4669
4670 2019-05-08 Tom Tromey <tromey@adacore.com>
4671
4672 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4673
4674 2019-05-08 Tom Tromey <tromey@adacore.com>
4675
4676 * gdb.base/ptype-offsets.exp: Update tests.
4677
4678 2019-05-08 Tom Tromey <tromey@adacore.com>
4679
4680 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4681 cases.
4682 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4683 "short".
4684
4685 2019-05-08 Tom Tromey <tromey@adacore.com>
4686
4687 * gdb.ada/vla.exp: New file.
4688 * gdb.ada/vla/vla.adb: New file.
4689
4690 2019-05-07 Tom de Vries <tdevries@suse.de>
4691
4692 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4693
4694 2019-05-07 Tom de Vries <tdevries@suse.de>
4695
4696 PR testsuite/24522
4697 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4698 section.
4699
4700 2019-05-07 Tom de Vries <tdevries@suse.de>
4701
4702 PR testsuite/24522
4703 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4704 .debug_aranges section.
4705
4706 2019-05-07 Tom de Vries <tdevries@suse.de>
4707
4708 PR testsuite/24159
4709 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4710
4711 2019-05-06 Tom de Vries <tdevries@suse.de>
4712
4713 * lib/gdb.exp (exec_has_index_section): New proc.
4714 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4715 section.
4716
4717 2019-05-04 Tom de Vries <tdevries@suse.de>
4718
4719 * boards/cc-with-debug-names.exp: New file.
4720
4721 2019-05-03 Tom Tromey <tromey@adacore.com>
4722
4723 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4724 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4725 * gdb.ada/char_enum.exp: Add test.
4726
4727 2019-05-03 Tom de Vries <tdevries@suse.de>
4728
4729 * boards/cc-with-gdb-index.exp: New file.
4730
4731 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4732
4733 * gdb.rust/simple.exp: Add new test case.
4734 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4735 (main): Initialise an instance of the new struct.
4736
4737 2019-05-01 Tom Tromey <tromey@adacore.com>
4738
4739 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4740 record.
4741 (NPR): New variable.
4742 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4743 test.
4744
4745 2019-05-01 Tom Tromey <tromey@adacore.com>
4746
4747 * gdb.ada/packed_array_assign.exp: Add packed assignment
4748 regression test.
4749
4750 2019-05-01 Tom de Vries <tdevries@suse.de>
4751
4752 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4753
4754 2019-05-01 Tom de Vries <tdevries@suse.de>
4755
4756 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4757
4758 2019-04-30 Ali Tamur <tamur@google.com>
4759
4760 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4761
4762 2019-04-30 Tom Tromey <tromey@adacore.com>
4763
4764 * lib/ada.exp (find_ada_tool): New proc.
4765 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4766 * gdb.ada/catch_ex_std.exp: New file.
4767 * gdb.ada/catch_ex_std/foo.adb: New file.
4768 * gdb.ada/catch_ex_std/some_package.adb: New file.
4769 * gdb.ada/catch_ex_std/some_package.ads: New file.
4770
4771 2019-04-30 Tom Tromey <tromey@adacore.com>
4772
4773 PR c++/24470:
4774 * gdb.cp/temargs.cc: Add test code from PR.
4775
4776 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4777
4778 * gdb.fortran/vla-datatypes.exp: Update expected results.
4779 * gdb.fortran/vla-ptype.exp: Likewise.
4780 * gdb.fortran/vla-type.exp: Likewise.
4781 * gdb.fortran/vla-value.exp: Likewise.
4782
4783 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4784
4785 * gdb.fortran/ptr-indentation.exp: Update expected results.
4786 * gdb.fortran/ptype-on-functions.exp: Likewise.
4787 * gdb.fortran/vla-ptr-info.exp: Likewise.
4788 * gdb.fortran/vla-value.exp: Likewise.
4789
4790 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4791
4792 * gdb.fortran/ptype-on-functions.exp: New file.
4793 * gdb.fortran/ptype-on-functions.f90: New file.
4794
4795 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4796
4797 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4798 case void string.
4799
4800 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4801
4802 * gdb.fortran/complex.exp: Expand.
4803 * gdb.fortran/complex.f: Renamed to...
4804 * gdb.fortran/complex.f90: ...this, and extended to add more
4805 complex values.
4806
4807 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4808
4809 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4810 MODULO, CMPLX.
4811
4812 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4813 Richard Bunt <richard.bunt@arm.com>
4814
4815 * gdb.base/max-depth.c: New file.
4816 * gdb.base/max-depth.exp: New file.
4817 * gdb.python/py-nested-maps.c: New file.
4818 * gdb.python/py-nested-maps.exp: New file.
4819 * gdb.python/py-nested-maps.py: New file.
4820 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4821 (test_all_common): Call test_max_depth.
4822 * gdb.fortran/max-depth.exp: New file.
4823 * gdb.fortran/max-depth.f90: New file.
4824 * gdb.go/max-depth.exp: New file.
4825 * gdb.go/max-depth.go: New file.
4826 * gdb.modula2/max-depth.exp: New file.
4827 * gdb.modula2/max-depth.c: New file.
4828 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4829
4830 2019-04-29 Tom de Vries <tdevries@suse.de>
4831
4832 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4833
4834 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4835
4836 * gdb.base/callexit.exp: Test may-call-functions off.
4837
4838 2019-04-25 Keith Seitz <keiths@redhat.com>
4839
4840 PR c++/24367
4841 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4842 (another_incomplete_struct, test_incomplete): New definitions.
4843 (main): Use new definitions.
4844 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4845 functions.
4846
4847 2019-04-25 Ali Tamur <tamur@google.com>
4848
4849 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4850
4851 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4852
4853 PR corefiles/11608
4854 PR corefiles/18187
4855 * gdb.base/coredump-filter-build-id.exp: New file.
4856
4857 2019-04-25 Alan Hayward <alan.hayward@arm.com>
4858
4859 * Makefile.in: Pass through GDBSERVER_DEBUG.
4860 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4861 (gdbserver,debug): Add board setting.
4862 * gdb.trace/tspeed.exp: Skip when debugging.
4863 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4864 * lib/gdbserver-support.exp: Likewise
4865
4866 2019-04-24 Tom Tromey <tromey@adacore.com>
4867
4868 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4869 Rust.
4870
4871 2019-04-24 Tom Tromey <tromey@adacore.com>
4872
4873 * gdb.arch/amd64-eval.exp: Test bitfield return.
4874 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4875 (class Foo) <return_bitfields>: New method.
4876 (main): Call it.
4877
4878 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4879
4880 * gdb.cp/many-args.cc: New file.
4881 * gdb.cp/many-args.exp: New file.
4882
4883 2019-04-23 Tom de Vries <tdevries@suse.de>
4884
4885 PR gdb/24433
4886 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4887
4888 2019-04-23 Alan Hayward <alan.hayward@arm.com>
4889
4890 * gdb.trace/backtrace.exp: Use nopie flag.
4891 * gdb.trace/circ.exp: Likewise.
4892 * gdb.trace/collection.exp: Likewise.
4893 * gdb.trace/ftrace.exp: Likewise.
4894 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4895 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4896 * gdb.trace/qtro.exp: Likewise.
4897 * gdb.trace/read-memory.exp: Likewise.
4898 * gdb.trace/report.exp: Likewise.
4899 * gdb.trace/tfile.exp: Likewise.
4900 * gdb.trace/tfind.exp: Likewise.
4901 * gdb.trace/unavailable.exp: Likewise.
4902
4903 2019-04-22 Pedro Alves <palves@redhat.com>
4904
4905 * gdb.base/solib-probes-nosharedlibrary.c,
4906 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4907
4908 2019-04-19 Tom Tromey <tromey@adacore.com>
4909
4910 * gdb.ada/ptype_union.c: New file.
4911 * gdb.ada/ptype_union.exp: New file.
4912
4913 2019-04-19 Tom Tromey <tromey@adacore.com>
4914
4915 PR symtab/24423:
4916 * gdb.base/list0.h (foo): Add a control-l character.
4917
4918 2019-04-18 Tom de Vries <tdevries@suse.de>
4919
4920 PR gdb/24433
4921 * boards/local-board.exp: Set sysroot to "".
4922
4923 2019-04-18 Tom de Vries <tdevries@suse.de>
4924 Pedro Alves <palves@redhat.com>
4925
4926 PR gdb/24454
4927 * gdb.threads/vfork-follow-child-exec.c: New file.
4928 * gdb.threads/vfork-follow-child-exec.exp: New file.
4929 * gdb.threads/vfork-follow-child-exit.c: New file.
4930 * gdb.threads/vfork-follow-child-exit.exp: New file.
4931
4932 2019-04-15 Leszek Swirski <leszeks@google.com>
4933
4934 * gdb.arch/amd64-eval.cc: New file.
4935 * gdb.arch/amd64-eval.exp: New file.
4936
4937 2019-04-11 Alan Hayward <alan.hayward@arm.com>
4938
4939 * gdb.server/sysroot.c: New test.
4940 * gdb.server/sysroot.exp: New file.
4941 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
4942 matching param.
4943
4944 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
4945
4946 * gdb.base/align.exp: Extend test to cover structures containing
4947 only static fields.
4948
4949 2019-04-11 Tom de Vries <tdevries@suse.de>
4950
4951 * boards/cc-with-dwz-m.exp: New file.
4952 * boards/cc-with-dwz.exp: New file.
4953 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
4954
4955 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
4956
4957 * gdb.base/start-cpp.exp: New file.
4958 * gdb.base/start-cpp.cc: New file.
4959
4960 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4961
4962 * gdb.python/py-thrhandle.exp: Adjust tests to call
4963 thread_from_handle instead of thread_from_thread_handle.
4964
4965 2019-04-08 Kevin Buettner <kevinb@redhat.com>
4966
4967 * gdb.python/py-thrhandle.exp: Add tests for
4968 gdb.InferiorThread.handle.
4969
4970 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4971
4972 * gdb.python/py-function.exp: Check calling helper function from
4973 all languages.
4974 * lib/gdb.exp (gdb_supported_languages): New proc.
4975
4976 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
4977
4978 * gdb.base/complex-parts.c: New file.
4979 * gdb.base/complex-parts.exp: New file.
4980
4981 2019-04-01 Tom Tromey <tromey@adacore.com>
4982
4983 PR symtab/23331:
4984 * gdb.dwarf2/dw2-ranges-main.c: New file.
4985 * gdb.dwarf2/dw2-ranges-psym.c: New file.
4986 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
4987
4988 2019-03-30 Simon Marchi <simark@simark.ca>
4989
4990 * gdb.base/default.exp: Add values for $_gdb_major and
4991 $_gdb_minor.
4992
4993 2019-03-29 Tom Tromey <tromey@adacore.com>
4994
4995 * gdb.base/help.exp: Tighten apropos regexp.
4996
4997 2019-03-29 Keith Seitz <keiths@redhat.com>
4998
4999 * gdb.fortran/array-bounds.exp: New file.
5000 * gdb.fortran/array-bounds.f90: New file.
5001
5002 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5003
5004 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5005
5006 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5007
5008 * gdb.multi/hello.c (main): Increase alarm timer.
5009
5010 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5011
5012 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5013 factor when no hardware watchpoint support.
5014
5015 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5016 Pedro Alves <palves@redhat.com>
5017
5018 * boards/local-board.exp: set sysroot to /.
5019
5020 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5021
5022 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5023 in child.
5024
5025 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5026
5027 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5028 field.
5029 (make_container): Initialise new field.
5030 * gdb.python/py-prettyprint.exp: Add new tests.
5031 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5032 <display_hint>: New method.
5033
5034 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5035
5036 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5037 gdb_continue_to_breakpoint more throughout this test.
5038 (run_lang_tests) Supply unique test names, and use
5039 gdb_test_no_output.
5040
5041 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5042
5043 * gdb.base/finish-pretty.exp: Update expected results.
5044 * gdb.base/pretty-print.c: New file.
5045 * gdb.base/pretty-print.exp: New file.
5046
5047 2019-03-25 Pedro Alves <palves@redhat.com>
5048
5049 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5050 move comments outside list. Append '-i "" eof' section.
5051
5052 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5053
5054 PR testsuite/25016
5055 * README: Add pie options.
5056 * gdb.base/break-interp.exp: Ensure pie is disabled.
5057 * gdb.base/dump.exp: Likewise.
5058 * lib/gdb.exp (gdb_compile): Add pie option.
5059
5060 2019-03-19 Tom Tromey <tromey@adacore.com>
5061
5062 * gdb.mi/mi2-cli-display.c: New file.
5063 * gdb.mi/mi2-cli-display.exp: New file.
5064
5065 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5066 Tom Tromey <tromey@adacore.com>
5067
5068 * gdb.ada/ptype_array/pck.adb: New file.
5069 * gdb.ada/ptype_array/pck.ads: New file.
5070 * gdb.ada/ptype_array/foo.adb: New file.
5071 * gdb.ada/ptype_array.exp: New file.
5072
5073 2019-03-14 Tom Tromey <tromey@adacore.com>
5074
5075 * gdb.base/style.exp: Add "set style sources" test.
5076
5077 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5078
5079 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5080 * mi-breakpoint-multiple-locations.exp: ... this.
5081 (make_breakpoints_pattern): New proc.
5082 (do_test): Add mi_version parameter, test -break-insert,
5083 -break-info and =breakpoint-created.
5084
5085 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * config/default.exp: Remove 'load_lib gdb.exp'.
5088 * config/monitor.exp: Likewise.
5089 * config/sid.exp: Likewise.
5090 * config/sim.exp: Likewise.
5091 * config/slite.exp: Likewise.
5092 * config/unix.exp: Likewise.
5093 * gdb.base/default.exp: Remove unhelpful comment.
5094
5095 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5098
5099 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5100
5101 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5102
5103 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5104
5105 * gdb.fortran/type-kinds.exp: Update expected results.
5106
5107 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5108
5109 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5110
5111 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5112
5113 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5114 function.
5115 (test_basic_parsing_of_type_kinds): Expand types tested.
5116 (test_parsing_invalid_type_kinds): New function.
5117
5118 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5119
5120 * gdb.fortran/intrinsics.exp: New file.
5121 * gdb.fortran/intrinsics.f90: New file.
5122 * gdb.fortran/type-kinds.exp: New file.
5123
5124 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5125
5126 * gdb.fortran/dot-ops.exp: New file.
5127
5128 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5129
5130 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5131 Check upper and lower case logical literals.
5132
5133 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5134
5135 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5136 Remove duplicate tests.
5137
5138 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5139
5140 * lib/gdb.exp (builtin_cd): rename of cd.
5141 (cd): Override builtin.
5142
5143 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5144
5145 * gdb.fortran/function-calls.exp: New file.
5146 * gdb.fortran/function-calls.f90: New test.
5147
5148 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5149
5150 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5151 on user program standard output.
5152 * gdb.fortran/short-circuit-argument-list.f90: Record function
5153 calls.
5154
5155 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5156
5157 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5158 failure.
5159
5160 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5161
5162 PR gdb/8527
5163 * gdb.base/interrupt-daemon-attach.c,
5164 gdb.base/interrupt-daemon-attach.exp: New test.
5165
5166 2019-02-27 Pedro Alves <palves@redhat.com>
5167
5168 * gdb.base/page.exp: Add tests for "set width/height -1".
5169
5170 2019-02-27 Pedro Alves <palves@redhat.com>
5171
5172 * gdb.base/page.exp: Add tests for "set/show width/height" with
5173 "infinite" values.
5174
5175 2019-02-27 Tom Tromey <tromey@adacore.com>
5176
5177 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5178 2.4.
5179 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5180 workaround.
5181
5182 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5183
5184 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5185 tests for structs with static members.
5186
5187 2019-02-26 Tom Tromey <tromey@adacore.com>
5188
5189 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5190 ValueError, not TypeError.
5191
5192 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5193
5194 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5195 call from main program.
5196
5197 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5198
5199 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5200 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5201 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5202 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5203 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5204
5205 2019-02-22 Keith Seitz <keiths@redhat.com>
5206
5207 PR symtab/23853
5208 * gdb.base/symlink-sourcefile.c: New file.
5209 * gdb.base/symlink-sourcefile.exp: New file.
5210
5211 2019-02-20 Tom Tromey <tom@tromey.com>
5212
5213 * gdb.base/info_qt.exp: Update.
5214
5215 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5216
5217 * gdb.base/source.exp: Move "error in sourced script" code to
5218 the end.
5219 * gdb.base/source-error.gdb: Move contents to
5220 source-error-1.gdb. Add new code to source source-error-1.gdb.
5221 * gdb.base/source-error-1.gdb: New file, from previous
5222 source-error.gdb.
5223
5224 2019-02-17 Tom Tromey <tom@tromey.com>
5225
5226 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5227 for macro styling.
5228 * gdb.base/style.c (SOME_MACRO): New macro.
5229
5230 2019-02-17 Tom Tromey <tom@tromey.com>
5231
5232 * gdb.base/style.exp: Add line-wrapping tests.
5233 * gdb.base/page.exp: Add test for quitting during pagination.
5234
5235 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5236
5237 * gdb.ada/big_packed_array: New testcase.
5238 * gdb.ada/homonym.exp: Fix incorrect expected output for
5239 "break <homonym__get_value>" test.
5240
5241 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5242
5243 PR breakpoints/21870
5244 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5245 and prepare_for_testing. Add comment.
5246 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5247 redundant cleanup call. Clean up comment.
5248
5249 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5250
5251 PR breakpoints/21870
5252 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5253 * gdb.arch/aarch64-dbreg-contents.c: New file.
5254
5255 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5256
5257 * gdb.ada/mi_ref_changeable: New testcase.
5258
5259 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5260
5261 * gdb.base/attach.exp: Add double attach test.
5262
5263 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5264
5265 * lib/gdb.exp (default_gdb_start): Don't match pagination
5266 prompt.
5267 (gdb_init): Set stty_init.
5268
5269 2019-01-27 Tom Tromey <tom@tromey.com>
5270
5271 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5272 skip_python_tests.
5273
5274 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5275
5276 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5277 New structure.
5278 (struct struct_static_02_02): Likewise.
5279 (struct struct_static_02_03): Likewise.
5280 (struct struct_static_02_04): Likewise.
5281 (struct struct_static_04_01): Likewise.
5282 (struct struct_static_04_02): Likewise.
5283 (struct struct_static_04_03): Likewise.
5284 (struct struct_static_04_04): Likewise.
5285 (struct struct_static_06_01): Likewise.
5286 (struct struct_static_06_02): Likewise.
5287 (struct struct_static_06_03): Likewise.
5288 (struct struct_static_06_04): Likewise.
5289 (cmp_struct_static_02_01): Likewise.
5290 (cmp_struct_static_02_02): Likewise.
5291 (cmp_struct_static_02_03): Likewise.
5292 (cmp_struct_static_02_04): Likewise.
5293 (cmp_struct_static_04_01): Likewise.
5294 (cmp_struct_static_04_02): Likewise.
5295 (cmp_struct_static_04_03): Likewise.
5296 (cmp_struct_static_04_04): Likewise.
5297 (cmp_struct_static_06_01): Likewise.
5298 (cmp_struct_static_06_02): Likewise.
5299 (cmp_struct_static_06_03): Likewise.
5300 (cmp_struct_static_06_04): Likewise.
5301 (call_all): Test new structs.
5302 * gdb.base/infcall-nested-structs.exp: Likewise.
5303
5304 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5305 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5306
5307 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5308 * gdb.base/stack-protector.c: New test.
5309 * gdb.base/stack-protector.exp: New file.
5310 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5311 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5312 option.
5313 (gdb_compile): Remove stack protector for GCC and prevent
5314 recursion.
5315
5316 2019-01-16 Keith Seitz <keiths@redhat.com>
5317
5318 PR gdb/23773
5319 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5320
5321 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5322
5323 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5324 aliases.
5325 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5326 tests.
5327 * gdb.arch/powerpc-vector-regs.c: New file.
5328 * gdb.arch/powerpc-vector-regs.exp: New file.
5329
5330 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5331
5332 * gdb.arch/altivec-regs.exp: Fix the list passed to
5333 gdb_expect_list when testing "info vector".
5334
5335 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5336
5337 * gdb.base/style.exp: Don't include path in testname.
5338
5339 2019-01-10 Keith Seitz <keiths@redhat.com>
5340
5341 PR gdb/23712
5342 PR symtab/23010
5343 * gdb.dwarf2/multidictionary.exp: New file.
5344
5345 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5346
5347 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5348 (test_gnuv3_style_demangling): ... this.
5349 (test_lucid_style_demangling): Remove.
5350 (test_arm_style_demangling): Remove.
5351 (test_hp_style_demangling): Remove.
5352 (do_tests): Remove calls to the above.
5353
5354 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5355
5356 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5357 case.
5358
5359 2019-01-06 Tom Tromey <tom@tromey.com>
5360
5361 PR gdb/28155:
5362 * gdb.dwarf2/typedef-void-finish.exp: New file.
5363
5364 2018-12-28 Tom Tromey <tom@tromey.com>
5365 Simon Marchi <simark@simark.ca>
5366
5367 * gdb.base/jit-exec.exp: New file.
5368 * gdb.base/jit-exec.c: New file.
5369 * gdb.base/jit-execd.c: New file.
5370
5371 2018-12-28 Tom Tromey <tom@tromey.com>
5372
5373 * gdb.base/style.exp: Update test to check for address styling.
5374
5375 2018-12-28 Tom Tromey <tom@tromey.com>
5376
5377 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5378 message.
5379
5380 2018-12-28 Tom Tromey <tom@tromey.com>
5381
5382 * gdb.base/style.exp: Add test for version number styling.
5383
5384 2018-12-28 Tom Tromey <tom@tromey.com>
5385
5386 * gdb.base/style.exp: Add test for print_address_symbolic.
5387
5388 2018-12-28 Tom Tromey <tom@tromey.com>
5389
5390 * gdb.base/style.exp: Add test for breakpoint setting.
5391
5392 2018-12-28 Tom Tromey <tom@tromey.com>
5393
5394 * gdb.base/style.exp: Add test for variable names.
5395
5396 2018-12-28 Tom Tromey <tom@tromey.com>
5397
5398 * gdb.base/style.exp: New file.
5399 * gdb.base/style.c: New file.
5400
5401 2018-12-28 Tom Tromey <tom@tromey.com>
5402
5403 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5404 "dumb".
5405 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5406 the TERM environment variable.
5407
5408 2018-12-27 Tom Tromey <tom@tromey.com>
5409
5410 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5411 pagination test.
5412
5413 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5414
5415 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5416 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5417
5418 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5419
5420 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5421 Filename a.adb changed to bp_fun_addr.adb.
5422 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5423
5424 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5425
5426 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5427 non-PIE executables.
5428 * README: Mention the gdb,nopie_flag board setting.
5429 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5430 non-PIE executable.
5431 * gdb.arch/amd64-entry-value.exp: Likewise.
5432 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5433 * gdb.arch/i386-float.exp: Likewise.
5434 * gdb.arch/i386-signal.exp: Likewise.
5435 * gdb.mi/mi-reg-undefined.exp: Likewise.
5436
5437 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5438
5439 PR gdb/23974
5440 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5441
5442 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5443
5444 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5445 Update order of results accordingly.
5446
5447 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5448
5449 * gdb.base/annota1.exp: Update a test regexp.
5450
5451 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5452
5453 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5454
5455 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5456
5457 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5458 (reuse_time): Initialize to REUSE_TIME_CAP.
5459 (check_rc): New function.
5460 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5461 Check pthread_create rc.
5462 (spawner_thread_func): Check pthread_create and pthread_join rc.
5463
5464 2018-12-08 Pedro Alves <palves@redhat.com>
5465
5466 * gdb.base/list.exp (test_forward_search): Rename to ...
5467 (test_forward_reverse_search): ... this. Also test reverse-search
5468 and the forward-search alias.
5469
5470 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5471
5472 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5473 local timeout variable before return, and remove all local timeout
5474 variable entirely.
5475 (gdb_load): Likewise.
5476
5477 2018-12-01 Tom de Vries <tdevries@suse.de>
5478
5479 * gdb.base/gdb-caching-proc.exp: New file.
5480
5481 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5482
5483 * Makefile.in (TIMESTAMP): New variable.
5484 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5485 command.
5486 (check-single-racy): Likewise.
5487 (check/%.exp): Likewise.
5488 (check-racy/%.exp): Likewise.
5489 (workers/%.worker): Likewise.
5490 (build-perf): Likewise.
5491 (check-perf): Likewise.
5492 * README: Describe new "TS" and "TS_FORMAT" variables.
5493 * print-ts.py: New file.
5494
5495 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5496
5497 PR python/23714
5498 * gdb.python/python.exp: Test command repetition after
5499 gdb.execute.
5500
5501 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5502
5503 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5504 is correctly aligned.
5505
5506 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5507
5508 * gdb.ada/info_auto_lang.exp: New testcase.
5509 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5510 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5511 * gdb.ada/info_auto_lang/some_c.c: New file.
5512
5513 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5514
5515 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5516 FUNC_lang language syntax.
5517
5518 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5519
5520 * gdb.base/info_minsym.c: New file.
5521 * gdb.base/info_minsym.exp: New file.
5522
5523 2018-11-19 Tom Tromey <tom@tromey.com>
5524
5525 PR rust/23625:
5526 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5527 * gdb.rust/expr.exp: Update expected output. Change one test.
5528
5529 2018-11-19 Tom Tromey <tom@tromey.com>
5530
5531 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5532
5533 2018-11-19 Pedro Alves <palves@redhat.com>
5534
5535 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5536 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5537 see the expected warning.
5538
5539 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5540
5541 PR gdb/22736:
5542 * gdb.cp/infcall-nodebug-lib.c: New test.
5543 * gdb.cp/infcall-nodebug-main.c: New test.
5544 * gdb.cp/infcall-nodebug.exp: New file.
5545
5546 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5547
5548 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5549 completer tests.
5550
5551 2018-11-09 Tom de Vries <tdevries@suse.de>
5552
5553 * gdb.base/msym-lang.c: New test.
5554 * gdb.base/msym-lang.exp: New file.
5555 * gdb.base/msym-lang-main.c: New test.
5556
5557 2018-11-08 Tom Tromey <tom@tromey.com>
5558
5559 PR gdb/23555:
5560 PR gdb/23838:
5561 * gdb.base/warning.exp: New file.
5562
5563 2018-11-08 Jan Beulich <jbeulich@suse.com>
5564
5565 * testsuite/gdb.arch/i386-avx512.c,
5566 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5567
5568 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5569
5570 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5571 point hardware.
5572
5573 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5574
5575 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5576 * gdb.dwarf2/missing-type-name.exp: New file.
5577
5578 2018-11-06 Tom de Vries <tdevries@suse.de>
5579
5580 * gdb.base/many-headers.c: New test.
5581 * gdb.base/many-headers.exp: New file.
5582
5583 2018-11-06 Jim Wilson <jimw@sifive.com>
5584
5585 * gdb.base/code_elim.exp: For riscv, set additional_flags
5586 to include -msmall-data-limit=0.
5587
5588 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5589
5590 * gdb.ada/watch_minus_l: New testcase.
5591
5592 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5593
5594 * gdb.arch/aix-sighandle.c: New file.
5595 * gdb.arch/aix-sighandle.exp: New file.
5596
5597 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5598
5599 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5600 registers being unions.
5601
5602 2018-10-31 Tom de Vries <tdevries@suse.de>
5603
5604 * lib/valgrind.exp: New file.
5605 (vgdb_start, vgdb_stop): New procs, factored out of ...
5606 * gdb.base/valgrind-bt.exp: ... here, ...
5607 * gdb.base/valgrind-disp-step.exp: ... here and ...
5608 * gdb.base/valgrind-infcall.exp: ... here.
5609
5610 2018-10-31 Tom de Vries <tdevries@suse.de>
5611
5612 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5613
5614 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5615
5616 * gdb.dwarf2/void-type.c: New file.
5617 * gdb.dwarf2/void-type.exp: New file.
5618
5619 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5620
5621 * gdb.base/info_qt.c: New file.
5622 * gdb.base/info_qt.exp: New file.
5623
5624 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5625
5626 * gdb.arch/powerpc-htm-regs.c: New file.
5627 * gdb.arch/powerpc-htm-regs.exp: New file.
5628
5629 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5630
5631 * gdb.arch/powerpc-tar.c: New file.
5632 * gdb.arch/powerpc-tar.exp: New file.
5633
5634 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5635
5636 * gdb.arch/powerpc-ppr-dscr.c: New file.
5637 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5638
5639 2018-10-25 Tom de Vries <tdevries@suse.de>
5640
5641 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5642
5643 2018-10-24 Tom de Vries <tdevries@suse.de>
5644
5645 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5646 longer exists error.
5647
5648 2018-10-24 Tom de Vries <tdevries@suse.de>
5649
5650 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5651
5652 2018-10-24 Tom de Vries <tdevries@suse.de>
5653
5654 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5655 --db-attach in valgrind.
5656
5657 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5658
5659 * gdb.arch/riscv-reg-aliases.c: New file.
5660 * gdb.arch/riscv-reg-aliases.exp: New file.
5661
5662 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5663
5664 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5665
5666 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5667
5668 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5669
5670 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5671
5672 * gdb.cp/ovldbreak.exp: Fix regexps.
5673
5674 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5675
5676 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5677
5678 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5679
5680 PR cli/23785
5681 * gdb.base/restore.exp: New test to check if "restore" with an
5682 invalid file doesn't segfault.
5683
5684 2018-10-18 Tom de Vries <tdevries@suse.de>
5685
5686 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5687 * gdb.ada/excep_handle.exp: Same.
5688 * gdb.ada/mi_string_access.exp: Same.
5689 * gdb.ada/mi_var_union.exp: Same.
5690 * gdb.arch/arc-analyze-prologue.exp: Same.
5691 * gdb.arch/arc-decode-insn.exp: Same.
5692 * gdb.base/readnever.exp: Same.
5693 * gdb.fortran/printing-types.exp: Same.
5694 * gdb.guile/scm-lazy-string.exp: Same.
5695
5696 2018-10-16 Tom de Vries <tdevries@suse.de>
5697
5698 PR gdb/23730
5699 * gdb.base/catch-follow-exec.c: Add copyright notice.
5700 * gdb.base/catch-follow-exec.exp: Rewrite to use
5701 gdb_spawn_with_cmdline_opts. Require gdb-native.
5702
5703 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5704
5705 * gdb.trace/actions-changed.exp: Check for arch support.
5706 * gdb.trace/actions.exp: Likewise.
5707 * gdb.trace/ax.exp: Likewise.
5708 * gdb.trace/backtrace.exp: Likewise.
5709 * gdb.trace/change-loc.exp: Likewise.
5710 * gdb.trace/deltrace.exp: Likewise.
5711 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5712 * gdb.trace/ftrace.exp: Likewise.
5713 * gdb.trace/infotrace.exp: Check for arch support.
5714 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5715 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5716 * gdb.trace/mi-tsv-changed.exp: Likewise.
5717 * gdb.trace/packetlen.exp: Likewise.
5718 * gdb.trace/passc-dyn.exp: Likewise.
5719 * gdb.trace/passcount.exp: Likewise.
5720 * gdb.trace/pending.exp: Likewise.
5721 * gdb.trace/range-stepping.exp: Check for shlib support.
5722 * gdb.trace/report.exp: Check for arch support.
5723 * gdb.trace/save-trace.exp: Likewise.
5724 * gdb.trace/signal.exp: Check for signal support.
5725 * gdb.trace/tfind.exp: Check for arch support.
5726 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5727 * gdb.trace/trace-common.h: Add comment.
5728 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5729 * gdb.trace/trace-enable-disable.exp: Likewise.
5730 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5731 * gdb.trace/tracecmd.exp: Check for arch support.
5732 * gdb.trace/tspeed.exp: Check for shlib and target support.
5733 * gdb.trace/tstatus.exp: Check for arch support.
5734 * gdb.trace/tsv.exp: Likewise.
5735 * gdb.trace/while-dyn.exp: Likewise.
5736 * gdb.trace/while-stepping.exp: Likewise.
5737 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5738
5739 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5740
5741 * gdb.trace/tspeed.exp: Remove nowarnings.
5742 (prepare_for_trace_test): Declare "global ipalib".
5743 * gdb.trace/tspeed.c: Include unistd.h.
5744 (main): Remove superfluous printf argument.
5745
5746 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5747
5748 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5749 directory prefix on the filename.
5750
5751 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5752
5753 * gdb.gdb/unittest.exp: Update expected message informing that
5754 selftests have been disabled.
5755 * gdb.server/unittest.exp: Likewise.
5756
5757 2018-10-09 Tom de Vries <tdevries@suse.de>
5758
5759 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5760 with runto_main.
5761
5762 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5763
5764 PR c++/16841
5765 * gdb.cp/virtbase2.cc: New file.
5766 * gdb.cp/virtbase2.exp: New file.
5767
5768 2018-10-06 Tom Tromey <tom@tromey.com>
5769
5770 PR python/19399:
5771 * gdb.python/py-inferior.exp: Add architecture test.
5772
5773 2018-10-06 Tom Tromey <tom@tromey.com>
5774
5775 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5776 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5777
5778 2018-10-06 Tom Tromey <tom@tromey.com>
5779
5780 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5781 of a "throw" catchpoint.
5782
5783 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5784
5785 * gdb.base/info-proc.exp: Update string expected from "help info
5786 proc".
5787
5788 2018-10-04 Tom Tromey <tom@tromey.com>
5789
5790 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5791 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5792 (test_initial_complaints, test_empty_complaints): Update.
5793 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5794
5795 2018-10-04 Tom Tromey <tom@tromey.com>
5796
5797 PR cli/19551:
5798 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5799 * lib/gdb.exp (gdb_file_cmd): Update.
5800 * gdb.stabs/weird.exp (print_weird_var): Update.
5801 * gdb.server/solib-list.exp: Update.
5802 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5803 * gdb.mi/mi-cli.exp: Update.
5804 * gdb.linespec/linespec.exp: Update.
5805 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5806 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5807 * gdb.cp/cp-relocate.exp: Update.
5808 * gdb.base/sym-file.exp: Update.
5809 * gdb.base/relocate.exp: Update.
5810 * gdb.base/readnever.exp: Update.
5811 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5812 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5813 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5814 * gdb.base/code_elim.exp: Update.
5815 * gdb.base/break-unload-file.exp (test_break): Update.
5816 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5817 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5818 Update.
5819 * gdb.base/attach.exp (do_attach_tests): Update.
5820 * gdb.base/sepdebug.exp: Update.
5821 * gdb.python/py-section-script.exp: Update.
5822
5823 2018-10-04 Tom Tromey <tom@tromey.com>
5824
5825 PR cli/22234:
5826 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5827 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5828 output.
5829
5830 2018-10-04 Tom Tromey <tom@tromey.com>
5831
5832 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5833 set width and height to 0.
5834 (test_command_line_attach_run): Use -quiet.
5835
5836 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5837
5838 * lib/gdb.exp (skip_ifunc_tests): New.
5839 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5840 other compile failures.
5841 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5842
5843 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5844
5845 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5846 is_amd64_regs_target.
5847
5848 2018-10-01 Alan Hayward <alan.hayward@arm.com>
5849
5850 * gdb.arch/aarch64-sighandler-regs.c: New test.
5851 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5852 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5853
5854 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5855
5856 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5857 assembly.
5858
5859 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5860
5861 * gdb.base/frame-selection.exp: New file.
5862 * gdb.base/frame-selection.c: New file.
5863
5864 2018-09-27 Alan Hayward <alan.hayward@arm.com>
5865
5866 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5867 pthread barrier.
5868 (main): Likewise.
5869
5870 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5871
5872 * gdb.base/large-frame-1.c: New file.
5873 * gdb.base/large-frame-2.c: New file.
5874 * gdb.base/large-frame.exp: New file.
5875 * gdb.base/large-frame.h: New file.
5876
5877 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5878
5879 PR gdb/20948
5880 * gdb.base/write_mem.exp: New test.
5881 * gdb.base/write_mem.c: Likewise.
5882
5883 2018-09-23 Tom Tromey <tom@tromey.com>
5884
5885 PR python/18852:
5886 * gdb.python/py-parameter.exp: Add test for parameter that throws
5887 on "set".
5888
5889 2018-09-23 Tom Tromey <tom@tromey.com>
5890
5891 PR python/17284:
5892 * gdb.python/py-template.exp (test_template_arg): Add test for
5893 negative template argument number.
5894
5895 2018-09-23 Tom Tromey <tom@tromey.com>
5896
5897 PR python/14062:
5898 * gdb.python/python.exp: Add test for post_event error.
5899
5900 2018-09-23 Tom Tromey <tom@tromey.com>
5901
5902 PR python/18170:
5903 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5904 convert pointers to int and long.
5905
5906 2018-09-23 Tom Tromey <tom@tromey.com>
5907
5908 PR python/20126:
5909 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5910 signed-ness conversion tests.
5911
5912 2018-09-23 Tom Tromey <tom@tromey.com>
5913
5914 PR python/18352;
5915 * gdb.python/py-value.exp (test_float_conversion): New proc.
5916 Use it.
5917
5918 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
5919
5920 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
5921
5922 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
5923
5924 * gdb.base/complete-empty.exp: Skip tab-completion tests if
5925 no readline.
5926 * gdb.base/utf8-identifiers.exp: Likewise.
5927 * gdb.cp/cpcompletion.exp: Likewise.
5928 * gdb.linespec/cpcompletion.exp: Likewise.
5929 * gdb.linespec/cpls-abi-tag.exp: Likewise.
5930 * gdb.linespec/cpls-ops.exp: Likewise.
5931
5932 2018-09-19 Richard Bunt <richard.bunt@arm.com>
5933 Chris January <chris.january@arm.com>
5934
5935 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
5936 * gdb.fortran/short-circuit-argument-list.exp: New file.
5937 * gdb.fortran/short-circuit-argument-list.f90: New test.
5938
5939 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5940
5941 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
5942 "arch=" keyword when executing "-stack-list-frames".
5943
5944 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5945
5946 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
5947 "arch=" keyword when executing "-stack-list-frames".
5948
5949 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
5950
5951 * gdb.ada/complete.exp: Expect for "@" when doing "complete
5952 break ada".
5953
5954 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
5955
5956 PR python/23669
5957 * gdb.python/python.exp: Test gdb.execute("show commands").
5958
5959 2018-09-16 Tom Tromey <tom@tromey.com>
5960
5961 * gdb.base/new-ui.exp (do_execution_tests): Update.
5962 * gdb.base/dbx.exp (test_breakpoints): Update.
5963
5964 2018-09-14 Alan Hayward <alan.hayward@arm.com>
5965
5966 * lib/gdb.exp (gdb_simple_compile): Add proc.
5967 (is_elf_target): Use gdb_simple_compile.
5968 (skip_altivec_tests): Likewise.
5969 (skip_vsx_tests): Likewise.
5970 (skip_tsx_tests): Likewise.
5971 (skip_btrace_tests): Likewise.
5972 (skip_btrace_pt_tests): Likewise.
5973 (gdb_can_simple_compile): Likewise.
5974 (gdb_has_argv0): Likewise.
5975 (gdb_target_symbol_prefix): Likewise.
5976 (target_supports_scheduler_locking): Likewise.
5977
5978 2018-09-13 Tom Tromey <tom@tromey.com>
5979
5980 * Makefile.in (TAGS): Recognize proc_with_prefix and
5981 gdb_caching_proc.
5982
5983 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5984
5985 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
5986 method.
5987
5988 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
5989
5990 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
5991 and a few other Inferior properties when the Inferior is no
5992 longer valid.
5993
5994 2018-09-13 Tom Tromey <tom@tromey.com>
5995
5996 PR rust/23650:
5997 * gdb.rust/simple.exp: Add test for enum field access error.
5998
5999 2018-09-13 Tom Tromey <tom@tromey.com>
6000
6001 PR rust/23626:
6002 * gdb.rust/simple.rs (EmptyEnum): New type.
6003 (main): Use it.
6004 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6005
6006 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6007
6008 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6009 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6010 * gdb.python/py-symtab.exp: Update test printing an objfile.
6011
6012 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6013
6014 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6015 object.
6016
6017 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6018
6019 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6020 (support_complex_tests): Use gdb_can_simple_compile.
6021 (is_ilp32_target): Likewise.
6022 (is_lp64_target): Likewise.
6023 (is_64_target): Likewise.
6024 (is_amd64_regs_target): Likewise.
6025 (is_aarch32_target): Likewise.
6026 (gdb_int128_helper): Likewise.
6027
6028 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6029
6030 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6031
6032 2018-09-10 Jerome Guitton <guitton@adacore.com>
6033
6034 * gdb.ada/same_component_name: Add test for case of tagged record
6035 with variable-length fields.
6036
6037 2018-09-10 Xavier Roirand <roirand@adacore.com>
6038
6039 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6040 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6041 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6042 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6043
6044 2018-09-10 Xavier Roirand <roirand@adacore.com>
6045
6046 * gdb.ada/mi_string_access.exp: New testcase.
6047 * gdb.ada/mi_string_access/bar.adb: New file.
6048 * gdb.ada/mi_string_access/pck.adb: New file.
6049 * gdb.ada/mi_string_access/pck.asd: New file.
6050
6051 2018-09-10 Xavier Roirand <roirand@adacore.com>
6052
6053 * gdb.ada/mi_var_union.exp: New testcase.
6054 * gdb.ada/mi_var_union/bar.adb: New file.
6055 * gdb.ada/mi_var_union/pck.adb: New file.
6056 * gdb.ada/mi_var_union/pck.asd: New file.
6057
6058 2018-09-08 Tom Tromey <tom@tromey.com>
6059
6060 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6061
6062 2018-09-08 Tom Tromey <tom@tromey.com>
6063
6064 PR python/16047:
6065 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6066 (register_pretty_printers): Register new printer.
6067 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6068 test.
6069 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6070 (an_int_type3): New global.
6071
6072 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6073
6074 * gdb.ada/expr_with_funcall: New testcase.
6075
6076 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6077
6078 * gdb.ada/packed_array_assign: New testcase.
6079
6080 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6081
6082 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6083 names, and add test prefixes to make test names unique.
6084
6085 2018-09-05 Tom de Vries <tdevries@suse.de>
6086
6087 * gdb.dwarf2/varval.exp: Add test.
6088
6089 2018-09-04 Gary Benson <gbenson@redhat.com>
6090
6091 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6092 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6093
6094 2018-08-31 Tom Tromey <tom@tromey.com>
6095
6096 * gdb.rust/simple.rs: Rename second variable "v".
6097
6098 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6099
6100 * gdb.base/funcargs.c (use_a): New function.
6101 (recurse): Call use_a.
6102
6103 2018-08-29 Keith Seitz <keiths@redhat.com>
6104
6105 * gdb.compile/compile-cplus-anonymous.cc: New file.
6106 * gdb.compile/compile-cplus-anonymous.exp: New file.
6107 * gdb.compile/compile-cplus-array-decay.cc: New file.
6108 * gdb.compile/compile-cplus-array-decay.exp: New file.
6109 * gdb.compile/compile-cplus-inherit.cc: New file.
6110 * gdb.compile/compile-cplus-inherit.exp: New file.
6111 * gdb.compile/compile-cplus-member.cc: New file.
6112 * gdb.compile/compile-cplus-member.exp: New file.
6113 * gdb.compile/compile-cplus-method.cc: New file.
6114 * gdb.compile/compile-cplus-method.exp: New file.
6115 * gdb.compile/compile-cplus-mod.c: "New" file.
6116 * gdb.compile/compile-cplus-namespace.cc: New file.
6117 * gdb.compile/compile-cplus-namespace.exp: New file.
6118 * gdb.compile/compile-cplus-nested.cc: New file.
6119 * gdb.compile/compile-cplus-nested.exp: New file.
6120 * gdb.compile/compile-cplus-print.c: "New" file.
6121 * gdb.compile/compile-cplus-print.exp: "New" file.
6122 * gdb.compile/compile-cplus-virtual.cc: New file.
6123 * gdb.compile/compile-cplus-virtual.exp: New file.
6124 * gdb.compile/compile-cplus.c: "New" file.
6125 * gdb.compile/compile-cplus.exp: "New" file.
6126 * lib/compile-support.exp: New file.
6127
6128 2018-08-16 Gary Benson <gbenson@redhat.com>
6129
6130 PR gdb/13000:
6131 * gdb.base/batch-exit-status.exp: New file.
6132 * gdb.base/batch-exit-status.good-commands: Likewise.
6133 * gdb.base/batch-exit-status.bad-commands: Likewise.
6134
6135 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6136
6137 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6138 (struct struct02): Likewise.
6139 (struct struct03): Likewise.
6140 (struct struct04): Likewise.
6141 (struct struct_01_01): New struct.
6142 (struct struct_01_02): Likewise.
6143 (struct struct_01_03): Likewise.
6144 (struct struct_01_04): Likewise.
6145 (struct struct_02_01): Likewise.
6146 (struct struct_02_02): Likewise.
6147 (struct struct_02_03): Likewise.
6148 (struct struct_02_04): Likewise.
6149 (struct struct_04_01): Likewise.
6150 (struct struct_04_02): Likewise.
6151 (struct struct_04_03): Likewise.
6152 (struct struct_04_04): Likewise.
6153 (struct struct_05_01): Likewise.
6154 (struct struct_05_02): Likewise.
6155 (struct struct_05_03): Likewise.
6156 (struct struct_05_04): Likewise.
6157 (cmp_struct01): Remove function.
6158 (cmp_struct02): Likewise.
6159 (cmp_struct03): Likewise.
6160 (cmp_struct04): Likewise.
6161 (cmp_struct_01_01): Add Function.
6162 (cmp_struct_01_02): Likewise.
6163 (cmp_struct_01_03): Likewise.
6164 (cmp_struct_01_04): Likewise.
6165 (cmp_struct_02_01): Likewise.
6166 (cmp_struct_02_02): Likewise.
6167 (cmp_struct_02_03): Likewise.
6168 (cmp_struct_02_04): Likewise.
6169 (cmp_struct_04_01): Likewise.
6170 (cmp_struct_04_02): Likewise.
6171 (cmp_struct_04_03): Likewise.
6172 (cmp_struct_04_04): Likewise.
6173 (cmp_struct_05_01): Likewise.
6174 (cmp_struct_05_02): Likewise.
6175 (cmp_struct_05_03): Likewise.
6176 (cmp_struct_05_04): Likewise.
6177 (call_all): Add new structs.
6178 * gdb.base/infcall-nested-structs.exp: Likewise.
6179
6180 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6181
6182 * gdb.python/py-framefilter-mi.exp: Update regexp to
6183 check for "arch" field in frame output.
6184
6185 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6186
6187 * gdb.dwarf2/dw2-ranges-func.c: New file.
6188 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6189
6190 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6191
6192 * gdb.base/term.exp: Compare terminal settings with values from
6193 the inferior.
6194 * gdb.base/term.c: Get and set terminal settings.
6195
6196 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6197
6198 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6199 accommodate new "arch" field in frame output.
6200 * gdb.mi/mi-return.exp: Likewise.
6201 * gdb.mi/mi-stack.exp: Likewise.
6202 * gdb.mi/mi-syn-frame.exp: Likewise.
6203 * gdb.mi/user-selected-context-sync.exp: Likewise.
6204
6205 2018-08-19 Michael Spang <spang@google.com>
6206
6207 PR gdb/11786
6208 * gdb.base/gcore-tls-pie.c: New file.
6209 * gdb.base/gcore-tls-pie.exp: New file.
6210
6211 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6212
6213 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6214 * gdb.dwarf2/varval.c: New file.
6215 * gdb.dwarf2/varval.exp: New file.
6216
6217 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6218
6219 PR gdb/18931
6220 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6221
6222 2018-08-16 Keith Seitz <keiths@redhat.com>
6223
6224 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6225 tests expected to pass.
6226
6227 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6228
6229 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6230 -data-disassemble -a.
6231 (test_disassembly_bogus_args): Likewise.
6232
6233 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6234
6235 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6236
6237 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6238
6239 * gdb.base/vla-optimized-out.exp: Add new test.
6240
6241 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6242
6243 * gdb.base/vla-optimized-out-o3.exp: Delete.
6244 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6245 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6246 deleted tests.
6247
6248 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6249
6250 PR gdb/18050:
6251 * gdb.server/extended-remote-restart.c: New file.
6252 * gdb.server/extended-remote-restart.exp: New file.
6253
6254 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6255
6256 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6257 "set variable index = 42".
6258
6259 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6260
6261 * boards/index-cache-gdb.exp: New file.
6262 * gdb.dwarf2/index-cache.exp: New file.
6263 * gdb.dwarf2/index-cache.c: New file.
6264 * gdb.base/maint.exp: Check if we are using the index cache.
6265
6266 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6267
6268 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6269 MAKEFLAGS.
6270
6271 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6272
6273 * dg-extract-results.sh: Move to toplevel contrib.
6274 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6275 * Makefile.in (check-parallel-racy): Likewise.
6276
6277 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6278
6279 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6280 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6281 tests if the target supports scheduler locking.
6282
6283 2018-08-04 Tom de Vries <tdevries@suse.de>
6284
6285 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6286
6287 2018-08-02 Tom Tromey <tom@tromey.com>
6288
6289 PR symtab/16842.
6290 * gdb.cp/temargs.exp: Test "info address" of a template
6291 parameter.
6292
6293 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6294
6295 * gdb.python/py-mi-var-info-path-expression.c: New file.
6296 * gdb.python/py-mi-var-info-path-expression.py: New file.
6297 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6298
6299 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6300
6301 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6302 error after "cannot resolve name" string.
6303
6304 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6305
6306 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6307 started.
6308 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6309
6310 2018-07-28 Tom de Vries <tdevries@suse.de>
6311
6312 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6313
6314 2018-07-26 Tom de Vries <tdevries@suse.de>
6315
6316 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6317
6318 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6319
6320 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6321 is visible.
6322
6323 2018-07-26 Tom de Vries <tdevries@suse.de>
6324
6325 PR breakpoints/23366
6326 * gdb.base/catch-follow-exec.c: New test.
6327 * gdb.base/catch-follow-exec.exp: New file.
6328
6329 2018-07-25 Tom de Vries <tdevries@suse.de>
6330
6331 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6332 vla-optimized-out.c.
6333
6334 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6335
6336 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6337 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6338
6339 2018-07-20 Tom de Vries <tdevries@suse.de>
6340
6341 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6342 NOCLONE macro.
6343 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6344
6345 2018-07-19 Tom de Vries <tdevries@suse.de>
6346
6347 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6348 regular expression.
6349
6350 2018-07-18 Tom de Vries <tdevries@suse.de>
6351
6352 * gdb.base/vla-optimized-out.c: New test.
6353 * gdb.base/vla-optimized-out.exp: New file.
6354
6355 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6356
6357 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6358 message "No address associated with hostname" when gdbserver
6359 cannot resolve the hostname.
6360
6361 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6362
6363 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6364 Add some test prefixes to make tests unique.
6365
6366 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6367
6368 * gdb.base/frameapply.c: New file.
6369 * gdb.base/frameapply.exp: New file.
6370
6371 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6372
6373 * gdb.base/skip.exp: Update expected error message.
6374
6375 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6376 Jan Kratochvil <jan.kratochvil@redhat.com>
6377 Paul Fertser <fercerpav@gmail.com>
6378 Tsutomu Seki <sekiriki@gmail.com>
6379
6380 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6381 parameter.
6382 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6383 by default.
6384 * boards/native-gdbserver.exp: Likewise.
6385 * gdb.server/run-without-local-binary.exp: Improve regexp used
6386 for detecting when a remote debugging connection succeeds.
6387 * gdb.server/server-connect.exp: New file.
6388 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6389 Do not prefix the port number with ":".
6390 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6391 support for detecting and using it. Add '$debughost_gdbserver'
6392 to the list of arguments used to start gdbserver. Handle case
6393 when gdbserver cannot resolve a network name.
6394
6395 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6396
6397 PR c++/23373
6398 * gdb.base/ptype-offsets.cc (struct static_member): New
6399 struct.
6400 (main) <stmember>: New variable.
6401 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6402 with a static member in it.
6403
6404 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6405
6406 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6407 watchpoints enabled and disabled.
6408
6409 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6410
6411 * gdb.base/examine-backward.exp: Still run tests around address
6412 0x0, even if address 0x0 is not readable. Update the pattern for
6413 matching address 0x0 in expected output.
6414
6415 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6416
6417 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6418 malloc/free.
6419
6420 2018-07-04 Tom de Vries <tdevries@suse.de>
6421
6422 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6423
6424 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6425
6426 PR tdep/8282
6427 * gdb.arch/mips-disassembler-options.exp: New test.
6428 * gdb.arch/mips-disassembler-options.s: New test source.
6429
6430 2018-06-29 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.threads/names.exp: Adjust expected "info threads" output.
6433
6434 2018-06-29 Pedro Alves <palves@redhat.com>
6435
6436 * gdb.opt/inline-break.exp (line number, address): Add "info
6437 break" tests.
6438
6439 2018-06-29 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6442 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6443 number and address and running to them.
6444
6445 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6446
6447 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6448
6449 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6450
6451 * lib/compiler.c: Remove executable permission flag.
6452
6453 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6454
6455 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6456 code.
6457 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6458
6459 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6460
6461 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6462
6463 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6464
6465 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6466 address argument is omitted.
6467
6468 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6469
6470 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6471
6472 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6473
6474 PR gdb/21695
6475 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6476 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6477
6478 2018-06-26 Tom Tromey <tom@tromey.com>
6479
6480 PR rust/22574:
6481 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6482 * gdb.rust/simple.rs (struct SimpleLayout): New.
6483
6484 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6485
6486 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6487 "info registers" output.
6488
6489 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6490
6491 * gdb.base/watchpoint-hw-attach.c: New test.
6492 * gdb.base/watchpoint-hw-attach.exp: New file.
6493
6494 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6495
6496 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6497 through /bin/sh.
6498 * boards/dwarf4-gdb-index.exp: Likewise.
6499 * boards/fission-dwp.exp: Likewise.
6500
6501 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6502
6503 * gdb.base/float128.exp: Add comment and improved fail message
6504 to the failure case of "print large128" test.
6505
6506 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6507
6508 * configure.ac: Remove AC_PREREQ.
6509 * configure: Re-generate.
6510
6511 2018-06-19 Pedro Alves <palves@redhat.com>
6512
6513 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6514 (func_extern_caller): New.
6515 (main): Call func_extern_caller.
6516 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6517 logic change.
6518
6519 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6520
6521 PR gdb/16841
6522 * gdb.cp/typedef-base.cc: New file.
6523 * gdb.cp/typedef-base.exp: New file.
6524
6525 2018-06-18 Tom de Vries <tdevries@suse.de>
6526
6527 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6528
6529 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6530 Richard Bunt <Richard.Bunt@arm.com>
6531
6532 * gdb.threads/attach-slow-waitpid.c: New file.
6533 * gdb.threads/attach-slow-waitpid.exp: New file.
6534 * gdb.threads/slow-waitpid.c: New file.
6535
6536 2018-06-14 Pedro Alves <palves@redhat.com>
6537
6538 * gdb.base/fork-running-state.c: Include <errno.h>.
6539 (exit_if_relative_exits): New.
6540 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6541 exits.
6542 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6543 child exits.
6544
6545 2018-06-14 Tom de Vries <tdevries@suse.de>
6546
6547 PR cli/22573
6548 * gdb.base/finish-pretty.c: New test.
6549 * gdb.base/finish-pretty.exp: New file.
6550
6551 2018-06-14 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6554 gdb's expected startup output.
6555
6556 2018-06-14 Pedro Alves <palves@redhat.com>
6557
6558 * lib/selftest-support.exp (selftest_setup): Remove inlined
6559 function handling.
6560
6561 2018-06-14 Tom de Vries <tdevries@suse.de>
6562
6563 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6564 matching of breakpoint printing.
6565
6566 2018-06-13 Tom de Vries <tdevries@suse.de>
6567
6568 PR testsuite/23269
6569 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6570 (fork_child): ... here, and ...
6571 (fork_parent): ... here.
6572
6573 2018-06-12 Tom de Vries <tdevries@suse.de>
6574
6575 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6576
6577 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6578 Stephen Roberts <stephen.roberts@arm.com>
6579
6580 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6581 rewrite test to describe action performed, rather than possible
6582 failure.
6583
6584 2018-06-08 Gary Benson <gbenson@redhat.com>
6585
6586 * gdb.threads/check-libthread-db.exp: New file.
6587 * gdb.threads/check-libthread-db.c: Likewise.
6588
6589 2018-06-05 Tom Tromey <tom@tromey.com>
6590
6591 * gdb.base/default.exp: Update expected "show version" output.
6592
6593 2018-06-05 Tom Tromey <tom@tromey.com>
6594
6595 PR cli/12326:
6596 * gdb.cp/static-print-quit.exp: Update.
6597 * lib/gdb.exp (pagination_prompt): Update.
6598 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6599 * gdb.python/python.exp: Update.
6600
6601 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6602
6603 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6604
6605 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6606
6607 * gdb.ada/bp_fun_addr: New testcase.
6608
6609 2018-06-01 Tom Tromey <tom@tromey.com>
6610
6611 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6612 results.
6613 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6614 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6615 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6616 * gdb.base/maint.exp (maint_pass_if): Update.
6617
6618 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6619
6620 * gdb.base/endian.exp: New test.
6621 * gdb.base/endian.c: New test source.
6622
6623 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6624
6625 PR gdb/23203
6626 * gdb.base/bt-selected-frame.c: New file.
6627 * gdb.base/bt-selected-frame.exp: New file.
6628 * lib/gdb.exp (get_current_frame_number): New function.
6629
6630 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6631 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.threads/tls-core.c: Include <stdlib.h>
6634 (thread_proc): Call `abort'.
6635 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6636 (tls_core_test): New procedure, bits factored out from ...
6637 (top level): ... here. Test both native cores and gcore cores.
6638
6639 2018-05-23 Tom Tromey <tom@tromey.com>
6640
6641 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6642
6643 2018-05-23 Tom Tromey <tom@tromey.com>
6644
6645 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6646 symfile_complaints.
6647 (test_short_complaints): Likewise.
6648 (test_empty_complaints): Likewise.
6649 (test_initial_complaints): Update.
6650
6651 2018-05-23 Tom Tromey <tom@tromey.com>
6652
6653 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6654
6655 2018-05-23 Tom Tromey <tom@tromey.com>
6656
6657 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6658 (test_short_complaints): Update.
6659
6660 2018-05-22 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.base/remote.exp: Only gdb_start after compiling the
6663 testcase. Issue "disconnect" before testing "set remote" command
6664 defaults. Issue clean_restart before running to main.
6665
6666 2018-05-22 Pedro Alves <palves@redhat.com>
6667
6668 * gdb.base/remote.exp: Adjust expected output of "show remote
6669 memory-write-packet-size". Add tests for "set remote
6670 memory-write-packet-size 0" and "set remote
6671 memory-write-packet-size fixed/limit".
6672
6673 2018-05-22 Pedro Alves <palves@redhat.com>
6674
6675 PR gdb/22973
6676 * gdb.base/utf8-identifiers.c: New file.
6677 * gdb.base/utf8-identifiers.exp: New file.
6678
6679 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6680
6681 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6682
6683 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6684
6685 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6686
6687 2018-05-18 Tom Tromey <tom@tromey.com>
6688
6689 * gdb.base/ptype-offsets.exp: Update.
6690
6691 2018-05-17 Keith Seitz <keiths@redhat.com>
6692
6693 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6694 in expected breakpoint stop locations.
6695 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6696 move to proper scope to test variable values.
6697 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6698 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6699 New functions.
6700 (main): Call not_inline_func3.
6701 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6702 inline_func1, inline_func2, and inline_func3. Test that when each
6703 breakpoint is hit, GDB properly reports both the stop location
6704 and the backtrace. Repeat tests for temporary breakpoints.
6705
6706 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6707
6708 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6709 rather then trying to access it in determining whether the PID
6710 of `gdbserver' could have been retrieved.
6711
6712 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6713
6714 * gdb.arch/amd64-init-x87-values.S: New file.
6715 * gdb.arch/amd64-init-x87-values.exp: New file.
6716
6717 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6718
6719 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6720
6721 2018-05-04 Tom Tromey <tom@tromey.com>
6722
6723 PR python/22730:
6724 * gdb.python/python.exp: Test multi-line execute.
6725
6726 2018-05-04 Tom Tromey <tom@tromey.com>
6727
6728 PR python/22731:
6729 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6730
6731 2018-05-04 Tom Tromey <tom@tromey.com>
6732
6733 PR gdb/11750:
6734 * gdb.base/define.exp: Test defining a user command inside a user
6735 command.
6736 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6737
6738 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6739 Pedro Alves <palves@redhat.com>
6740
6741 PR breakpoints/19806 and support for PR external/20207.
6742 * gdb.base/watchpoint-unaligned.c: New file.
6743 * gdb.base/watchpoint-unaligned.exp: New file.
6744
6745 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6746
6747 * gdb.base/maint.exp: Make test names unique, use
6748 test_prefix_command_help to test 'help maint info', and remove
6749 repeated test of 'help maint'.
6750
6751 2018-05-04 Tom Tromey <tom@tromey.com>
6752
6753 PR gdb/22619:
6754 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6755 behavior.
6756
6757 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6758
6759 * gdb.base/maint.exp: Process output from 'maint print registers'
6760 line at a time.
6761
6762 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6763
6764 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6765 timeout.
6766
6767 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6768
6769 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6770 filter pattern.
6771
6772 2018-05-02 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6775 to_log_command renames.
6776 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6777
6778 2018-05-02 Tom Tromey <tom@tromey.com>
6779
6780 * gdb.python/py-parameter.exp: Set test message.
6781
6782 2018-05-02 Tom Tromey <tom@tromey.com>
6783
6784 PR python/20084:
6785 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6786 PARAM_ZUINTEGER_UNLIMITED tests.
6787
6788 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6789
6790 PR rust/23124
6791 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6792 when casting.
6793
6794 2018-04-30 Tom Tromey <tom@tromey.com>
6795
6796 * gdb.python/py-type.exp: Check align attribute.
6797 * gdb.python/py-type.c: New "aligncheck" global.
6798
6799 2018-04-30 Tom Tromey <tom@tromey.com>
6800
6801 PR exp/17095:
6802 * gdb.dwarf2/dw2-align.exp: New file.
6803 * gdb.cp/align.exp: New file.
6804 * gdb.base/align.exp: New file.
6805 * lib/gdb.exp (gdb_int128_helper): New proc.
6806 (has_int128_c, has_int128_cxx): New caching procs.
6807
6808 2018-04-27 Tom Tromey <tom@tromey.com>
6809
6810 PR rust/22545:
6811 * gdb.rust/simple.exp: Add inclusive range tests.
6812
6813 2018-04-26 Pedro Alves <palves@redhat.com>
6814
6815 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6816 ifunc breakpoint locations correctly of ifunc breakpoints set
6817 while the program resolves the ifunc.
6818
6819 2018-04-26 Pedro Alves <palves@redhat.com>
6820
6821 * gdb.base/gnu-ifunc-final.c: New file.
6822 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6823 * gdb.base/gnu-ifunc.exp (executable): Delete.
6824 (staticexecutable): Adjust.
6825 (lib_opts, exec_opts): Delete.
6826 (make_binsuffix, build, set-break): New procedures.
6827 (misc_tests): New, with tests factored out from the top level.
6828 (top level): Test different combinations of ifunc resolver name,
6829 resolver with and with debug info, and ifunc target with and
6830 without debug info. Wrap static tests with with_target_prefix.
6831
6832 2018-04-26 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6835 return type" warnings.
6836
6837 2018-04-25 Pedro Alves <palves@redhat.com>
6838
6839 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6840 killed".
6841 * gdb.base/kill-after-signal.exp: Likewise.
6842 * gdb.threads/kill.exp: Likewise.
6843
6844 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6845 Sergio Durigan Junior <sergiodj@redhat.com>
6846 Pedro Alves <palves@redhat.com>
6847
6848 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6849 regexps to expect for '[Inferior ... detached]' as well.
6850 * gdb.base/attach.exp: Likewise.
6851 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6852 "gdb_continue_to_end".
6853 (test_catch_syscall_with_wrong_args): Likewise.
6854 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6855 ']'. Don't set 'verbose' on.
6856 * gdb.base/foll-vfork.exp: Likewise.
6857 * gdb.base/fork-print-inferior-events.c: New file.
6858 * gdb.base/fork-print-inferior-events.exp: New file.
6859 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6860 '[Inferior ... has been killed]' message.
6861 * gdb.base/kill-after-signal.exp: Likewise.
6862 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6863 detach message.
6864 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6865 message.
6866 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6867 regexps to expect for '[Inferior ... detached]' as well.
6868 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6869
6870 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6871
6872 PR gdb/23104
6873 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6874
6875 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6876
6877 PR gdb/23095
6878 * gdb.base/break-probes.exp: Pass shlib_load to
6879 prepare_for_testing. Set normal_bp to r_debug_state if target is
6880 bsd.
6881
6882 2018-04-19 Richard Bunt <richard.bunt@arm.com>
6883
6884 * gdb.threads/multiple-successive-infcall.c: New test.
6885 * gdb.threads/multiple-successive-infcall.exp: New file.
6886
6887 2018-04-17 Tom Tromey <tom@tromey.com>
6888
6889 * gdb.rust/simple.rs (Union): New type.
6890 (main): New local "u".
6891 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6892
6893 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6894
6895 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6896 number information in output of "whereis" command.
6897 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6898
6899 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6900
6901 * gdb.ada/info_types.exp: Adjust expected output to the line
6902 numbers now printed by "info var/func/type".
6903 * gdb.base/completion.exp: Likewise.
6904 * gdb.base/included.exp: Likewise.
6905 * gdb.cp/cp-relocate.exp: Likewise.
6906 * gdb.cp/cplusfuncs.exp: Likewise.
6907 * gdb.cp/namespace.exp: Likewise.
6908 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6909
6910 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6911
6912 * gdb.btrace/cpu.exp: New.
6913
6914 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6915
6916 * gdb.base/step-indirect-call-thunk.exp: New.
6917 * gdb.base/step-indirect-call-thunk.c: New.
6918 * gdb.reverse/step-indirect-call-thunk.exp: New.
6919 * gdb.reverse/step-indirect-call-thunk.c: New.
6920
6921 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
6922
6923 * gdb.base/pie-fork.c: New file.
6924 * gdb.base/pie-fork.exp: New file.
6925
6926 2018-04-11 Tom Tromey <tom@tromey.com>
6927
6928 * gdb.rust/simple.exp: Add test for ".." struct initializer.
6929
6930 2018-04-10 Pedro Alves <palves@redhat.com>
6931
6932 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
6933 exits. Instead loop running forever.
6934 (fork_parent): Run forever too.
6935
6936 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6937
6938 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
6939 mi_continue_to_line.
6940 * gdb.mi/mi-stack.c (callee4): Add comment.
6941
6942 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
6943
6944 * gdb.mi/mi-stack.exp: Fix indentation.
6945
6946 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6947
6948 PR gdb/22979
6949 * gdb.arch/amd64-osabi.exp: New file.
6950
6951 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
6952
6953 PR gdb/22980
6954 * gdb.base/osabi.exp: New file.
6955
6956 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
6957
6958 * gdb.cp/static-typedef-print.exp: New file.
6959 * gdb.cp/static-typedef-print.cc: New file.
6960
6961 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6962
6963 * gdb.ada/varsize_limit: New testcase.
6964
6965 2018-03-27 Joel Brobecker <brobecker@adacore.com>
6966
6967 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
6968
6969 * gdb.ada/notcplusplus: New testcase.
6970
6971 * gdb.base/c-linkage-name.c: New file.
6972 * gdb.base/c-linkage-name.exp: New testcase.
6973
6974 2018-03-26 Tom Tromey <tom@tromey.com>
6975
6976 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
6977 * gdb.python/py-framefilter.py (name_error): New global.
6978 (ErrorInName.function): Use name_error.
6979
6980 2018-03-26 Tom Tromey <tom@tromey.com>
6981
6982 PR backtrace/15582:
6983 * gdb.python/py-framefilter.exp: Add "bt hide" test.
6984
6985 2018-03-23 Keith Seitz <keiths@redhat.com>
6986
6987 PR c++/22968
6988 * gdb.cp/subtypes.exp: New file.
6989 * gdb.cp/subtypes.h: New file.
6990 * gdb.cp/subtypes.cc: New file.
6991 * gdb.cp/subtypes-2.cc: New file.
6992
6993 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
6994
6995 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
6996 (done): Call '_exit' not 'exit' to avoid atexit handlers.
6997 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
6998 -nostartfiles when compiling the test. Confirm that all registers
6999 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7000
7001 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7002
7003 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7004 option, syntax was wrong anyway.
7005 * gdb.arch/arm-disp-step.exp: Likewise.
7006 * gdb.arch/sparc64-regs.exp: Likewise.
7007 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7008 option, syntax was wrong anyway, switch to use
7009 prepare_for_testing.
7010 * gdb.arch/i386-disp-step.exp: Likewise.
7011
7012 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7013
7014 * gdb.ada/exec_changed.exp: Replace "target_info exists
7015 use_gdb_stub" by "use_gdb_stub".
7016 * gdb.ada/start.exp: Likewise.
7017 * gdb.base/async-shell.exp: Likewise.
7018 * gdb.base/attach-pie-misread.exp: Likewise.
7019 * gdb.base/attach-wait-input.exp: Likewise.
7020 * gdb.base/break-entry.exp: Likewise.
7021 * gdb.base/break-interp.exp: Likewise.
7022 * gdb.base/dprintf-detach.exp: Likewise.
7023 * gdb.base/nostdlib.exp: Likewise.
7024 * gdb.base/solib-nodir.exp: Likewise.
7025 * gdb.base/statistics.exp: Likewise.
7026 * gdb.base/testenv.exp: Likewise.
7027 * gdb.mi/mi-exec-run.exp: Likewise.
7028 * gdb.mi/mi-start.exp: Likewise.
7029 * gdb.multi/dummy-frame-restore.exp: Likewise.
7030 * gdb.multi/multi-arch-exec.exp: Likewise.
7031 * gdb.multi/multi-arch.exp: Likewise.
7032 * gdb.multi/tids.exp: Likewise.
7033 * gdb.multi/watchpoint-multi.exp: Likewise.
7034 * gdb.python/py-events.exp: Likewise.
7035 * gdb.threads/attach-into-signal.exp: Likewise.
7036 * gdb.threads/attach-stopped.exp: Likewise.
7037 * gdb.threads/threadapply.exp: Likewise.
7038 * lib/selftest-support.exp: Likewise.
7039
7040 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7041
7042 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7043
7044 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7045
7046 * gdb.perf/template-breakpoints.cc: New file.
7047 * gdb.perf/template-breakpoints.exp: New file.
7048 * gdb.perf/template-breakpoints.py: New file.
7049
7050 2018-03-19 Tom Tromey <tom@tromey.com>
7051
7052 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7053 y0.
7054 * gdb.rust/simple.exp: Test bare identifier form of struct
7055 initializer.
7056
7057 2018-03-19 Tom Tromey <tom@tromey.com>
7058
7059 * gdb.gdb/observer.exp: Remove.
7060
7061 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7062
7063 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7064 "qualified" option when setting breakpoints.
7065 * gdb.trace/backtrace.exp: Likewise.
7066 * gdb.trace/circ.exp: Likewise.
7067 * gdb.trace/collection.exp: Likewise.
7068 * gdb.trace/disconnected-tracing.exp: Likewise.
7069 * gdb.trace/ftrace-lock.exp: Likewise.
7070 * gdb.trace/ftrace.exp: Likewise.
7071 * gdb.trace/infotrace.exp: Likewise.
7072 * gdb.trace/packetlen.exp: Likewise.
7073 * gdb.trace/passc-dyn.exp: Likewise.
7074 * gdb.trace/qtro.exp: Likewise.
7075 * gdb.trace/read-memory.exp: Likewise.
7076 * gdb.trace/report.exp: Likewise.
7077 * gdb.trace/signal.exp: Likewise.
7078 * gdb.trace/status-stop.exp: Likewise.
7079 * gdb.trace/strace.exp: Likewise.
7080 * gdb.trace/tfind.exp: Likewise.
7081 * gdb.trace/trace-break.exp: Likewise.
7082 * gdb.trace/trace-condition.exp: Likewise.
7083 * gdb.trace/trace-mt.exp: Likewise.
7084 * gdb.trace/tstatus.exp: Likewise.
7085 * gdb.trace/tsv.exp: Likewise.
7086 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7087 * gdb.trace/unavailable.exp: Likewise.
7088 * gdb.trace/while-dyn.exp: Likewise.
7089
7090 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7091
7092 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7093 that libinproctrace is copied to the target.
7094
7095 2018-03-14 Tom Tromey <tom@tromey.com>
7096
7097 PR cli/14977:
7098 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7099 a null pointer.
7100 * gdb.base/wchar.exp: Likewise.
7101
7102 2018-03-14 Tom Tromey <tom@tromey.com>
7103
7104 PR cli/19918:
7105 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7106 flag.
7107
7108 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7109
7110 PR gdb/22841
7111 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7112 "target" to remote_exec.
7113
7114 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7115
7116 PR gdb/22841
7117 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7118 ${board}_upload): Remove.
7119
7120 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7121
7122 * gdb.cp/watch-cp.cc: New test.
7123 * gdb.cp/watch-cp.exp: New file.
7124
7125 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7126
7127 * gdb.base/infcall-nested-structs.exp: New file.
7128 * gdb.base/infcall-nested-structs.c: New file.
7129 * gdb.base/float.exp: Add riscv support.
7130
7131 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7132
7133 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7134 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7135
7136 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7137
7138 * gdb.server/abspath.exp: New file.
7139 * lib/gdb.exp (with_cwd): New procedure.
7140
7141 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7142
7143 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7144 use it.
7145 (gdb_is_target_remote_prompt): New proc.
7146 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7147 (gdb_is_target_native): Pass prompt parameter to
7148 gdb_is_target_1.
7149
7150 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7151
7152 * gdb.base/load-command.c: New file.
7153 * gdb.base/load-command.exp: New file.
7154 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7155 (gdb_is_target_1): ...this, and generalize for other targets
7156 than just remote.
7157 (gdb_is_target_remote): Use gdb_is_target_1.
7158 (gdb_is_target_native): use gdb_is_target_1.
7159
7160 2018-02-26 Tom Tromey <tom@tromey.com>
7161
7162 PR python/16497:
7163 * gdb.python/py-framefilter.exp: Update test.
7164
7165 2018-02-26 Tom Tromey <tom@tromey.com>
7166
7167 * gdb.dwarf2/variant.c: New file.
7168 * gdb.dwarf2/variant.exp: New file.
7169
7170 2018-02-26 Tom Tromey <tom@tromey.com>
7171
7172 * gdb.rust/simple.exp: Accept more possible results in enum test.
7173
7174 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7175
7176 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7177 parentheses.
7178
7179 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7180
7181 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7182 name of a variable: $actual_linejj -> $actual_line.
7183
7184 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7185
7186 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7187
7188 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7189
7190 * gdb.btrace/buffer-size.exp: Do not force BTS.
7191
7192 2018-02-14 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7195 getting a "Quit".
7196
7197 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7198
7199 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7200 Fix test name.
7201
7202 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7203
7204 * gdb.cp/m-static.exp: Check type of optimized out static
7205 member.
7206
7207 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7208
7209 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7210 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7211
7212 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7213 Leszek Swirski <leszeks@google.com>
7214
7215 * gdb.python/py-prettyprint.c
7216 (struct to_string_returns_value_inner,
7217 struct to_string_returns_value_wrapper): New.
7218 (main): Add tsrvw variable.
7219 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7220 ToStringReturnsValueWrapper): New classes.
7221 (register_pretty_printers): Register new pretty-printers.
7222 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7223 recursive pretty printer.
7224 * gdb.python/py-mi.exp: Likewise.
7225
7226 2018-02-01 Leszek Swirski <leszeks@google.com>
7227
7228 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7229 functions with the same name as an include file are parsed
7230 correctly.
7231
7232 2018-02-01 Yao Qi <yao.qi@linaro.org>
7233
7234 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7235 "\[^\r\n\]*".
7236
7237 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7238
7239 * gdb.arch/powerpc-prologue-frame.s: New file.
7240 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7241 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7242
7243 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7244
7245 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7246
7247 2018-01-30 Pedro Alves <palves@redhat.com>
7248
7249 PR gdb/13211
7250 * gdb.base/interrupt-daemon.c: New.
7251 * gdb.base/interrupt-daemon.exp: New.
7252 * gdb.multi/multi-term-settings.c: New.
7253 * gdb.multi/multi-term-settings.exp: New.
7254
7255 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7256
7257 * gdb.base/break.exp: Save the location where the breakpoint
7258 on break.c:47 was actually inserted when debugging the version
7259 compiled at -O2 and use it in the expected output of the "info
7260 break" test performed soon after.
7261
7262 2018-01-22 Pedro Alves <palves@redhat.com>
7263 Sergio Durigan Junior <sergiodj@redhat.com>
7264
7265 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7266 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7267
7268 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7269
7270 * gdb.base/break-include.c, gdb.base/break-include.inc,
7271 gdb.base/break-include.exp: New files.
7272 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7273 line number now being the actual line number where the breakpoint
7274 was inserted.
7275 * gdb.mi/mi-break.exp: Likewise.
7276 * gdb.mi/mi-reverse.exp: Likewise.
7277 * gdb.mi/mi-simplerun.exp: Ditto.
7278
7279 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7280
7281 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7282 varobj.
7283 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7284
7285 2018-01-21 Don Breazeal <donb@codesourcery.com>
7286 Andrew Burgess <andrew.burgess@embecosm.com>
7287
7288 * gdb.mi/basics.c: Add new global.
7289 * gdb.mi/mi-frame-regs.exp: New file.
7290 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7291 case.
7292
7293 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7294
7295 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7296 non-parameter, and on an unknown symbol.
7297
7298 2018-01-19 Tom Tromey <tom@tromey.com>
7299
7300 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7301 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7302
7303 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7304
7305 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7306 setrlimit and chdir to int.
7307
7308 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7309
7310 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7311 function.
7312 (my_tend): Likewise.
7313 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7314 rationale of avoiding FP- and vector instructions.
7315
7316 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7317
7318 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7319 "info reg" with "\[ \t\]*".
7320 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7321 "\[ \t\]+".
7322 * gdb.arch/s390-multiarch.exp: Ditto.
7323 * gdb.base/pc-fp.exp: Ditto.
7324 * gdb.reverse/i386-precsave.exp: Ditto.
7325 * gdb.reverse/i386-reverse.exp: Ditto.
7326 * gdb.reverse/i387-env-reverse.exp: Ditto.
7327 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7328
7329 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7330
7331 * lib/gdb.exp (gdb_compile): Re-enable use of
7332 universal_compile_options for languages other than Rust.
7333
7334 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7335
7336 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7337
7338 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7339
7340 PR gdb/16577
7341 * gdb.base/solib-vanish.exp: New.
7342 * gdb.base/solib-vanish-main.c: New.
7343 * gdb.base/solib-vanish-lib1.c: New.
7344 * gdb.base/solib-vanish-lib2.c: New.
7345
7346 2018-01-17 Yao Qi <yao.qi@linaro.org>
7347
7348 * gdb.compile/compile.exp: Match the address printed for
7349 frame in the output of command "bt".
7350
7351 2018-01-15 Tom Tromey <tom@tromey.com>
7352
7353 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7354 compute sp_reg.
7355
7356 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7357
7358 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7359 to prepare.
7360 (prepare): Return 0 on error, 1 on success.
7361
7362 2018-01-12 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/continue-after-aborted-step-over.c: New.
7365 * gdb.base/continue-after-aborted-step-over.exp: New.
7366
7367 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7368
7369 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7370 options when not creating an executable.
7371
7372 2018-01-11 Pedro Alves <palves@redhat.com>
7373
7374 PR remote/22597
7375 * gdb.server/stop-reply-no-thread.c: New file.
7376 * gdb.server/stop-reply-no-thread.exp: New file.
7377
7378 2018-01-10 Pedro Alves <palves@redhat.com>
7379
7380 PR gdb/22670
7381 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7382 functions too. Test setting breakpoints and printing C functions
7383 with no debug info too.
7384 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7385
7386 2018-01-10 Pedro Alves <palves@redhat.com>
7387
7388 PR gdb/22670
7389 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7390 a fail.
7391
7392 2018-01-10 Pedro Alves <palves@redhat.com>
7393
7394 PR gdb/22670
7395 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7396
7397 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7398
7399 * gdb.server/unittest.exp: Match the output in non-development
7400 mode.
7401
7402 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7403
7404 * gdb.gdb/unittest.exp: Match output in non-development mode.
7405
7406 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7407
7408 * gdb.ada/access_tagged_param.exp: Relax expected output
7409 for value of "ObjL" in "continue" to pck.inspect breakpoint
7410 test.
7411
7412 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7413
7414 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7415 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7416
7417 2018-01-05 Pedro Alves <palves@redhat.com>
7418
7419 PR gdb/18653
7420 * gdb.base/libsegfault.exp: New.
7421
7422 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7423
7424 PR gdb/22670
7425 * gdb.ada/access_tagged_param.exp: New file.
7426 * gdb.ada/access_tagged_param/foo.adb: New file.
7427
7428 2018-01-05 Pedro Alves <palves@redhat.com>
7429
7430 PR gdb/22670
7431 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7432 exercise lower case too, and to exercise both full matching and
7433 wild matching.
7434
7435 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7436
7437 * gdb.ada/rename_subscript_param: New testcase.
7438
7439 2018-01-05 Jerome Guitton <guitton@adacore.com>
7440
7441 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7442
7443 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7444
7445 * gdb.ada/convvar_comp: New testcase.
7446
7447 2018-01-05 Xavier Roirand <roirand@adacore.com>
7448
7449 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7450 (My_Table): New global variable.
7451 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7452
7453 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7454
7455 PR gdb/22670
7456 * gdb.ada/maint_with_ada: New testcase.
7457
7458 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7459
7460 PR gdb/22670
7461 * gdb.ada/bp_c_mixed_case: New testcase.
7462
7463 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7464
7465 PR gdb/22670
7466 * gdb.ada/complete.exp: Add "complete break ada" test.
7467
7468 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7469
7470 PR gdb/22670
7471 * gdb.ada/info_addr_mixed_case: New testcase.
7472
7473 2018-01-03 Xavier Roirand <roirand@adacore.com>
7474
7475 * gdb.ada/excep_handle.exp: New testcase.
7476 * gdb.ada/excep_handle/foo.adb: New file.
7477 * gdb.ada/excep_handle/pck.ads: New file.
7478
7479 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7480
7481 * gdb.base/step-line.c: Add extra empty line in copyright header.
7482 * gdb.base/step-line.inp: Likewise.
7483
7484 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7485
7486 * gdb.ada/dyn_stride.exp: Add slice test.
7487
7488 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7489
7490 * gdb.ada/dyn_stride: New testcase.
7491
7492 2017-12-27 Stafford Horne <shorne@gmail.com>
7493
7494 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7495 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7496
7497 2017-12-27 Stafford Horne <shorne@gmail.com>
7498
7499 * gdb.base/reggroups.c: New file.
7500 * gdb.base/reggroups.exp: New file.
7501
7502 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7503
7504 * gdb.dwarf2/ada-valprint-error.c: New file.
7505 * gdb.dwarf2/ada-valprint-error.exp: New file.
7506
7507 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7508
7509 * gdb.ada/assign_arr: New testcase.
7510
7511 2017-12-18 Xavier Roirand <roirand@adacore.com>
7512
7513 * gdb.ada/funcall_ptr: New testcase.
7514
7515 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7516
7517 PR cli/16224
7518 * gdb.base/ptype-offsets.cc: New file.
7519 * gdb.base/ptype-offsets.exp: New file.
7520
7521 2017-12-15 Yao Qi <yao.qi@linaro.org>
7522
7523 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7524 if XML is disabled.
7525
7526 2017-12-15 Xavier Roirand <roirand@adacore.com>
7527
7528 * gdb.ada/same_component_name: New testcase.
7529
7530 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7531
7532 * gdb.ada/str_binop_equal: New testcase.
7533
7534 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7535
7536 * gdb.ada/task_switch_in_core: New testcase.
7537
7538 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7539
7540 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7541 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7542 call test_bkpt_qualified.
7543 (test_bkpt_qualified): New proc.
7544
7545 2017-12-13 Pedro Alves <palves@redhat.com>
7546
7547 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7548 Tighten regexp by matching with an anchor.
7549
7550 2017-12-13 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7553 ("expression with namespace"): New set of tests.
7554 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7555 (Nested::Test_NS::qux): New.
7556 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7557 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7558
7559 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7560
7561 * gdb.base/server-del-break.c: New file.
7562 * gdb.base/server-del-break.exp: New file.
7563
7564 2017-12-12 Stafford Horne <shorne@gmail.com>
7565
7566 * gdb.xml/tdesc-regs.exp: Add or1k support.
7567
7568 2017-12-12 Stafford Horne <shorne@gmail.com>
7569
7570 * gdb.base/bp-permanent.c: Define nop of or1k.
7571
7572 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7573
7574 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7575 output with components being reordered.
7576
7577 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7578
7579 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7580 output with components being reordered.
7581
7582 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7583 Pedro Alves <palves@redhat.com>
7584
7585 * gdb.base/maint.exp (check for .gdb_index): Check also for
7586 .debug_names.
7587 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7588 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7589 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7590 (.gdb_index used after symbol reloading): Support also .debug_names.
7591 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7592
7593 2017-12-08 Yao Qi <yao.qi@linaro.org>
7594
7595 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7596 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7597
7598 2017-12-08 Yao Qi <yao.qi@linaro.org>
7599
7600 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7601 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7602
7603 2017-12-08 Yao Qi <yao.qi@linaro.org>
7604
7605 * gdb.arch/aarch64-tagged-pointer.c: New file.
7606 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7607
7608 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7609
7610 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7611 "int".
7612
7613 2017-12-07 Keith Seitz <keiths@redhat.com>
7614
7615 PR breakpoints/22569
7616 * gdb.linespec/ls-errs.exp: Change expected result of "break
7617 -source this file has spaces.c -line 3".
7618 Check that an explicit source file followed by whitespace is
7619 identified as an invalid explicit location.
7620
7621 2017-12-07 Keith Seitz <keiths@redhat.com>
7622
7623 * gdb.cp/nested-types.cc: New file.
7624 * gdb.cp/nested-types.exp: New file.
7625 * lib/cp-support.exp: Load data-structures.exp library.
7626 (debug_cp_test_ptype_class): New global.
7627 (cp_ptype_class_verbose, next_line): New procedures.
7628 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7629 Add and document new return value.
7630 Switch the list of lines to a queue.
7631 Add support for new `type' key for nested type definitions.
7632 Add debugging/troubleshooting messages.
7633 * lib/data-structures.exp: New file.
7634
7635 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7636
7637 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7638 with proc_with_prefix, don't use with_test_prefix.
7639
7640 2017-12-07 Tom Tromey <tom@tromey.com>
7641
7642 * gdb.base/break.exp: Add test for empty "commands".
7643
7644 2017-12-07 Yao Qi <yao.qi@linaro.org>
7645
7646 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7647 malloc and catch syscall.
7648
7649 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7650
7651 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7652 tests for explicit locations.
7653
7654 2017-12-06 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7657 force-disabling XML descriptions.
7658
7659 2017-12-04 Pedro Alves <palves@redhat.com>
7660
7661 PR gdb/22499
7662 * gdb.arch/amd64-disp-step-avx.S: New file.
7663 * gdb.arch/amd64-disp-step-avx.exp: New file.
7664
7665 2017-12-03 Pedro Alves <palves@redhat.com>
7666
7667 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7668 and <string.h>.
7669 (parent_function): Print distinct messages when waitpid fails, or
7670 the child exits with a signal, or the child exits for an unhandled
7671 reason.
7672 * gdb.threads/process-dies-while-detaching.exp
7673 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7674 it. Wait for both inferior output and GDB's prompt. Use an
7675 indirect spawn id list.
7676 (do_detach): New parameter 'child_exit'. Use it to compute
7677 expected inferior output.
7678 (test_detach, test_detach_watch, test_detach_killed_outside):
7679 Adjust to pass down the expected child exit kind.
7680
7681 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7682 Sergio Durigan Junior <sergiodj@redhat.com>
7683 Pedro Alves <palves@redhat.com>
7684
7685 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7686
7687 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7688
7689 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7690 to 'symbol-file' and 'add-symbol-file' can be
7691 position-independent.
7692
7693 2017-12-01 Yao Qi <yao.qi@linaro.org>
7694
7695 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7696 the URL in copyright header.
7697 * gdb.arch/aarch64-fp.exp: Likewise.
7698 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7699 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7700 * gdb.base/expand-psymtabs.exp: Likewise.
7701 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7702 * gdb.fortran/common-block.exp: Likewise.
7703 * gdb.fortran/common-block.f90: Likewise.
7704 * gdb.fortran/logical.exp: Likewise.
7705 * gdb.fortran/vla-datatypes.f90: Likewise.
7706 * gdb.fortran/vla-sub.f90: Likewise.
7707
7708 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7709
7710 * gdb.ada/repeat_dyn: New testcase.
7711
7712 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7713
7714 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7715 Update for changed thread numbering.
7716 * gdb.cell/bt.exp: Update for changed GDB output.
7717
7718 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7719
7720 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7721 setting isremote by hand.
7722 * boards/dwarf4-gdb-index.exp: Likewise.
7723 * boards/fission.exp: Likewise.
7724 * boards/stabs.exp: Likewise.
7725
7726 2017-11-30 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.linespec/cpls-ops.exp
7729 (check_explicit_skips_function_argument): Extract the underlying
7730 type of size_t instead of hardcoding it.
7731
7732 2017-11-29 Pedro Alves <palves@redhat.com>
7733
7734 PR c++/19436
7735 * gdb.linespec/cpls-abi-tag.cc: New file.
7736 * gdb.linespec/cpls-abi-tag.exp: New file.
7737
7738 2017-11-29 Pedro Alves <palves@redhat.com>
7739
7740 * gdb.base/langs.exp: Use -qualified.
7741 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7742 it.
7743 * gdb.cp/namespace.exp: Use -qualified.
7744 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7745 (overload-3, template-overload, template-ret-type, const-overload)
7746 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7747 procedures.
7748 (test_driver): Call them.
7749 * gdb.cp/save-bp-qualified.cc: New.
7750 * gdb.cp/save-bp-qualified.exp: New.
7751 * gdb.linespec/explicit.exp: Test -qualified.
7752 * lib/completion-support.exp (completion::explicit_opts_list): Add
7753 "-qualified".
7754 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7755
7756 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7757
7758 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7759
7760 2017-11-29 Tom Tromey <tom@tromey.com>
7761
7762 * gdb.base/relocate.exp: Update invalid argument test.
7763 Add new tests for invalid arguments.
7764
7765 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7766
7767 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7768 Return 0 as a long.
7769 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7770
7771 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7772
7773 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7774 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7775 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7776 func ().
7777 * gdb.cp/shadow.cc (B.func): Return 0.
7778
7779 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7780
7781 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7782 expected output in gdb_expect call to allow the exception
7783 message to be present as well. Fix syntax confusion to avoid
7784 TCL thinking that exception_name is an array.
7785
7786 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7787
7788 * gdb.arch/spu-info.c: Include <unistd.h>.
7789 (do_signal_test): Fix broken calls to write.
7790 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7791 Fix checks for empty mailboxes. Update signal tests for corrected
7792 do_signal_test routine. Allow nonzero event status.
7793 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7794 * gdb.cell/arch.exp: Use standard_output_file.
7795 * gdb.cell/break.exp: Likewise.
7796 * gdb.cell/bt.exp: Likewise.
7797 * gdb.cell/core.exp: Likewise.
7798 * gdb.cell/dwarfaddr.exp: Likewise.
7799 * gdb.cell/ea-cache.exp: Likewise.
7800 * gdb.cell/ea-standalone.exp: Likewise.
7801 * gdb.cell/f-regs.exp: Likewise.
7802 * gdb.cell/fork.exp: Likewise.
7803 * gdb.cell/gcore.exp: Likewise.
7804 * gdb.cell/mem-access.exp: Likewise.
7805 * gdb.cell/ptype.exp: Likewise.
7806 * gdb.cell/registers.exp: Likewise.
7807 * gdb.cell/sizeof.exp: Likewise.
7808 * gdb.cell/solib-symbol.exp: Likewise.
7809 * gdb.cell/solib.exp: Likewise.
7810
7811 2017-11-25 Pedro Alves <palves@redhat.com>
7812
7813 * gdb.base/complete-empty.exp: New file.
7814 * gdb.base/completion.exp: Adjust.
7815
7816 2017-11-25 Pedro Alves <palves@redhat.com>
7817
7818 * gdb.linespec/cpls-ops.cc: New file.
7819 * gdb.linespec/cpls-ops.exp: New file.
7820 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7821 factored out from ...
7822 (test_complete_prefix_range): ... this.
7823
7824 2017-11-24 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.linespec/cpcompletion.exp: New file.
7827 * gdb.linespec/cpls-hyphen.cc: New file.
7828 * gdb.linespec/cpls.cc: New file.
7829 * gdb.linespec/cpls2.cc: New file.
7830 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7831 test to use test_gdb_complete_unique. Add label completion,
7832 keyword completion and explicit location completion tests.
7833 * lib/completion-support.exp: New file.
7834
7835 2017-11-24 Joel Brobecker <brobecker@adacore.com>
7836
7837 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7838 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7839 when hitting an exception catchpoint.
7840
7841 2017-11-22 Yao Qi <yao.qi@linaro.org>
7842
7843 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7844
7845 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7846
7847 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7848 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7849 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7850
7851 2017-11-22 Yao Qi <yao.qi@linaro.org>
7852
7853 * gdb.base/info-os.exp: Pass pthreads.
7854 * gdb.multi/multi-attach.exp: Likewise.
7855
7856 2017-11-22 Yao Qi <yao.qi@linaro.org>
7857
7858 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7859 compiler.
7860
7861 2017-11-22 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7864 * gdb.base/break-interp.exp: Likewise.
7865 * gdb.base/jit-attach-pie.exp: Likewise.
7866
7867 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7868
7869 * gdb.base/float128.c (large128): New variable.
7870 * gdb.base/float128.exp: Add test to print largest __float128 value.
7871
7872 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7873
7874 * gdb.arch/vsx-regs.exp: Update register content checks.
7875
7876 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7877
7878 * gdb.arch/ppc-longdouble.exp: New file.
7879 * gdb.arch/ppc-longdouble.c: Likewise.
7880
7881 2017-11-21 Pedro Alves <palves@redhat.com>
7882
7883 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7884
7885 2017-11-20 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7888 (long_double_typedef): New typedefs.
7889 Use DEF on double and long double.
7890 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7891 cases.
7892 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7893 and 'long_double_ptr_same_size' locals. Use them to decide
7894 whether cast from array/function to float is valid/invalid.
7895
7896 2017-11-17 Tom Tromey <tom@tromey.com>
7897
7898 * gdb.rust/traits.rs: New file.
7899 * gdb.rust/traits.exp: New file.
7900
7901 2017-11-17 Joel Brobecker <brobecker@adacore.com>
7902
7903 * gdb.ada/minsyms: New testcase.
7904
7905 2017-11-16 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7908 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7909
7910 2017-11-16 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7913 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
7914
7915 2017-11-16 Pedro Alves <palves@redhat.com>
7916
7917 * gdb.server/reconnect-ctrl-c.c: New file.
7918 * gdb.server/reconnect-ctrl-c.exp: New file.
7919
7920 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
7921
7922 * gdb.python/py-rbreak.exp: New file.
7923 * gdb.python/py-rbreak.c: New file.
7924 * gdb.python/py-rbreak-func2.c: New file.
7925
7926 2017-11-16 Pedro Alves <palves@redhat.com>
7927
7928 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
7929 pattern.
7930 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
7931 GDB.
7932
7933 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
7934
7935 * gdb.tui/completionn.exp (test_tab_completion): Add space in
7936 regex.
7937
7938 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
7939
7940 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
7941 test names.
7942
7943 2017-11-09 Pedro Alves <palves@redhat.com>
7944
7945 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
7946 factored out from ...
7947 (top level): ... here, and adjusted to avoid expecting beyond the
7948 prompt in a single gdb_test_multiple.
7949
7950 2017-11-09 Pedro Alves <palves@redhat.com>
7951
7952 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
7953 output.
7954 * gdb.server/ext-attach.exp ("kill" test): Likewise.
7955 * gdb.server/ext-restart.exp ("kill" test): Likewise.
7956 * gdb.server/ext-run.exp ("kill" test): Likewise.
7957 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
7958
7959 2017-11-09 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
7962 match till end of line.
7963
7964 2017-11-09 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.base/memattr.exp: Tighten regexes to match the end line.
7967
7968 2017-11-09 Pedro Alves <palves@redhat.com>
7969
7970 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
7971 New procedures, factored out from ...
7972 (top level): ... here, and adjusted to avoid expecting beyond the
7973 prompt in one go.
7974
7975 2017-11-09 Pedro Alves <palves@redhat.com>
7976
7977 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
7978 output. Fix '?' match.
7979
7980 2017-11-08 Joel Brobecker <brobecker@adacore.com>
7981
7982 * gdb.ada/scoped_watch: New testcase.
7983 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
7984 which is actually correct.
7985 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
7986 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
7987
7988 2017-11-08 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.gdb/complaints.exp (test_initial_complaints)
7991 (test_serial_complaints, test_short_complaints): Call
7992 complaint_internal instead of complaint.
7993
7994 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
7995
7996 * gdb.threads/tls-core.c: New file.
7997 * gdb.threads/tls-core.exp: Likewise.
7998
7999 2017-11-08 Pedro Alves <palves@redhat.com>
8000
8001 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8002 (p Exported_Capitalized): New test.
8003 (p exported_capitalized): New test.
8004
8005 2017-11-07 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8008
8009 2017-11-07 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8012 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8013 (disable_invalid, disable_inverted, disable_negative): New
8014 procedures.
8015 ("bad numbers"): New set of tests.
8016
8017 2017-11-07 Pedro Alves <palves@redhat.com>
8018
8019 * gdb.cp/ena-dis-br-range.exp: Add tests.
8020
8021 2017-11-07 Pedro Alves <palves@redhat.com>
8022
8023 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8024
8025 2017-11-07 Xavier Roirand <roirand@adacore.com>
8026 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.base/ena-dis-br.exp: Add reference to
8029 gdb.cp/ena-dis-br-range.exp.
8030 * gdb.cp/ena-dis-br-range.exp: New file.
8031 * gdb.cp/ena-dis-br-range.cc: New file.
8032
8033 2017-11-06 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.base/attach-non-pgrp-leader.c: New.
8036 * gdb.base/attach-non-pgrp-leader.exp: New.
8037
8038 2017-11-06 Pedro Alves <palves@redhat.com>
8039
8040 * configure.ac: No longer check for termio.h and sgtty.h.
8041 * configure: Regenerate.
8042 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8043 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8044 Remove termio and sgtty code.
8045
8046 2017-11-03 Yao Qi <yao.qi@linaro.org>
8047
8048 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8049 in GDB is disabled.
8050
8051 2017-11-03 Yao Qi <yao.qi@linaro.org>
8052
8053 * gdb.python/py-thrhandle.exp: Skip it if python is not
8054 enabled.
8055
8056 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8057
8058 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8059 as a breakpoint command.
8060
8061 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8062
8063 PR python/21213
8064 * gdb.python/py-infthread.exp: Test calling
8065 InferiorThread.inferior () multiple times in a row.
8066
8067 2017-10-27 Keith Seitz <keiths@redhat.com>
8068
8069 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8070 Test "info break" for every inlined function breakpoint.
8071
8072 2017-10-27 Yao Qi <yao.qi@linaro.org>
8073
8074 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8075
8076 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8077
8078 * gdb.cp/classes.exp (test_static_members): Test printing
8079 Outer::instance.
8080 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8081 (Inner::instance, Outer::instance): New.
8082
8083 2017-10-24 Pedro Alves <palves@redhat.com>
8084
8085 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8086 extra console" test in two stages.
8087
8088 2017-10-24 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8091
8092 2017-10-24 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8095 loop.
8096
8097 2017-10-24 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8100 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8101
8102 2017-10-24 Pedro Alves <palves@redhat.com>
8103
8104 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8105 parameter and handle it. Don't output read value in test name.
8106
8107 2017-10-24 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8110 custom test name.
8111
8112 2017-10-24 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8115 include the unstable output directory name in the test's name.
8116 (initial_setup_simple) <'set args'>: Use custom test name.
8117
8118 2017-10-24 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8121 with explicit test name.
8122
8123 2017-10-20 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8126 'wait -i'. Use gdb_assert and remote_close.
8127
8128 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8129
8130 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8131 number from variable rather than hard-coded.
8132
8133 2017-10-19 Pedro Alves <palves@redhat.com>
8134
8135 * gdb.base/long-inferior-output.c: New file.
8136 * gdb.base/long-inferior-output.exp: New file.
8137
8138 2017-11-18 Keith Seitz <keiths@redhat.com>
8139
8140 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8141 method.
8142 (main): Call it.
8143 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8144 Add additional user-defined conversion operator tests.
8145
8146 2017-10-17 Pedro Alves <palves@redhat.com>
8147
8148 * boards/native-stdio-gdbserver.exp: Load "local-board".
8149
8150 2017-10-17 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.base/quit-live.c: New file.
8153 * gdb.base/quit-live.exp: New file.
8154
8155 2017-10-16 Keith Seitz <keiths@redhat.com>
8156
8157 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8158 (class_with_protected_typedef, class_with_private_typedef)
8159 (struct_with_public_typedef, struct_with_protected_typedef)
8160 (struct_with_private_typedef): New classes/structs.
8161 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8162 typedefs and access specifiers.
8163
8164 2017-10-16 Pedro Alves <palves@redhat.com>
8165 Simon Marchi <simon.marchi@polymtl.ca>
8166
8167 * README (Local vs Remote vs Native): New section.
8168 * boards/local-board.exp: New file, with bits factored out from
8169 ...
8170 * boards/native-extended-gdbserver.exp: ... here. Load
8171 "local-board".
8172 * boards/native-gdbserver.exp: Load "local-board".
8173 (${board}_spawn, ${board}_exec): Delete.
8174 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8175 ...
8176 * boards/stdio-gdbserver-base.exp: ... this new file.
8177 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8178 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8179 procedure.
8180 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8181 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8182 stdio_gdbserver_command.
8183 (${board}_get_remote_address, ${board}_get_comm_port)
8184 (${board}_download, ${board}_upload): Delete.
8185 (get_target_remote_pipe_cmd): New.
8186
8187 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8188
8189 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8190 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8191 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8192 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8193 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8194 remove with_test_prefix.
8195
8196 2017-10-13 Pedro Alves <palves@redhat.com>
8197
8198 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8199 * gdb.base/annota1.exp: Use it instead of is_remote.
8200 * gdb.base/annota3.exp: Use it instead of is_remote.
8201 * gdb.cp/annota2.exp: Use it instead of is_remote.
8202 * gdb.cp/annota3.exp: Use it instead of is_remote.
8203 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8204
8205 2017-10-13 Pedro Alves <palves@redhat.com>
8206
8207 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8208 (test_num_test_vars, run_and_count_vars, find_env)
8209 (test_set_unset_env, test_inherit_env_var): New procedures.
8210 (top level): Use them.
8211
8212 2017-10-13 Pedro Alves <palves@redhat.com>
8213
8214 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8215 also skip on stub-like targets.
8216
8217 2017-10-13 Pedro Alves <palves@redhat.com>
8218
8219 PR gdb/22293
8220 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8221 (top level): Move some tests to ...
8222 (test_not_found): ... this new procedure.
8223 (top level): Call it.
8224
8225 2017-10-13 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8228 expect different "info terminal" output if testing with a
8229 non-native target.
8230
8231 2017-10-13 Pedro Alves <palves@redhat.com>
8232 Simon Marchi <simon.marchi@polymtl.ca>
8233
8234 PR python/12966
8235 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8236
8237 2017-10-13 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8240 already.
8241
8242 2017-10-13 Pedro Alves <palves@redhat.com>
8243
8244 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8245 is_remote.
8246
8247 2017-10-13 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8250 is_remote.
8251
8252 2017-10-13 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8255 is set.
8256 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8257 instead of is_remote.
8258
8259 2017-10-13 Pedro Alves <palves@redhat.com>
8260
8261 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8262 (top level): Add comment.
8263
8264 2017-10-13 Pedro Alves <palves@redhat.com>
8265
8266 * gdb.base/remote.exp (top level): Fix comment typo and add
8267 missing return.
8268
8269 2017-10-13 Pedro Alves <palves@redhat.com>
8270 Simon Marchi <simon.marchi@polymtl.ca>
8271
8272 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8273 calls and add comments. Skip test if use_gdb_stub is set.
8274 (top level): Use "set cwd" command instead of "cd" command.
8275
8276 2017-10-13 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8279 is_remote target check.
8280
8281 2017-10-13 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/scope.exp: Use build_executable + clean_restart +
8284 gdb_file_cmd instead of prepare_for_testing and no longer skip
8285 "before run" tests on is_remote target boards. Update comments.
8286 * boards/native-extended-gdbserver.exp
8287 (extended_gdbserver_load_last_file): New, factored out from ...
8288 (gdb_load): ... this. Move further below and add comment.
8289 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8290
8291 2017-10-12 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/attach.exp: Remove references to gdb64.
8294 * gdb.base/dbx.exp: Remove references to gdb64.
8295
8296 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8297 Pedro Alves <palves@redhat.com>
8298
8299 * gdb.base/label.exp: Remove is_remote target check.
8300
8301 2017-10-12 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/auvx.exp (coredir): Update comment.
8304 (top level) <core_works>: Use "set cwd" command instead of "cd"
8305 command.
8306
8307 2017-10-12 Pedro Alves <palves@redhat.com>
8308 Simon Marchi <simon.marchi@polymtl.ca>
8309
8310 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8311 target boards.
8312
8313 2017-10-12 Pedro Alves <palves@redhat.com>
8314 Simon Marchi <simon.marchi@polymtl.ca>
8315
8316 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8317 Instead skip if there's any gdb_protocol set.
8318
8319 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8320 Pedro Alves <palves@redhat.com>
8321
8322 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8323
8324 2017-10-12 Pedro Alves <palves@redhat.com>
8325 Simon Marchi <simon.marchi@polymtl.ca>
8326
8327 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8328 instead of on dejagnu remote boards.
8329
8330 2017-10-12 Pedro Alves <palves@redhat.com>
8331 Simon Marchi <simon.marchi@polymtl.ca>
8332
8333 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8334 checks. Use build_executable + clean_restart instead of
8335 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8336 of enabling non-stop after starting gdb.
8337
8338 2017-10-12 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8341 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8342 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8343 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8344
8345 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8346
8347 * gdb.arch/arc-tdesc-cpu.exp: New file.
8348 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8349
8350 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8351
8352 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8353
8354 2017-10-10 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8357 expect CLI output.
8358
8359 2017-10-10 Pedro Alves <palves@redhat.com>
8360
8361 * lib/selftest-support.exp (selftest_setup): Update for
8362 captured_command_loop's prototype change.
8363
8364 2017-10-09 Pedro Alves <palves@redhat.com>
8365
8366 Test both arch1=>arch2 and arch2=>arch1.
8367
8368 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8369 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8370 factored out to...
8371 (append_arch1_options, append_arch2_options, append_arch_options)
8372 (build_executables): New procedures.
8373 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8374 local.
8375 (top level): Add new 'first_arch' testing axis.
8376
8377 2017-10-09 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8380 (barrier): New.
8381 (thread_start, all_started): New functions.
8382 (main): Spawn new thread and wait until it is scheduled.
8383 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8384 option.
8385 (do_test): Add 'selected_thread' parameter. Run to all_started
8386 instead of main. Explicitly set the breakpoint at main. Switch
8387 to the SELECTED_THREAD thread.
8388 (top level): Test handling the exec event with either the main
8389 thread or the second thread selected.
8390
8391 2017-10-09 Pedro Alves <palves@redhat.com>
8392
8393 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8394 logic. Move STOP marker after the value checks.
8395 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8396 regexp.
8397
8398 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8399
8400 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8401
8402 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8403
8404 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8405 integer-to-dfp conversion.
8406 * gdb.base/dfp-test.exp: Likewise.
8407
8408 2017-10-04 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.multi/hangout.c: Include <unistd.h>.
8411 (hangout_loop): New function.
8412 (main): Call alarm. Call hangout_loop in a loop.
8413 * gdb.multi/hello.c: Include <unistd.h>.
8414 (hello_loop): New function.
8415 (main): Call alarm. Call hangout_loop in a loop.
8416 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8417 inferior with the other selected.
8418
8419 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8420
8421 * gdb.mi/list-thread-groups-available.exp: New file.
8422 * gdb.mi/list-thread-groups-available.c: New file.
8423
8424 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8425
8426 * gdb.base/set-cwd.exp: Make it available on
8427 native-extended-gdbserver.
8428
8429 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8430
8431 * gdb.base/set-cwd.c: New file.
8432 * gdb.base/set-cwd.exp: Likewise.
8433
8434 2017-10-02 Tom Tromey <tom@tromey.com>
8435
8436 PR rust/22236:
8437 * gdb.rust/simple.rs (main): New variable "fslice".
8438 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8439
8440 2017-10-02 Tom Tromey <tom@tromey.com>
8441
8442 * gdb.rust/simple.exp: Test ptype of a slice.
8443
8444 2017-10-02 Tom Tromey <tom@tromey.com>
8445
8446 * gdb.rust/simple.exp: Test index of slice.
8447
8448 2017-09-27 Tom Tromey <tom@tromey.com>
8449
8450 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8451
8452 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8453 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.base/compare-sections.exp (get value of read-only section): Read
8456 as unsigned value.
8457 (corrupt read-only section): Likewise and don't set written if patching
8458 failed.
8459
8460 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8461
8462 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8463 files.
8464
8465 2017-09-20 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8468 symbol names in gdb's output.
8469 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8470
8471 2017-09-20 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8474 Rename to ...
8475 (test_list_ambiguous_symbol): ... this and add a symbol name
8476 parameter. Adjust.
8477 (test_list_ambiguous_function): Reimplement on top of
8478 test_list_ambiguous_symbol and also test listing ambiguous
8479 variables.
8480 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8481 (ambiguous_fun): ... this.
8482 (ambiguous_var): New.
8483 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8484 (ambiguous_fun): ... this.
8485 (ambiguous_var): New.
8486
8487 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8488
8489 * gdb.base/starti.c: New file.
8490 * gdb.base/starti.exp: New file.
8491 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8492
8493 2017-09-14 Pedro Alves <palves@redhat.com>
8494
8495 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8496 (top level): Use it instead of runto.
8497
8498 2017-09-11 Tom Tromey <tom@tromey.com>
8499
8500 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8501
8502 2017-09-11 Tom Tromey <tom@tromey.com>
8503
8504 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8505 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8506
8507 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8508
8509 * gdb.fortran/printing-types.exp: New file.
8510 * gdb.fortran/printing-types.exp: New file.
8511
8512 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8513
8514 * gdb.fortran/vla-ptype.exp: Fix typos.
8515 * gdb.fortran/vla-value.exp: Same.
8516
8517 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8518
8519 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8520 * gdb.mi/mi-var-child-f.exp: Likewise.
8521 * gdb.mi/mi-vla-fortran.exp: Likewise.
8522
8523 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8524 Christoph Weinmann <christoph.t.weinmann@intel.com>
8525 Bernhard Heckel <bernhard.heckel@intel.com>
8526
8527 * gdb.fortran/ptr-indentation.f90: New file.
8528 * gdb.fortran/ptr-indentation.exp: New file.
8529
8530 2017-09-05 Tom Tromey <tom@tromey.com>
8531
8532 PR gdb/22010:
8533 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8534
8535 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8536
8537 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8538
8539 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 * gdb.threads/tls-nodebug-pie.c: New file.
8542 * gdb.threads/tls-nodebug-pie.exp: New file.
8543
8544 2017-09-05 Tom Tromey <tom@tromey.com>
8545
8546 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8547 for rust.
8548
8549 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8550
8551 * gdb.multi/multi-arch-exec.exp: Test with different
8552 "follow-exec-mode" settings.
8553 (do_test): New procedure.
8554
8555 2017-09-04 Pedro Alves <palves@redhat.com>
8556
8557 * gdb.base/func-static.c (S::method const, S::method volatile)
8558 (S::method volatile const): New methods.
8559 (c_s, v_s, cv_s): New instances.
8560 (main): Call method() on them.
8561 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8562 (cannot_resolve): New procedure.
8563 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8564 print-quote-unquoted columns.
8565 (do_test): Test printing each scope too.
8566
8567 2017-09-04 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.base/local-static.exp: Also test with
8570 class::method::variable wholly quoted.
8571 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8572
8573 2017-09-04 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.base/local-static.c: New.
8576 * gdb.base/local-static.cc: New.
8577 * gdb.base/local-static.exp: New.
8578
8579 2017-09-04 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.asm/asm-source.exp: Add casts to int.
8582 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8583 (dataglobal64_1, dataglobal64_2): New globals.
8584 * gdb.base/nodebug.exp: Test different expressions involving the
8585 new globals, with print, whatis and ptype. Add casts to int.
8586 * gdb.base/solib-display.exp: Add casts to int.
8587 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8588 * gdb.cp/m-static.exp: Add cast to int.
8589 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8590 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8591 tls variable with no debug info without a cast. Test with a cast
8592 to int too.
8593 * gdb.trace/entry-values.exp: Add casts.
8594
8595 2017-09-04 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.base/nodebug.exp: Test that ptype's error about functions
8598 with unknown return type includes the function name too.
8599
8600 2017-09-04 Pedro Alves <palves@redhat.com>
8601
8602 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8603 return type of munmap in infcall.
8604 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8605 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8606 type of ftell in infcall.
8607 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8608 type of getpid in infcall.
8609 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8610 infcall.
8611 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8612 Bail on failure to extract the pid.
8613 * gdb.base/nodebug.c: #include <stdint.h>.
8614 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8615 New functions.
8616 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8617 Change expected output of print/whatis/ptype with functions with
8618 no debug info. Test all supported languages. Call
8619 test_call_promotion.
8620 * gdb.compile/compile.exp: Adjust expected output to expect
8621 warning.
8622 * gdb.threads/siginfo-threads.exp: Likewise.
8623
8624 2017-09-04 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8627 "prototypes". Test calling float functions via prototyped and
8628 unprototyped function pointers.
8629 (perform_all_tests): New parameter "prototypes". Pass it down.
8630 (top level): Pass down "prototypes" parameter to
8631 perform_all_tests.
8632
8633 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8634
8635 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8636 Test with nested loops.
8637
8638 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8639
8640 * gdb.base/commands.exp: Call the new procedures.
8641 (loop_break_test, loop_continue_test): New procedures.
8642
8643 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8644
8645 * gdb.base/commands.exp: Call new procedure.
8646 (define_if_without_arg_test): New procedure.
8647
8648 2017-09-04 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.base/list-ambiguous.exp: New file.
8651 * gdb.base/list-ambiguous0.c: New file.
8652 * gdb.base/list-ambiguous1.c: New file.
8653 * gdb.base/list.exp (test_list_range): Adjust expected output.
8654
8655 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8656
8657 * gdb.base/share-env-with-gdbserver.c: New file.
8658 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8659
8660 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8661
8662 * gdb.base/commands.exp (gdbvar_simple_if_test,
8663 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8664 progvar_simple_if_test, progvar_simple_while_test,
8665 progvar_complex_if_while_test, user_defined_command_test,
8666 user_defined_command_args_eval,
8667 user_defined_command_args_stack_test,
8668 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8669 temporary_breakpoint_commands,
8670 gdb_test_no_prompt, redefine_hook_test,
8671 redefine_backtrace_test): Remove "global gdb_prompt".
8672
8673 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8674
8675 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8676 New proc, call it from toplevel.
8677
8678 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8679
8680 PR remote/21852
8681 * gdb.server/normal.c: New file, copied from gdb.base.
8682 * gdb.server/run-without-local-binary.exp: New file.
8683
8684 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8685
8686 * gdb.arch/sparc64-adi.exp: New file.
8687 * gdb.arch/sparc64-adi.c: New file.
8688
8689 2017-08-22 Pedro Alves <palves@redhat.com>
8690
8691 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8692 (top level): Add "list all overloads" tests.
8693
8694 2017-08-22 Tom Tromey <tom@tromey.com>
8695
8696 * gdb.gdb/xfullpath.exp: Remove.
8697
8698 2017-08-21 Pedro Alves <palves@redhat.com>
8699
8700 PR gdb/19487
8701 * gdb.base/symbol-alias.c: New.
8702 * gdb.base/symbol-alias2.c: New.
8703 * gdb.base/symbol-alias.exp: New.
8704
8705 2017-08-21 Pedro Alves <palves@redhat.com>
8706
8707 * gdb.base/dfp-test.c
8708 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8709 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8710 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8711 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8712 * gdb.base/whatis-ptype-typedefs.c: New.
8713 * gdb.base/whatis-ptype-typedefs.exp: New.
8714 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8715 (an_int, an_int_type, an_int_type2): New globals.
8716 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8717 involving typedefs and cast expressions.
8718 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8719 (lookup_typedefs_function): New.
8720 (typedefs_pretty_printers_dict): New.
8721 (top level): Register lookup_typedefs_function in
8722 gdb.pretty_printers.
8723
8724 2017-08-18 Yao Qi <yao.qi@linaro.org>
8725
8726 * gdb.server/unittest.exp: New.
8727
8728 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8729
8730 PR gdb/21954
8731 * gdb.base/environ.exp: Add test to check if 'unset environment'
8732 works.
8733
8734 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8735
8736 * lib/gdb.exp (universal_compile_options): New caching proc.
8737 (gdb_compile): Suppress GCC's coloring of messages.
8738
8739 2017-08-14 Tom Tromey <tom@tromey.com>
8740
8741 PR gdb/21675:
8742 * gdb.base/printcmds.exp (test_radices): New function.
8743 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8744 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8745 * lib/gdb.exp (get_integer_valueof): Use p/d.
8746
8747 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8748
8749 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8750 characters.
8751
8752 2017-08-05 Tom Tromey <tom@tromey.com>
8753
8754 * gdb.rust/simple.exp: Allow String to appear in a different
8755 namespace.
8756
8757 2017-07-26 Yao Qi <yao.qi@linaro.org>
8758
8759 * gdb.gdb/unittest.exp: Invoke command
8760 "maintenance check xml-descriptions".
8761
8762 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8763
8764 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8765 calling context.
8766 (hex128): Drop erroneous calculation of parameters.
8767
8768 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8769
8770 * gdb.python/py-unwind.exp: Disable stack protection when
8771 building test file.
8772
8773 2017-07-20 Pedro Alves <palves@redhat.com>
8774
8775 * gdb.base/default.exp (set language): Adjust expected output.
8776
8777 2017-07-20 Pedro Alves <palves@redhat.com>
8778
8779 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8780 (test_minsym): ... this, and make static.
8781 (get_pck__foo__bar__minsym): Rename to ...
8782 (get_test_minsym): ... this.
8783 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8784 symbol names and comments.
8785 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8786 (get_test_minsym): ... this.
8787 (pck__foo__bar__minsym__2): Rename to ...
8788 (test_minsym): ... this.
8789 (main): Adjust.
8790
8791 2017-07-17 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.base/completion.exp: Adjust expected output.
8794 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8795 the completer works.
8796
8797 2017-07-17 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8800
8801 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8802
8803 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8804
8805 2017-07-14 Tom Tromey <tom@tromey.com>
8806
8807 PR rust/21764:
8808 * gdb.rust/simple.exp: Add tests.
8809
8810 2017-07-14 Tom Tromey <tom@tromey.com>
8811
8812 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8813
8814 2017-07-14 Pedro Alves <palves@redhat.com>
8815
8816 * gdb.linespec/base/one/thefile.cc (z1): New function.
8817 * gdb.linespec/base/two/thefile.cc (z2): New function.
8818 * gdb.linespec/linespec.exp: Add tests.
8819
8820 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8821
8822 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8823 to mi_create_breakpoint.
8824
8825 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8826
8827 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8828 mi_create_breakpoint.
8829
8830 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8831
8832 * gdb.dlang/demangle.exp: Update for demangling changes.
8833
8834 2017-07-09 Tom Tromey <tom@tromey.com>
8835
8836 * gdb.dwarf2/shortpiece.exp: New file.
8837
8838 2017-07-06 David Blaikie <dblaikie@gmail.com>
8839
8840 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8841 built from fissiont-multi-cu{1,2}.c.
8842 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8843 except putting 'main' and 'func' in separate CUs in the same DWO file.
8844 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8845 test.
8846 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8847 test.
8848
8849 2017-07-06 Pedro Alves <palves@redhat.com>
8850
8851 * gdb.python/py-unwind.exp: Test flushregs.
8852
8853 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8854
8855 PR cli/21688
8856 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8857 tests for alias commands and trailing whitespace.
8858
8859 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8860
8861 PR cli/21688
8862 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8863 procedure. Call it.
8864
8865 2017-06-29 Pedro Alves <palves@redhat.com>
8866
8867 * gdb.base/printcmds.exp: Add tests.
8868
8869 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8870
8871 PR gdb/21337
8872 * gdb.base/reread-readsym.exp: New file.
8873 * gdb.base/reread-readsym.c: New file.
8874
8875 2017-06-21 Kevin Buettner <kevinb@redhat.com>
8876
8877 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8878 subpattern.
8879
8880 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8881
8882 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8883 extended mnemonic.
8884 * gdb.arch/powerpc-power9.s: Likewise.
8885
8886 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8887
8888 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8889 on 32-bit x86 targets. Exploit is_*_target macros where
8890 appropriate.
8891
8892 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8893
8894 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8895 register pieces.
8896
8897 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8898
8899 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8900 located in one or more DWARF pieces.
8901
8902 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8903
8904 * lib/gdb.exp (get_endianness): New proc.
8905 * gdb.arch/aarch64-fp.exp: Use it.
8906 * gdb.arch/altivec-regs.exp: Likewise.
8907 * gdb.arch/e500-regs.exp: Likewise.
8908 * gdb.arch/vsx-regs.exp: Likewise.
8909 * gdb.base/dump.exp: Likewise.
8910 * gdb.base/funcargs.exp: Likewise.
8911 * gdb.base/gnu_vector.exp: Likewise.
8912 * gdb.dwarf2/formdata16.exp: Likewise.
8913 * gdb.dwarf2/implptrpiece.exp: Likewise.
8914 * gdb.dwarf2/nonvar-access.exp: Likewise.
8915 * gdb.python/py-inferior.exp: Likewise.
8916 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8917
8918 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8919
8920 PR gdb/21226
8921 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
8922 stack value pieces are taken from the LSB end.
8923
8924 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8925
8926 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
8927 variable at nonzero offset.
8928
8929 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8930
8931 * gdb.dwarf2/var-access.c: New file.
8932 * gdb.dwarf2/var-access.exp: New test.
8933 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
8934
8935 2017-06-12 Tom Tromey <tom@tromey.com>
8936
8937 * gdb.dwarf2/formdata16.exp: Add tests.
8938
8939 2017-06-12 Tom Tromey <tom@tromey.com>
8940
8941 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
8942
8943 2017-06-12 Tom Tromey <tom@tromey.com>
8944
8945 PR exp/16225:
8946 * gdb.reverse/i386-sse-reverse.exp: Update tests.
8947 * gdb.arch/vsx-regs.exp: Update tests.
8948 * gdb.arch/s390-vregs.exp (hex128): New proc.
8949 Update test.
8950 * gdb.arch/altivec-regs.exp: Update tests.
8951
8952 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8953
8954 * gdb.base/startup-with-shell.c: New file.
8955 * gdb.base/startup-with-shell.exp: Likewise.
8956
8957 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
8958
8959 * gdb.server/non-existing-program.exp: Update regex in order to
8960 reflect the fact that gdbserver is now using fork_inferior (with a
8961 shell) to startup the inferior.
8962
8963 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
8964
8965 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
8966 support function calls from GDB.
8967
8968 2017-05-21 Tom Tromey <tom@tromey.com>
8969
8970 PR rust/21466:
8971 * gdb.rust/unsized.exp: New file.
8972 * gdb.rust/unsized.rs: New file.
8973
8974 2017-05-19 Tom Tromey <tom@tromey.com>
8975
8976 PR rust/21484:
8977 * gdb.rust/watch.exp: New file.
8978 * gdb.rust/watch.rs: New file.
8979
8980 2017-05-18 Tom Tromey <tom@tromey.com>
8981
8982 * gdb.rust/simple.exp: Allow Box to be qualified.
8983
8984 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
8985
8986 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
8987
8988 2017-05-18 Pedro Alves <palves@redhat.com>
8989
8990 * gdb.base/fileio.c (test_write, test_read, test_close)
8991 (test_fstat): Don't print 'ret' in the fail path.
8992
8993 2017-05-18 Pedro Alves <palves@redhat.com>
8994
8995 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
8996 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
8997 (test_system, test_rename, test_unlink, test_time): Change
8998 prototypes.
8999 * gdb.base/fileio.exp (stop_msg): Adjust.
9000
9001 2017-05-18 Pedro Alves <palves@redhat.com>
9002
9003 * gdb.base/fileio.c (null_str): New global.
9004 (test_stat): Use it.
9005 * gdb.base/fileio.exp: Remove nowarnings.
9006
9007 2017-05-17 Yao Qi <yao.qi@linaro.org>
9008
9009 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9010
9011 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9012
9013 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9014 argument command.
9015 (top-level): Invoke test_set_inferior_tty.
9016
9017 2017-05-04 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9020 Add parens to print call for Python 3.
9021
9022 2017-05-03 Keith Seitz <keiths@redhat.com>
9023
9024 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9025 (main): Call it.
9026
9027 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9028
9029 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9030 to prev and next.
9031
9032 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9033
9034 * gdb.python/py-record-btrace.exp: Remove test for
9035 gdb.BtraceInstruction.error.
9036
9037 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9038
9039 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9040
9041 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9042
9043 * gdb.python/py-record-btrace-threads.c: New file.
9044 * gdb.python/py-record-btrace-threads.exp: New file.
9045
9046 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9047
9048 PR testsuite/8595
9049 * gdb.base/environ.exp: Make test available in all architectures.
9050 Move bits related to "info program" testing to
9051 gdb.base/info-program.exp. Rewrite tests to use the two new
9052 procedures mentione below.
9053 (test_set_show_env_var) New procedure.
9054 (test_set_show_env_var_equal): Likewise.
9055 * gdb.base/info-program.exp: New file.
9056
9057 2017-04-27 Keith Seitz <keiths@redhat.com>
9058
9059 * gdb.cp/oranking.cc (test15): New function.
9060 (main): Call test15 and declare additional variables for testing.
9061 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9062 "p foo101('abc')" tests.
9063 Add tests for cv qualifier overloads.
9064 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9065 "lvalue reference overload" test.
9066 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9067 "print value of f1 on Child&& in f2" test.
9068
9069 2017-04-19 Pedro Alves <palves@redhat.com>
9070
9071 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9072 procedure.
9073 (top level): Call it.
9074 * lib/gdb.exp (gdb_define_cmd): New procedure.
9075
9076 2017-04-12 Pedro Alves <palves@redhat.com>
9077
9078 PR gdb/21323
9079 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9080 (wchar): New global.
9081 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9082 (do_test_wide_char, wide_char_types_no_program, top level): Add
9083 wchar_t testing.
9084
9085 2017-04-12 Pedro Alves <palves@redhat.com>
9086
9087 PR c++/21323
9088 * gdb.cp/wide_char_types.c: New file.
9089 * gdb.cp/wide_char_types.exp: New file.
9090
9091 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9092
9093 PR gdb/21352
9094 * gdb.trace/tsv.exp: Add test for "tsave -r".
9095
9096 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9097
9098 * gdb.dlang/watch-loc.c: New file.
9099 * gdb.dlang/watch-loc.exp: New file.
9100
9101 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9102
9103 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9104
9105 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9106
9107 * gdb.arch/arc-analyze-prologue.S: New file.
9108 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9109
9110 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9111
9112 * gdb.arch/arc-decode-insn.S: New file.
9113 * gdb.arch/arc-decode-insn.exp: Likewise.
9114
9115 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9116
9117 PR tdep/20928
9118 * gdb.arch/sparc64-regs.exp: New file.
9119 * gdb.arch/sparc64-regs.S: Likewise.
9120
9121 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9122
9123 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9124 and memory view on Python 3.
9125
9126 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9127 Keith Seitz <keiths@redhat.com>
9128
9129 PR gdb/14441
9130 * gdb.cp/demangle.exp: Add rvalue reference tests.
9131 * gdb.cp/rvalue-ref-casts.cc: New file.
9132 * gdb.cp/rvalue-ref-casts.exp: New file.
9133 * gdb.cp/rvalue-ref-overload.cc: New file.
9134 * gdb.cp/rvalue-ref-overload.exp: New file.
9135 * gdb.cp/rvalue-ref-params.cc: New file.
9136 * gdb.cp/rvalue-ref-params.exp: New file.
9137 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9138 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9139 * gdb.cp/rvalue-ref-types.cc: New file.
9140 * gdb.cp/rvalue-ref-types.exp: New file.
9141 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9142 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9143
9144 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9145
9146 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9147 New procedure.
9148
9149 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9150
9151 * lib/mi-support.exp (mi_gdb_test): Add additional message
9152 for unexpected output.
9153
9154 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9155
9156 * gdb.base/examine-backward.c (Barrier): New character array
9157 constant, to ensure that TestStrings is preceded by a string
9158 terminator.
9159
9160 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9161
9162 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9163 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9164 and implicit pointer into such a location.
9165
9166 2017-03-16 Doug Evans <dje@google.com>
9167
9168 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9169
9170 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9171
9172 * gdb.cp/m-static.exp: Fix expectation for prototype of
9173 test5.single_constructor and single_constructor::single_constructor.
9174
9175 2017-03-16 Doug Evans <dje@google.com>
9176
9177 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9178 * gdb.guile/scm-lazy-string.c: New file.
9179 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9180 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9181 for pointer, array, typedef lazy strings.
9182
9183 2017-03-16 Doug Evans <dje@google.com>
9184
9185 PR python/17728, python/18439, python/18779
9186 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9187 * gdb.python/py-lazy-string.c (pointer): New typedef.
9188 (main): New locals ptr, array, typedef_ptr.
9189 * gdb.python/py-value.exp: Move lazy string tests to ...
9190 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9191 array, typedef lazy strings.
9192
9193 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9194
9195 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9196 Add optional 'test' parameter.
9197
9198 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9199
9200 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9201 Skip for versions of DejaGnu < 1.5.
9202
9203 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9204
9205 * lib/gdb.exp (dejagnu_version): New proc.
9206 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9207 Use dejagnu_version.
9208
9209 2017-03-10 Keith Seitz <keiths@redhat.com>
9210
9211 PR c++/8128
9212 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9213 type from destructor regexps.
9214 Add a branch which actually passes the test.
9215 Adjust "ptype t5i" test names.
9216
9217 2017-03-08 Pedro Alves <palves@redhat.com>
9218
9219 * gdb.base/step-over-exit.exp: Add explicit test message.
9220
9221 2017-03-08 Pedro Alves <palves@redhat.com>
9222
9223 PR gdb/18360
9224 * gdb.threads/interrupt-while-step-over.c: New file.
9225 * gdb.threads/interrupt-while-step-over.exp: New file.
9226
9227 2017-03-08 Pedro Alves <palves@redhat.com>
9228
9229 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9230 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9231
9232 2017-03-08 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9235 PKRU as not supported as a PASS.
9236
9237 2017-03-08 Pedro Alves <palves@redhat.com>
9238
9239 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9240 prefix instead of $binfile1/$binfile2.
9241 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9242 in test message.
9243 * gdb.python/py-completion.exp: Use "load python file" as test
9244 messages instead of unstable path names.
9245
9246 2017-03-08 Pedro Alves <palves@redhat.com>
9247 Jan Kratochvil <jan.kratochvil@redhat.com>
9248
9249 PR cli/21218
9250 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9251 New proc.
9252 (top level): Call it.
9253
9254 2017-03-08 Pedro Alves <palves@redhat.com>
9255
9256 PR tui/21216
9257 * gdb.tui/tui-nl-filtered-output.exp: New file.
9258
9259 2017-03-08 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.base/completion.exp: Move TUI completion tests to ...
9262 * gdb.tui/completion.exp: ... this new file.
9263
9264 2017-03-08 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.base/tui-disasm-long-lines.c,
9267 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9268 gdb.base/tui-layout.exp: Move to ...
9269 * gdb.tui/: ... this new directory.
9270
9271 2017-03-07 Pedro Alves <palves@redhat.com>
9272
9273 * gdb.base/tui-layout.c: New file.
9274 * gdb.base/tui-layout.exp: New file.
9275
9276 2017-03-07 Pedro Alves <palves@redhat.com>
9277
9278 * gdb.base/tui-layout.c: Rename to ...
9279 * gdb.base/tui-disasm-long-lines.c: ... this.
9280 * gdb.base/tui-layout.exp: Rename to ...
9281 * gdb.base/tui-disasm-long-lines.exp: ... this.
9282
9283 2017-03-07 Pedro Alves <palves@redhat.com>
9284
9285 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9286
9287 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9288
9289 * i386-mpx-call.c: New file.
9290 * i386-mpx-call.exp: New file.
9291
9292 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9293
9294 * gdb.arch/powerpc-power.exp: Delete test.
9295 * gdb.arch/powerpc-power.s: Likewise.
9296 * gdb.disasm/disassembler-options.exp: New test.
9297 * gdb.arch/powerpc-altivec.exp: Likewise.
9298 * gdb.arch/powerpc-altivec.s: Likewise.
9299 * gdb.arch/powerpc-altivec2.exp: Likewise.
9300 * gdb.arch/powerpc-altivec2.s: Likewise.
9301 * gdb.arch/powerpc-altivec3.exp: Likewise.
9302 * gdb.arch/powerpc-altivec3.s: Likewise.
9303 * gdb.arch/powerpc-power7.exp: Likewise.
9304 * gdb.arch/powerpc-power7.s: Likewise.
9305 * gdb.arch/powerpc-power8.exp: Likewise.
9306 * gdb.arch/powerpc-power8.s: Likewise.
9307 * gdb.arch/powerpc-power9.exp: Likewise.
9308 * gdb.arch/powerpc-power9.s: Likewise.
9309 * gdb.arch/powerpc-vsx.exp: Likewise.
9310 * gdb.arch/powerpc-vsx.s: Likewise.
9311 * gdb.arch/powerpc-vsx2.exp: Likewise.
9312 * gdb.arch/powerpc-vsx2.s: Likewise.
9313 * gdb.arch/powerpc-vsx3.exp: Likewise.
9314 * gdb.arch/powerpc-vsx3.s: Likewise.
9315 * gdb.arch/arm-disassembler-options.exp: Likewise.
9316 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9317 * gdb.arch/s390-disassembler-options.exp: Likewise.
9318
9319 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9320
9321 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9322 (check_supported_features): ... this. Changed return type to void.
9323 (supports_rdseed): New static global.
9324 (rdseed): Check supports_rdseed.
9325 (initialize): Call check_supported_features.
9326
9327 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9328
9329 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9330 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9331 and lqarx/stqcx.
9332 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9333 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9334
9335 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9336
9337 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9338 uppercase.
9339
9340 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9341
9342 * gdb.dwarf2/formdata16.c: New file.
9343 * gdb.dwarf2/formdata16.exp: New file.
9344 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9345
9346 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9347
9348 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9349 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9350 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9351 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9352 DW_AT_GNU_*.
9353
9354 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9355
9356 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9357
9358 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9359
9360 PR gdb/21164
9361 * gdb.base/maint.exp: Add testcases for when the commands do
9362 not have arguments.
9363
9364 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9365
9366 * gdb.cp/chained-calls.exp: Use p instead of P.
9367
9368 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9369
9370 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9371 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9372
9373 2017-02-14 Tom Tromey <tom@tromey.com>
9374
9375 PR python/13598:
9376 * gdb.python/py-events.exp: Add before_prompt event tests.
9377
9378 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9379
9380 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9381
9382 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9383
9384 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9385 (main): Call my_unique_function_name.
9386 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9387 completion of patterns with a single match.
9388 Add missing -re switches to gdb_test_multiple calls.
9389
9390 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9391
9392 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9393 return if core file is not recognized.
9394
9395 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9396
9397 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9398 and extra UIs.
9399
9400 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9401
9402 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9403 proc_with_prefix.
9404
9405 2017-02-10 Tom Tromey <tom@tromey.com>
9406
9407 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9408
9409 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9410
9411 PR gdb/21122
9412 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9413
9414 2017-02-08 Jerome Guitton <guitton@adacore.com>
9415
9416 * gdb.base/define.exp: Add test for command abbreviations
9417 in define.
9418
9419 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9420
9421 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9422 * gdb.reverse/insn-reverse-x86.c: New file.
9423
9424 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9425
9426 PR tdep/20936
9427 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9428
9429 2017-02-03 Tom Tromey <tom@tromey.com>
9430
9431 PR rust/21097:
9432 * gdb.rust/simple.exp: Add new tests.
9433
9434 2017-02-02 Pedro Alves <palves@redhat.com>
9435
9436 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9437 tests.
9438
9439 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9440
9441 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9442 taking a 2-byte value out of a 4-byte DWARF implicit value on
9443 big-endian targets.
9444 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9445 logic. Add test cases for DW_OP_implicit.
9446
9447 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9448
9449 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9450
9451 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9452
9453 * gdb.btrace/enable.exp: Call gdb_exit before
9454 skip_gdbserver_tests.
9455
9456 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9457
9458 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9459 GDBFLAGS.
9460
9461 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9462
9463 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9464 the test is skipped.
9465 * gdb.btrace/data.exp: Likewise.
9466 * gdb.btrace/delta.exp: Likewise.
9467 * gdb.btrace/dlopen.exp: Likewise.
9468 * gdb.btrace/enable-running.exp: Likewise.
9469 * gdb.btrace/enable.exp: Likewise.
9470 * gdb.btrace/exception.exp: Likewise.
9471 * gdb.btrace/function_call_history.exp: Likewise.
9472 * gdb.btrace/gcore.exp: Likewise.
9473 * gdb.btrace/instruction_history.exp: Likewise.
9474 * gdb.btrace/multi-thread-step.exp: Likewise.
9475 * gdb.btrace/nohist.exp: Likewise.
9476 * gdb.btrace/non-stop.exp: Likewise.
9477 * gdb.btrace/reconnect.exp: Likewise.
9478 * gdb.btrace/record_goto-step.exp: Likewise.
9479 * gdb.btrace/record_goto.exp: Likewise.
9480 * gdb.btrace/rn-dl-bind.exp: Likewise.
9481 * gdb.btrace/segv.exp: Likewise.
9482 * gdb.btrace/step.exp: Likewise.
9483 * gdb.btrace/stepi.exp: Likewise.
9484 * gdb.btrace/tailcall-only.exp: Likewise.
9485 * gdb.btrace/tailcall.exp: Likewise.
9486 * gdb.btrace/tsx.exp: Likewise.
9487 * gdb.btrace/unknown_functions.exp: Likewise.
9488 * gdb.btrace/vdso.exp: Likewise.
9489
9490 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9491
9492 * gdb.btrace/enable-running.c: New.
9493 * gdb.btrace/enable-running.exp: New.
9494
9495 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9496
9497 * gdb.arch/amd64-gs_base.c: New file.
9498 * gdb.arch/amd64-gs_base.exp: New file.
9499
9500 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9501
9502 * lib/memory.exp: Remove spurious empty newlines.
9503
9504 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9505
9506 * gdb.python/py-bad-printers.exp: Load python file using "source".
9507 * gdb.python/py-events.exp: Likewise.
9508 * gdb.python/py-evsignal.exp: Likewise.
9509 * gdb.python/py-evthreads.exp: Likewise.
9510 * gdb.python/py-frame-args.exp: Likewise.
9511 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9512 * gdb.python/py-framefilter-mi.exp: Likewise.
9513 * gdb.python/py-framefilter.exp: Likewise.
9514 * gdb.python/py-mi.exp: Likewise.
9515 * gdb.python/py-pp-maint.exp: Likewise.
9516 * gdb.python/py-pp-registration.exp: Likewise.
9517 * gdb.python/py-prettyprint.exp: Likewise.
9518 (run_lang_tests): Likewise.
9519 * gdb.python/py-typeprint.exp: Likewise.
9520
9521 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9522
9523 * lib/memory.exp: New file.
9524 * lib/gdb.exp: Load memory.exp.
9525 * gdb.base/memattr.exp (delete_memory): Move proc to
9526 lib/memory.exp and rename to delete_memory_regions.
9527 Replace delete_memory with delete_memory_regions.
9528 Cleanup memory regions before tests.
9529 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9530 before tests.
9531
9532 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9533
9534 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9535 files.
9536 (initialize): New function conditionally defined.
9537 (testcases): Move within conditional block.
9538 (main): Call initialize.
9539 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9540 of gdb.reverse/insn-reverse.c.
9541 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9542 gdb.reverse/insn-reverse.c.
9543
9544 2017-01-26 Yao Qi <yao.qi@linaro.org>
9545
9546 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9547 disassemble on address 0.
9548
9549 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9550 Yao Qi <yao.qi@linaro.org>
9551
9552 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9553 * gdb.dwarf2/implptr-64bit.S: Remove.
9554 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9555 variables in caller's context. Add DW_OP_implicit_value.
9556
9557 2017-01-25 Yao Qi <yao.qi@linaro.org>
9558
9559 * lib/dwarf.exp (Dwarf::_location): Handle
9560 DW_OP_GNU_implicit_pointer with proper size.
9561
9562 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9563
9564 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9565 and add untested calls.
9566
9567 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9568
9569 * gdb.python/python.exp: Check line number against what GDB thinks
9570 the line number is for func1.
9571
9572 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9573
9574 * gdb.dlang/debug-expr.exp: New file.
9575
9576 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9577
9578 Fix test names for the following files:
9579
9580 * gdb.ada/exec_changed.exp
9581 * gdb.ada/info_types.exp
9582 * gdb.arch/aarch64-atomic-inst.exp
9583 * gdb.arch/aarch64-fp.exp
9584 * gdb.arch/altivec-abi.exp
9585 * gdb.arch/altivec-regs.exp
9586 * gdb.arch/amd64-byte.exp
9587 * gdb.arch/amd64-disp-step.exp
9588 * gdb.arch/amd64-dword.exp
9589 * gdb.arch/amd64-entry-value-inline.exp
9590 * gdb.arch/amd64-entry-value-param.exp
9591 * gdb.arch/amd64-entry-value-paramref.exp
9592 * gdb.arch/amd64-entry-value.exp
9593 * gdb.arch/amd64-i386-address.exp
9594 * gdb.arch/amd64-invalid-stack-middle.exp
9595 * gdb.arch/amd64-invalid-stack-top.exp
9596 * gdb.arch/amd64-optimout-repeat.exp
9597 * gdb.arch/amd64-prologue-skip.exp
9598 * gdb.arch/amd64-prologue-xmm.exp
9599 * gdb.arch/amd64-stap-special-operands.exp
9600 * gdb.arch/amd64-stap-wrong-subexp.exp
9601 * gdb.arch/amd64-tailcall-cxx.exp
9602 * gdb.arch/amd64-tailcall-noret.exp
9603 * gdb.arch/amd64-tailcall-ret.exp
9604 * gdb.arch/amd64-tailcall-self.exp
9605 * gdb.arch/amd64-word.exp
9606 * gdb.arch/arm-bl-branch-dest.exp
9607 * gdb.arch/arm-disp-step.exp
9608 * gdb.arch/arm-neon.exp
9609 * gdb.arch/arm-single-step-kernel-helper.exp
9610 * gdb.arch/avr-flash-qualifier.exp
9611 * gdb.arch/disp-step-insn-reloc.exp
9612 * gdb.arch/e500-abi.exp
9613 * gdb.arch/e500-regs.exp
9614 * gdb.arch/ftrace-insn-reloc.exp
9615 * gdb.arch/i386-avx512.exp
9616 * gdb.arch/i386-bp_permanent.exp
9617 * gdb.arch/i386-byte.exp
9618 * gdb.arch/i386-cfi-notcurrent.exp
9619 * gdb.arch/i386-disp-step.exp
9620 * gdb.arch/i386-dr3-watch.exp
9621 * gdb.arch/i386-float.exp
9622 * gdb.arch/i386-gnu-cfi.exp
9623 * gdb.arch/i386-mpx-map.exp
9624 * gdb.arch/i386-mpx-sigsegv.exp
9625 * gdb.arch/i386-mpx-simple_segv.exp
9626 * gdb.arch/i386-mpx.exp
9627 * gdb.arch/i386-permbkpt.exp
9628 * gdb.arch/i386-prologue.exp
9629 * gdb.arch/i386-signal.exp
9630 * gdb.arch/i386-size-overlap.exp
9631 * gdb.arch/i386-unwind.exp
9632 * gdb.arch/i386-word.exp
9633 * gdb.arch/mips-fcr.exp
9634 * gdb.arch/powerpc-d128-regs.exp
9635 * gdb.arch/powerpc-stackless.exp
9636 * gdb.arch/ppc64-atomic-inst.exp
9637 * gdb.arch/s390-stackless.exp
9638 * gdb.arch/s390-tdbregs.exp
9639 * gdb.arch/s390-vregs.exp
9640 * gdb.arch/sparc-sysstep.exp
9641 * gdb.arch/thumb-bx-pc.exp
9642 * gdb.arch/thumb-singlestep.exp
9643 * gdb.arch/thumb2-it.exp
9644 * gdb.arch/vsx-regs.exp
9645 * gdb.asm/asm-source.exp
9646 * gdb.base/a2-run.exp
9647 * gdb.base/advance.exp
9648 * gdb.base/all-bin.exp
9649 * gdb.base/anon.exp
9650 * gdb.base/args.exp
9651 * gdb.base/arithmet.exp
9652 * gdb.base/async-shell.exp
9653 * gdb.base/async.exp
9654 * gdb.base/attach-pie-noexec.exp
9655 * gdb.base/attach-twice.exp
9656 * gdb.base/auto-load.exp
9657 * gdb.base/bang.exp
9658 * gdb.base/bitfields.exp
9659 * gdb.base/break-always.exp
9660 * gdb.base/break-caller-line.exp
9661 * gdb.base/break-entry.exp
9662 * gdb.base/break-inline.exp
9663 * gdb.base/break-on-linker-gcd-function.exp
9664 * gdb.base/break-probes.exp
9665 * gdb.base/break.exp
9666 * gdb.base/breakpoint-shadow.exp
9667 * gdb.base/call-ar-st.exp
9668 * gdb.base/call-sc.exp
9669 * gdb.base/call-signal-resume.exp
9670 * gdb.base/call-strs.exp
9671 * gdb.base/callfuncs.exp
9672 * gdb.base/catch-fork-static.exp
9673 * gdb.base/catch-gdb-caused-signals.exp
9674 * gdb.base/catch-load.exp
9675 * gdb.base/catch-signal-fork.exp
9676 * gdb.base/catch-signal.exp
9677 * gdb.base/catch-syscall.exp
9678 * gdb.base/charset.exp
9679 * gdb.base/checkpoint.exp
9680 * gdb.base/chng-syms.exp
9681 * gdb.base/code-expr.exp
9682 * gdb.base/code_elim.exp
9683 * gdb.base/commands.exp
9684 * gdb.base/completion.exp
9685 * gdb.base/complex.exp
9686 * gdb.base/cond-expr.exp
9687 * gdb.base/condbreak.exp
9688 * gdb.base/consecutive.exp
9689 * gdb.base/continue-all-already-running.exp
9690 * gdb.base/coredump-filter.exp
9691 * gdb.base/corefile.exp
9692 * gdb.base/dbx.exp
9693 * gdb.base/debug-expr.exp
9694 * gdb.base/define.exp
9695 * gdb.base/del.exp
9696 * gdb.base/disabled-location.exp
9697 * gdb.base/disasm-end-cu.exp
9698 * gdb.base/disasm-optim.exp
9699 * gdb.base/display.exp
9700 * gdb.base/duplicate-bp.exp
9701 * gdb.base/ena-dis-br.exp
9702 * gdb.base/ending-run.exp
9703 * gdb.base/enumval.exp
9704 * gdb.base/environ.exp
9705 * gdb.base/eu-strip-infcall.exp
9706 * gdb.base/eval-avoid-side-effects.exp
9707 * gdb.base/eval-skip.exp
9708 * gdb.base/exitsignal.exp
9709 * gdb.base/expand-psymtabs.exp
9710 * gdb.base/filesym.exp
9711 * gdb.base/find-unmapped.exp
9712 * gdb.base/finish.exp
9713 * gdb.base/float.exp
9714 * gdb.base/foll-exec-mode.exp
9715 * gdb.base/foll-exec.exp
9716 * gdb.base/foll-fork.exp
9717 * gdb.base/fortran-sym-case.exp
9718 * gdb.base/freebpcmd.exp
9719 * gdb.base/func-ptr.exp
9720 * gdb.base/func-ptrs.exp
9721 * gdb.base/funcargs.exp
9722 * gdb.base/gcore-buffer-overflow.exp
9723 * gdb.base/gcore-relro-pie.exp
9724 * gdb.base/gcore-relro.exp
9725 * gdb.base/gcore.exp
9726 * gdb.base/gdb1090.exp
9727 * gdb.base/gdb11530.exp
9728 * gdb.base/gdb11531.exp
9729 * gdb.base/gdb1821.exp
9730 * gdb.base/gdbindex-stabs.exp
9731 * gdb.base/gdbvars.exp
9732 * gdb.base/hbreak.exp
9733 * gdb.base/hbreak2.exp
9734 * gdb.base/included.exp
9735 * gdb.base/infcall-input.exp
9736 * gdb.base/inferior-died.exp
9737 * gdb.base/infnan.exp
9738 * gdb.base/info-macros.exp
9739 * gdb.base/info-os.exp
9740 * gdb.base/info-proc.exp
9741 * gdb.base/info-shared.exp
9742 * gdb.base/info-target.exp
9743 * gdb.base/infoline.exp
9744 * gdb.base/interp.exp
9745 * gdb.base/interrupt.exp
9746 * gdb.base/jit-reader.exp
9747 * gdb.base/jit-simple.exp
9748 * gdb.base/kill-after-signal.exp
9749 * gdb.base/kill-detach-inferiors-cmd.exp
9750 * gdb.base/label.exp
9751 * gdb.base/langs.exp
9752 * gdb.base/ldbl_e308.exp
9753 * gdb.base/line-symtabs.exp
9754 * gdb.base/linespecs.exp
9755 * gdb.base/list.exp
9756 * gdb.base/long_long.exp
9757 * gdb.base/longest-types.exp
9758 * gdb.base/maint.exp
9759 * gdb.base/max-value-size.exp
9760 * gdb.base/memattr.exp
9761 * gdb.base/mips_pro.exp
9762 * gdb.base/morestack.exp
9763 * gdb.base/moribund-step.exp
9764 * gdb.base/multi-forks.exp
9765 * gdb.base/nested-addr.exp
9766 * gdb.base/nextoverexit.exp
9767 * gdb.base/noreturn-finish.exp
9768 * gdb.base/noreturn-return.exp
9769 * gdb.base/nostdlib.exp
9770 * gdb.base/offsets.exp
9771 * gdb.base/opaque.exp
9772 * gdb.base/pc-fp.exp
9773 * gdb.base/permissions.exp
9774 * gdb.base/print-symbol-loading.exp
9775 * gdb.base/prologue-include.exp
9776 * gdb.base/psymtab.exp
9777 * gdb.base/ptype.exp
9778 * gdb.base/random-signal.exp
9779 * gdb.base/randomize.exp
9780 * gdb.base/range-stepping.exp
9781 * gdb.base/readline-ask.exp
9782 * gdb.base/recpar.exp
9783 * gdb.base/recurse.exp
9784 * gdb.base/relational.exp
9785 * gdb.base/restore.exp
9786 * gdb.base/return-nodebug.exp
9787 * gdb.base/return.exp
9788 * gdb.base/run-after-attach.exp
9789 * gdb.base/save-bp.exp
9790 * gdb.base/scope.exp
9791 * gdb.base/sect-cmd.exp
9792 * gdb.base/set-lang-auto.exp
9793 * gdb.base/set-noassign.exp
9794 * gdb.base/setvar.exp
9795 * gdb.base/sigall.exp
9796 * gdb.base/sigbpt.exp
9797 * gdb.base/siginfo-addr.exp
9798 * gdb.base/siginfo-infcall.exp
9799 * gdb.base/siginfo-obj.exp
9800 * gdb.base/siginfo.exp
9801 * gdb.base/signals-state-child.exp
9802 * gdb.base/signest.exp
9803 * gdb.base/sigstep.exp
9804 * gdb.base/sizeof.exp
9805 * gdb.base/skip.exp
9806 * gdb.base/solib-corrupted.exp
9807 * gdb.base/solib-nodir.exp
9808 * gdb.base/solib-search.exp
9809 * gdb.base/stack-checking.exp
9810 * gdb.base/stale-infcall.exp
9811 * gdb.base/stap-probe.exp
9812 * gdb.base/start.exp
9813 * gdb.base/step-break.exp
9814 * gdb.base/step-bt.exp
9815 * gdb.base/step-line.exp
9816 * gdb.base/step-over-exit.exp
9817 * gdb.base/step-over-syscall.exp
9818 * gdb.base/step-resume-infcall.exp
9819 * gdb.base/step-test.exp
9820 * gdb.base/store.exp
9821 * gdb.base/structs3.exp
9822 * gdb.base/sym-file.exp
9823 * gdb.base/symbol-without-target_section.exp
9824 * gdb.base/term.exp
9825 * gdb.base/testenv.exp
9826 * gdb.base/ui-redirect.exp
9827 * gdb.base/until.exp
9828 * gdb.base/unwindonsignal.exp
9829 * gdb.base/value-double-free.exp
9830 * gdb.base/vla-datatypes.exp
9831 * gdb.base/vla-ptr.exp
9832 * gdb.base/vla-sideeffect.exp
9833 * gdb.base/volatile.exp
9834 * gdb.base/watch-cond-infcall.exp
9835 * gdb.base/watch-cond.exp
9836 * gdb.base/watch-non-mem.exp
9837 * gdb.base/watch-read.exp
9838 * gdb.base/watch-vfork.exp
9839 * gdb.base/watchpoint-cond-gone.exp
9840 * gdb.base/watchpoint-delete.exp
9841 * gdb.base/watchpoint-hw-hit-once.exp
9842 * gdb.base/watchpoint-hw.exp
9843 * gdb.base/watchpoint-stops-at-right-insn.exp
9844 * gdb.base/watchpoints.exp
9845 * gdb.base/wchar.exp
9846 * gdb.base/whatis-exp.exp
9847 * gdb.btrace/buffer-size.exp
9848 * gdb.btrace/data.exp
9849 * gdb.btrace/delta.exp
9850 * gdb.btrace/dlopen.exp
9851 * gdb.btrace/enable.exp
9852 * gdb.btrace/exception.exp
9853 * gdb.btrace/function_call_history.exp
9854 * gdb.btrace/gcore.exp
9855 * gdb.btrace/instruction_history.exp
9856 * gdb.btrace/nohist.exp
9857 * gdb.btrace/reconnect.exp
9858 * gdb.btrace/record_goto-step.exp
9859 * gdb.btrace/record_goto.exp
9860 * gdb.btrace/rn-dl-bind.exp
9861 * gdb.btrace/segv.exp
9862 * gdb.btrace/step.exp
9863 * gdb.btrace/stepi.exp
9864 * gdb.btrace/tailcall-only.exp
9865 * gdb.btrace/tailcall.exp
9866 * gdb.btrace/tsx.exp
9867 * gdb.btrace/unknown_functions.exp
9868 * gdb.btrace/vdso.exp
9869 * gdb.compile/compile-ifunc.exp
9870 * gdb.compile/compile-ops.exp
9871 * gdb.compile/compile-print.exp
9872 * gdb.compile/compile-setjmp.exp
9873 * gdb.cp/abstract-origin.exp
9874 * gdb.cp/ambiguous.exp
9875 * gdb.cp/annota2.exp
9876 * gdb.cp/annota3.exp
9877 * gdb.cp/anon-ns.exp
9878 * gdb.cp/anon-struct.exp
9879 * gdb.cp/anon-union.exp
9880 * gdb.cp/arg-reference.exp
9881 * gdb.cp/baseenum.exp
9882 * gdb.cp/bool.exp
9883 * gdb.cp/breakpoint.exp
9884 * gdb.cp/bs15503.exp
9885 * gdb.cp/call-c.exp
9886 * gdb.cp/casts.exp
9887 * gdb.cp/chained-calls.exp
9888 * gdb.cp/class2.exp
9889 * gdb.cp/classes.exp
9890 * gdb.cp/cmpd-minsyms.exp
9891 * gdb.cp/converts.exp
9892 * gdb.cp/cp-relocate.exp
9893 * gdb.cp/cpcompletion.exp
9894 * gdb.cp/cpexprs.exp
9895 * gdb.cp/cplabel.exp
9896 * gdb.cp/cplusfuncs.exp
9897 * gdb.cp/cpsizeof.exp
9898 * gdb.cp/ctti.exp
9899 * gdb.cp/derivation.exp
9900 * gdb.cp/destrprint.exp
9901 * gdb.cp/dispcxx.exp
9902 * gdb.cp/enum-class.exp
9903 * gdb.cp/exception.exp
9904 * gdb.cp/exceptprint.exp
9905 * gdb.cp/expand-psymtabs-cxx.exp
9906 * gdb.cp/expand-sals.exp
9907 * gdb.cp/extern-c.exp
9908 * gdb.cp/filename.exp
9909 * gdb.cp/formatted-ref.exp
9910 * gdb.cp/fpointer.exp
9911 * gdb.cp/gdb1355.exp
9912 * gdb.cp/gdb2495.exp
9913 * gdb.cp/hang.exp
9914 * gdb.cp/impl-this.exp
9915 * gdb.cp/infcall-dlopen.exp
9916 * gdb.cp/inherit.exp
9917 * gdb.cp/iostream.exp
9918 * gdb.cp/koenig.exp
9919 * gdb.cp/local.exp
9920 * gdb.cp/m-data.exp
9921 * gdb.cp/m-static.exp
9922 * gdb.cp/mb-ctor.exp
9923 * gdb.cp/mb-inline.exp
9924 * gdb.cp/mb-templates.exp
9925 * gdb.cp/member-name.exp
9926 * gdb.cp/member-ptr.exp
9927 * gdb.cp/meth-typedefs.exp
9928 * gdb.cp/method.exp
9929 * gdb.cp/method2.exp
9930 * gdb.cp/minsym-fallback.exp
9931 * gdb.cp/misc.exp
9932 * gdb.cp/namelessclass.exp
9933 * gdb.cp/namespace-enum.exp
9934 * gdb.cp/namespace-nested-import.exp
9935 * gdb.cp/namespace.exp
9936 * gdb.cp/nextoverthrow.exp
9937 * gdb.cp/no-dmgl-verbose.exp
9938 * gdb.cp/non-trivial-retval.exp
9939 * gdb.cp/noparam.exp
9940 * gdb.cp/nsdecl.exp
9941 * gdb.cp/nsimport.exp
9942 * gdb.cp/nsnested.exp
9943 * gdb.cp/nsnoimports.exp
9944 * gdb.cp/nsrecurs.exp
9945 * gdb.cp/nsstress.exp
9946 * gdb.cp/nsusing.exp
9947 * gdb.cp/operator.exp
9948 * gdb.cp/oranking.exp
9949 * gdb.cp/overload-const.exp
9950 * gdb.cp/overload.exp
9951 * gdb.cp/ovldbreak.exp
9952 * gdb.cp/ovsrch.exp
9953 * gdb.cp/paren-type.exp
9954 * gdb.cp/parse-lang.exp
9955 * gdb.cp/pass-by-ref.exp
9956 * gdb.cp/pr-1023.exp
9957 * gdb.cp/pr-1210.exp
9958 * gdb.cp/pr-574.exp
9959 * gdb.cp/pr10687.exp
9960 * gdb.cp/pr12028.exp
9961 * gdb.cp/pr17132.exp
9962 * gdb.cp/pr17494.exp
9963 * gdb.cp/pr9067.exp
9964 * gdb.cp/pr9167.exp
9965 * gdb.cp/pr9631.exp
9966 * gdb.cp/printmethod.exp
9967 * gdb.cp/psmang.exp
9968 * gdb.cp/psymtab-parameter.exp
9969 * gdb.cp/ptype-cv-cp.exp
9970 * gdb.cp/ptype-flags.exp
9971 * gdb.cp/re-set-overloaded.exp
9972 * gdb.cp/ref-types.exp
9973 * gdb.cp/rtti.exp
9974 * gdb.cp/scope-err.exp
9975 * gdb.cp/shadow.exp
9976 * gdb.cp/smartp.exp
9977 * gdb.cp/static-method.exp
9978 * gdb.cp/static-print-quit.exp
9979 * gdb.cp/temargs.exp
9980 * gdb.cp/templates.exp
9981 * gdb.cp/try_catch.exp
9982 * gdb.cp/typedef-operator.exp
9983 * gdb.cp/typeid.exp
9984 * gdb.cp/userdef.exp
9985 * gdb.cp/using-crash.exp
9986 * gdb.cp/var-tag.exp
9987 * gdb.cp/virtbase.exp
9988 * gdb.cp/virtfunc.exp
9989 * gdb.cp/virtfunc2.exp
9990 * gdb.cp/vla-cxx.exp
9991 * gdb.disasm/t01_mov.exp
9992 * gdb.disasm/t02_mova.exp
9993 * gdb.disasm/t03_add.exp
9994 * gdb.disasm/t04_sub.exp
9995 * gdb.disasm/t05_cmp.exp
9996 * gdb.disasm/t06_ari2.exp
9997 * gdb.disasm/t07_ari3.exp
9998 * gdb.disasm/t08_or.exp
9999 * gdb.disasm/t09_xor.exp
10000 * gdb.disasm/t10_and.exp
10001 * gdb.disasm/t11_logs.exp
10002 * gdb.disasm/t12_bit.exp
10003 * gdb.disasm/t13_otr.exp
10004 * gdb.dlang/circular.exp
10005 * gdb.dwarf2/arr-stride.exp
10006 * gdb.dwarf2/arr-subrange.exp
10007 * gdb.dwarf2/atomic-type.exp
10008 * gdb.dwarf2/bad-regnum.exp
10009 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10010 * gdb.dwarf2/callframecfa.exp
10011 * gdb.dwarf2/clztest.exp
10012 * gdb.dwarf2/corrupt.exp
10013 * gdb.dwarf2/data-loc.exp
10014 * gdb.dwarf2/dup-psym.exp
10015 * gdb.dwarf2/dw2-anon-mptr.exp
10016 * gdb.dwarf2/dw2-anonymous-func.exp
10017 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10018 * gdb.dwarf2/dw2-bad-unresolved.exp
10019 * gdb.dwarf2/dw2-basic.exp
10020 * gdb.dwarf2/dw2-canonicalize-type.exp
10021 * gdb.dwarf2/dw2-case-insensitive.exp
10022 * gdb.dwarf2/dw2-common-block.exp
10023 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10024 * gdb.dwarf2/dw2-compressed.exp
10025 * gdb.dwarf2/dw2-const.exp
10026 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10027 * gdb.dwarf2/dw2-cu-size.exp
10028 * gdb.dwarf2/dw2-dup-frame.exp
10029 * gdb.dwarf2/dw2-entry-value.exp
10030 * gdb.dwarf2/dw2-icycle.exp
10031 * gdb.dwarf2/dw2-ifort-parameter.exp
10032 * gdb.dwarf2/dw2-inline-break.exp
10033 * gdb.dwarf2/dw2-inline-param.exp
10034 * gdb.dwarf2/dw2-intercu.exp
10035 * gdb.dwarf2/dw2-intermix.exp
10036 * gdb.dwarf2/dw2-lexical-block-bare.exp
10037 * gdb.dwarf2/dw2-linkage-name-trust.exp
10038 * gdb.dwarf2/dw2-minsym-in-cu.exp
10039 * gdb.dwarf2/dw2-noloc.exp
10040 * gdb.dwarf2/dw2-op-call.exp
10041 * gdb.dwarf2/dw2-op-out-param.exp
10042 * gdb.dwarf2/dw2-opt-structptr.exp
10043 * gdb.dwarf2/dw2-param-error.exp
10044 * gdb.dwarf2/dw2-producer.exp
10045 * gdb.dwarf2/dw2-ranges-base.exp
10046 * gdb.dwarf2/dw2-ref-missing-frame.exp
10047 * gdb.dwarf2/dw2-reg-undefined.exp
10048 * gdb.dwarf2/dw2-regno-invalid.exp
10049 * gdb.dwarf2/dw2-restore.exp
10050 * gdb.dwarf2/dw2-restrict.exp
10051 * gdb.dwarf2/dw2-single-line-discriminators.exp
10052 * gdb.dwarf2/dw2-strp.exp
10053 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10054 * gdb.dwarf2/dw2-unresolved.exp
10055 * gdb.dwarf2/dw2-var-zero-addr.exp
10056 * gdb.dwarf2/dw4-sig-types.exp
10057 * gdb.dwarf2/dwz.exp
10058 * gdb.dwarf2/dynarr-ptr.exp
10059 * gdb.dwarf2/enum-type.exp
10060 * gdb.dwarf2/gdb-index.exp
10061 * gdb.dwarf2/implptr-64bit.exp
10062 * gdb.dwarf2/implptr-optimized-out.exp
10063 * gdb.dwarf2/implptr.exp
10064 * gdb.dwarf2/implref-array.exp
10065 * gdb.dwarf2/implref-const.exp
10066 * gdb.dwarf2/implref-global.exp
10067 * gdb.dwarf2/implref-struct.exp
10068 * gdb.dwarf2/mac-fileno.exp
10069 * gdb.dwarf2/main-subprogram.exp
10070 * gdb.dwarf2/member-ptr-forwardref.exp
10071 * gdb.dwarf2/method-ptr.exp
10072 * gdb.dwarf2/missing-sig-type.exp
10073 * gdb.dwarf2/nonvar-access.exp
10074 * gdb.dwarf2/opaque-type-lookup.exp
10075 * gdb.dwarf2/pieces-optimized-out.exp
10076 * gdb.dwarf2/pieces.exp
10077 * gdb.dwarf2/pr10770.exp
10078 * gdb.dwarf2/pr13961.exp
10079 * gdb.dwarf2/staticvirtual.exp
10080 * gdb.dwarf2/subrange.exp
10081 * gdb.dwarf2/symtab-producer.exp
10082 * gdb.dwarf2/trace-crash.exp
10083 * gdb.dwarf2/typeddwarf.exp
10084 * gdb.dwarf2/valop.exp
10085 * gdb.dwarf2/watch-notconst.exp
10086 * gdb.fortran/array-element.exp
10087 * gdb.fortran/charset.exp
10088 * gdb.fortran/common-block.exp
10089 * gdb.fortran/complex.exp
10090 * gdb.fortran/derived-type-function.exp
10091 * gdb.fortran/derived-type.exp
10092 * gdb.fortran/logical.exp
10093 * gdb.fortran/module.exp
10094 * gdb.fortran/multi-dim.exp
10095 * gdb.fortran/nested-funcs.exp
10096 * gdb.fortran/print-formatted.exp
10097 * gdb.fortran/subarray.exp
10098 * gdb.fortran/vla-alloc-assoc.exp
10099 * gdb.fortran/vla-datatypes.exp
10100 * gdb.fortran/vla-history.exp
10101 * gdb.fortran/vla-ptr-info.exp
10102 * gdb.fortran/vla-ptype-sub.exp
10103 * gdb.fortran/vla-ptype.exp
10104 * gdb.fortran/vla-sizeof.exp
10105 * gdb.fortran/vla-type.exp
10106 * gdb.fortran/vla-value-sub-arbitrary.exp
10107 * gdb.fortran/vla-value-sub-finish.exp
10108 * gdb.fortran/vla-value-sub.exp
10109 * gdb.fortran/vla-value.exp
10110 * gdb.fortran/whatis_type.exp
10111 * gdb.go/chan.exp
10112 * gdb.go/handcall.exp
10113 * gdb.go/hello.exp
10114 * gdb.go/integers.exp
10115 * gdb.go/methods.exp
10116 * gdb.go/package.exp
10117 * gdb.go/strings.exp
10118 * gdb.go/types.exp
10119 * gdb.go/unsafe.exp
10120 * gdb.guile/scm-arch.exp
10121 * gdb.guile/scm-block.exp
10122 * gdb.guile/scm-breakpoint.exp
10123 * gdb.guile/scm-cmd.exp
10124 * gdb.guile/scm-disasm.exp
10125 * gdb.guile/scm-equal.exp
10126 * gdb.guile/scm-frame-args.exp
10127 * gdb.guile/scm-frame-inline.exp
10128 * gdb.guile/scm-frame.exp
10129 * gdb.guile/scm-iterator.exp
10130 * gdb.guile/scm-math.exp
10131 * gdb.guile/scm-objfile.exp
10132 * gdb.guile/scm-ports.exp
10133 * gdb.guile/scm-symbol.exp
10134 * gdb.guile/scm-symtab.exp
10135 * gdb.guile/scm-value-cc.exp
10136 * gdb.guile/types-module.exp
10137 * gdb.linespec/break-ask.exp
10138 * gdb.linespec/cpexplicit.exp
10139 * gdb.linespec/explicit.exp
10140 * gdb.linespec/keywords.exp
10141 * gdb.linespec/linespec.exp
10142 * gdb.linespec/ls-dollar.exp
10143 * gdb.linespec/ls-errs.exp
10144 * gdb.linespec/skip-two.exp
10145 * gdb.linespec/thread.exp
10146 * gdb.mi/mi-async.exp
10147 * gdb.mi/mi-basics.exp
10148 * gdb.mi/mi-break.exp
10149 * gdb.mi/mi-catch-load.exp
10150 * gdb.mi/mi-cli.exp
10151 * gdb.mi/mi-cmd-param-changed.exp
10152 * gdb.mi/mi-console.exp
10153 * gdb.mi/mi-detach.exp
10154 * gdb.mi/mi-disassemble.exp
10155 * gdb.mi/mi-eval.exp
10156 * gdb.mi/mi-file-transfer.exp
10157 * gdb.mi/mi-file.exp
10158 * gdb.mi/mi-fill-memory.exp
10159 * gdb.mi/mi-inheritance-syntax-error.exp
10160 * gdb.mi/mi-linespec-err-cp.exp
10161 * gdb.mi/mi-logging.exp
10162 * gdb.mi/mi-memory-changed.exp
10163 * gdb.mi/mi-read-memory.exp
10164 * gdb.mi/mi-record-changed.exp
10165 * gdb.mi/mi-reg-undefined.exp
10166 * gdb.mi/mi-regs.exp
10167 * gdb.mi/mi-return.exp
10168 * gdb.mi/mi-reverse.exp
10169 * gdb.mi/mi-simplerun.exp
10170 * gdb.mi/mi-solib.exp
10171 * gdb.mi/mi-stack.exp
10172 * gdb.mi/mi-stepi.exp
10173 * gdb.mi/mi-syn-frame.exp
10174 * gdb.mi/mi-until.exp
10175 * gdb.mi/mi-var-block.exp
10176 * gdb.mi/mi-var-child.exp
10177 * gdb.mi/mi-var-cmd.exp
10178 * gdb.mi/mi-var-cp.exp
10179 * gdb.mi/mi-var-display.exp
10180 * gdb.mi/mi-var-invalidate.exp
10181 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10182 * gdb.mi/mi-vla-fortran.exp
10183 * gdb.mi/mi-watch.exp
10184 * gdb.mi/mi2-var-child.exp
10185 * gdb.mi/user-selected-context-sync.exp
10186 * gdb.modula2/unbounded-array.exp
10187 * gdb.multi/dummy-frame-restore.exp
10188 * gdb.multi/multi-arch-exec.exp
10189 * gdb.multi/multi-arch.exp
10190 * gdb.multi/tids.exp
10191 * gdb.multi/watchpoint-multi.exp
10192 * gdb.opencl/callfuncs.exp
10193 * gdb.opencl/convs_casts.exp
10194 * gdb.opencl/datatypes.exp
10195 * gdb.opencl/operators.exp
10196 * gdb.opencl/vec_comps.exp
10197 * gdb.opt/clobbered-registers-O2.exp
10198 * gdb.opt/inline-break.exp
10199 * gdb.opt/inline-bt.exp
10200 * gdb.opt/inline-cmds.exp
10201 * gdb.opt/inline-locals.exp
10202 * gdb.pascal/case-insensitive-symbols.exp
10203 * gdb.pascal/floats.exp
10204 * gdb.pascal/gdb11492.exp
10205 * gdb.python/lib-types.exp
10206 * gdb.python/py-arch.exp
10207 * gdb.python/py-as-string.exp
10208 * gdb.python/py-bad-printers.exp
10209 * gdb.python/py-block.exp
10210 * gdb.python/py-breakpoint-create-fail.exp
10211 * gdb.python/py-breakpoint.exp
10212 * gdb.python/py-caller-is.exp
10213 * gdb.python/py-cmd.exp
10214 * gdb.python/py-explore-cc.exp
10215 * gdb.python/py-explore.exp
10216 * gdb.python/py-finish-breakpoint.exp
10217 * gdb.python/py-finish-breakpoint2.exp
10218 * gdb.python/py-frame-args.exp
10219 * gdb.python/py-frame-inline.exp
10220 * gdb.python/py-frame.exp
10221 * gdb.python/py-framefilter-mi.exp
10222 * gdb.python/py-infthread.exp
10223 * gdb.python/py-lazy-string.exp
10224 * gdb.python/py-linetable.exp
10225 * gdb.python/py-mi-events.exp
10226 * gdb.python/py-mi-objfile.exp
10227 * gdb.python/py-mi.exp
10228 * gdb.python/py-objfile.exp
10229 * gdb.python/py-pp-integral.exp
10230 * gdb.python/py-pp-maint.exp
10231 * gdb.python/py-pp-re-notag.exp
10232 * gdb.python/py-pp-registration.exp
10233 * gdb.python/py-recurse-unwind.exp
10234 * gdb.python/py-strfns.exp
10235 * gdb.python/py-symbol.exp
10236 * gdb.python/py-symtab.exp
10237 * gdb.python/py-sync-interp.exp
10238 * gdb.python/py-typeprint.exp
10239 * gdb.python/py-unwind-maint.exp
10240 * gdb.python/py-unwind.exp
10241 * gdb.python/py-value-cc.exp
10242 * gdb.python/py-xmethods.exp
10243 * gdb.reverse/amd64-tailcall-reverse.exp
10244 * gdb.reverse/break-precsave.exp
10245 * gdb.reverse/break-reverse.exp
10246 * gdb.reverse/consecutive-precsave.exp
10247 * gdb.reverse/consecutive-reverse.exp
10248 * gdb.reverse/finish-precsave.exp
10249 * gdb.reverse/finish-reverse-bkpt.exp
10250 * gdb.reverse/finish-reverse.exp
10251 * gdb.reverse/fstatat-reverse.exp
10252 * gdb.reverse/getresuid-reverse.exp
10253 * gdb.reverse/i386-precsave.exp
10254 * gdb.reverse/i386-reverse.exp
10255 * gdb.reverse/i386-sse-reverse.exp
10256 * gdb.reverse/i387-env-reverse.exp
10257 * gdb.reverse/i387-stack-reverse.exp
10258 * gdb.reverse/insn-reverse.exp
10259 * gdb.reverse/machinestate-precsave.exp
10260 * gdb.reverse/machinestate.exp
10261 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10262 * gdb.reverse/pipe-reverse.exp
10263 * gdb.reverse/readv-reverse.exp
10264 * gdb.reverse/recvmsg-reverse.exp
10265 * gdb.reverse/rerun-prec.exp
10266 * gdb.reverse/s390-mvcle.exp
10267 * gdb.reverse/step-precsave.exp
10268 * gdb.reverse/step-reverse.exp
10269 * gdb.reverse/time-reverse.exp
10270 * gdb.reverse/until-precsave.exp
10271 * gdb.reverse/until-reverse.exp
10272 * gdb.reverse/waitpid-reverse.exp
10273 * gdb.reverse/watch-precsave.exp
10274 * gdb.reverse/watch-reverse.exp
10275 * gdb.rust/generics.exp
10276 * gdb.rust/methods.exp
10277 * gdb.rust/modules.exp
10278 * gdb.rust/simple.exp
10279 * gdb.server/connect-with-no-symbol-file.exp
10280 * gdb.server/ext-attach.exp
10281 * gdb.server/ext-restart.exp
10282 * gdb.server/ext-wrapper.exp
10283 * gdb.server/file-transfer.exp
10284 * gdb.server/server-exec-info.exp
10285 * gdb.server/server-kill.exp
10286 * gdb.server/server-mon.exp
10287 * gdb.server/wrapper.exp
10288 * gdb.stabs/exclfwd.exp
10289 * gdb.stabs/gdb11479.exp
10290 * gdb.threads/clone-new-thread-event.exp
10291 * gdb.threads/corethreads.exp
10292 * gdb.threads/current-lwp-dead.exp
10293 * gdb.threads/dlopen-libpthread.exp
10294 * gdb.threads/gcore-thread.exp
10295 * gdb.threads/sigstep-threads.exp
10296 * gdb.threads/watchpoint-fork.exp
10297 * gdb.trace/actions-changed.exp
10298 * gdb.trace/backtrace.exp
10299 * gdb.trace/change-loc.exp
10300 * gdb.trace/circ.exp
10301 * gdb.trace/collection.exp
10302 * gdb.trace/disconnected-tracing.exp
10303 * gdb.trace/ftrace.exp
10304 * gdb.trace/mi-trace-frame-collected.exp
10305 * gdb.trace/mi-trace-unavailable.exp
10306 * gdb.trace/mi-traceframe-changed.exp
10307 * gdb.trace/mi-tsv-changed.exp
10308 * gdb.trace/no-attach-trace.exp
10309 * gdb.trace/passc-dyn.exp
10310 * gdb.trace/qtro.exp
10311 * gdb.trace/range-stepping.exp
10312 * gdb.trace/read-memory.exp
10313 * gdb.trace/save-trace.exp
10314 * gdb.trace/signal.exp
10315 * gdb.trace/status-stop.exp
10316 * gdb.trace/tfile.exp
10317 * gdb.trace/trace-break.exp
10318 * gdb.trace/trace-buffer-size.exp
10319 * gdb.trace/trace-condition.exp
10320 * gdb.trace/tracefile-pseudo-reg.exp
10321 * gdb.trace/tstatus.exp
10322 * gdb.trace/unavailable.exp
10323 * gdb.trace/while-dyn.exp
10324 * gdb.trace/while-stepping.exp
10325
10326 2016-12-22 Doug Evans <xdje42@gmail.com>
10327
10328 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10329 and msymbols.
10330
10331 2016-12-19 Yao Qi <yao.qi@linaro.org>
10332
10333 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10334 (test_with_self): Don't call do_steps_and_nexts, and remove
10335 code about stepping into xmalloc.
10336
10337 2016-12-09 Yao Qi <yao.qi@linaro.org>
10338
10339 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10340
10341 2016-12-09 Yao Qi <yao.qi@linaro.org>
10342
10343 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10344
10345 2016-12-09 Pedro Alves <palves@redhat.com>
10346
10347 * gdb.base/all-architectures-0.exp: New file.
10348 * gdb.base/all-architectures-1.exp: New file.
10349 * gdb.base/all-architectures-2.exp: New file.
10350 * gdb.base/all-architectures-3.exp: New file.
10351 * gdb.base/all-architectures-4.exp: New file.
10352 * gdb.base/all-architectures-5.exp: New file.
10353 * gdb.base/all-architectures-6.exp: New file.
10354 * gdb.base/all-architectures-7.exp: New file.
10355 * gdb.base/all-architectures.exp.in: New file.
10356
10357 2016-12-09 Yao Qi <yao.qi@linaro.org>
10358
10359 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10360
10361 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10362
10363 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10364 possible.
10365 Remove useless pattern-matching code.
10366
10367 2016-12-02 Pedro Alves <palves@redhat.com>
10368
10369 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10370 procedure.
10371 (top level): Call it.
10372
10373 2016-12-02 Pedro Alves <palves@redhat.com>
10374
10375 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10376 New procedure.
10377 (top level): Call it.
10378
10379 2016-12-02 Pedro Alves <palves@redhat.com>
10380
10381 PR cli/20559
10382 * gdb.base/commands.exp (user_defined_command_args_eval): New
10383 procedure.
10384 (top level): Call it.
10385
10386 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10387
10388 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10389 timeout handling.
10390
10391 2016-12-02 Tom Tromey <tom@tromey.com>
10392
10393 * gdb.dwarf2/main-subprogram.c: New file.
10394 * gdb.dwarf2/main-subprogram.exp: New file.
10395
10396 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10397
10398 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10399 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10400 gdb_test_no_output for a couple of cases.
10401 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10402
10403 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10404
10405 Fix test names and standardize compilation error messages throughout
10406 the following files:
10407
10408 * gdb.ada/start.exp
10409 * gdb.arch/alpha-step.exp
10410 * gdb.arch/e500-prologue.exp
10411 * gdb.arch/ftrace-insn-reloc.exp
10412 * gdb.arch/gdb1291.exp
10413 * gdb.arch/gdb1431.exp
10414 * gdb.arch/gdb1558.exp
10415 * gdb.arch/i386-dr3-watch.exp
10416 * gdb.arch/i386-sse-stack-align.exp
10417 * gdb.arch/ia64-breakpoint-shadow.exp
10418 * gdb.arch/pa-nullify.exp
10419 * gdb.arch/powerpc-aix-prologue.exp
10420 * gdb.arch/thumb-bx-pc.exp
10421 * gdb.base/annota1.exp
10422 * gdb.base/annota3.exp
10423 * gdb.base/arrayidx.exp
10424 * gdb.base/assign.exp
10425 * gdb.base/attach.exp
10426 * gdb.base/auxv.exp
10427 * gdb.base/bang.exp
10428 * gdb.base/bfp-test.exp
10429 * gdb.base/bigcore.exp
10430 * gdb.base/bitfields2.exp
10431 * gdb.base/break-fun-addr.exp
10432 * gdb.base/break-probes.exp
10433 * gdb.base/call-rt-st.exp
10434 * gdb.base/callexit.exp
10435 * gdb.base/catch-fork-kill.exp
10436 * gdb.base/charset.exp
10437 * gdb.base/checkpoint.exp
10438 * gdb.base/comprdebug.exp
10439 * gdb.base/constvars.exp
10440 * gdb.base/coredump-filter.exp
10441 * gdb.base/cursal.exp
10442 * gdb.base/cvexpr.exp
10443 * gdb.base/detach.exp
10444 * gdb.base/display.exp
10445 * gdb.base/dmsym.exp
10446 * gdb.base/dprintf-pending.exp
10447 * gdb.base/dso2dso.exp
10448 * gdb.base/dtrace-probe.exp
10449 * gdb.base/dump.exp
10450 * gdb.base/enum_cond.exp
10451 * gdb.base/exe-lock.exp
10452 * gdb.base/exec-invalid-sysroot.exp
10453 * gdb.base/execl-update-breakpoints.exp
10454 * gdb.base/exprs.exp
10455 * gdb.base/fileio.exp
10456 * gdb.base/find.exp
10457 * gdb.base/finish.exp
10458 * gdb.base/fixsection.exp
10459 * gdb.base/foll-vfork.exp
10460 * gdb.base/frame-args.exp
10461 * gdb.base/gcore.exp
10462 * gdb.base/gdb1250.exp
10463 * gdb.base/global-var-nested-by-dso.exp
10464 * gdb.base/gnu-ifunc.exp
10465 * gdb.base/hashline1.exp
10466 * gdb.base/hashline2.exp
10467 * gdb.base/hashline3.exp
10468 * gdb.base/hbreak-in-shr-unsupported.exp
10469 * gdb.base/huge.exp
10470 * gdb.base/infcall-input.exp
10471 * gdb.base/info-fun.exp
10472 * gdb.base/info-shared.exp
10473 * gdb.base/jit-simple.exp
10474 * gdb.base/jit-so.exp
10475 * gdb.base/jit.exp
10476 * gdb.base/jump.exp
10477 * gdb.base/label.exp
10478 * gdb.base/lineinc.exp
10479 * gdb.base/logical.exp
10480 * gdb.base/longjmp.exp
10481 * gdb.base/macscp.exp
10482 * gdb.base/miscexprs.exp
10483 * gdb.base/new-ui-echo.exp
10484 * gdb.base/new-ui-pending-input.exp
10485 * gdb.base/new-ui.exp
10486 * gdb.base/nodebug.exp
10487 * gdb.base/nofield.exp
10488 * gdb.base/offsets.exp
10489 * gdb.base/overlays.exp
10490 * gdb.base/pending.exp
10491 * gdb.base/pointers.exp
10492 * gdb.base/pr11022.exp
10493 * gdb.base/printcmds.exp
10494 * gdb.base/prologue.exp
10495 * gdb.base/ptr-typedef.exp
10496 * gdb.base/realname-expand.exp
10497 * gdb.base/relativedebug.exp
10498 * gdb.base/relocate.exp
10499 * gdb.base/remote.exp
10500 * gdb.base/reread.exp
10501 * gdb.base/return2.exp
10502 * gdb.base/savedregs.exp
10503 * gdb.base/sep.exp
10504 * gdb.base/sepdebug.exp
10505 * gdb.base/sepsymtab.exp
10506 * gdb.base/set-inferior-tty.exp
10507 * gdb.base/setshow.exp
10508 * gdb.base/shlib-call.exp
10509 * gdb.base/sigaltstack.exp
10510 * gdb.base/siginfo-addr.exp
10511 * gdb.base/signals.exp
10512 * gdb.base/signull.exp
10513 * gdb.base/sigrepeat.exp
10514 * gdb.base/so-impl-ld.exp
10515 * gdb.base/solib-display.exp
10516 * gdb.base/solib-overlap.exp
10517 * gdb.base/solib-search.exp
10518 * gdb.base/solib-symbol.exp
10519 * gdb.base/structs.exp
10520 * gdb.base/structs2.exp
10521 * gdb.base/symtab-search-order.exp
10522 * gdb.base/twice.exp
10523 * gdb.base/unload.exp
10524 * gdb.base/varargs.exp
10525 * gdb.base/watchpoint-solib.exp
10526 * gdb.base/watchpoint.exp
10527 * gdb.base/whatis.exp
10528 * gdb.base/wrong_frame_bt_full.exp
10529 * gdb.btrace/dlopen.exp
10530 * gdb.cell/ea-standalone.exp
10531 * gdb.cell/ea-test.exp
10532 * gdb.cp/dispcxx.exp
10533 * gdb.cp/gdb2384.exp
10534 * gdb.cp/method2.exp
10535 * gdb.cp/nextoverthrow.exp
10536 * gdb.cp/pr10728.exp
10537 * gdb.disasm/am33.exp
10538 * gdb.disasm/h8300s.exp
10539 * gdb.disasm/mn10300.exp
10540 * gdb.disasm/sh3.exp
10541 * gdb.dwarf2/dw2-dir-file-name.exp
10542 * gdb.fortran/complex.exp
10543 * gdb.fortran/library-module.exp
10544 * gdb.guile/scm-pretty-print.exp
10545 * gdb.guile/scm-symbol.exp
10546 * gdb.guile/scm-type.exp
10547 * gdb.guile/scm-value.exp
10548 * gdb.linespec/linespec.exp
10549 * gdb.mi/gdb701.exp
10550 * gdb.mi/gdb792.exp
10551 * gdb.mi/mi-breakpoint-changed.exp
10552 * gdb.mi/mi-dprintf-pending.exp
10553 * gdb.mi/mi-dprintf.exp
10554 * gdb.mi/mi-exit-code.exp
10555 * gdb.mi/mi-pending.exp
10556 * gdb.mi/mi-solib.exp
10557 * gdb.mi/new-ui-mi-sync.exp
10558 * gdb.mi/pr11022.exp
10559 * gdb.mi/user-selected-context-sync.exp
10560 * gdb.opt/solib-intra-step.exp
10561 * gdb.python/py-events.exp
10562 * gdb.python/py-finish-breakpoint.exp
10563 * gdb.python/py-mi.exp
10564 * gdb.python/py-prettyprint.exp
10565 * gdb.python/py-shared.exp
10566 * gdb.python/py-symbol.exp
10567 * gdb.python/py-template.exp
10568 * gdb.python/py-type.exp
10569 * gdb.python/py-value.exp
10570 * gdb.reverse/solib-precsave.exp
10571 * gdb.reverse/solib-reverse.exp
10572 * gdb.server/solib-list.exp
10573 * gdb.stabs/weird.exp
10574 * gdb.threads/reconnect-signal.exp
10575 * gdb.threads/stepi-random-signal.exp
10576 * gdb.trace/actions.exp
10577 * gdb.trace/ax.exp
10578 * gdb.trace/backtrace.exp
10579 * gdb.trace/change-loc.exp
10580 * gdb.trace/deltrace.exp
10581 * gdb.trace/ftrace-lock.exp
10582 * gdb.trace/ftrace.exp
10583 * gdb.trace/infotrace.exp
10584 * gdb.trace/mi-tracepoint-changed.exp
10585 * gdb.trace/packetlen.exp
10586 * gdb.trace/passcount.exp
10587 * gdb.trace/pending.exp
10588 * gdb.trace/range-stepping.exp
10589 * gdb.trace/report.exp
10590 * gdb.trace/stap-trace.exp
10591 * gdb.trace/tfind.exp
10592 * gdb.trace/trace-break.exp
10593 * gdb.trace/trace-condition.exp
10594 * gdb.trace/trace-enable-disable.exp
10595 * gdb.trace/trace-mt.exp
10596 * gdb.trace/tracecmd.exp
10597 * gdb.trace/tspeed.exp
10598 * gdb.trace/tsv.exp
10599 * lib/perftest.exp
10600
10601 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10602
10603 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10604 with gdb_test_no_output.
10605 Use command as test name.
10606
10607 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10608
10609 Fix test names starting with uppercase throughout the files.
10610
10611 * gdb.ada/assign_1.exp
10612 * gdb.ada/boolean_expr.exp
10613 * gdb.base/arrayidx.exp
10614 * gdb.base/del.exp
10615 * gdb.base/gcore-buffer-overflow.exp
10616 * gdb.base/testenv.exp
10617 * gdb.compile/compile.exp
10618 * gdb.python/py-framefilter-invalidarg.exp
10619 * gdb.python/py-framefilter.exp
10620
10621 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10622
10623 Fix test names starting with uppercase throughout the files.
10624
10625 * gdb.ada/array_return.exp
10626 * gdb.ada/expr_delims.exp
10627 * gdb.ada/mi_dyn_arr.exp
10628 * gdb.ada/mi_interface.exp
10629 * gdb.ada/mi_var_array.exp
10630 * gdb.ada/watch_arg.exp
10631 * gdb.arch/alpha-step.exp
10632 * gdb.arch/altivec-regs.exp
10633 * gdb.arch/e500-regs.exp
10634 * gdb.arch/powerpc-d128-regs.exp
10635 * gdb.base/arrayidx.exp
10636 * gdb.base/break.exp
10637 * gdb.base/checkpoint.exp
10638 * gdb.base/debug-expr.exp
10639 * gdb.base/dmsym.exp
10640 * gdb.base/radix.exp
10641 * gdb.base/sepdebug.exp
10642 * gdb.base/testenv.exp
10643 * gdb.base/watch_thread_num.exp
10644 * gdb.base/watchpoint-cond-gone.exp
10645 * gdb.cell/break.exp
10646 * gdb.cell/ea-cache.exp
10647 * gdb.compile/compile.exp
10648 * gdb.cp/gdb2495.exp
10649 * gdb.gdb/selftest.exp
10650 * gdb.gdb/xfullpath.exp
10651 * gdb.go/hello.exp
10652 * gdb.go/integers.exp
10653 * gdb.objc/basicclass.exp
10654 * gdb.pascal/hello.exp
10655 * gdb.pascal/integers.exp
10656 * gdb.python/py-breakpoint.exp
10657 * gdb.python/py-cmd.exp
10658 * gdb.python/py-linetable.exp
10659 * gdb.python/py-xmethods.exp
10660 * gdb.python/python.exp
10661 * gdb.reverse/consecutive-precsave.exp
10662 * gdb.reverse/finish-precsave.exp
10663 * gdb.reverse/i386-precsave.exp
10664 * gdb.reverse/machinestate-precsave.exp
10665 * gdb.reverse/sigall-precsave.exp
10666 * gdb.reverse/solib-precsave.exp
10667 * gdb.reverse/step-precsave.exp
10668 * gdb.reverse/until-precsave.exp
10669 * gdb.reverse/watch-precsave.exp
10670 * gdb.threads/leader-exit.exp
10671 * gdb.threads/pthreads.exp
10672 * gdb.threads/wp-replication.exp
10673 * gdb.trace/actions.exp
10674 * gdb.trace/mi-tsv-changed.exp
10675 * gdb.trace/tsv.exp
10676
10677 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10678
10679 Fix test names starting with uppercase throughout the files.
10680
10681 * gdb.arch/i386-bp_permanent.exp
10682 * gdb.arch/i386-gnu-cfi.exp
10683 * gdb.base/disasm-end-cu.exp
10684 * gdb.base/macscp.exp
10685 * gdb.base/pending.exp
10686 * gdb.base/watch_thread_num.exp
10687 * gdb.cp/exception.exp
10688 * gdb.cp/gdb2495.exp
10689 * gdb.cp/local.exp
10690 * gdb.python/py-evsignal.exp
10691 * gdb.python/python.exp
10692 * gdb.trace/tracecmd.exp
10693
10694 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10695
10696 Fix test names starting with uppercase throughout the files.
10697
10698 * gdb.base/charset.exp
10699 * gdb.base/eval.exp
10700 * gdb.base/multi-forks.exp
10701 * gdb.guile/scm-progspace.exp
10702 * gdb.opencl/datatypes.exp
10703 * gdb.python/py-block.exp
10704 * gdb.python/py-function.exp
10705 * gdb.python/py-symbol.exp
10706 * gdb.python/py-symtab.exp
10707 * gdb.python/py-xmethods.exp
10708 * gdb.reverse/break-precsave.exp
10709 * gdb.reverse/break-reverse.exp
10710 * gdb.reverse/consecutive-precsave.exp
10711 * gdb.reverse/consecutive-reverse.exp
10712 * gdb.reverse/finish-precsave.exp
10713 * gdb.reverse/finish-reverse-bkpt.exp
10714 * gdb.reverse/finish-reverse.exp
10715 * gdb.reverse/fstatat-reverse.exp
10716 * gdb.reverse/getresuid-reverse.exp
10717 * gdb.reverse/i386-precsave.exp
10718 * gdb.reverse/i386-reverse.exp
10719 * gdb.reverse/i386-sse-reverse.exp
10720 * gdb.reverse/i387-stack-reverse.exp
10721 * gdb.reverse/insn-reverse.exp
10722 * gdb.reverse/machinestate-precsave.exp
10723 * gdb.reverse/machinestate.exp
10724 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10725 * gdb.reverse/pipe-reverse.exp
10726 * gdb.reverse/readv-reverse.exp
10727 * gdb.reverse/recvmsg-reverse.exp
10728 * gdb.reverse/rerun-prec.exp
10729 * gdb.reverse/s390-mvcle.exp
10730 * gdb.reverse/sigall-precsave.exp
10731 * gdb.reverse/sigall-reverse.exp
10732 * gdb.reverse/solib-precsave.exp
10733 * gdb.reverse/solib-reverse.exp
10734 * gdb.reverse/step-precsave.exp
10735 * gdb.reverse/step-reverse.exp
10736 * gdb.reverse/time-reverse.exp
10737 * gdb.reverse/until-precsave.exp
10738 * gdb.reverse/until-reverse.exp
10739 * gdb.reverse/waitpid-reverse.exp
10740 * gdb.reverse/watch-precsave.exp
10741 * gdb.reverse/watch-reverse.exp
10742
10743 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10744
10745 Fix test names starting with uppercase throughout the files.
10746
10747 * gdb.arch/i386-mpx-simple_segv.exp
10748 * gdb.arch/i386-mpx.exp
10749 * gdb.arch/i386-permbkpt.exp
10750 * gdb.arch/pa-nullify.exp
10751 * gdb.arch/powerpc-d128-regs.exp
10752 * gdb.arch/vsx-regs.exp
10753 * gdb.base/bfp-test.exp
10754 * gdb.base/break.exp
10755 * gdb.base/breakpoint-shadow.exp
10756 * gdb.base/callfuncs.exp
10757 * gdb.base/charset.exp
10758 * gdb.base/commands.exp
10759 * gdb.base/completion.exp
10760 * gdb.base/dfp-test.exp
10761 * gdb.base/echo.exp
10762 * gdb.base/ending-run.exp
10763 * gdb.base/eval.exp
10764 * gdb.base/expand-psymtabs.exp
10765 * gdb.base/float128.exp
10766 * gdb.base/floatn.exp
10767 * gdb.base/foll-exec-mode.exp
10768 * gdb.base/gdb1056.exp
10769 * gdb.base/gdb11531.exp
10770 * gdb.base/kill-after-signal.exp
10771 * gdb.base/multi-forks.exp
10772 * gdb.base/overlays.exp
10773 * gdb.base/pending.exp
10774 * gdb.base/sepdebug.exp
10775 * gdb.base/testenv.exp
10776 * gdb.base/valgrind-db-attach.exp
10777 * gdb.base/watch_thread_num.exp
10778 * gdb.base/watchpoint-cond-gone.exp
10779 * gdb.base/watchpoint.exp
10780 * gdb.base/watchpoints.exp
10781 * gdb.cp/arg-reference.exp
10782 * gdb.cp/baseenum.exp
10783 * gdb.cp/operator.exp
10784 * gdb.cp/shadow.exp
10785 * gdb.dwarf2/dw2-op-out-param.exp
10786 * gdb.dwarf2/dw2-reg-undefined.exp
10787 * gdb.go/chan.exp
10788 * gdb.go/hello.exp
10789 * gdb.go/integers.exp
10790 * gdb.go/methods.exp
10791 * gdb.go/package.exp
10792 * gdb.guile/scm-parameter.exp
10793 * gdb.guile/scm-progspace.exp
10794 * gdb.guile/scm-value.exp
10795 * gdb.mi/mi-pending.exp
10796 * gdb.mi/user-selected-context-sync.exp
10797 * gdb.multi/multi-attach.exp
10798 * gdb.multi/tids.exp
10799 * gdb.opt/clobbered-registers-O2.exp
10800 * gdb.pascal/floats.exp
10801 * gdb.pascal/integers.exp
10802 * gdb.python/py-block.exp
10803 * gdb.python/py-events.exp
10804 * gdb.python/py-parameter.exp
10805 * gdb.python/py-symbol.exp
10806 * gdb.python/py-symtab.exp
10807 * gdb.python/py-type.exp
10808 * gdb.python/py-value.exp
10809 * gdb.python/py-xmethods.exp
10810 * gdb.python/python.exp
10811 * gdb.reverse/break-precsave.exp
10812 * gdb.reverse/consecutive-precsave.exp
10813 * gdb.reverse/finish-precsave.exp
10814 * gdb.reverse/i386-precsave.exp
10815 * gdb.reverse/machinestate-precsave.exp
10816 * gdb.reverse/sigall-precsave.exp
10817 * gdb.reverse/solib-precsave.exp
10818 * gdb.reverse/step-precsave.exp
10819 * gdb.reverse/until-precsave.exp
10820 * gdb.reverse/watch-precsave.exp
10821 * gdb.server/ext-attach.exp
10822 * gdb.server/ext-restart.exp
10823 * gdb.server/ext-run.exp
10824 * gdb.server/ext-wrapper.exp
10825 * gdb.stabs/gdb11479.exp
10826 * gdb.stabs/weird.exp
10827 * gdb.threads/attach-many-short-lived-threads.exp
10828 * gdb.threads/kill.exp
10829 * gdb.threads/watchpoint-fork.exp
10830
10831 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10832
10833 Fix test names starting with uppercase throughout all the files below.
10834
10835 * gdb.ada/array_return.exp
10836 * gdb.ada/catch_ex.exp
10837 * gdb.ada/info_exc.exp
10838 * gdb.ada/mi_catch_ex.exp
10839 * gdb.ada/mi_dyn_arr.exp
10840 * gdb.ada/mi_ex_cond.exp
10841 * gdb.ada/mi_exc_info.exp
10842 * gdb.ada/mi_interface.exp
10843 * gdb.ada/mi_task_arg.exp
10844 * gdb.ada/mi_task_info.exp
10845 * gdb.ada/mi_var_array.exp
10846 * gdb.arch/alpha-step.exp
10847 * gdb.arch/amd64-disp-step.exp
10848 * gdb.arch/arm-disp-step.exp
10849 * gdb.arch/disp-step-insn-reloc.exp
10850 * gdb.arch/e500-prologue.exp
10851 * gdb.arch/ftrace-insn-reloc.exp
10852 * gdb.arch/gdb1558.exp
10853 * gdb.arch/i386-bp_permanent.exp
10854 * gdb.arch/i386-disp-step.exp
10855 * gdb.arch/i386-float.exp
10856 * gdb.arch/i386-gnu-cfi.exp
10857 * gdb.arch/ia64-breakpoint-shadow.exp
10858 * gdb.arch/mips16-thunks.exp
10859 * gdb.arch/pa-nullify.exp
10860 * gdb.arch/powerpc-aix-prologue.exp
10861 * gdb.arch/powerpc-power.exp
10862 * gdb.arch/ppc-dfp.exp
10863 * gdb.arch/s390-tdbregs.exp
10864 * gdb.arch/spu-info.exp
10865 * gdb.arch/spu-ls.exp
10866 * gdb.arch/thumb-bx-pc.exp
10867 * gdb.base/advance.exp
10868 * gdb.base/annota-input-while-running.exp
10869 * gdb.base/arrayidx.exp
10870 * gdb.base/asmlabel.exp
10871 * gdb.base/async.exp
10872 * gdb.base/attach-wait-input.exp
10873 * gdb.base/auto-connect-native-target.exp
10874 * gdb.base/batch-preserve-term-settings.exp
10875 * gdb.base/bfp-test.exp
10876 * gdb.base/bigcore.exp
10877 * gdb.base/bp-permanent.exp
10878 * gdb.base/break-always.exp
10879 * gdb.base/break-fun-addr.exp
10880 * gdb.base/break-idempotent.exp
10881 * gdb.base/break-main-file-remove-fail.exp
10882 * gdb.base/break-probes.exp
10883 * gdb.base/break-unload-file.exp
10884 * gdb.base/break.exp
10885 * gdb.base/call-ar-st.exp
10886 * gdb.base/call-rt-st.exp
10887 * gdb.base/call-sc.exp
10888 * gdb.base/call-signal-resume.exp
10889 * gdb.base/call-strs.exp
10890 * gdb.base/callexit.exp
10891 * gdb.base/callfuncs.exp
10892 * gdb.base/catch-gdb-caused-signals.exp
10893 * gdb.base/catch-signal-siginfo-cond.exp
10894 * gdb.base/catch-syscall.exp
10895 * gdb.base/compare-sections.exp
10896 * gdb.base/cond-eval-mode.exp
10897 * gdb.base/condbreak-call-false.exp
10898 * gdb.base/consecutive-step-over.exp
10899 * gdb.base/cursal.exp
10900 * gdb.base/disabled-location.exp
10901 * gdb.base/disasm-end-cu.exp
10902 * gdb.base/display.exp
10903 * gdb.base/double-prompt-target-event-error.exp
10904 * gdb.base/dprintf-bp-same-addr.exp
10905 * gdb.base/dprintf-detach.exp
10906 * gdb.base/dprintf-next.exp
10907 * gdb.base/dprintf-non-stop.exp
10908 * gdb.base/dprintf-pending.exp
10909 * gdb.base/dso2dso.exp
10910 * gdb.base/ending-run.exp
10911 * gdb.base/enum_cond.exp
10912 * gdb.base/examine-backward.exp
10913 * gdb.base/exe-lock.exp
10914 * gdb.base/exec-invalid-sysroot.exp
10915 * gdb.base/execl-update-breakpoints.exp
10916 * gdb.base/execution-termios.exp
10917 * gdb.base/fileio.exp
10918 * gdb.base/fixsection.exp
10919 * gdb.base/foll-exec-mode.exp
10920 * gdb.base/foll-exec.exp
10921 * gdb.base/fork-running-state.exp
10922 * gdb.base/frame-args.exp
10923 * gdb.base/fullpath-expand.exp
10924 * gdb.base/func-ptr.exp
10925 * gdb.base/gcore-relro-pie.exp
10926 * gdb.base/gdb1090.exp
10927 * gdb.base/gdb1555.exp
10928 * gdb.base/global-var-nested-by-dso.exp
10929 * gdb.base/gnu-ifunc.exp
10930 * gdb.base/hbreak-in-shr-unsupported.exp
10931 * gdb.base/hbreak-unmapped.exp
10932 * gdb.base/hook-stop.exp
10933 * gdb.base/infcall-input.exp
10934 * gdb.base/info-fun.exp
10935 * gdb.base/info-shared.exp
10936 * gdb.base/interrupt-noterm.exp
10937 * gdb.base/jit-so.exp
10938 * gdb.base/jit.exp
10939 * gdb.base/line-symtabs.exp
10940 * gdb.base/list.exp
10941 * gdb.base/longjmp.exp
10942 * gdb.base/macscp.exp
10943 * gdb.base/max-value-size.exp
10944 * gdb.base/nodebug.exp
10945 * gdb.base/nofield.exp
10946 * gdb.base/overlays.exp
10947 * gdb.base/paginate-after-ctrl-c-running.exp
10948 * gdb.base/paginate-bg-execution.exp
10949 * gdb.base/paginate-inferior-exit.exp
10950 * gdb.base/pending.exp
10951 * gdb.base/pr11022.exp
10952 * gdb.base/printcmds.exp
10953 * gdb.base/ptr-typedef.exp
10954 * gdb.base/ptype.exp
10955 * gdb.base/randomize.exp
10956 * gdb.base/range-stepping.exp
10957 * gdb.base/realname-expand.exp
10958 * gdb.base/relativedebug.exp
10959 * gdb.base/remote.exp
10960 * gdb.base/savedregs.exp
10961 * gdb.base/sepdebug.exp
10962 * gdb.base/set-noassign.exp
10963 * gdb.base/shlib-call.exp
10964 * gdb.base/shreloc.exp
10965 * gdb.base/sigaltstack.exp
10966 * gdb.base/sigbpt.exp
10967 * gdb.base/siginfo-addr.exp
10968 * gdb.base/siginfo-obj.exp
10969 * gdb.base/siginfo-thread.exp
10970 * gdb.base/signest.exp
10971 * gdb.base/signull.exp
10972 * gdb.base/sigrepeat.exp
10973 * gdb.base/skip.exp
10974 * gdb.base/so-impl-ld.exp
10975 * gdb.base/solib-corrupted.exp
10976 * gdb.base/solib-disc.exp
10977 * gdb.base/solib-display.exp
10978 * gdb.base/solib-overlap.exp
10979 * gdb.base/solib-search.exp
10980 * gdb.base/solib-symbol.exp
10981 * gdb.base/source-execution.exp
10982 * gdb.base/sss-bp-on-user-bp-2.exp
10983 * gdb.base/sss-bp-on-user-bp.exp
10984 * gdb.base/stack-checking.exp
10985 * gdb.base/stale-infcall.exp
10986 * gdb.base/step-break.exp
10987 * gdb.base/step-line.exp
10988 * gdb.base/step-over-exit.exp
10989 * gdb.base/step-test.exp
10990 * gdb.base/structs.exp
10991 * gdb.base/sym-file.exp
10992 * gdb.base/symtab-search-order.exp
10993 * gdb.base/term.exp
10994 * gdb.base/type-opaque.exp
10995 * gdb.base/unload.exp
10996 * gdb.base/until-nodebug.exp
10997 * gdb.base/until.exp
10998 * gdb.base/unwindonsignal.exp
10999 * gdb.base/watch-cond.exp
11000 * gdb.base/watch-non-mem.exp
11001 * gdb.base/watch_thread_num.exp
11002 * gdb.base/watchpoint-reuse-slot.exp
11003 * gdb.base/watchpoint-solib.exp
11004 * gdb.base/watchpoint.exp
11005 * gdb.btrace/dlopen.exp
11006 * gdb.cell/arch.exp
11007 * gdb.cell/break.exp
11008 * gdb.cell/bt.exp
11009 * gdb.cell/core.exp
11010 * gdb.cell/data.exp
11011 * gdb.cell/dwarfaddr.exp
11012 * gdb.cell/ea-cache.exp
11013 * gdb.cell/ea-standalone.exp
11014 * gdb.cell/ea-test.exp
11015 * gdb.cell/f-regs.exp
11016 * gdb.cell/fork.exp
11017 * gdb.cell/gcore.exp
11018 * gdb.cell/mem-access.exp
11019 * gdb.cell/ptype.exp
11020 * gdb.cell/registers.exp
11021 * gdb.cell/sizeof.exp
11022 * gdb.cell/solib-symbol.exp
11023 * gdb.cell/solib.exp
11024 * gdb.compile/compile-tls.exp
11025 * gdb.cp/exception.exp
11026 * gdb.cp/gdb2495.exp
11027 * gdb.cp/local.exp
11028 * gdb.cp/mb-inline.exp
11029 * gdb.cp/mb-templates.exp
11030 * gdb.cp/pr10687.exp
11031 * gdb.cp/pr9167.exp
11032 * gdb.cp/scope-err.exp
11033 * gdb.cp/templates.exp
11034 * gdb.cp/virtfunc.exp
11035 * gdb.dwarf2/dw2-dir-file-name.exp
11036 * gdb.dwarf2/dw2-single-line-discriminators.exp
11037 * gdb.fortran/complex.exp
11038 * gdb.fortran/library-module.exp
11039 * gdb.guile/guile.exp
11040 * gdb.guile/scm-cmd.exp
11041 * gdb.guile/scm-frame-inline.exp
11042 * gdb.guile/scm-objfile.exp
11043 * gdb.guile/scm-pretty-print.exp
11044 * gdb.guile/scm-symbol.exp
11045 * gdb.guile/scm-type.exp
11046 * gdb.guile/scm-value.exp
11047 * gdb.linespec/keywords.exp
11048 * gdb.linespec/ls-errs.exp
11049 * gdb.linespec/macro-relative.exp
11050 * gdb.linespec/thread.exp
11051 * gdb.mi/mi-breakpoint-changed.exp
11052 * gdb.mi/mi-dprintf-pending.exp
11053 * gdb.mi/mi-fullname-deleted.exp
11054 * gdb.mi/mi-logging.exp
11055 * gdb.mi/mi-pending.exp
11056 * gdb.mi/mi-solib.exp
11057 * gdb.mi/new-ui-mi-sync.exp
11058 * gdb.mi/user-selected-context-sync.exp
11059 * gdb.multi/dummy-frame-restore.exp
11060 * gdb.multi/multi-arch-exec.exp
11061 * gdb.multi/remove-inferiors.exp
11062 * gdb.multi/watchpoint-multi-exit.exp
11063 * gdb.opt/solib-intra-step.exp
11064 * gdb.perf/backtrace.exp
11065 * gdb.perf/single-step.exp
11066 * gdb.perf/skip-command.exp
11067 * gdb.perf/skip-prologue.exp
11068 * gdb.perf/solib.exp
11069 * gdb.python/lib-types.exp
11070 * gdb.python/py-as-string.exp
11071 * gdb.python/py-bad-printers.exp
11072 * gdb.python/py-block.exp
11073 * gdb.python/py-breakpoint.exp
11074 * gdb.python/py-cmd.exp
11075 * gdb.python/py-events.exp
11076 * gdb.python/py-evthreads.exp
11077 * gdb.python/py-finish-breakpoint.exp
11078 * gdb.python/py-finish-breakpoint2.exp
11079 * gdb.python/py-frame-inline.exp
11080 * gdb.python/py-frame.exp
11081 * gdb.python/py-inferior.exp
11082 * gdb.python/py-infthread.exp
11083 * gdb.python/py-mi.exp
11084 * gdb.python/py-objfile.exp
11085 * gdb.python/py-pp-maint.exp
11086 * gdb.python/py-pp-registration.exp
11087 * gdb.python/py-prettyprint.exp
11088 * gdb.python/py-recurse-unwind.exp
11089 * gdb.python/py-shared.exp
11090 * gdb.python/py-symbol.exp
11091 * gdb.python/py-symtab.exp
11092 * gdb.python/py-template.exp
11093 * gdb.python/py-type.exp
11094 * gdb.python/py-unwind-maint.exp
11095 * gdb.python/py-unwind.exp
11096 * gdb.python/py-value.exp
11097 * gdb.python/python.exp
11098 * gdb.reverse/finish-reverse-bkpt.exp
11099 * gdb.reverse/insn-reverse.exp
11100 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11101 * gdb.reverse/solib-precsave.exp
11102 * gdb.reverse/solib-reverse.exp
11103 * gdb.stabs/gdb11479.exp
11104 * gdb.stabs/weird.exp
11105 * gdb.threads/fork-child-threads.exp
11106 * gdb.threads/fork-plus-threads.exp
11107 * gdb.threads/fork-thread-pending.exp
11108 * gdb.threads/forking-threads-plus-breakpoint.exp
11109 * gdb.threads/hand-call-in-threads.exp
11110 * gdb.threads/interrupted-hand-call.exp
11111 * gdb.threads/linux-dp.exp
11112 * gdb.threads/local-watch-wrong-thread.exp
11113 * gdb.threads/next-while-other-thread-longjmps.exp
11114 * gdb.threads/non-ldr-exit.exp
11115 * gdb.threads/pending-step.exp
11116 * gdb.threads/print-threads.exp
11117 * gdb.threads/process-dies-while-detaching.exp
11118 * gdb.threads/process-dies-while-handling-bp.exp
11119 * gdb.threads/pthreads.exp
11120 * gdb.threads/queue-signal.exp
11121 * gdb.threads/reconnect-signal.exp
11122 * gdb.threads/signal-command-handle-nopass.exp
11123 * gdb.threads/signal-command-multiple-signals-pending.exp
11124 * gdb.threads/signal-delivered-right-thread.exp
11125 * gdb.threads/signal-sigtrap.exp
11126 * gdb.threads/sigthread.exp
11127 * gdb.threads/staticthreads.exp
11128 * gdb.threads/stepi-random-signal.exp
11129 * gdb.threads/thread-unwindonsignal.exp
11130 * gdb.threads/thread_check.exp
11131 * gdb.threads/thread_events.exp
11132 * gdb.threads/tid-reuse.exp
11133 * gdb.threads/tls-nodebug.exp
11134 * gdb.threads/tls-shared.exp
11135 * gdb.threads/tls-so_extern.exp
11136 * gdb.threads/tls.exp
11137 * gdb.threads/wp-replication.exp
11138 * gdb.trace/actions-changed.exp
11139 * gdb.trace/actions.exp
11140 * gdb.trace/backtrace.exp
11141 * gdb.trace/change-loc.exp
11142 * gdb.trace/collection.exp
11143 * gdb.trace/deltrace.exp
11144 * gdb.trace/disconnected-tracing.exp
11145 * gdb.trace/entry-values.exp
11146 * gdb.trace/ftrace-lock.exp
11147 * gdb.trace/ftrace.exp
11148 * gdb.trace/infotrace.exp
11149 * gdb.trace/mi-trace-frame-collected.exp
11150 * gdb.trace/mi-trace-unavailable.exp
11151 * gdb.trace/mi-traceframe-changed.exp
11152 * gdb.trace/mi-tracepoint-changed.exp
11153 * gdb.trace/mi-tsv-changed.exp
11154 * gdb.trace/no-attach-trace.exp
11155 * gdb.trace/packetlen.exp
11156 * gdb.trace/passc-dyn.exp
11157 * gdb.trace/passcount.exp
11158 * gdb.trace/pending.exp
11159 * gdb.trace/pr16508.exp
11160 * gdb.trace/qtro.exp
11161 * gdb.trace/range-stepping.exp
11162 * gdb.trace/read-memory.exp
11163 * gdb.trace/report.exp
11164 * gdb.trace/save-trace.exp
11165 * gdb.trace/signal.exp
11166 * gdb.trace/stap-trace.exp
11167 * gdb.trace/status-stop.exp
11168 * gdb.trace/strace.exp
11169 * gdb.trace/tfile.exp
11170 * gdb.trace/tfind.exp
11171 * gdb.trace/trace-break.exp
11172 * gdb.trace/trace-condition.exp
11173 * gdb.trace/trace-enable-disable.exp
11174 * gdb.trace/trace-mt.exp
11175 * gdb.trace/tracecmd.exp
11176 * gdb.trace/tracefile-pseudo-reg.exp
11177 * gdb.trace/tspeed.exp
11178 * gdb.trace/tstatus.exp
11179 * gdb.trace/tsv.exp
11180 * gdb.trace/unavailable.exp
11181 * gdb.trace/while-dyn.exp
11182 * gdb.trace/while-stepping.exp
11183 * lib/gdb-guile.exp
11184 * lib/gdb.exp
11185 * lib/mi-support.exp
11186 * lib/pascal.exp
11187 * lib/perftest.exp
11188 * lib/prelink-support.exp
11189 * lib/selftest-support.exp
11190
11191 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11192
11193 * Makefile.in: Include disable-implicit-rules.mk.
11194
11195 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11196
11197 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11198 non-byte-aligned bit fields.
11199
11200 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11201
11202 PR gdb/12616
11203 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11204 respects the DW_AT_data_bit_offset attribute.
11205
11206 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11207
11208 * gdb.base/default.exp: Fix output of "set language".
11209
11210 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11211
11212 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11213 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11214 make.
11215 * configure.ac: Remove checks for the make program.
11216 * configure: Re-generate.
11217
11218 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11219
11220 * gdb.python/py-recurse-unwind.c (main): Add loop.
11221 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11222 to read_register() and gdb.parse_and_eval(). Make each code
11223 call a separate case that can be individually tested.
11224 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11225 proc. Call cont_and_backtrace for each of the code paths that
11226 we want to test in the unwinder.
11227
11228 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11229
11230 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11231 the definition of struct S.
11232
11233 2016-11-11 Catherine Moore <clm@codesourcery.com>
11234
11235 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11236
11237 2016-11-09 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.base/commands.exp (runto_or_return): New procedure.
11240 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11241 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11242 (progvar_simple_while_test, progvar_complex_if_while_test)
11243 (if_while_breakpoint_command_test)
11244 (infrun_breakpoint_command_test, breakpoint_command_test)
11245 (user_defined_command_test, watchpoint_command_test)
11246 (test_command_prompt_position, redefine_hook_test)
11247 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11248 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11249 multi_line_input and multi_line. Remove gdb_expect and
11250 gdb_stop_suppressing_tests uses.
11251 * lib/gdb.exp (valnum_re): New global.
11252 (multi_line_input): New procedure.
11253
11254 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11255
11256 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11257 Remove.
11258 (test_setup): Define with proc_with_prefix.
11259 (test_cli_inferior): Likewise.
11260 (test_cli_thread): Likewise.
11261 (test_cli_frame): Likewise.
11262 (test_cli_select_frame): Likewise.
11263 (test_cli_up_down): Likewise.
11264 (test_mi_thread_select): Likewise.
11265 (test_mi_stack_select_frame): Likewise.
11266 (test_cli_in_mi_inferior): Likewise.
11267 (test_cli_in_mi_thread): Likewise.
11268 (test_cli_in_mi_frame): Likewise.
11269 (top level): Do not use with_test_prefix_procname.
11270
11271 2016-11-09 Pedro Alves <palves@redhat.com>
11272
11273 * gdb.base/commands.exp (gdbvar_simple_if_test)
11274 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11275 (progvar_simple_if_test, progvar_simple_while_test)
11276 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11277 (infrun_breakpoint_command_test, breakpoint_command_test)
11278 (user_defined_command_test, watchpoint_command_test)
11279 (test_command_prompt_position, deprecated_command_test)
11280 (bp_deleted_in_command, temporary_breakpoint_commands)
11281 (stray_arg0_test, source_file_with_indented_comment)
11282 (recursive_source_test, if_commands_test)
11283 (error_clears_commands_left, redefine_hook_test)
11284 (redefine_backtrace_test): Use proc_with_prefix.
11285 * lib/gdb.exp (proc_with_prefix): New proc.
11286
11287 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11288
11289 * gdb.base/tui-layout.c: New file.
11290 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11291 disassembly window contains very long lines.
11292
11293 2016-11-08 Tom Tromey <tom@tromey.com>
11294
11295 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11296 depend on Python 2.
11297
11298 2016-11-08 Tom Tromey <tom@tromey.com>
11299
11300 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11301 New method.
11302
11303 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11304
11305 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11306
11307 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11308
11309 * gdb.rust/simple.rs: Add test for univariant enums without
11310 discriminants and for encoded struct-like enums.
11311
11312 2016-10-28 Pedro Alves <palves@redhat.com>
11313
11314 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11315 gdb_test_multiple, tighten regexps and match symtabs and line
11316 tables incrementally.
11317
11318 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11319
11320 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11321 general.
11322
11323 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11324
11325 * gdb.base/exec-invalid-sysroot.exp: New file.
11326
11327 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11330
11331 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11332
11333 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11334
11335 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11336
11337 * gdb.base/killed-outside.exp: Remove $options from a call to
11338 `prepare_for_testing'.
11339
11340 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11341
11342 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11343 Change test message.
11344
11345 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11346
11347 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11348 Update comment.
11349
11350 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11351
11352 * gdb.trace/mi-trace-save.exp: New file.
11353
11354 2016-10-13 Yao Qi <yao.qi@linaro.org>
11355
11356 * gdb.base/code_elim.exp (get_var_address): Remove.
11357 * gdb.base/relocate.exp: Likewise.
11358 * gdb.base/shreloc.exp: Likewise.
11359 * lib/gdb.exp (get_var_address): New.
11360
11361 2016-10-13 Yao Qi <yao.qi@linaro.org>
11362
11363 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11364 floating point tests if $skip_float_test is false.
11365
11366 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11367
11368 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11369 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11370 argc values.
11371 Add 1 to argc so we guarantee distinct initial/modified argc values.
11372
11373 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11374
11375 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11376
11377 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11378
11379 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11380 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11381 * gdb.arch/vsx-regs.exp: Likewise.
11382
11383 2016-10-07 Yao Qi <yao.qi@linaro.org>
11384
11385 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11386
11387 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11388
11389 * gdb.python/python.exp: Test decode_line("*0").
11390
11391 2016-10-06 Doug Evans <dje@google.com>
11392
11393 * gdb.python/py-value.exp (test_value_creation): Add test for large
11394 unsigned 64-bit value.
11395
11396 2016-10-06 Tom Tromey <tom@tromey.com>
11397
11398 * gdb.compile/compile.exp: Change java tests to rust.
11399 * gdb.base/setshow.exp: Change java tests to rust.
11400 * gdb.base/default.exp: Remove java from language list.
11401 * README (Examples): Update language example.
11402 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11403 test.
11404 * lib/gdb.exp (skip_java_tests): Remove.
11405 * lib/java.exp: Remove.
11406 * gdb.java: Remove.
11407
11408 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11409
11410 * gdb.arch/mips-fcr.exp: New test.
11411 * gdb.arch/mips-fcr.c: Source for the new test.
11412
11413 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11414
11415 * gdb.base/solib-disc.exp: Use `standard_output_file'
11416 throughout.
11417
11418 2016-10-06 Pedro Alves <palves@redhat.com>
11419
11420 * gdb.base/jit-simple-dl.c: New file.
11421 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11422 * gdb.base/jit-simple.c: ... this.
11423 * gdb.base/jit-simple.exp (jit_run): Delete.
11424 (build_jit): New proc.
11425 (jit_test_reread): Recompile either the main program or the shared
11426 library, depending on what is being tested. Skip changing address
11427 if caller wants to. Compare before/after addresses. If testing
11428 standalone, explicitly load the binary. Test "maint info
11429 breakpoints".
11430 (top level): Add "standalone vs shared lib" and "change address"
11431 vs "same address" axes.
11432
11433 2016-10-06 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11436 call.
11437 (jit_run): Delete.
11438 (jit_test_reread): Use with_test_prefix. Reload the main binary
11439 explicitly. Compare the before/after addresses of the JIT
11440 descriptor.
11441
11442 2016-08-15 Doug Evans <dje@google.com>
11443
11444 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11445 for single bitfields is bool.
11446 * gdb.xml/tdesc-regs.exp: Ditto.
11447
11448 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11449
11450 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11451
11452 2016-10-05 Yao Qi <yao.qi@linaro.org>
11453
11454 * lib/gdb.exp (support_complex_tests): Return zero if
11455 gdb_skip_float_test return true.
11456
11457 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11458 Simon Marchi <simon.marchi@ericsson.com>
11459
11460 PR gdb/20487
11461 * gdb.mi/user-selected-context-sync.exp: New file.
11462 * gdb.mi/user-selected-context-sync.c: New file.
11463
11464 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11465 Simon Marchi <simon.marchi@ericsson.com>
11466
11467 PR gdb/20487
11468 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11469 =thread-select-event check.
11470
11471 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11472
11473 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11474 the compulsory L operand changes.
11475 * gdb.arch/powerpc-power.s: Likewise.
11476
11477 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11478
11479 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11480 * gdb.base/jit-attach-pie.c: New file.
11481 * gdb.base/jit-attach-pie.exp: New file.
11482
11483 2016-09-28 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.base/infcall-input.c: New file.
11486 * gdb.base/infcall-input.exp: New file.
11487
11488 2016-09-22 Yao Qi <yao.qi@linaro.org>
11489
11490 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11491 (gdb_exit): Rename it to ...
11492 (gdbserver_gdb_exit): ... Close GDBserver.
11493 (gdb_exit): New proc, call gdbserver_gdb_exit.
11494 (mi_gdb_exit): Likewise.
11495
11496 2016-09-22 Yao Qi <yao.qi@linaro.org>
11497
11498 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11499 path.
11500 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11501 Remove duplication.
11502
11503 2016-09-22 Yao Qi <yao.qi@linaro.org>
11504
11505 * lib/gdbserver-support.exp: Check the existence of
11506 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11507
11508 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11509
11510 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11511
11512 2016-09-21 Tom Tromey <tom@tromey.com>
11513
11514 PR gdb/20604:
11515 * gdb.base/quit.exp: New file.
11516
11517 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11518
11519 * .gitignore: New file.
11520
11521 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11522
11523 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11524 throughout.
11525
11526 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11527
11528 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11529
11530 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11531
11532 * gdb.cp/casts.cc (decltype): Move it ...
11533 (main): ... with its call to ...
11534 * gdb.cp/casts03.cc: ... a new file.
11535 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11536
11537 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11538
11539 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11540
11541 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11542
11543 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11544 and sync up the test with tests in gas/testsuite/gas/ppc.
11545 * gdb.arch/powerpc-power.exp: Likewise.
11546
11547 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11548
11549 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11550
11551 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11552 Jan Kratochvil <jan.kratochvil@redhat.com>
11553
11554 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11555 make m1's definition to be different from m2's. Use 'dummy' as an
11556 argument for probe 'two'.
11557
11558 2016-09-10 Jon Beniston <jon@beniston.com>
11559
11560 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11561 for sim target.
11562
11563 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11564
11565 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11566 variable declaration.
11567 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11568 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11569 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11570 received HWCAP as its argument.
11571
11572 2016-09-06 Pedro Alves <palves@redhat.com>
11573
11574 * gdb.base/new-ui-pending-input.c: New file.
11575 * gdb.base/new-ui-pending-input.exp: New file.
11576 * gdb.exp (clear_gdb_spawn_id): New procedure.
11577 (with_spawn_id): Check whether gdb_spawn_id exists before
11578 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11579 on exit.
11580
11581 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11582
11583 * gdb.base/float128.c: New file.
11584 * gdb.base/float128.exp: Likewise.
11585 * gdb.base/floatn.c: Likewise.
11586 * gdb.base/floatn.exp: Likewise.
11587
11588 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11589
11590 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11591
11592 2016-09-05 Pedro Alves <palves@redhat.com>
11593
11594 PR backtrace/19927
11595 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11596 unwinders are immediately called as side effect of "source" or
11597 "disable unwinder" commands.
11598 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11599
11600 2016-09-02 Yao Qi <yao.qi@linaro.org>
11601
11602 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11603 is true and $type is "float" or "double".
11604
11605 2016-09-02 Yao Qi <yao.qi@linaro.org>
11606
11607 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11608 true.
11609 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11610 * gdb.base/call-rt-st.exp: Likewise.
11611 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11612 return value instead of gdb,skip_float_test.
11613 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11614 (do_function_calls): Use its return value instead of
11615 gdb,skip_float_test.
11616 * gdb.base/finish.exp: Likewise.
11617 * gdb.base/funcargs.exp: Likewise.
11618 * gdb.base/return.exp: Likewise.
11619 * gdb.base/return2.exp: Likewise.
11620 * gdb.base/varargs.exp: Likewise.
11621 * lib/gdb.exp (gdb_skip_float_test): Change it to
11622 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11623
11624 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11625
11626 * gdb.multi/tids.exp: Test "thread apply all".
11627
11628 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11629
11630 * gdb.base/default.exp (tty): Remove.
11631
11632 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11633
11634 * gdb.python/py-recurse-unwind.c: New file.
11635 * gdb.python/py-recurse-unwind.py: New file.
11636 * gdb.python/py-recurse-unwind.exp: New file.
11637
11638 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11639
11640 * gdb.base/set-inferior-tty.exp: New file.
11641 * gdb.base/set-inferior-tty.c: New file.
11642
11643 2016-08-23 Pedro Alves <palves@redhat.com>
11644
11645 PR gdb/20494
11646 * gdb.base/new-ui-echo.c: New file.
11647 * gdb.base/new-ui-echo.exp: New file.
11648
11649 2016-08-23 Yao Qi <yao.qi@linaro.org>
11650
11651 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11652 gdbserver_spawn.
11653 * gdb.server/connect-without-multi-process.exp (do_test):
11654 Likewise.
11655
11656 2016-08-23 Yao Qi <yao.qi@linaro.org>
11657
11658 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11659 standalone_txt. Delete gdb_txt and standalone_txt on host
11660 and target. Spawn the binary on target. Copy files from
11661 target to host.
11662
11663 2016-08-22 Pedro Alves <palves@redhat.com>
11664
11665 PR gdb/20505
11666 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11667 with_test_prefix. Factor out bits to ...
11668 (test_no_vdso): ... this new procedure.
11669
11670 2016-08-19 Carl Love <cel@us.ibm.com>
11671
11672 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11673 maintaining separate logic for constructing the output path.
11674 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11675 * gdb.arch/ppc-dfp.exp: Likewise.
11676 * gdb.arch/ppc-fp.exp: Likewise.
11677 * gdb.arch/vsx-regs.exp: Likewise.
11678 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11679 binprefix for generating the additional binary files.
11680
11681 2016-08-19 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.trace/mi-trace-frame-collected.exp
11684 (test_trace_frame_collected): On x32, expect two registers.
11685
11686 2016-08-18 Carl Love <cel@us.ibm.com>
11687
11688 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11689 and sync up the test with tests in gas/testsuite/gas/ppc.
11690 * gdb.arch/powerpc-power.exp: Likewise.
11691
11692 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11693
11694 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11695 expected error message.
11696
11697 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11698
11699 * gdb.multi/remove-inferiors.exp: New file.
11700 * gdb.multi/remove-inferiors.c: New file.
11701
11702 2016-08-12 Yao Qi <yao.qi@linaro.org>
11703
11704 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11705 argument list.
11706
11707 2016-08-10 Pedro Alves <palves@redhat.com>
11708
11709 PR gdb/19187
11710 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11711 setup_kfails.
11712
11713 2016-08-09 Pedro Alves <palves@redhat.com>
11714 Simon Marchi <simon.marchi@ericsson.com>
11715
11716 PR gdb/20418
11717 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11718 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11719
11720 2016-08-09 Pedro Alves <palves@redhat.com>
11721
11722 PR mi/20431
11723 * gdb.mi/mi-cmd-error.exp: New file.
11724
11725 2016-08-09 Pedro Alves <palves@redhat.com>
11726
11727 PR gdb/18653
11728 * gdb.base/signals-state-child.c: New file.
11729 * gdb.base/signals-state-child.exp: New file.
11730 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11731
11732 2016-08-09 Pedro Alves <palves@redhat.com>
11733
11734 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11735
11736 2016-08-03 Tom Tromey <tom@tromey.com>
11737
11738 PR python/18565:
11739 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11740
11741 2016-08-01 Yao Qi <yao.qi@linaro.org>
11742
11743 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11744 variable mode to "multi-process" if $multi_process is 1, otherwise
11745 set it to "single-process".
11746
11747 2016-08-01 Yao Qi <yao.qi@linaro.org>
11748
11749 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11750 * gdb.cp/cpexprs.exp: Likewise.
11751 * gdb.cp/m-static.exp: Likewise.
11752
11753 2016-07-26 Tom Tromey <tom@tromey.com>
11754
11755 PR python/20190:
11756 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11757 test.
11758
11759 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11760
11761 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11762 selecting assembly source files.
11763 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11764 assembly source files.
11765 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11766 assembly source files.
11767 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11768 selecting assembly source files.
11769
11770 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11771
11772 * gdb.base/new-ui.exp (do_test_invalid_args): New
11773 procedure.
11774
11775 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11776
11777 * gdb.btrace/reconnect.c: New file.
11778 * gdb.btrace/reconnect.exp: New file.
11779
11780 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11781
11782 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11783 to test_catch_syscall_group.
11784 (test_catch_syscall_group): New.
11785
11786 2016-07-21 Tom Tromey <tom@tromey.com>
11787
11788 * gdb.rust/simple.rs (main): Use empty struct expression.
11789 * gdb.rust/simple.exp: Add tests for empty struct expression.
11790
11791 2016-07-21 Yao Qi <yao.qi@linaro.org>
11792
11793 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11794 if gdb_skip_xml_test is true on some targets.
11795
11796 2016-07-21 Yao Qi <yao.qi@linaro.org>
11797
11798 * gdb.server/solib-list.exp: Unset last_loaded_file.
11799
11800 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11801
11802 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11803 "step into captured_main (args)".
11804
11805 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11806
11807 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11808
11809 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11810
11811 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11812
11813 2016-07-19 Pedro Alves <palves@redhat.com>
11814
11815 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11816 * gdb.opt/inline-bt.exp: Likewise.
11817 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11818 additional_flags=-Winline.
11819 * gdb.opt/inline-locals.exp: Likewise.
11820 * gdb.opt/inline-markers.c (ATTR): Define.
11821 (inlined_fn): Use it.
11822
11823 2016-07-19 Yao Qi <yao.qi@linaro.org>
11824
11825 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11826 (test_with_self): Remove some code. Remove argument executable.
11827 (top-level): Use do_self_tests.
11828
11829 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11830 Don Breazeal <donb@codesourcery.com>
11831
11832 * gdb.base/maint.exp: Escape paths used in regular expressions.
11833 * gdb.stabs/weird.exp: Likewise.
11834
11835 2016-07-13 Tom Tromey <tom@tromey.com>
11836
11837 PR python/15620, PR python/18620:
11838 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11839 (test_bkpt_events): New procs.
11840
11841 2016-07-13 Tom Tromey <tom@tromey.com>
11842
11843 PR python/17698:
11844 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11845 test.
11846 (test_watchpoints): Likewise.
11847 (test_bkpt_pending): New proc.
11848
11849 2016-07-13 Tom Tromey <tom@tromey.com>
11850
11851 PR cli/18053:
11852 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11853 completion test.
11854
11855 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11856
11857 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11858 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11859 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11860 f_label.
11861 (g): Rename g_end_lbl to g_label.
11862 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11863 low_pc and high_pc.
11864 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11865
11866 2016-07-12 Tom Tromey <tom@tromey.com>
11867
11868 PR python/19293:
11869 * gdb.python/py-unwind-maint.exp: Update tests.
11870
11871 2016-07-12 Yao Qi <yao.qi@linaro.org>
11872
11873 * lib/selftest-support.exp (selftest_setup): Match the output
11874 when captured_main is inlined.
11875
11876 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11877
11878 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11879 New variables.
11880 (print this%a, print this%b, print this): New tests.
11881 * gdb.fortran/derived-types.f90 (this): New object and
11882 initialization.
11883
11884 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11885
11886 * gdb.ada/arraydim.exp: Remove extra directory level in build
11887 directory.
11888
11889 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11890
11891 * lib/ada.exp: Remove extra directory level in build directory.
11892 * gdb.ada/cond_lang.exp: Likewise.
11893 * gdb.ada/exec_changed.exp: Likewise.
11894 * gdb.ada/lang_switch.exp: Likewise.
11895
11896 2016-07-06 Manish Goregaokar <manish@mozilla.com>
11897
11898 * simple.rs: Add test for raw pointer subscripting.
11899 * simple.exp: Add test expectations.
11900
11901 2016-07-05 Yao Qi <yao.qi@linaro.org>
11902
11903 * gdb.mi/mi-reverse.exp: Match =record-started output.
11904
11905 2016-07-01 Pedro Alves <palves@redhat.com>
11906
11907 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11908 procedure.
11909 (jit_reader_test): Test the jit reader's unwinder.
11910 * gdb.base/jithost.c (jit_function_00_code): New global.
11911 (main): Use memcpy to fill in the mmapped code, instead of poking
11912 bytes manually here.
11913 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
11914 value.
11915 (read_debug_info): Save the function's range.
11916 (read_sp): New function.
11917 (unwind_frame): Use it. Also unwind RBP.
11918 (get_frame_id): Use read_sp.
11919 (gdb_init_reader): Use calloc instead of malloc.
11920 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
11921 parameter. Use gdb_test_multiple.
11922
11923 2016-07-01 Pedro Alves <palves@redhat.com>
11924 Antoine Tremblay <antoine.tremblay@ericsson.com>
11925
11926 * gdb.threads/process-dies-while-detaching.c: New file.
11927 * gdb.threads/process-dies-while-detaching.exp: New file.
11928
11929 2016-07-01 Pedro Alves <palves@redhat.com>
11930
11931 * gdb.multi/watchpoint-multi-exit.c: New file.
11932 * gdb.multi/watchpoint-multi-exit.exp: New file.
11933
11934 2016-06-30 Pedro Alves <palves@redhat.com>
11935
11936 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
11937 unset inferior_spawn_id.
11938
11939 2016-06-30 Pedro Alves <palves@redhat.com>
11940
11941 * lib/mi-support.exp (default_mi_gdb_start): Declare global
11942 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
11943
11944 2016-06-29 Yao Qi <yao.qi@linaro.org>
11945
11946 * gdb.base/return.c: Add copyright header.
11947
11948 2016-06-29 Tom Tromey <tom@tromey.com>
11949
11950 PR python/20129:
11951 * gdb.python/py-framefilter.exp: Add tests for setting priority
11952 and disabling of non-existent frame filter.
11953
11954 2016-06-29 Yao Qi <yao.qi@linaro.org>
11955
11956 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
11957 0x0f07ff.
11958
11959 2016-06-28 Yao Qi <yao.qi@linaro.org>
11960
11961 * gdb.base/catch-syscall.exp: Remove check on isnative and target
11962 triplets. Start gdb, execute catch syscall, and continue. Check
11963 gdb's output to determine catch syscall is supported.
11964
11965 2016-06-27 Manish Goregaokar <manish@mozilla.com>
11966
11967 * gdb.rust/simple.rs: Add test for returning unit in a function.
11968 * gdb.rust/simple.exp: Add expectation for functions returning
11969 unit.
11970
11971 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
11972
11973 * gdb.python/py-breakpoint-create-fail.c,
11974 gdb.python/py-breakpoint-create-fail.exp,
11975 gdb.python/py-breakpoint-create-fail.py: New testcase.
11976
11977 2016-06-25 Manish Goregaokar <manish@mozilla.com>
11978
11979 PR gdb/20239
11980 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
11981 * gdb.rust/simple.exp: Add test expectations for new NonZero
11982 tests.
11983
11984 2016-06-24 David Taylor <dtaylor@emc.com>
11985
11986 * gdb.base/offsets.exp: New file.
11987 * gdb.base/offsets.c: New file.
11988
11989 2016-06-23 Tom Tromey <tom@tromey.com>
11990
11991 PR gdb/16483:
11992 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
11993 before any filters are loaded.
11994
11995 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
11996
11997 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
11998 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
11999 structs.
12000 * gdb.fortran/derived-type-function.exp: New file.
12001 * gdb.fortran/derived-type-function.f90: New file.
12002
12003
12004 2016-06-21 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.base/new-ui.exp: New file.
12007 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12008 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12009 (with_spawn_id): New procedure.
12010
12011 2016-06-21 Pedro Alves <palves@redhat.com>
12012
12013 * gdb.mi/mi-exec-run.exp: New file.
12014
12015 2016-06-21 Pedro Alves <palves@redhat.com>
12016
12017 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12018 breakpoint command's output on the main UI.
12019 (test_break): New procedure, factored out from calls in the top
12020 level.
12021 (top level): Use foreach_with_prefix to test MI as main UI and as
12022 separate UI.
12023
12024 2016-06-21 Pedro Alves <palves@redhat.com>
12025
12026 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12027 (test_awatch_creation_and_listing)
12028 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12029 Remove 'type' parameter.
12030 (test_watchpoint_all): New parameter mi_mode. Remove
12031 with_test_prefix.
12032 (top level): Use foreach_with_prefix, and add main/separate UI MI
12033 testing axis.
12034
12035 2016-06-21 Pedro Alves <palves@redhat.com>
12036
12037 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12038 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12039 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12040 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12041 (gdb_main_spawn_id, mi_spawn_id): Declare and
12042 comment.
12043 (mi_create_inferior_pty): New procedure,
12044 factored out from default_mi_gdb_start.
12045 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12046 procedures.
12047 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12048 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12049 Use mi_create_inferior_pty.
12050 (mi_gdb_start): Use eval to pass down args list.
12051
12052 2016-06-21 Pedro Alves <palves@redhat.com>
12053
12054 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12055 * gdb.opt/inline-cmds.exp: Add MI tests.
12056
12057 2016-06-21 Pedro Alves <palves@redhat.com>
12058
12059 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12060
12061 2016-06-21 Pedro Alves <palves@redhat.com>
12062
12063 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12064 (top level): Use it instead of mi_execute_to.
12065
12066 2016-06-21 Pedro Alves <palves@redhat.com>
12067
12068 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12069 (cont_handler_str): New.
12070 (signal_stop_handler): Set stop_handler_str instead of printing to
12071 stdout.
12072 (continue_handler): Set cont_handler_str instead of printing to
12073 stdout.
12074 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12075 mi_send_resuming_command. Print stop_handler_str and
12076 cont_handler_str instead of expecting the python events print
12077 directly.
12078
12079 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12080
12081 * gdb.base/jit-reader.exp: New file.
12082 * gdb.base/jithost.c: New file.
12083 * gdb.base/jithost.h: New file.
12084 * gdb.base/jitreader.c : New file.
12085 * gdb.base/jit-protocol.h: New file.
12086
12087 2016-06-17 Yao Qi <yao.qi@linaro.org>
12088
12089 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12090 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12091 and detach-on-fork. Adjust tests.
12092 (top level): Invoke break_cond_on_syscall with combinations of
12093 syscall, follow-fork-mode and detach-on-fork.
12094
12095 2016-06-17 Yao Qi <yao.qi@linaro.org>
12096
12097 * gdb.base/step-over-exit.c: New.
12098 * gdb.base/step-over-exit.exp: New.
12099
12100 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12101
12102 * gdb.base/float.exp: Add target check for nds32*-*-*.
12103 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12104
12105 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12106
12107 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12108 for unsupported target features.
12109 * gdb.base/call-rt-st.exp: Likewise.
12110 * gdb.base/call-sc.exp: Likewise.
12111 * gdb.base/call-signal-resume.exp: Likewise.
12112 * gdb.base/call-strs.exp: Likewise.
12113 * gdb.base/callexit.exp: Likewise.
12114 * gdb.base/callfuncs.exp: Likewise.
12115 * gdb.base/nodebug.exp: Likewise.
12116 * gdb.base/printcmds.exp: Likewise.
12117 * gdb.base/ptype.exp: Likewise.
12118 * gdb.base/structs.exp: Likewise.
12119 * gdb.base/unwindonsignal.exp: Likewise.
12120 * gdb.cp/gdb2495.exp: Likewise.
12121 * gdb.cp/templates.exp: Likewise.
12122 * gdb.cp/virtfunc.exp: Likewise.
12123 * gdb.threads/hand-call-in-threads.exp: Likewise.
12124 * gdb.threads/interrupted-hand-call.exp: Likewise.
12125 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12126
12127 2016-06-10 Tom Tromey <tom@tromey.com>
12128
12129 PR rust/20110:
12130 * gdb.rust/expr.exp: Add test for integer constant larger than
12131 i32.
12132
12133 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12134
12135 * gdb.fortran/nested-funcs.exp: New.
12136 * gdb.fortran/nested-funcs.f90: New.
12137
12138 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12139
12140 * gdb.base/examine-backward.c: New file.
12141 * gdb.base/examine-backward.exp: New file.
12142
12143 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12144
12145 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12146 matching.
12147
12148 2016-06-02 Tom Tromey <tom@tromey.com>
12149
12150 PR python/18984:
12151 * gdb.python/py-shared.exp: Add solib_name test.
12152
12153 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12154
12155 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12156
12157 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12158
12159 PR c++/19893
12160 * gdb.dwarf2/implref.exp: Rename to...
12161 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12162 * gdb.dwarf2/implref-array.c: New file.
12163 * gdb.dwarf2/implref-array.exp: Likewise.
12164 * gdb.dwarf2/implref-global.c: Likewise.
12165 * gdb.dwarf2/implref-global.exp: Likewise.
12166 * gdb.dwarf2/implref-struct.c: Likewise.
12167 * gdb.dwarf2/implref-struct.exp: Likewise.
12168
12169 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12170
12171 * gdb.trace/trace-condition.exp: Add 64bit tests.
12172
12173 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12174
12175 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12176 bits types.
12177 (main): Adapt to 8 to 64 bits types.
12178 * gdb.trace/trace-condition.exp: Add new tests.
12179
12180 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12181
12182 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12183
12184 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12185
12186 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12187 Move condition tests...
12188 * gdb.trace/trace-condition.exp: Here.
12189
12190 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12191
12192 * gdb.trace/trace-condition.exp: Add counter-case tests.
12193
12194 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12195
12196 PR c++/15231
12197 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12198 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12199
12200 2016-05-27 Pedro Alves <palves@redhat.com>
12201
12202 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12203 New procedure.
12204 (top level): Call it, and bail out of DejaGnu is known to be bad.
12205
12206 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12207
12208 * gdb.base/whatis.c: Extend the test case.
12209 * gdb.base/whatis.exp: Add additional tests.
12210
12211 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12212
12213 * gdb.fortran/type.f90: Add pointer variable.
12214 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12215
12216 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12217
12218 * gdb.fortran/vla-type.exp: Fix testcase name.
12219
12220 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12221
12222 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12223
12224 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12225
12226 * gdb.fortran/type.f90: Add nested structures.
12227 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12228 * gdb.fortran/derived-type.exp: Adapt expected output.
12229 * gdb.fortran/vla-type.exp: Adapt expected output.
12230
12231 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12232
12233 * gdb.fortran/whatis_type.exp: Adapt expected output.
12234
12235 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12236
12237 * gdb.fortran/print_type.exp: Fix expected output.
12238 * gdb.fortran/whatis_type.exp: Fix expected output.
12239
12240 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12241
12242 * gdb.fortran/whatis_type.exp: Use multi_line.
12243
12244 2016-05-24 Tom Tromey <tom@tromey.com>
12245
12246 PR python/17386:
12247 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12248 use value as an index.
12249
12250 2016-05-23 Tom Tromey <tom@tromey.com>
12251
12252 PR python/17981:
12253 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12254 no-breakpoint case.
12255
12256 2016-05-24 Pedro Alves <palves@redhat.com>
12257
12258 PR gdb/19828
12259 * gdb.threads/clone-attach-detach.c: New file.
12260 * gdb.threads/clone-attach-detach.exp: New file.
12261
12262 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12263
12264 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12265
12266 2016-05-23 Tom Tromey <tom@tromey.com>
12267
12268 PR python/19438, PR python/18393:
12269 * gdb.python/py-progspace.exp: Add "dir" test.
12270 * gdb.python/py-objfile.exp: Add "dir" test.
12271
12272 2016-05-23 Yao Qi <yao.qi@linaro.org>
12273
12274 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12275 * gdb.arch/thumb2-it.exp: Likewise.
12276
12277 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12278
12279 * gdb.mi/mi-threads-interrupt.c: New file.
12280 * gdb.mi/mi-threads-interrupt.exp: New file.
12281
12282 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12283
12284 PR gdb/18077
12285 * gdb.mi/mi-async-run.exp: New file.
12286 * gdb.mi/mi-async-run.c: New file.
12287
12288 2016-05-17 Tom Tromey <tom@tromey.com>
12289 Manish Goregaokar <manishsmail@gmail.com>
12290
12291 * lib/rust-support.exp: New file.
12292 * lib/gdb.exp (skip_rust_tests): New proc.
12293 (build_executable_from_specs): Handle rust.
12294 * lib/future.exp (gdb_find_rustc): New proc.
12295 (gdb_default_target_compile): Handle rust.
12296 * gdb.rust/expr.exp: New file.
12297 * gdb.rust/generics.exp: New file.
12298 * gdb.rust/generics.rs: New file.
12299 * gdb.rust/methods.exp: New file.
12300 * gdb.rust/methods.rs: New file.
12301 * gdb.rust/modules.exp: New file.
12302 * gdb.rust/modules.rs: New file.
12303 * gdb.rust/simple.exp: New file.
12304 * gdb.rust/simple.rs: New file.
12305
12306 2016-05-17 Tom Tromey <tom@tromey.com>
12307
12308 * gdb.base/default.exp (set language): Add rust.
12309
12310 2016-05-17 Tom Tromey <tom@tromey.com>
12311
12312 * gdb.gdb/unittest.exp: New file.
12313
12314 2016-05-16 Yao Qi <yao.qi@linaro.org>
12315
12316 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12317 shell_prompt. Update shell_prompt_re.
12318
12319 2016-05-12 Doug Evans <dje@google.com>
12320
12321 PR symtab/19999
12322 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12323 $options when building executable.
12324 * gdb.dwarf2/fission-loclists-pie.S: New file.
12325 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12326
12327 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12328
12329 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12330 of [is_remote target],
12331
12332 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12333
12334 * lib/gdb.exp (use_gdb_stub): New procedure.
12335
12336 2016-05-03 Yunlian Jiang <yunlian@google.com>
12337 Doug Evans <dje@google.com>
12338
12339 PR symtab/19914
12340 * gdb.dwarf2/dwp-sepdebug.c: New file.
12341 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12342
12343 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12344
12345 * gdb.base/detach.exp: Remove is_remote check.
12346
12347 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12348
12349 * gdb.base/annota-input-while-running.exp: Don't check for
12350 [is_remote target]. Enable annotations after running to main.
12351 Remove unused "set test..." line.
12352
12353 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12354
12355 * gdb.trace/trace-enable-disable.exp: New file.
12356 * gdb.trace/trace-enable-disable.c: New file.
12357
12358 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12359
12360 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12361 use it in info sharedlibrary test.
12362 * gdb.trace/ftrace-lock.exp: Likewise.
12363 * gdb.trace/ftrace.exp: Likewise.
12364 * gdb.trace/range-stepping.exp: Likewise.
12365 * gdb.trace/trace-break.exp: Likewise.
12366 * gdb.trace/trace-condition.exp: Likewise.
12367 * gdb.trace/trace-mt.exp: Likewise.
12368
12369 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12370
12371 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12372 (gdb_load_shlib): ... this.
12373 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12374 gdb_load_shlib.
12375 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12376 * gdb.base/ctxobj.exp: Likewise.
12377 * gdb.base/dprintf-pending.exp: Likewise.
12378 * gdb.base/dso2dso.exp: Likewise.
12379 * gdb.base/fixsection.exp: Likewise.
12380 * gdb.base/gcore-relro.exp: Likewise.
12381 * gdb.base/gdb1555.exp: Likewise.
12382 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12383 * gdb.base/gnu-ifunc.exp: Likewise.
12384 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12385 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12386 * gdb.base/pending.exp: Likewise.
12387 * gdb.base/print-file-var.exp: Likewise.
12388 * gdb.base/print-symbol-loading.exp: Likewise.
12389 * gdb.base/shlib-call.exp: Likewise.
12390 * gdb.base/shreloc.exp: Likewise.
12391 * gdb.base/so-impl-ld.exp: Likewise.
12392 * gdb.base/solib-disc.exp: Likewise.
12393 * gdb.base/solib-nodir.exp: Likewise.
12394 * gdb.base/solib-overlap.exp: Likewise.
12395 * gdb.base/solib-symbol.exp: Likewise.
12396 * gdb.base/solib-weak.exp (do_test): Likewise.
12397 * gdb.base/sym-file.exp: Likewise.
12398 * gdb.base/symtab-search-order.exp: Likewise.
12399 * gdb.base/type-opaque.exp: Likewise.
12400 * gdb.base/unload.exp: Likewise.
12401 * gdb.base/watchpoint-solib.exp: Likewise.
12402 * gdb.compile/compile.exp: Likewise.
12403 * gdb.cp/gdb2384.exp: Likewise.
12404 * gdb.cp/infcall-dlopen.exp: Likewise.
12405 * gdb.cp/re-set-overloaded.exp: Likewise.
12406 * gdb.fortran/library-module.exp: Likewise.
12407 * gdb.opt/solib-intra-step.exp: Likewise.
12408 * gdb.python/py-finish-breakpoint.exp: Likewise.
12409 * gdb.python/py-shared.exp: Likewise.
12410 * gdb.reverse/solib-precsave.exp: Likewise.
12411 * gdb.reverse/solib-reverse.exp: Likewise.
12412 * gdb.server/solib-list.exp: Likewise.
12413 * gdb.threads/dlopen-libpthread.exp: Likewise.
12414 * gdb.threads/tls-shared.exp: Likewise.
12415 * gdb.threads/tls-so_extern.exp: Likewise.
12416 * gdb.trace/change-loc.exp: Likewise.
12417 * gdb.trace/ftrace-lock.exp: Likewise.
12418 * gdb.trace/ftrace.exp: Likewise.
12419 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12420 * gdb.trace/pending.exp: Likewise.
12421 * gdb.trace/range-stepping.exp: Likewise.
12422 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12423 (strace_info_marker): Likewise.
12424 (strace_probe_marker): Likewise.
12425 (strace_trace_on_same_addr): Likewise.
12426 (strace_trace_on_diff_addr): Likewise.
12427 * gdb.trace/trace-break.exp: Likewise.
12428 * gdb.trace/trace-condition.exp: Likewise.
12429 * gdb.trace/trace-mt.exp: Likewise.
12430
12431 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12432
12433 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12434 result of gdb_remote_download.
12435 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12436 * gdb.base/dso2dso.exp: Likewise.
12437 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12438 * gdb.base/print-file-var.exp: Likewise.
12439 * gdb.base/shlib-call.exp: Likewise.
12440 * gdb.base/shreloc.exp: Likewise.
12441 * gdb.base/solib-overlap.exp: Likewise.
12442 * gdb.base/solib-weak.exp (do_test): Likewise.
12443 * gdb.base/unload.exp: Likewise.
12444
12445 2016-04-27 Yao Qi <yao.qi@linaro.org>
12446
12447 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12448 exists.
12449
12450 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12451
12452 * vla-type.exp: Print structure from toplevel.
12453
12454 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12455
12456 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12457 of dynamic types.
12458 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12459 of dynamic types.
12460
12461 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12462
12463 * gdb.fortran/vla-type.f90: New file.
12464 * gdb.fortran/vla-type.exp: New file.
12465
12466 2016-04-25 Yao Qi <yao.qi@linaro.org>
12467
12468 * gdb.base/branch-to-self.c: New file.
12469 * gdb.base/branch-to-self.exp: New file.
12470
12471 2016-04-22 Yao Qi <yao.qi@linaro.org>
12472
12473 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12474 more after $hex.
12475
12476 2016-04-22 Yao Qi <yao.qi@linaro.org>
12477
12478 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12479 * gdb.base/annota3.exp: Likewise.
12480
12481 2016-04-22 Yao Qi <yao.qi@linaro.org>
12482
12483 * gdb.reverse/step-precsave.exp: Do one step and test program
12484 stops in "callee" and do multiple steps until program goes out
12485 of "callee".
12486 * gdb.reverse/step-reverse.exp: Likewise.
12487
12488 2016-04-22 Yao Qi <yao.qi@linaro.org>
12489
12490 * gdb.trace/signal.exp: Also pass if
12491 $tracepoint_hits($i) > $iterations.
12492
12493 2016-04-22 Yao Qi <yao.qi@linaro.org>
12494
12495 * gdb.trace/signal.c: New file.
12496 * gdb.trace/signal.exp: New file.
12497
12498 2016-04-19 Doug Evans <xdje42@gmail.com>
12499
12500 * gdb.base/bad-file.exp: New file.
12501
12502 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12503
12504 * gdb.dwarf2/implref.exp: New file.
12505
12506 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12507
12508 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12509 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12510 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12511 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12512 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12513 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12514 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12515 * lib/fortran.exp (fortran_int4): New procedure.
12516 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12517 (fortran_logical4): Likewise.
12518
12519 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12520
12521 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12522
12523 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12524
12525 * lib/compiler.c: Add Intel specific preprocessor macros.
12526 * lib/compiler.cc: Likewise.
12527
12528 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12529
12530 * gdb.server/connect-with-no-symbol-file.c: New file.
12531 * gdb.server/connect-with-no-symbol-file.exp: New file.
12532
12533 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12534
12535 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12536
12537 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12538
12539 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12540 standard output directory.
12541
12542 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12543
12544 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12545
12546 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12547
12548 * gdb.btrace/instruction_history.c (loop): Add declaration.
12549
12550 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12551
12552 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12553
12554 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12555
12556 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12557 parentheses to print.
12558 (continue_handler): Likewise.
12559
12560 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12561
12562 * gdb.server/solib-list.exp: Remove is_remote check.
12563 Pass shlib= to gdb_compile. Don't link shared library with
12564 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12565 Run binary filename through "readlink -f" on the target.
12566
12567 2016-04-08 Pedro Alves <palves@redhat.com>
12568
12569 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12570 interpreter filename as argument to gdbserver_spawn.
12571 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12572 Return empty if $last_loaded_file does not exist.
12573
12574 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12575
12576 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12577 * gdb.base/jit-main.c: Use exit after usage.
12578
12579 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12580
12581 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12582 GDBHISTSIZE prior to the tests.
12583 * gdb.base/gdbinit-history.exp: Likewise.
12584
12585 2016-04-07 Pedro Alves <palves@redhat.com>
12586
12587 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12588 instead of build_executable. Use gdb_load_shlibs.
12589
12590 2016-04-07 Yao Qi <yao.qi@linaro.org>
12591
12592 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12593 Execute "si" command.
12594
12595 2016-04-07 Yao Qi <yao.qi@linaro.org>
12596
12597 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12598 number instead of the comments on some line.
12599
12600 2016-04-06 Don Breazeal <donb@codesourcery.com>
12601
12602 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12603 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12604
12605 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12606
12607 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12608 standard_output_file. Remove unused binfile variable.
12609
12610 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12611
12612 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12613 * gdb.python/py-mi-objfile.exp: Match "list main" output
12614 in console format.
12615
12616 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12617
12618 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12619 absolute.
12620
12621 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12622
12623 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12624 absolute.
12625 * gdb.trace/ftrace.exp: Likewise.
12626 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12627 targets as well.
12628 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12629 (gdb_load_shlibs): Copy libraries to test directory when testing
12630 natively. Only set solib-search-path if testing remotely.
12631 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12632
12633 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12634
12635 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12636 gdb_download. Use it even if the target is not remote.
12637 * gdb.base/jit.exp (compile_jit_test): Likewise.
12638 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12639 output directory if the destination board is local, otherwise use
12640 the standard remote_download from DejaGnu.
12641 (gdb_download): Remove.
12642 (gdb_load_shlibs): Use gdb_remote_download instead of
12643 gdb_download.
12644 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12645 Use gdb_remote_download instead of gdb_download. Use it even if
12646 the target is not remote.
12647 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12648 instead of gdb_download.
12649
12650 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12651
12652 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12653 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12654 run.
12655
12656 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12657
12658 PR gdb/19820
12659 * gdb.base/printcmds.exp: Add artificial arrays tests.
12660
12661 2016-03-31 Pedro Alves <palves@redhat.com>
12662
12663 PR gdb/19858
12664 * gdb.base/jit-main.c: Include unistd.h.
12665 (ATTACH): Define to 0 if not already defined.
12666 (wait_for_gdb, mypid): New globals.
12667 (WAIT_FOR_GDB): New macro.
12668 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12669 some breakpoint locations.
12670 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12671 New procedures.
12672 (one_jit_test): Add REATTACH parameter, and handle it. Use
12673 continue_to_test_location.
12674 (top level): Test attach, and adjusts calls to one_jit_test.
12675
12676 2016-03-31 Pedro Alves <palves@redhat.com>
12677
12678 PR gdb/19858
12679 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12680 BINSUFFIX parameter, and handle it.
12681 (top level): Adjust calls compile_jit_test.
12682
12683 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12684
12685 PR python/19743
12686 * gdb.python/py-mi-events-gdb.py: New file.
12687 * gdb.python/py-mi-events.c: New file.
12688 * gdb.python/py-mi-events.exp: New file.
12689
12690 2016-03-30 Yao Qi <yao.qi@linaro.org>
12691
12692 * gdb.reverse/until-precsave.exp: Match function name only.
12693 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12694 Move malloc to a condition block.
12695 * gdb.reverse/until-reverse.exp: Match function name only.
12696
12697 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12698
12699 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12700 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12701 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12702 variable for GPR 0 instead of assuming it is register 0.
12703 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12704 * lib/trace-support.exp: Add s390 registers.
12705
12706 2016-03-29 Yao Qi <yao.qi@linaro.org>
12707
12708 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12709
12710 2016-03-24 Yao Qi <yao.qi@linaro.org>
12711
12712 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12713 test message.
12714
12715 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12716
12717 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12718 maintaining separate logic for constructing the output path.
12719
12720 2016-03-16 Don Breazeal <donb@codesourcery.com>
12721
12722 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12723 Retry fork and waitpid on interrupted system call errors.
12724 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12725 Use with_timeout_factor to increase timeout by factor of 10.
12726
12727 2016-03-15 Don Breazeal <donb@codesourcery.com>
12728
12729 * gdb.cp/scope-err.cc: New test program.
12730 * gdb.cp/scope-err.exp: New test script.
12731 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12732 lines and "set breakpoint here" comment.
12733 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12734 Fixed some whitespace and format issues.
12735 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12736 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12737
12738 2016-03-15 Doug Evans <dje@google.com>
12739
12740 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12741 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12742 All callers updated. Add tests for enums, mixed flags register.
12743
12744 2016-03-15 Doug Evans <dje@google.com>
12745
12746 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12747 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12748
12749 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12750
12751 * gdb.base/default.exp: Add $_as_string to the list of expected
12752 convenience functions.
12753
12754 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12755
12756 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12757
12758 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12759
12760 * gdb.python/py-as-string.exp: New file.
12761 * gdb.python/py-as-string.c: New file.
12762
12763 2016-03-09 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12766 signal" -> "Thread NN received signal" output change.
12767 * gdb.threads/ia64-sigill.exp: Likewise.
12768 * gdb.threads/linux-dp.exp: Likewise.
12769 * gdb.threads/manythreads.exp: Likewise.
12770 * gdb.threads/pending-step.exp: Likewise.
12771 * gdb.threads/print-threads.exp: Likewise.
12772 * gdb.threads/sigstep-threads.exp: Likewise.
12773 * gdb.threads/staticthreads.exp: Likewise.
12774 * gdb.threads/tls.exp: Likewise.
12775
12776 2016-03-09 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.base/command-line-input.exp: New file.
12779
12780 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12781
12782 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12783 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12784 * gdb.trace/pending.exp: Accept leading dot before function name.
12785 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12786 * lib/trace-support.exp: Set registers for ppc.
12787
12788 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12789
12790 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12791 use it for disassembly; accept .main in addition to main in backtrace.
12792
12793 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12794 Marcin Kościelnicki <koriakin@0x04.net>
12795
12796 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12797 (gdb_recursion_test_ptr): New global variable.
12798 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12799 gdb_recursion_test.
12800 (gdb_c_test): Ditto.
12801
12802 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12803
12804 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12805 ordering.
12806
12807 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12808
12809 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12810 (bar): Add bar_start_lbl label.
12811 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12812 of foo/bar for emitting DWARF and tracing.
12813
12814 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12815
12816 * analyze-racy-logs.py: Set executable bit.
12817
12818 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12819
12820 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12821 (CHECK_TARGET_TMP): Likewise.
12822 (check-single-racy): New rule.
12823 (check-parallel-racy): Likewise.
12824 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12825 (do-check-parallel-racy): New rule.
12826 (check-racy/%.exp): Likewise.
12827 * README (Racy testcases): New section.
12828 * analyze-racy-logs.py: New file.
12829
12830 2016-03-03 Doug Evans <dje@google.com>
12831
12832 * gdb.base/skip.exp: Use with_test_prefix.
12833
12834 2016-03-03 Yao Qi <yao.qi@linaro.org>
12835
12836 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12837 Invoke step_over_syscall "clone" and break_cond_on_syscall
12838 "clone".
12839 * gdb.base/step-over-clone.c: New file.
12840
12841 2016-03-03 Yao Qi <yao.qi@linaro.org>
12842
12843 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12844 code format.
12845
12846 2016-03-03 Yao Qi <yao.qi@linaro.org>
12847
12848 * gdb.base/disp-step-fork.c: Rename to ...
12849 * gdb.base/step-over-fork.c: ... it. New file.
12850 * gdb.base/disp-step-vfork.c: Rename to ...
12851 * gdb.base/step-over-vfork.c: ... it. New file.
12852 * gdb.base/disp-step-syscall.exp: Rename to ...
12853 * gdb.base/step-over-syscall.exp: ... it. New file.
12854 (disp_step_cross_syscall): Rename to ...
12855 (step_over_syscall): ... it.
12856
12857 2016-03-03 Yao Qi <yao.qi@linaro.org>
12858
12859 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12860 If target supports condition evaluation on target, invoke
12861 break_cond_on_syscall for fork and vfork.
12862
12863 2016-03-03 Yao Qi <yao.qi@linaro.org>
12864
12865 * gdb.base/disp-step-syscall.exp: Don't invoke
12866 support_displaced_stepping.
12867 (disp_step_cross_syscall): Test with displaced stepping off and
12868 on if supported.
12869
12870 2016-03-03 Yao Qi <yao.qi@linaro.org>
12871
12872 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12873 proc.
12874 (setup): New proc.
12875 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12876 and setup.
12877
12878 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12879
12880 * gdb.fortran/vla-history.exp: Remove breakpoint.
12881
12882 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12883
12884 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12885 exceeds timeout.
12886
12887 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12888
12889 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12890 breakpoint.
12891
12892 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12893
12894 * gdb.mi/vla.f90: Nullify pointer after declaration.
12895
12896 2016-03-01 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12899
12900 2016-03-01 Pedro Alves <palves@redhat.com>
12901
12902 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12903 before anything else.
12904 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12905 _GNU_SOURCE here.
12906 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12907 before anything else.
12908 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12909
12910 2016-03-01 Pedro Alves <palves@redhat.com>
12911
12912 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12913
12914 2016-03-01 Yao Qi <yao.qi@linaro.org>
12915
12916 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
12917 prepare_for_testing.
12918
12919 2016-03-01 Yao Qi <yao.qi@linaro.org>
12920
12921 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
12922
12923 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12924
12925 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
12926 manually constructing the output path.
12927
12928 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12929
12930 * gdb.arch/s390-stackless.S: New.
12931 * gdb.arch/s390-stackless.exp: New.
12932
12933 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
12934
12935 * gdb.dlang/circular.c: New file.
12936 * gdb.dlang/circular.exp: New file.
12937
12938 2016-02-26 Yao Qi <yao.qi@linaro.org>
12939
12940 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
12941 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
12942 (testcases): Update.
12943
12944 2016-02-26 Yao Qi <yao.qi@linaro.org>
12945
12946 * gdb.reverse/aarch64.c: Rename to ...
12947 * gdb.reverse/insn-reverse.c: ... it.
12948 * gdb.reverse/aarch64.exp: Rename to ...
12949 * gdb.reverse/insn-reverse.exp: ... it.
12950
12951 2016-02-26 Yao Qi <yao.qi@linaro.org>
12952
12953 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
12954 (testcase_ftype): New.
12955 (testcases): New array.
12956 (n_testcases): New.
12957 (main): Call each element in testcases.
12958 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
12959 (read_testcase): New.
12960 Do the tests in a loop.
12961
12962 2016-02-25 Yao Qi <yao.qi@linaro.org>
12963
12964 * gdb.base/branches.c: Remove.
12965
12966 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12967
12968 PR gdb/13808
12969 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
12970
12971 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12972
12973 * gdb.trace/ftrace.exp: Remove unnecessary target check.
12974
12975 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
12976
12977 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
12978 change x86_64 call_insn to 'callq'.
12979
12980 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12981
12982 * gdb.trace/tfile-avx.c: Move to...
12983 * gdb.trace/tracefile-pseudo-reg.c: Here.
12984 * gdb.trace/tfile-avx.exp: Move to...
12985 * gdb.trace/tracefile-pseudo-reg.exp: Here.
12986
12987 2016-02-24 Gary Benson <gbenson@redhat.com>
12988
12989 * gdb.base/attach-pie-noexec.exp: Do not expect an error
12990 message on attach.
12991
12992 2016-02-23 Doug Evans <dje@google.com>
12993
12994 * gdb.base/skip.c (test_skip): New function.
12995 (end_test_skip_file_and_function): New function.
12996 (test_skip_file_and_function): New function.
12997 * gdb.base/skip1.c (test_skip): New function.
12998 (skip1_test_skip_file_and_function): New function.
12999 * gdb.base/skip.exp: Add tests for new skip options.
13000 * gdb.base/skip-solib.exp: Update expected output.
13001 * gdb.perf/skip-command.cc: New file.
13002 * gdb.perf/skip-command.exp: New file.
13003 * gdb.perf/skip-command.py: New file.
13004
13005 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13006
13007 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13008 info registers pattern.
13009
13010 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13011
13012 * lib/future.exp: Add D support.
13013 (gdb_find_gdc): New proc.
13014 (gdb_default_target_compile): Add D support.
13015
13016 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13017
13018 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13019 user+system time.
13020 (trace_speed_test): Determine the iteration count for a time
13021 between 15..30 seconds.
13022
13023 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13024
13025 * gdb.arch/i386-mpx-sigsegv.c: New file.
13026 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13027 * gdb.arch/i386-mpx-simple_segv.c: New file.
13028 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13029
13030 2016-02-18 Yao Qi <yao.qi@linaro.org>
13031
13032 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13033 Don't call setup_kfail.
13034
13035 2016-02-18 Yao Qi <yao.qi@linaro.org>
13036
13037 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13038 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13039
13040 2016-02-16 Doug Evans <dje@google.com>
13041
13042 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13043 * gdb.base/skip1.c: Ditto.
13044 * gdb.base/skip.exp: Whitespace cleanup.
13045
13046 2016-02-16 Don Breazeal <donb@codesourcery.com>
13047
13048 PR remote/19496
13049 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13050 Remove kfail for PR remote/19496.
13051
13052 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13053
13054 * lib/gdb.exp (standard_temp_file): Return a path specific to
13055 the runtest invocation.
13056
13057 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13058
13059 * gdb.trace/save-trace.exp: Change relative path to be in the
13060 standard output directory.
13061
13062 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13063
13064 * gdb.arch/i386-prologue.c: Add missing prototypes.
13065
13066 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13067
13068 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13069 * gdb.arch/i386-prologue.exp: Likewise.
13070 * gdb.arch/i386-size.exp: Likewise.
13071
13072 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13073
13074 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13075 define object file path.
13076 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13077 file path.
13078 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13079 standard_output_file to define binfile.
13080
13081 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13082
13083 Fix compatibility with recent gfortran-5.3.1.
13084 * gdb.fortran/vla-history.exp (print vla1 allocated)
13085 (print vla2 allocated, print $2, print $3): Remove
13086 (print $4): Rename to ...
13087 (print $2): ... here.
13088 (print $9): Rename to ...
13089 (print $5): ... here.
13090 (print $10): Rename to ...
13091 (print $6): ... here.
13092 * gdb.fortran/vla.f90: Add pvla initialization.
13093
13094 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13095
13096 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13097 New test.
13098 * gdb.fortran/vla-value-sub.exp: Likewise.
13099
13100 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13101
13102 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13103
13104 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13105
13106 * i386-biarch-core.exp: Define corefile using
13107 standard_output_file.
13108
13109 2016-02-12 Yao Qi <yao.qi@linaro.org>
13110
13111 * gdb.arch/arm-single-step-kernel-helper.c: New.
13112 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13113
13114 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13115
13116 * gdb.btrace/tailcall-only.exp: New.
13117 * gdb.btrace/tailcall-only.c: New.
13118 * gdb.btrace/x86_64-tailcall-only.S: New.
13119 * gdb.btrace/i686-tailcall-only.S: New.
13120
13121 2016-02-11 Pedro Alves <palves@redhat.com>
13122
13123 * README (Parallel testing): Add missing double quotes.
13124
13125 2016-02-11 Pedro Alves <palves@redhat.com>
13126
13127 * README (Parallel testing): New section.
13128 (GDB_PARALLEL): Rewrite.
13129 (FORCE_PARALLEL): Document.
13130
13131 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13132
13133 * gdb.trace/tfile-avx.c: New test.
13134 * gdb.trace/tfile-avx.exp: New test.
13135
13136 2016-02-09 Keith Seitz <keiths@redhat.com>
13137
13138 PR breakpoints/19546
13139 * gdb.base/infcall-exec.c: New file.
13140 * gdb.base/infcall-exec2.c: New file.
13141 * gdb.base/infcall-exec.exp: New file.
13142
13143 2016-02-09 Keith Seitz <keiths@redhat.com>
13144
13145 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13146 (toplevel): Call test_bkpt_address.
13147
13148 2016-02-09 Keith Seitz <keiths@redhat.com>
13149
13150 PR python/19506
13151 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13152 (toplevel): Call test_bkpt_address.
13153
13154 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13155
13156 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13157 to AC_OUTPUT.
13158 * configure: Regenerate.
13159
13160 2016-02-09 Pedro Alves <palves@redhat.com>
13161
13162 PR breakpoints/19548
13163 * gdb.base/execl-update-breakpoints.c (some_function): New
13164 function.
13165 (main): Call it.
13166 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13167 Tighten expected GDB output.
13168
13169 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13170
13171 * Makefile.in (ALL_SUBDIRS): Remove.
13172 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13173 (distclean maintainer-clean realclean): Likewise.
13174 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13175 * configure: Regenerate.
13176 * gdb.ada/Makefile.in: Delete.
13177 * gdb.arch/Makefile.in: Likewise.
13178 * gdb.asm/Makefile.in: Likewise.
13179 * gdb.base/Makefile.in: Likewise.
13180 * gdb.btrace/Makefile.in: Likewise.
13181 * gdb.cell/Makefile.in: Likewise.
13182 * gdb.compile/Makefile.in: Likewise.
13183 * gdb.cp/Makefile.in: Likewise.
13184 * gdb.disasm/Makefile.in: Likewise.
13185 * gdb.dlang/Makefile.in: Likewise.
13186 * gdb.dwarf2/Makefile.in: Likewise.
13187 * gdb.fortran/Makefile.in: Likewise.
13188 * gdb.gdb/Makefile.in: Likewise.
13189 * gdb.go/Makefile.in: Likewise.
13190 * gdb.guile/Makefile.in: Likewise.
13191 * gdb.java/Makefile.in: Likewise.
13192 * gdb.linespec/Makefile.in: Likewise.
13193 * gdb.mi/Makefile.in: Likewise.
13194 * gdb.modula2/Makefile.in: Likewise.
13195 * gdb.multi/Makefile.in: Likewise.
13196 * gdb.objc/Makefile.in: Likewise.
13197 * gdb.opencl/Makefile.in: Likewise.
13198 * gdb.opt/Makefile.in: Likewise.
13199 * gdb.pascal/Makefile.in: Likewise.
13200 * gdb.perf/Makefile.in: Likewise.
13201 * gdb.python/Makefile.in: Likewise.
13202 * gdb.reverse/Makefile.in: Likewise.
13203 * gdb.server/Makefile.in: Likewise.
13204 * gdb.stabs/Makefile.in: Likewise.
13205 * gdb.threads/Makefile.in: Likewise.
13206 * gdb.trace/Makefile.in: Likewise.
13207 * gdb.xml/Makefile.in: Likewise.
13208 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13209 GDB_PARALLEL.
13210 (standard_output_file): Remove check for GDB_PARALLEL, always
13211 return path in outputs/$subdir/$testname.
13212
13213 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13214
13215 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13216 (site.exp): Assign abs_srcdir to tcl's srcdir.
13217
13218 2016-02-04 Yao Qi <yao.qi@linaro.org>
13219
13220 * gdb.base/foll-exec-mode.c: Include limits.h.
13221 (main): Add parameters argc and argv. Get directory from
13222 argv[0].
13223 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13224 compilation.
13225 * gdb.base/foll-exec.c: Include limits.h.
13226 (main): Add parameters argc and argv.
13227 Get directory from argv[0].
13228 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13229 Adjust tests on the number of lines as source code changed.
13230 * gdb.base/foll-vfork-exit.c: Include limits.h.
13231 (main): Add one line of statement before vfork.
13232 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13233 (main): Add parameters argc and argv. Get directory from
13234 argv[0].
13235 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13236 (setup_gdb): Set tbreak to skip some source lines.
13237 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13238 (main): Add parameters argc and argv. Get directory from
13239 argv[0].
13240 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13241 compilation.
13242 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13243 (main): Add parameters argc and argv. Get directory from
13244 argv[0].
13245 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13246 compilation.
13247
13248 2016-02-01 Doug Evans <dje@google.com>
13249
13250 * gdb.base/skip.exp: Clean up multiple references to same test name.
13251
13252 2016-02-01 Pedro Alves <palves@redhat.com>
13253
13254 PR remote/19496
13255 * gdb.threads/forking-threads-plus-breakpoint.exp
13256 (displaced_stepping_supported): New global.
13257 (probe_displaced_stepping_support): New procedure.
13258 (do_test): Add 'displaced' parameter, and use it.
13259 (top level): Check for displaced stepping support. Add displaced
13260 stepping on/off testing axis.
13261
13262 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13263
13264 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13265 pointer. Don't perform further tests on the unassociated pointer
13266 if the first test fails.
13267
13268 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13269
13270 * gdb.base/max-value-size.c: New file.
13271 * gdb.base/max-value-size.exp: New file.
13272 * gdb.base/huge.exp: Disable max-value-size for this test.
13273
13274 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13275
13276 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13277
13278 2016-01-28 Yao Qi <yao.qi@linaro.org>
13279
13280 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13281
13282 2016-01-25 Pedro Alves <palves@redhat.com>
13283
13284 PR threads/19461
13285 * gdb.base/fork-running-state.c: New file.
13286 * gdb.base/fork-running-state.exp: New file.
13287
13288 2016-01-25 Pedro Alves <palves@redhat.com>
13289
13290 PR gdb/19494
13291 * gdb.base/catch-fork-kill.c: New file.
13292 * gdb.base/catch-fork-kill.exp: New file.
13293
13294 2016-01-25 Pedro Alves <palves@redhat.com>
13295
13296 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13297 Delete, moved to lib/gdb.exp.
13298 * gdb.threads/forking-threads-plus-breakpoint.exp
13299 (foreach_with_prefix): Likewise.
13300 * gdb.threads/process-dies-while-handling-bp.exp
13301 (foreach_with_prefix): Likewise.
13302 * lib/gdb.exp (foreach_with_prefix): New procedure.
13303
13304 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13305
13306 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13307 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13308
13309 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13310
13311 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13312 endian targets.
13313
13314 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13315 Pedro Alves <palves@redhat.com>
13316
13317 Fix testsuite compatibility with Guile.
13318 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13319 number.
13320
13321 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13322
13323 Fix testsuite compatibility with Guile.
13324 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13325 (thread 1): New test for backtrace through signal handler.
13326
13327 2016-01-22 Yao Qi <yao.qi@linaro.org>
13328
13329 PR testsuite/19491
13330 * gdb.base/multi-forks.c: Include
13331 ../lib/unbuffer_output.c
13332 (main): Call gdb_unbuffer_output.
13333
13334 2016-01-21 Doug Evans <dje@google.com>
13335
13336 * lib/ada.exp (gdb_compile_ada): Fix typo.
13337
13338 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13339
13340 * gdb.base/break-fun-addr.exp: New file.
13341 * gdb.base/break-fun-addr1.c: New file.
13342 * gdb.base/break-fun-addr2.c: New file.
13343
13344 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13345
13346 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13347 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13348 enum flag values.
13349
13350 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13351
13352 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13353 when GDB can not set the vector return value. Add more comments
13354 for clarification.
13355
13356 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13357
13358 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13359 command.
13360
13361 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13362
13363 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13364
13365 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13366
13367 * Makefile.in (check-single): Pass --status to runtest.
13368 (check/%.exp): Likewise.
13369
13370 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13371
13372 * Makefile.in (check-parallel): Propagate return code from make
13373 do-check-parallel.
13374
13375 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13376
13377 * gdb.trace/ftrace.exp: Fix expected message on continue.
13378 * gdb.trace/pending.exp: Fix expected message on continue.
13379 * gdb.trace/trace-break.exp: Fix expected message on continue.
13380
13381 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13382
13383 * lib/gdb.exp (gdb_test): Remove unused global references.
13384
13385 2016-01-18 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.base/async-shell.exp: Adjust expected output.
13388 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13389 * gdb.base/siginfo-thread.exp: Adjust expected output.
13390 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13391 * gdb.java/jnpe.exp: Adjust expected output.
13392 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13393 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13394 * gdb.threads/leader-exit.exp: Adjust expected output.
13395 * gdb.threads/manythreads.exp: Adjust expected output.
13396 * gdb.threads/pthreads.exp: Adjust expected output.
13397 * gdb.threads/schedlock.exp: Adjust expected output.
13398 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13399 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13400 expected output.
13401 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13402 output.
13403 * gdb.threads/sigthread.exp: Adjust expected output.
13404 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13405
13406 2016-01-18 Yao Qi <yao.qi@linaro.org>
13407
13408 * gdb.guile/scm-section-script.c: Replace @progbits with
13409 %progbits.
13410 * gdb.python/py-section-script.c: Likewise.
13411
13412 2016-01-15 Pedro Alves <palves@redhat.com>
13413
13414 * gdb.multi/tids.exp: Test star wildcard ranges.
13415
13416 2016-01-15 Pedro Alves <palves@redhat.com>
13417
13418 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13419 command from "thread apply" invocation.
13420 (thr_apply_info_thr_invalid): Default the expected output to the
13421 input tid list.
13422 (top level): Add tests that use convenience variables. Add tests
13423 for "thread apply" with a valid TID list, but missing the command.
13424
13425 2016-01-13 Pedro Alves <palves@redhat.com>
13426
13427 * gdb.base/default.exp: Expect $_gthread as well.
13428 * gdb.multi/tids.exp: Test $_gthread.
13429 * gdb.threads/thread-specific.exp: Test $_gthread.
13430
13431 2016-01-13 Pedro Alves <palves@redhat.com>
13432
13433 * gdb.multi/tids.exp: Test "info threads -gid".
13434
13435 2016-01-13 Pedro Alves <palves@redhat.com>
13436
13437 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13438 Breakpoint.thread.
13439 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13440
13441 2016-01-07 Pedro Alves <palves@redhat.com>
13442
13443 * gdb.base/break.exp: Adjust to output changes.
13444 * gdb.base/hbreak2.exp: Likewise.
13445 * gdb.base/sepdebug.exp: Likewise.
13446 * gdb.base/watch_thread_num.exp: Likewise.
13447 * gdb.linespec/keywords.exp: Likewise.
13448 * gdb.multi/info-threads.exp: Likewise.
13449 * gdb.threads/thread-find.exp: Likewise.
13450 * gdb.multi/tids.c: New file.
13451 * gdb.multi/tids.exp: New file.
13452
13453 2016-01-13 Pedro Alves <palves@redhat.com>
13454
13455 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13456
13457 2016-01-13 Pedro Alves <palves@redhat.com>
13458
13459 * gdb.base/default.exp: Expect $_inferior as well.
13460 * gdb.multi/base.exp: Test $_inferior.
13461
13462 2016-01-13 Pedro Alves <palves@redhat.com>
13463
13464 PR breakpoints/19388
13465 * gdb.base/catch-signal-siginfo-cond.c: New file.
13466 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13467
13468 2016-01-12 Josh Stone <jistone@redhat.com>
13469 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13470
13471 * gdb.base/catch-syscall.c (do_execve): New variable.
13472 (main): Conditionally trigger an execve.
13473 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13474 (test_catch_syscall_execve): New, check entry/return across execve.
13475 (do_syscall_tests): Call test_catch_syscall_execve.
13476
13477 2016-01-12 Pedro Alves <palves@redhat.com>
13478
13479 * gdb.base/random-signal.exp (do_test): New procedure, with body
13480 of testcase moved in.
13481
13482 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13483 Pedro Alves <palves@redhat.com>
13484
13485 * gdb.base/funcargs.exp (finish from indirectly called function):
13486 Reintroduce the case for 'First'.
13487
13488 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13489 Pedro Alves <palves@redhat.com>
13490
13491 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13492 (tcatch_vfork_then_child_follow_exec)
13493 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13494 identification.
13495
13496 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13497
13498 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13499 and repeats to unlimited.
13500 * gdb.python/py-value.exp: Likewise.
13501 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13502 and repeats to unlimited.
13503
13504 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13505
13506 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13507 and reordering the functions.
13508 * gdb.multi/hangout.c: Likewise.
13509 * gdb.multi/hello.c: Likewise.
13510
13511 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13512
13513 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13514 absolute.
13515 (SingleStatisticTestResult.report): Use dict.keys instead of
13516 dict.iterkeys.
13517
13518 2016-01-06 Pedro Alves <palves@redhat.com>
13519
13520 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13521
13522 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13523
13524 * gdb.btrace/dlopen.exp: New.
13525 * gdb.btrace/dlopen.c: New.
13526 * gdb.btrace/dlopen-dso.c: New.
13527
13528 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13529
13530 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13531 PATTERN argument is optional.
13532
13533 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13534
13535 * lib/ada.exp (target_compile_ada_from_dir): New function.
13536 (gdb_compile_ada): Reimplement avoiding the use of project files.
13537 * gdb.ada/gnat_ada.gpr: Delete.
13538 * gdb.ada/cond_lang.exp: Adjust test to make path before
13539 filename optional.
13540 * gdb.ada/small_reg_param.exp: Likewise.
13541
13542 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13543
13544 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13545
13546 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13547
13548 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13549 case.
13550
13551 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13552
13553 * gdb.base/break.exp: Remove dead code.
13554 * gdb.base/sepdebug.exp: Likewise.
13555
13556 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13557
13558 * gdb.asm/asm-source.exp: Remove HP-UX references.
13559 * gdb.base/annota1.exp: Likewise.
13560 * gdb.base/annota3.exp: Likewise.
13561 * gdb.base/attach.exp: Likewise.
13562 * gdb.base/bigcore.exp: Likewise.
13563 * gdb.base/break.exp: Likewise.
13564 * gdb.base/call-ar-st.exp: Likewise.
13565 * gdb.base/callfuncs.exp: Likewise.
13566 * gdb.base/catch-fork-static.exp: Likewise.
13567 * gdb.base/display.exp: Likewise.
13568 * gdb.base/foll-exec-mode.exp: Likewise.
13569 * gdb.base/foll-exec.exp: Likewise.
13570 * gdb.base/foll-fork.exp: Likewise.
13571 * gdb.base/foll-vfork.exp: Likewise.
13572 * gdb.base/funcargs.exp: Likewise.
13573 * gdb.base/hbreak2.exp: Likewise.
13574 * gdb.base/inferior-died.exp: Likewise.
13575 * gdb.base/interrupt.exp: Likewise.
13576 * gdb.base/multi-forks.exp: Likewise.
13577 * gdb.base/nodebug.exp: Likewise.
13578 * gdb.base/sepdebug.exp: Likewise.
13579 * gdb.base/solib1.c: Likewise.
13580 * gdb.base/step-test.exp: Likewise.
13581 * gdb.mi/non-stop.c: Likewise.
13582 * gdb.mi/pthreads.c: Likewise.
13583 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13584 * gdb.threads/pthreads.c: Likewise.
13585 * gdb.threads/staticthreads.exp: Likewise.
13586 * lib/future.exp: Likewise.
13587 * lib/gdb.exp: Likewise.
13588 * gdb.base/so-indr-cl.c: Remove.
13589 * gdb.base/so-indr-cl.exp: Likewise.
13590 * gdb.base/solib.c: Likewise.
13591 * gdb.base/solib.exp: Likewise.
13592 * gdb.base/solib2.c: Likewise.
13593
13594 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13595
13596 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13597 * gdb.base/call-ar-st.exp: Likewise.
13598 * gdb.base/callfuncs.exp: Likewise.
13599 * gdb.base/condbreak.exp: Likewise.
13600 * gdb.base/constvars.exp: Likewise.
13601 * gdb.base/hbreak2.exp: Likewise.
13602 * gdb.base/langs.exp: Likewise.
13603 * gdb.base/list.exp: Likewise.
13604 * gdb.base/long_long.exp: Likewise.
13605 * gdb.base/ptype.exp: Likewise.
13606 * gdb.base/scope.exp: Likewise.
13607 * gdb.base/signals.exp: Likewise.
13608 * gdb.base/so-impl-ld.exp: Likewise.
13609 * gdb.base/varargs.exp: Likewise.
13610 * gdb.base/volatile.exp: Likewise.
13611 * gdb.base/whatis.exp: Likewise.
13612 * gdb.cp/cplusfuncs.exp: Likewise.
13613 * gdb.cp/inherit.exp: Likewise.
13614 * gdb.cp/local.exp: Likewise.
13615 * gdb.cp/member-ptr.exp: Likewise.
13616 * gdb.cp/method.exp: Likewise.
13617 * gdb.cp/overload.exp: Likewise.
13618 * gdb.cp/templates.exp: Likewise.
13619 * gdb.stabs/weird.exp: Likewise.
13620 * lib/compiler.c: Likewise.
13621 * lib/compiler.cc: Likewise.
13622 * lib/cp-support.exp: Likewise.
13623 * lib/gdb.exp: Likewise.
13624
13625 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13626
13627 * configure.ac: Remove HP-UX case.
13628 * configure: Regenerate.
13629
13630 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13631
13632 * lib/gdb.exp (gdb_compile): Add function doc.
13633
13634 2015-12-17 Pedro Alves <palves@redhat.com>
13635
13636 PR threads/19354
13637 * gdb.multi/info-threads.exp: New file.
13638
13639 2015-12-15 Yao Qi <yao.qi@linaro.org>
13640
13641 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13642 is aarch64*-*-*.
13643
13644 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13645
13646 * gdb.base/history-duplicates.exp: Skip if no readline support.
13647
13648 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13649
13650 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13651
13652 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13653
13654 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13655
13656 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13657
13658 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13659 ctrl-C if nointerrupts target property is set.
13660 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13661 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13662 * gdb.base/paginate-bg-execution.exp: Likewise.
13663 * gdb.base/paginate-execution-startup.exp: Likewise.
13664 * gdb.base/random-signal.exp: Likewise.
13665 * gdb.base/range-stepping.exp: Likewise.
13666 * gdb.cp/annota2.exp: Likewise.
13667 * gdb.cp/annota3.exp: Likewise.
13668 * gdb.gdb/selftest.exp: Likewise.
13669 * gdb.threads/continue-pending-status.exp: Likewise.
13670 * gdb.threads/leader-exit.exp: Likewise.
13671 * gdb.threads/manythreads.exp: Likewise.
13672 * gdb.threads/pthreads.exp: Likewise.
13673 * gdb.threads/schedlock.exp: Likewise.
13674 * gdb.threads/sigthread.exp: Likewise.
13675
13676 2015-12-11 Don Breazeal <donb@codesourcery.com>
13677
13678 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13679 remote.
13680 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13681 * gdb.base/foll-exec.exp (main): Enable for target remote.
13682 * gdb.base/foll-fork.exp (main): Likewise.
13683 * gdb.base/foll-vfork.exp (main): Likewise.
13684 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13685 (proc continue_to_exit_bp_loc): Use clean_restart.
13686 * gdb.base/pie-execl.exp (main): Disable for target remote.
13687 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13688 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13689 * gdb.threads/execl.exp (main): Likewise.
13690 * gdb.threads/fork-child-threads.exp (main): Likewise.
13691 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13692 remote.
13693 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13694 remote.
13695 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13696 pid.tid style ptids, instead of just tid.
13697 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13698 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13699 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13700 ptids, instead of just tid.
13701
13702 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13703
13704 * gdb.base/list.exp (test_list_forward): Add end of file error
13705 test.
13706 (test_repeat_list_command): Add end of file error test.
13707 (test_list_backwards): Add beginning of file error test.
13708
13709 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13710
13711 * gdb.base/list.exp (test_list_invalid_args): New function,
13712 defined, and called.
13713
13714 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13715
13716 * gdb.base/list.exp (test_list): Make test names unique.
13717
13718 2015-12-11 Yao Qi <yao.qi@linaro.org>
13719
13720 * gdb.base/coremaker2.c: Remove.
13721
13722 2015-12-10 Pedro Alves <palves@redhat.com>
13723
13724 * gdb.multi/base.exp: Remove stale "spaces" references.
13725
13726 2015-12-10 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.multi/base.exp: Don't use nowarnings.
13729 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13730 * gdb.multi/hangout.c: Include stdio.h.
13731 * gdb.multi/hello.c: Include stdlib.h.
13732 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13733 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13734 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13735
13736 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13737
13738 * gdb.dwarf2/dw2-ranges-base.c: New file.
13739 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13740 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13741 support additional line table, and debug ranges generation.
13742 (Dwarf::ranges): New function, generate .debug_ranges.
13743 (Dwarf::lines): Support generating simple line table programs.
13744 (Dwarf::assemble): Initialise new namespace variables.
13745
13746 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13747
13748 * gdb.base/async.exp (proc test_background): Add case for
13749 asynchronous execution not supported.
13750
13751 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13752
13753 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13754 format and change test names to make them unique.
13755
13756 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13757 Pedro Alves <pedro@redhat.com>
13758
13759 PR gdb/18702
13760 Add checking of floatformats setup on x86_64 hosts.
13761 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13762 (smallval, bigval): New labels/constants.
13763 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13764 float" after loading bigval and smallval.
13765
13766 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13767
13768 * gdb.ada/fun_overload_menu.exp: New testcase.
13769 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13770
13771 2015-12-04 Josh Stone <jistone@redhat.com>
13772
13773 * gdb.base/catch-fork-static.exp: New.
13774
13775 2015-12-03 Yao Qi <yao.qi@linaro.org>
13776
13777 * gdb.base/sizeof.c: Don't include stdio.h and
13778 ../lib/unbuffer_output.c.
13779 (main): New variable 'size' and 'value'. Remove printf and
13780 gdb_unbuffer_output. Assign return value to size and value.
13781 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13782 at the beginning.
13783 (check_sizeof): Check the result by printing variable 'size'.
13784 (check_valueof): Check the result by printing variable 'value'.
13785
13786 2015-12-01 Yao Qi <yao.qi@linaro.org>
13787
13788 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13789 for aarch64*-*-linux* target.
13790
13791 2015-11-30 Pedro Alves <palves@redhat.com>
13792
13793 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13794
13795 2015-11-30 Pedro Alves <palves@redhat.com>
13796
13797 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13798 Handle non-stop mode vCont replies.
13799
13800 2015-11-30 Pedro Alves <palves@redhat.com>
13801
13802 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13803 prepare_for_testing. Start gdb with "set non-stop on" appended to
13804 GDBFLAGS. Lax expected stop output.
13805
13806 2015-11-27 Yao Qi <yao.qi@linaro.org>
13807
13808 * gdb.arch/arm-neon.exp: New.
13809 * gdb.arch/arm-neon.c: New.
13810
13811 2015-11-27 Yao Qi <yao.qi@linaro.org>
13812
13813 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13814
13815 2015-11-27 Yao Qi <yao.qi@linaro.org>
13816
13817 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13818 frames-invalid annotation.
13819
13820 2015-11-27 Yao Qi <yao.qi@linaro.org>
13821
13822 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13823
13824 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13825
13826 * gdb.threads/names.exp: New file.
13827 * gdb.threads/names.c: New file.
13828 * README: Mention gdb,no_thread_names.
13829
13830 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13831
13832 PR 19297
13833 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13834 support" error.
13835
13836 2015-11-24 Pedro Alves <palves@redhat.com>
13837
13838 PR 17539
13839 * gdb.base/display.exp: Expect displays to be sorted in ascending
13840 order. Use multi_line.
13841 * gdb.base/solib-display.exp: Likewise.
13842
13843 2015-11-24 Pedro Alves <palves@redhat.com>
13844
13845 PR 17539
13846 * gdb.base/display.exp: Expect displays to be sorted in ascending
13847 order. Use multi_line.
13848 * gdb.base/solib-display.exp: Likewise.
13849
13850 2015-11-24 Pedro Alves <palves@redhat.com>
13851
13852 PR 17539
13853 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13854 threads in ascending order.
13855 * gdb.base/foll-fork.exp: Likewise.
13856 * gdb.base/foll-vfork.exp: Likewise.
13857 * gdb.base/multi-forks.exp: Likewise.
13858 * gdb.mi/mi-nonstop.exp: Likewise.
13859 * gdb.mi/mi-nsintrall.exp: Likewise.
13860 * gdb.multi/base.exp: Likewise.
13861 * gdb.multi/multi-arch.exp: Likewise.
13862 * gdb.python/py-inferior.exp: Likewise.
13863 * gdb.threads/break-while-running.exp: Likewise.
13864 * gdb.threads/execl.exp: Likewise.
13865 * gdb.threads/gcore-thread.exp: Likewise.
13866 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13867 * gdb.threads/kill.exp: Likewise.
13868 * gdb.threads/linux-dp.exp: Likewise.
13869 * gdb.threads/multiple-step-overs.exp: Likewise.
13870 * gdb.threads/next-bp-other-thread.exp: Likewise.
13871 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13872 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13873 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13874 * gdb.threads/thread-find.exp: Likewise.
13875 * gdb.threads/tls.exp: Likewise.
13876 * lib/mi-support.exp (mi_reverse_list): Delete.
13877 (mi_check_thread_states): No longer reverse list.
13878
13879 2015-11-24 Pedro Alves <palves@redhat.com>
13880
13881 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13882 use lowercase.
13883
13884 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13885
13886 * gdb.trace/actions.c: Include trace-common.h.
13887 (main): Add a location for a fast tracepoint.
13888 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13889 the normal tracepoints.
13890 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13891
13892 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13893
13894 * save-trace.exp: Factor out code to these...
13895 (gdb_save_tracepoints): New.
13896 (gdb_load_tracepoints): New.
13897 (do_save_load_test): New.
13898
13899 2015-11-23 Kevin Buettner <kevinb@redhat.com>
13900
13901 * gdb.base/asmlabel.exp: New test.
13902 * gdb.base/asmlabel.c: New test case.
13903
13904 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13905
13906 * gdb.base/wrong_frame_bt_full-main.c: New file.
13907 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13908 * gdb.base/wrong_frame_bt_full.exp: New file.
13909
13910 2015-11-23 Joel Brobecker <brobecker@adacore.com>
13911
13912 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13913
13914 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13915
13916 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
13917 pstate register when comparing registers values in
13918 sparc64-*-linux-gnu targets to avoid spurious differences.
13919
13920 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
13921
13922 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
13923
13924 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
13925
13926 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
13927 as type argument to gdb_compile.
13928 * gdb.base/nested-subp2.exp: Likewise.
13929 * gdb.base/nested-subp3.exp: Likewise.
13930
13931 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
13932
13933 * lib/dwarf.exp (_note): Fix left shift of negative value.
13934 * gdb.trace/trace-condition.exp: Likewise.
13935
13936 2015-11-13 Yao Qi <yao.qi@linaro.org>
13937
13938 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
13939 comments about d10v.
13940 (test_scalar_returns): Likewise.
13941 * gdb.base/d10v.ld: Remove.
13942 * gdb.base/overlays.exp: Remove the target triplet checking for
13943 d10v-*-*.
13944 * gdb.base/structs.exp (test_struct_returns): Remove the
13945 comments about d10v.
13946 (test_struct_calls): Likewise.
13947
13948 2015-11-13 Yao Qi <yao.qi@linaro.org>
13949
13950 * gdb.base/gnu_vector.exp: Check the return value by "p res".
13951 * gdb.base/gnu_vector.c: Don't include stdio.h.
13952 (main): Don't print res and call add_some_intvecs.
13953
13954 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
13955
13956 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
13957 macro.
13958 (func5): Removed.
13959 (func4): Use FAST_TRACEPOINT_LABEL.
13960 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
13961 macro.
13962 (func): Removed.
13963 (thread_function): Use FAST_TRACEPOINT_LABEL.
13964 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
13965 (func): Remove.
13966 (marker): Use FAST_TRACEPOINT_LABEL.
13967 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
13968 (pendfunc1): Remove.
13969 (pendfunc): Use FAST_TRACEPOINT_LABEL.
13970 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
13971 (foo): Remove.
13972 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
13973 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
13974 macro.
13975 (func): Remove.
13976 (marker): Use FAST_TRACEPOINT_LABEL.
13977 * gdb.trace/trace-common.h: New header.
13978 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
13979 macro.
13980 (func): Remove.
13981 (marker): Use FAST_TRACEPOINT_LABEL.
13982 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
13983 (func): Remove.
13984 (thread_function): Use FAST_TRACEPOINT_LABEL.
13985
13986 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
13987
13988 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
13989 in front.
13990 * gdb.trace/change-loc.exp: Use global pcreg definition.
13991 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
13992 * gdb.trace/entry-values.exp: Use global spreg definition, add $
13993 in front.
13994 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
13995 * gdb.trace/pending.exp: Likewise.
13996 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
13997 * gdb.trace/trace-break.exp: Likewise.
13998 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
13999 in front.
14000 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14001 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14002 in front.
14003 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14004
14005 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14006
14007 * gdb.ada/fin_fun_out: New testcase.
14008
14009 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14010
14011 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14012 value associated with DW_AT_byte_size.
14013 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14014 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14015 DW_AT_upper_bound.
14016
14017 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14018
14019 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14020 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14021 version.
14022 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14023 gdb.dwarf2/dw2-canonicalize-type.exp,
14024 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14025 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14026 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14027 provided by gdb_target_symbol_prefix_flags_asm.
14028 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14029 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14030 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14031 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14032 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14033 macros where needed). Use this macro for symbols which require
14034 the prefix provided by SYMBOL_PREFIX.
14035
14036 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14037
14038 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14039 New procs.
14040 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14041 representing expressions, of more than one list element.
14042 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14043 to prepend linker symbol prefix to f.
14044 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14045 table_1 and table_2.
14046 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14047 Likewise, for f and g.
14048 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14049 for ptr.
14050 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14051 for main.
14052 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14053 table_1_ptr and table_2_ptr.
14054
14055 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14056 Joel Brobecker <brobecker@adacore.com>
14057
14058 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14059
14060 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14061
14062 * gdb.reverse/s390-mvcle.c: New test.
14063 * gdb.reverse/s390-mvcle.exp: New file.
14064 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14065
14066 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14067
14068 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14069
14070 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14071
14072 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14073 reaching marker2.
14074 * gdb.reverse/getresuid-reverse.exp: Likewise.
14075 * gdb.reverse/pipe-reverse.exp: Likewise.
14076 * gdb.reverse/readv-reverse.exp: Likewise.
14077 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14078 * gdb.reverse/time-reverse.exp: Likewise.
14079 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14080
14081 2015-10-30 Yao Qi <yao.qi@linaro.org>
14082
14083 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14084 (empty_cycle): Remove.
14085 (main): Don't call empty_cycle. Don't use watch_count_done.
14086 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14087 empty_cycle. Rewrite the code counting HW watchpoints.
14088
14089 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14090
14091 * gdb.reverse/fstatat-reverse.c: New test.
14092 * gdb.reverse/fstatat-reverse.exp: New file.
14093 * gdb.reverse/getresuid-reverse.c: New test.
14094 * gdb.reverse/getresuid-reverse.exp: New file.
14095 * gdb.reverse/pipe-reverse.c: New test.
14096 * gdb.reverse/pipe-reverse.exp: New file.
14097 * gdb.reverse/readv-reverse.c: New test.
14098 * gdb.reverse/readv-reverse.exp: New file.
14099 * gdb.reverse/recvmsg-reverse.c: New test.
14100 * gdb.reverse/recvmsg-reverse.exp: New file.
14101 * gdb.reverse/time-reverse.c: New test.
14102 * gdb.reverse/time-reverse.exp: New file.
14103 * gdb.reverse/waitpid-reverse.c: New test.
14104 * gdb.reverse/waitpid-reverse.exp: New file.
14105
14106 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14107
14108 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14109
14110 2015-10-26 Doug Evans <dje@google.com>
14111
14112 PR symtab/17391
14113 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14114 * gdb.dwarf2/bad-regnum.c: New file.
14115 * gdb.dwarf2/bad-regnum.exp: New file.
14116
14117 2015-10-26 Doug Evans <dje@google.com>
14118
14119 PR python/18938
14120 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14121 file.
14122
14123 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14124
14125 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14126 for a change by "Mention language in compile error message".
14127
14128 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14129
14130 PR python/18073
14131 * gdb.python/py-type.c (C::a_method): New.
14132 (C::a_const_method): New.
14133 (C::a_static_method): New.
14134 (a_function): New.
14135 * gdb.python/py-type.exp (test_fields): Test getting fields
14136 from function and method.
14137
14138 2015-10-21 Keven Boell <keven.boell@intel.com>
14139
14140 * gdb.fortran/vla-alloc-assoc.exp: New file.
14141 * gdb.fortran/vla-datatypes.exp: New file.
14142 * gdb.fortran/vla-datatypes.f90: New file.
14143 * gdb.fortran/vla-history.exp: New file.
14144 * gdb.fortran/vla-ptype-sub.exp: New file.
14145 * gdb.fortran/vla-ptype.exp: New file.
14146 * gdb.fortran/vla-sizeof.exp: New file.
14147 * gdb.fortran/vla-sub.f90: New file.
14148 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14149 * gdb.fortran/vla-value-sub-finish.exp: New file.
14150 * gdb.fortran/vla-value-sub.exp: New file.
14151 * gdb.fortran/vla-value.exp: New file.
14152 * gdb.fortran/vla-ptr-info.exp: New file.
14153 * gdb.mi/mi-vla-fortran.exp: New file.
14154 * gdb.mi/vla.f90: New file.
14155
14156 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14157
14158 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14159 of hardwired timeout value.
14160
14161 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14162 Pedro Alves <palves@redhat.com>
14163
14164 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14165 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14166
14167 2015-10-19 Josh Stone <jistone@redhat.com>
14168
14169 * gdb.base/catch-syscall.c: Include <sched.h>.
14170 (unknown_syscall): New variable.
14171 (main): Trigger a vfork and an unknown syscall.
14172 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14173 (unknown_syscall_number): Likewise.
14174 (check_call_to_syscall): Accept an optional syscall pattern.
14175 (check_return_from_syscall): Likewise.
14176 (check_continue): Likewise.
14177 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14178 (test_catch_syscall_skipping_return): New test toggling off 'catch
14179 syscall' to step over the syscall return, then toggling back on.
14180 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14181 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14182 (do_syscall_tests): Call test_catch_syscall_without_args and
14183 test_catch_syscall_mid_vfork.
14184 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14185 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14186
14187 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14188
14189 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14190 print g_vE): Add new pass patterns.
14191 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14192 print various symbol names for vptr fields.
14193
14194 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14195
14196 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14197 results.
14198
14199 2015-10-12 Yao Qi <yao.qi@linaro.org>
14200
14201 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14202
14203 2015-10-12 Yao Qi <yao.qi@linaro.org>
14204
14205 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14206 is aarch64*-*-linux*.
14207
14208 2015-10-12 Yao Qi <yao.qi@linaro.org>
14209
14210 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14211 (can_relocate_bcond_true): ... it.
14212 (can_relocate_bcond_false): New function.
14213 (foo): Likewise.
14214 (can_relocate_bl): Likewise.
14215 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14216 can_relocate_bl.
14217
14218 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14219
14220 * gdb.base/nested-addr.c: New file.
14221 * gdb.base/nested-addr.exp: New testcase.
14222
14223 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14224
14225 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14226 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14227 its output. Ignore the output of "record goto begin" and instead
14228 check that GDB is replaying.
14229
14230 2015-10-09 Pedro Alves <palves@redhat.com>
14231
14232 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14233 (top level): Use it in the run with no args test.
14234
14235 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14236
14237 * gdb.dlang/properties.exp: New file.
14238
14239 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14240
14241 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14242 whether or not address 0x1000 is mapped on the target.
14243
14244 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14245
14246 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14247 build.
14248
14249 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14250
14251 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14252 instruction-history test.
14253
14254 2015-09-28 Doug Evans <dje@google.com>
14255
14256 * gdb.base/gcore.c (array_func): Add reference to static_array.
14257
14258 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14259
14260 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14261 source line.
14262
14263 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14264
14265 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14266 short or char as base type.
14267
14268 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14269
14270 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14271 to allow any size enum.
14272
14273 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14274
14275 * gdb.ada/array_ptr_renaming.exp: New testcase.
14276 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14277 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14278
14279 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14280
14281 * gdb.trace/ftrace-lock.c: New file.
14282 * gdb.trace/ftrace-lock.exp: New file.
14283
14284 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14285
14286 * gdb.arch/insn-reloc.c: New file.
14287 * gdb.arch/ftrace-insn-reloc.exp: New file.
14288
14289 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14290
14291 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14292 instruction.
14293 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14294 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14295 * gdb.trace/range-stepping.c: Likewise.
14296 * gdb.trace/trace-break.c: Likewise.
14297 * gdb.trace/trace-mt.c (thread_function): Likewise.
14298 * gdb.trace/ftrace.c (marker): Likewise.
14299 * gdb.trace/trace-condition.c (marker): Likewise.
14300 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14301 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14302 is_aarch64_target.
14303
14304 2015-09-18 Doug Evans <xdje42@gmail.com>
14305
14306 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14307 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14308
14309 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14310
14311 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14312 the breakpoint.
14313
14314 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14315
14316 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14317 the pending breakpoint. Remove timeout override for "Run till
14318 MI pending breakpoint on pendfunc3 on thread 2" test.
14319
14320 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14321
14322 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14323 filename pattern.
14324
14325 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14326
14327 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14328 in breakpoint filename pattern.
14329
14330 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14331
14332 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14333
14334 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14335
14336 * gdb.linespec/explicit.exp: Check for readline support for
14337 tab-completion tests. Fix obvious typo.
14338
14339 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14340
14341 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14342 and replay.
14343
14344 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14345
14346 * gdb.btrace/non-stop.c: New.
14347 * gdb.btrace/non-stop.exp: New.
14348
14349 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14350 Yao Qi <yao.qi@linaro.org>
14351
14352 * gdb.trace/trace-condition.c: New file.
14353 * gdb.trace/trace-condition.exp: New file.
14354
14355 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14356
14357 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14358 for testing bytecode compilation.
14359
14360 2015-09-16 Pedro Alves <palves@redhat.com>
14361 Sandra Loosemore <sandra@codesourcery.com>
14362
14363 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14364 (SECONDS): Redefine.
14365 (main): Call pthread_kill and alarm early.
14366 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14367 support.
14368 (test): If the target can't hardware step and doesn't support
14369 displaced stepping, increase the timeout.
14370
14371 2015-09-16 Pedro Alves <palves@redhat.com>
14372
14373 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14374 (enable_debug): New procedures.
14375 (test): Use them. Bail out if waiting for threads fails.
14376 (top level): Bail out if a test fails.
14377
14378 2015-09-16 Yao Qi <yao.qi@linaro.org>
14379
14380 * gdb.asm/asm-source.exp: Set asm-arch for
14381 aarch64*-*-* target.
14382 * gdb.asm/aarch64.inc: New file.
14383
14384 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14385
14386 * gdb.ada/array_of_variable_length.exp: New testcase.
14387 * gdb.ada/array_of_variable_length/foo.adb: New file.
14388 * gdb.ada/array_of_variable_length/pck.adb: New file.
14389 * gdb.ada/array_of_variable_length/pck.ads: New file.
14390
14391 2015-09-15 Doug Evans <dje@google.com>
14392
14393 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14394 of function static local variable.
14395
14396 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14397
14398 * gdb.threads/tls-so_extern.exp: New test file.
14399 * gdb.threads/tls-so_extern.c: New test file.
14400 * gdb.threads/tls-so_extern_main.c: New test file.
14401
14402 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14403
14404 * gdb.opt/solib-intra-step-lib.c: New file.
14405 * gdb.opt/solib-intra-step-main.c: New file.
14406 * gdb.opt/solib-intra-step.exp: New file.
14407
14408 2015-09-15 Pedro Alves <palves@redhat.com>
14409
14410 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14411 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14412
14413 2015-09-14 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.base/hook-stop-continue.c: Delete.
14416 * gdb.base/hook-stop-continue.exp: Delete.
14417 * gdb.base/hook-stop-frame.c: Delete.
14418 * gdb.base/hook-stop-frame.exp: Delete.
14419 * gdb.base/hook-stop.c: New file.
14420 * gdb.base/hook-stop.exp: New file.
14421
14422 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14423
14424 * gdb.ada/access_to_packed_array.exp: New testcase.
14425 * gdb.ada/access_to_packed_array/foo.adb: New file.
14426 * gdb.ada/access_to_packed_array/pack.adb: New file.
14427 * gdb.ada/access_to_packed_array/pack.ads: New file.
14428
14429 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14430
14431 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14432 buffer size test.
14433
14434 2015-09-11 Don Breazeal <donb@codesourcery.com>
14435
14436 * gdb.base/foll-exec.c: Add copyright header. Fix
14437 formatting issues.
14438 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14439 (do_exec_tests): Use clean_restart in place of zap_session,
14440 and for test initialization. Fix formatting issues. Use
14441 fail in place of perror.
14442 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14443 an expect statement to match an expression with output from
14444 the program under debug.
14445 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14446 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14447 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14448 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14449 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14450
14451 2015-09-09 Doug Evans <dje@google.com>
14452
14453 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14454
14455 2015-09-09 Doug Evans <dje@google.com>
14456
14457 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14458
14459 2015-09-09 Doug Evans <dje@google.com>
14460
14461 * gdb.base/savedregs.exp: Fix typo.
14462
14463 2015-09-09 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14466
14467 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14468
14469 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14470 command actually switches threads. Give up on remaining
14471 tests if target fails to stop at breakpoint.
14472
14473 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14474
14475 * gdb.ada/funcall_char.exp: New testcase.
14476 * gdb.ada/funcall_char/foo.adb: New file.
14477
14478 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14479
14480 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14481 expected outputs. Add two testcases for completing ambiguous
14482 functions.
14483 * gdb.ada/complete/aux_pck.adb: New file.
14484 * gdb.ada/complete/aux_pck.ads: New file.
14485 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14486 Ambiguous_Func functions.
14487 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14488 * gdb.ada/complete/pck.adb: Likewise.
14489
14490 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14491
14492 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14493 failures to run the test program under GDB.
14494
14495 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14496
14497 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14498 to C.
14499
14500 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14501
14502 * gdb.base/run-after-attach.exp: New test file.
14503 * gdb.base/run-after-attach.c: New test file.
14504
14505 2015-08-26 Don Breazeal <donb@codesourcery.com>
14506
14507 * gdb.base/foll-exec-2.c: New test program.
14508 * gdb.base/foll-exec-2.exp: New test.
14509
14510 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14511
14512 * gdb.base/nested-subp1.exp: New file.
14513 * gdb.base/nested-subp1.c: New file.
14514 * gdb.base/nested-subp2.exp: New file.
14515 * gdb.base/nested-subp2.c: New file.
14516 * gdb.base/nested-subp3.exp: New file.
14517 * gdb.base/nested-subp3.c: New file.
14518
14519 2015-08-24 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.server/connect-without-multi-process.c: New file.
14522 * gdb.server/connect-without-multi-process.exp: New file.
14523
14524 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14525
14526 * gdb.opt/inline-markers.c: Make z int.
14527
14528 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14529
14530 * gdb.opt/inline-markers.c: Make z volatile.
14531
14532 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14533
14534 * gdb.opt/inline-bt.c: New volatile global z.
14535 * gdb.opt/inline-cmds.c: Likewise.
14536 * gdb.opt/inline-locals.c: Likewise.
14537 * gdb.opt/inline-markers.c: New extern global z.
14538 (marker): Use z.
14539 (inline_fn): Likewise.
14540
14541 2015-08-24 Pedro Alves <palves@redhat.com>
14542
14543 * config/m32r-stub.exp: Remove file.
14544 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14545 * gdb.base/call-rt-st.exp: Likewise.
14546 * gdb.base/call-strs.exp: Likewise.
14547 * gdb.base/default.exp: Remove references to h8300-*-hms and
14548 *-*-udi*.
14549 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14550
14551 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14552
14553 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14554 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14555 and "return" use KFAIL when GDB can not read/write the vector
14556 return value.
14557
14558 2015-08-21 Gary Benson <gbenson@redhat.com>
14559
14560 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14561
14562 2015-08-20 Pedro Alves <palves@redhat.com>
14563
14564 * gdb.server/solib-list.exp: No longer expect an interior stop in
14565 non-stop mode.
14566
14567 2015-08-20 Pedro Alves <palves@redhat.com>
14568
14569 * gdb.server/connect-stopped-target.c: New file.
14570 * gdb.server/connect-stopped-target.exp: New file.
14571
14572 2015-08-20 Pedro Alves <palves@redhat.com>
14573
14574 * gdb.dwarf2/comp-unit-lang.exp: New file.
14575 * gdb.dwarf2/comp-unit-lang.c: New file.
14576
14577 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14578
14579 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14580 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14581
14582 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14583
14584 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14585 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14586
14587 2015-08-18 Doug Evans <dje@google.com>
14588 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14589
14590 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14591 skip_python_tests. New arg prompt_regexp.
14592 (skip_python_tests): New function.
14593 * lib/mi-support.exp (mi_skip_python_tests): New function.
14594 * gdb.python/py-mi-objfile-gdb.py: New file.
14595 * gdb.python/py-mi-objfile.c: New file.
14596 * gdb.python/py-mi-objfile.exp: New file.
14597
14598 2015-08-17 Keith Seitz <keiths@redhat.com>
14599
14600 * gdb.linespec/explicit.exp: Move strace test from here ...
14601 * gdb.trace/strace.exp: ... to here.
14602
14603 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14604
14605 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14606 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14607
14608 2015-08-14 Doug Evans <xdje42@gmail.com>
14609
14610 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14611 inferior before selecting a new file.
14612
14613 2015-08-14 Doug Evans <xdje42@gmail.com>
14614
14615 * gdb.mi/mi-disassemble.exp: Update.
14616 * gdb.base/disasm-optim.S: New file.
14617 * gdb.base/disasm-optim.c: New file.
14618 * gdb.base/disasm-optim.h: New file.
14619 * gdb.base/disasm-optim.exp: New file.
14620
14621 2015-08-14 Keith Seitz <keiths@redhat.com>
14622
14623 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14624 "evaluated-by".
14625
14626 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14627
14628 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14629
14630 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14631
14632 * gdb.ada/fun_renaming.exp: New testcase.
14633 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14634 * gdb.ada/fun_renaming/pack.adb: New file.
14635 * gdb.ada/fun_renaming/pack.ads: New file.
14636
14637 2015-08-12 Keith Seitz <keiths@redhat.com>
14638
14639 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14640 gdb_get_line_number.
14641
14642 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14643
14644 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14645 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14646 gdb.base/dso2dso.exp: New files.
14647
14648 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14649 Pedro Alves <palves@redhat.com>
14650 Keith Seitz <keiths@redhat.com>
14651
14652 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14653 GDBFLAGS.
14654
14655 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14656
14657 * gdb.base/gdbhistsize-history.exp
14658 (test_histsize_history_setting): Use save_vars.
14659 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14660 Use save_vars.
14661 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14662 * gdb.base/readline.exp: Use save_vars.
14663
14664 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14665
14666 * lib/gdb.exp (save_vars): New proc.
14667
14668 2015-08-11 Keith Seitz <keiths@redhat.com>
14669
14670 * gdb.base/help.exp: Update help_breakpoint_text.
14671
14672 2015-08-11 Keith Seitz <keiths@redhat.com>
14673
14674 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14675 (at toplevel): Call test_explicit_breakpoints.
14676 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14677 breakpoints.
14678 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14679 breakpoint conditions, "-cond".
14680
14681 2015-08-11 Keith Seitz <keiths@redhat.com>
14682
14683 * gdb.linespec/3explicit.c: New file.
14684 * gdb.linespec/cpexplicit.cc: New file.
14685 * gdb.linespec/cpexplicit.exp: New file.
14686 * gdb.linespec/explicit.c: New file.
14687 * gdb.linespec/explicit.exp: New file.
14688 * gdb.linespec/explicit2.c: New file.
14689 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14690 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14691 before using in the matching pattern.
14692 Clarify that `prefix' is a regular expression.
14693
14694 2015-08-11 Keith Seitz <keiths@redhat.com>
14695
14696 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14697 test.
14698 Add tests for missing ",FMT" and ",".
14699
14700 2015-08-10 Doug Evans <dje@google.com>
14701 Keith Seitz <keiths@redhat.com>
14702
14703 PR gdb/17960
14704 * gdb.base/completion.exp: Add location completer tests.
14705
14706 2015-08-07 Pedro Alves <palves@redhat.com>
14707
14708 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14709 tests here.
14710 (top level): Run do_test with and without displaced stepping.
14711
14712 2015-08-07 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.base/valgrind-disp-step.c: New file.
14715 * gdb.base/valgrind-disp-step.exp: New file.
14716
14717 2015-08-07 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14720 Delete function.
14721 (main): Add alarm. Run an infinite loop instead of calling
14722 wait_threads.
14723 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14724 comment.
14725 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14726 Delete function.
14727 (main): Add alarm. Run an infinite loop instead of calling
14728 wait_threads.
14729 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14730 comment.
14731
14732 2015-08-07 Pedro Alves <palves@redhat.com>
14733
14734 * gdb.base/checkpoint-ns.exp: New file.
14735 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14736 standard_testfile.
14737
14738 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14739
14740 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14741 * gdb.btrace/instruction_history.exp: Update.
14742 * gdb.btrace/tsx.exp: New.
14743 * gdb.btrace/tsx.c: New.
14744
14745 2015-08-06 Pedro Alves <palves@redhat.com>
14746
14747 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14748 increase timeout.
14749 * gdb.reverse/until-precsave.exp: Bump timeouts.
14750
14751 2015-08-06 Pedro Alves <palves@redhat.com>
14752
14753 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14754
14755 2015-08-06 Pedro Alves <palves@redhat.com>
14756
14757 PR gdb/18749
14758 * gdb.threads/process-dies-while-handling-bp.c: New file.
14759 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14760
14761 2015-08-06 Pedro Alves <palves@redhat.com>
14762
14763 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14764 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14765
14766 2015-08-05 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14769 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14770
14771 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14772
14773 * gdb.base/bp-permanent.exp: Report test as unsupported if
14774 the target cannot stop at the permanent breakpoint.
14775
14776 2015-08-03 Doug Evans <dje@google.com>
14777
14778 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14779 10000.
14780
14781 2015-08-03 Doug Evans <dje@google.com>
14782
14783 * Makefile.in (workers/%.worker, build-perf): New rule.
14784 (GDB_PERFTEST_MODE): New variable.
14785 (check-perf): Use it.
14786 (clean): Clean up gdb.perf parallel build subdirs.
14787 * lib/build-piece.exp: New file.
14788 * lib/gdb.exp (make_gdb_parallel_path): New function
14789 (standard_output_file, standard_temp_file): Call it.
14790 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14791 of $GDB_PARALLEL.
14792 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14793
14794 2015-08-03 Doug Evans <dje@google.com>
14795
14796 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14797 (LOG_FILE_NAME): New global.
14798 (TextReporter.__init__): Initialize self.txt_sum.
14799 (TextReporter.report): Add support for multiple data-points.
14800 Move report to perftest.sum, put raw data in perftest.log.
14801 (TextReporter.start): Open sum and log files.
14802 (TextReporter.end): Close sum and log files.
14803 * gdb.perf/lib/perftest/testresult.py
14804 (SingleStatisticTestResult.record): Handle multiple data-points.
14805
14806 2015-07-31 Pedro Alves <palves@redhat.com>
14807
14808 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14809 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14810 kill_wait_spawned_process instead of explicit "kill -9".
14811 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14812 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14813 kill_wait_spawned_process.
14814 * gdb.base/attach-twice.exp: Likewise.
14815 * gdb.base/attach.exp: Likewise.
14816 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14817 gdb_test_multiple.
14818 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14819 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14820 kill_wait_spawned_process.
14821 * gdb.base/valgrind-infcall.exp: Likewise.
14822 * gdb.multi/multi-attach.exp: Likewise.
14823 * gdb.python/py-prompt.exp: Likewise.
14824 * gdb.python/py-sync-interp.exp: Likewise.
14825 * gdb.server/ext-attach.exp: Likewise.
14826 * gdb.threads/attach-into-signal.exp (corefunc): Use
14827 spawn_wait_for_attach, spawn_id_get_pid and
14828 kill_wait_spawned_process.
14829 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14830 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14831 spawn_id_get_pid and kill_wait_spawned_process.
14832 * gdb.threads/attach-stopped.exp (corefunc): Use
14833 spawn_wait_for_attach, spawn_id_get_pid and
14834 kill_wait_spawned_process.
14835 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14836 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14837 kill_wait_spawned_process instead of explicit "kill -9".
14838 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14839 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14840 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14841 processes. Don't map cygwin/windows pids here. Now returns a
14842 spawn id list.
14843
14844 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14845
14846 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14847 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14848 correct patch.
14849
14850 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14851
14852 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14853
14854 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14855
14856 Reapply:
14857 2014-05-21 Mark Wielaard <mjw@redhat.com>
14858
14859 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14860
14861 2015-07-30 Pedro Alves <palves@redhat.com>
14862
14863 * linux-low.c (handle_extended_wait): Set the child's last
14864 reported status to TARGET_WAITKIND_STOPPED.
14865
14866 2015-07-30 Pedro Alves <palves@redhat.com>
14867
14868 PR threads/18600
14869 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14870 only shows inferior 1.
14871
14872 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14873 Pedro Alves <palves@redhat.com>
14874
14875 PR threads/18600
14876 * gdb.threads/fork-plus-threads.c: New file.
14877 * gdb.threads/fork-plus-threads.exp: New file.
14878
14879 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14880
14881 * gdb.base/batch-preserve-term-settings.exp
14882 (test_terminal_settings_preserved_after_cli_exit): Use
14883 send_quit_command.
14884
14885 2015-07-29 Pedro Alves <palves@redhat.com>
14886 Don Breazeal <donb@codesourcery.com>
14887
14888 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14889 output from both inferior_spawn_id and gdb_spawn_id.
14890
14891 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14892
14893 * gdb.threads/attach-into-signal.exp (corefunc): Use
14894 with_test_prefix on nested loops, uniquefying the test messages.
14895
14896 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14897
14898 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14899 commit.
14900
14901 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14902
14903 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14904 New proc.
14905 (test_terminal_settings_preserved_after_sigterm): New test.
14906
14907 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14908
14909 * gdb.base/batch-preserve-term-settings.exp
14910 (test_terminal_settings_preserved_after_cli_exit): New test.
14911
14912 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14913
14914 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
14915 manipulation of saved_gdbflags.
14916 (test_terminal_settings_preserved): Remove global declaration of
14917 the unused variable pagination_prompt. Remove manipulation of
14918 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
14919 GDBFLAGS.
14920
14921 2015-07-29 Pedro Alves <palves@redhat.com>
14922
14923 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
14924
14925 2015-07-29 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
14928 at the top.
14929
14930 2015-07-29 Pedro Alves <palves@redhat.com>
14931
14932 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
14933 (main): Call gdb_unbuffer_output.
14934 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
14935 (main): Call gdb_unbuffer_output.
14936 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
14937 (main): Call gdb_unbuffer_output.
14938 * gdb.base/call-strs.exp: Adjust to step over the
14939 gdb_unbuffer_output call.
14940 * gdb.base/catch-gdb-caused-signals.c: Include
14941 "../lib/unbuffer_output.c".
14942 (main): Call gdb_unbuffer_output.
14943 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
14944 (main): Call gdb_unbuffer_output.
14945 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
14946 (main): Call gdb_unbuffer_output.
14947 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
14948 (main): Call gdb_unbuffer_output.
14949 * gdb.base/shlib-call.exp: Adjust to step over the
14950 gdb_unbuffer_output call.
14951 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
14952 (main): Call gdb_unbuffer_output.
14953 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
14954 (main): Call gdb_unbuffer_output.
14955 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
14956 (main): Rename to ...
14957 (test): ... this.
14958 (main): Reimplement.
14959 * gdb.base/varargs.exp: Run to test instead of to main.
14960 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14961 (main): Call gdb_unbuffer_output.
14962
14963 2015-07-29 Pedro Alves <palves@redhat.com>
14964
14965 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
14966 factore out from mi_continue_dprintf. For call-style dprintfs,
14967 expect dprintf output out of $inferior_spawn_id.
14968 (mi_continue_dprintf): Use mi_expect_dprintf.
14969 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
14970 (main): Call gdb_unbuffer_output.
14971
14972 2015-07-29 Pedro Alves <palves@redhat.com>
14973
14974 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
14975 (default_mi_gdb_start): Set inferior_spawn_id instead of
14976 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
14977 gdb_spawn_id.
14978 (mi_gdb_test): Always expect inferior output from both
14979 $inferior_spawn_id and $gdb_spawn_id.
14980
14981 2015-07-29 Pedro Alves <palves@redhat.com>
14982
14983 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
14984 send_inferior and $inferior_spawn_id.
14985
14986 2015-07-29 Pedro Alves <palves@redhat.com>
14987
14988 * gdb.gdb/complaints.exp (test_initial_complaints)
14989 (test_serial_complaints, test_short_complaints): Use
14990 gdb_test_stdio.
14991 (test_empty_complaint): Handle $inferior_spawn_id !=
14992 $gdb_spawn_id.
14993
14994 2015-07-29 Pedro Alves <palves@redhat.com>
14995
14996 * gdb.base/varargs.exp: Use gdb_test_stdio.
14997
14998 2015-07-29 Pedro Alves <palves@redhat.com>
14999
15000 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15001
15002 2015-07-29 Pedro Alves <palves@redhat.com>
15003
15004 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15005
15006 2015-07-29 Pedro Alves <palves@redhat.com>
15007
15008 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15009 parameter into two new parameters, "inf_result" and "gdb_result".
15010 Expect inferior output and gdb output from $inferior_spawn_id and
15011 $gdb_spawn_id, respectively. Adjust all callers.
15012
15013 2015-07-29 Pedro Alves <palves@redhat.com>
15014
15015 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15016 of gdb_test_sequence.
15017
15018 2015-07-29 Pedro Alves <palves@redhat.com>
15019
15020 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15021 (saw_spurious_output): Expect inferior output from
15022 $inferior_spawn_id. Use gdb_test_stdio.
15023
15024 2015-07-29 Pedro Alves <palves@redhat.com>
15025
15026 * gdb.base/dprintf.exp: Use standard_testfile. Change
15027 prepare_for_testing call.
15028 (srcfile): Don't set.
15029 (restart): New procedure.
15030 (test_dprintf): New procecure, use to continue over dprintfs.
15031 (test_call, test_agent): New procedures, tests moved here.
15032 Restart gdb and recreate dprintfs. Adjust expected output.
15033
15034 2015-07-29 Pedro Alves <palves@redhat.com>
15035
15036 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15037
15038 2015-07-29 Pedro Alves <palves@redhat.com>
15039
15040 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15041
15042 2015-07-29 Pedro Alves <palves@redhat.com>
15043
15044 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15045 gdb_test_stdio.
15046
15047 2015-07-29 Pedro Alves <palves@redhat.com>
15048
15049 * lib/gdb.exp (gdb_test_stdio): New procedure.
15050
15051 2015-07-29 Pedro Alves <palves@redhat.com>
15052
15053 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15054
15055 2015-07-29 Pedro Alves <palves@redhat.com>
15056
15057 * gdb.base/call-signal-resume.exp: Remove check for
15058 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15059 * gdb.base/unwindonsignal.exp: Likewise.
15060 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15061 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15062
15063 2015-07-29 Pedro Alves <palves@redhat.com>
15064
15065 * gdb.base/siginfo-addr.c (pass): New function.
15066 (handler): Call it iff si_addr is correct.
15067 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15068 Set a breakpoint at "pass" and continue to it.
15069
15070 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15071
15072 * gdb.python/py-objfile.exp: Make some tests have unique names.
15073 * gdb.python/py-pp-registration.exp: Likewise.
15074
15075 2015-07-28 Pedro Alves <palves@redhat.com>
15076
15077 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15078
15079 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15080
15081 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15082
15083 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15084
15085 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15086
15087 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15088
15089 * gdb.base/gdb-sigterm-2.exp: New test.
15090
15091 2015-07-25 Doug Evans <xdje42@gmail.com>
15092
15093 Revert:
15094 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15095 (workers/%.worker, build-perf): New rule.
15096 (GDB_PERFTEST_MODE): New variable.
15097 (check-perf): Use it.
15098 (clean): Clean up gdb.perf parallel build subdirs.
15099 * lib/build-piece.exp: New file.
15100 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15101 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15102 name.
15103 (standard_temp_file): Ditto.
15104 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15105 of $GDB_PARALLEL.
15106
15107 2015-07-24 Doug Evans <dje@google.com>
15108
15109 * gdb.perf/lib/perftest/utils.py: New file.
15110 * gdb.perf/gm-hello.cc: New file.
15111 * gdb.perf/gm-pervasive-typedef.cc: New file.
15112 * gdb.perf/gm-pervasive-typedef.h: New file.
15113 * gdb.perf/gm-std.cc: New file.
15114 * gdb.perf/gm-std.h: New file.
15115 * gdb.perf/gm-use-cerr.cc: New file.
15116 * gdb.perf/gm-utils.h: New file.
15117 * gdb.perf/gmonster-null-lookup.py: New file.
15118 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15119 * gdb.perf/gmonster-print-cerr.py: New file.
15120 * gdb.perf/gmonster-ptype-string.py: New file.
15121 * gdb.perf/gmonster-runto-main.py: New file.
15122 * gdb.perf/gmonster-select-file.py: New file.
15123 * gdb.perf/gmonster1-null-lookup.exp: New file.
15124 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15125 * gdb.perf/gmonster1-print-cerr.exp: New file.
15126 * gdb.perf/gmonster1-ptype-string.exp: New file.
15127 * gdb.perf/gmonster1-runto-main.exp: New file.
15128 * gdb.perf/gmonster1-select-file.exp: New file.
15129 * gdb.perf/gmonster1.cc: New file.
15130 * gdb.perf/gmonster1.exp: New file.
15131 * gdb.perf/gmonster2-null-lookup.exp: New file.
15132 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15133 * gdb.perf/gmonster2-print-cerr.exp: New file.
15134 * gdb.perf/gmonster2-ptype-string.exp: New file.
15135 * gdb.perf/gmonster2-runto-main.exp: New file.
15136 * gdb.perf/gmonster2-select-file.exp: New file.
15137 * gdb.perf/gmonster2.cc: New file.
15138 * gdb.perf/gmonster2.exp: New file.
15139
15140 2015-07-24 Doug Evans <dje@google.com>
15141
15142 * gdb.perf/README: New file.
15143 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15144 * lib/gen-perf-test.exp: New file.
15145
15146 2015-07-24 Doug Evans <dje@google.com>
15147
15148 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15149 (PerfTest::startup): New function.
15150 (PerfTest::run): Return result of calling body.
15151 (PerfTest::assemble): Rewrite.
15152 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15153 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15154 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15155 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15156 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15157
15158 2015-07-24 Doug Evans <dje@google.com>
15159
15160 * lib/gdb.exp (clean_restart): Make executable optional.
15161
15162 2015-07-24 Doug Evans <dje@google.com>
15163
15164 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15165 compiler_info references.
15166 * gdb.cp/temargs.exp: Ditto.
15167 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15168 (get_compiler_info): Early exit if already computed. Set compiler_info
15169 to "unknown" if there was a problem.
15170 (test_compiler_info): Add function comment. Call get_compiler_info.
15171
15172 2015-07-24 Doug Evans <dje@google.com>
15173
15174 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15175 (workers/%.worker, build-perf): New rule.
15176 (GDB_PERFTEST_MODE): New variable.
15177 (check-perf): Use it.
15178 (clean): Clean up gdb.perf parallel build subdirs.
15179 * lib/build-piece.exp: New file.
15180 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15181 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15182 name.
15183 (standard_temp_file): Ditto.
15184 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15185 of $GDB_PARALLEL.
15186
15187 2015-07-24 Doug Evans <dje@google.com>
15188
15189 * lib/future.exp (gdb_default_target_compile): New option
15190 "early_flags".
15191 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15192 --as-needed.
15193
15194 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15195
15196 * gdb.base/catch-syscall.exp: Call gdb_exit before
15197 gdb_skip_xml_test.
15198
15199 2015-07-24 Pedro Alves <palves@redhat.com>
15200
15201 * gdb.python/py-events.exp: Accept output between the stop event
15202 and the prompt.
15203 * gdb.python/py-evsignal.exp: Likewise.
15204 * gdb.python/py-evthreads.exp: Likewise.
15205
15206 2015-07-24 Pedro Alves <palves@redhat.com>
15207
15208 PR gdb/18717
15209 * gdb.threads/non-ldr-exit.c: New file.
15210 * gdb.threads/non-ldr-exit.exp: New file.
15211
15212 2015-07-24 Yao Qi <yao.qi@linaro.org>
15213
15214 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15215 restarting process.
15216
15217 2015-07-24 Yao Qi <yao.qi@linaro.org>
15218
15219 * gdb.server/ext-restart.exp: New file.
15220
15221 2015-07-24 Yao Qi <yao.qi@linaro.org>
15222
15223 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15224 argument options.
15225 * gdb.server/ext-wrapper.exp: New file.
15226
15227 2015-07-23 Doug Evans <dje@google.com>
15228
15229 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15230 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15231
15232 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15233
15234 * gdb.ada/var_arr_typedef.exp: New testcase.
15235 * gdb.ada/var_arr_typedef/pack.adb: New file.
15236 * gdb.ada/var_arr_typedef/pack.ads: New file.
15237 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15238
15239 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15240
15241 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15242
15243 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15244
15245 * gdb.arch/i386-biarch-core.exp: Replace istarget
15246 by "complete set gnutarget". Remove expectation for the "core-file"
15247 command.
15248
15249 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15250
15251 Revert the previous commit:
15252 Tests for validate symbol file using build-id.
15253
15254 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15255
15256 Tests for validate symbol file using build-id.
15257 * gdb.base/solib-mismatch-lib.c: New file.
15258 * gdb.base/solib-mismatch-libmod.c: New file.
15259 * gdb.base/solib-mismatch.c: New file.
15260 * gdb.base/solib-mismatch.exp: New file.
15261
15262 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15263
15264 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15265 nios2-*-linux*.
15266 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15267 * gdb.base/siginfo.exp: Likewise.
15268 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15269
15270 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15271
15272 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15273 Move it to ...
15274 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15275 ... here.
15276 * gdb.trace/range-stepping.exp: Check that the target supports
15277 range stepping.
15278
15279 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15280
15281 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15282
15283 2015-07-14 Pedro Alves <palves@redhat.com>
15284
15285 * gdb.base/killed-outside.exp: New file.
15286 * gdb.base/killed-outside.c: New file.
15287
15288 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15289
15290 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15291 (n at main): New.
15292 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15293
15294 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15295
15296 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15297 infcall tests instead of setting up for KFAIL.
15298
15299 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15300
15301 * gdb.btrace/record_goto-step.exp: New.
15302
15303 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15304
15305 PR compile/18484
15306 * gdb.compile/compile.c (struct struct_type): Add volatile to
15307 selffield's type.
15308 * gdb.compile/compile.exp
15309 (compile code struct_object.selffield = &struct_object): Skip further
15310 struct_object tests if this one xfails.
15311
15312 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15313
15314 PR exp/18617
15315 * gdb.trace/ax.exp: Add test.
15316
15317 2015-07-07 Yao Qi <yao.qi@linaro.org>
15318
15319 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15320 instead of istarget "aarch64*-*-*".
15321 * gdb.arch/aarch64-fp.exp: Likewise.
15322 * gdb.base/float.exp: Likewise.
15323 * gdb.reverse/aarch64.exp: Likewise.
15324 * lib/gdb.exp (is_aarch64_target): New proc.
15325
15326 2015-07-07 Yao Qi <yao.qi@linaro.org>
15327
15328 * lib/gdb.exp (is_aarch32_target): New proc.
15329 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15330 instead of "istarget "arm*-*-*"".
15331 * gdb.arch/arm-disp-step.exp: Likewise.
15332 * gdb.arch/thumb-bx-pc.exp: Likewise.
15333 * gdb.arch/thumb-prologue.exp: Likewise.
15334 * gdb.arch/thumb-singlestep.exp: Likewise.
15335 * gdb.base/disp-step-syscall.exp: Likewise.
15336 * gdb.base/float.exp: Likewise.
15337
15338 2015-07-07 Yao Qi <yao.qi@linaro.org>
15339
15340 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15341 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15342
15343 2015-07-07 Yao Qi <yao.qi@linaro.org>
15344
15345 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15346 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15347 if it exists.
15348 * gdb.multi/multi-arch.exp: Likewise.
15349
15350 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15351
15352 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15353 print.
15354
15355 2015-07-07 Yao Qi <yao.qi@linaro.org>
15356
15357 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15358
15359 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15360
15361 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15362 '[' and ']' characters.
15363
15364 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15365
15366 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15367
15368 2015-06-29 Pedro Alves <palves@redhat.com>
15369
15370 PR threads/18127
15371 * gdb.threads/hand-call-new-thread.c: New file.
15372 * gdb.threads/hand-call-new-thread.c: New file.
15373
15374 2015-06-26 Keith Seitz <keiths@redhat.com>
15375 Doug Evans <dje@google.com>
15376
15377 PR 16253
15378 * gdb.cp/var-tag-2.cc: New file.
15379 * gdb.cp/var-tag-3.cc: New file.
15380 * gdb.cp/var-tag-4.cc: New file.
15381 * gdb.cp/var-tag.cc: New file.
15382 * gdb.cp/var-tag.exp: New file.
15383
15384 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15385
15386 * gdb.base/history-duplicates.exp: New test.
15387
15388 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15389
15390 * gdb.base/completion.exp: Test the completion of the "focus"
15391 command.
15392
15393 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15394
15395 * gdb.arch/amd64-prologue-skip.S: New file.
15396 * gdb.arch/amd64-prologue-skip.exp: New file.
15397
15398 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15399
15400 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15401 is_address_zero_readable check.
15402
15403 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15404
15405 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15406 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15407
15408 2015-06-24 Yao Qi <yao.qi@linaro.org>
15409
15410 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15411 linux targets.
15412
15413 2015-06-24 Yao Qi <yao.qi@linaro.org>
15414
15415 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15416 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15417 * gdb.base/siginfo-thread.exp: Likewise.
15418
15419 2015-06-22 Yao Qi <yao.qi@linaro.org>
15420
15421 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15422
15423 2015-06-22 Yao Qi <yao.qi@linaro.org>
15424
15425 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15426 aarch64*-*-*.
15427 (skip_hw_watchpoint_tests): Likewise.
15428
15429 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15430
15431 * gdb.base/gdbinit-history.exp: Test the interaction between
15432 setting GDBHISTSIZE and setting the history size via .gdbinit.
15433
15434 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15435
15436 PR gdb/16999
15437 * gdb.base/gdbhistsize-history.exp: New test.
15438
15439 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15440
15441 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15442 with GDBHISTSIZE.
15443 * gdb.base/readline.exp: Likewise.
15444
15445 2015-06-17 Yao Qi <yao.qi@linaro.org>
15446
15447 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15448 line.
15449
15450 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15451
15452 * gdb.base/gdbinit-history.exp: Add test case to check that
15453 an unlimited history file does not get truncated on exit.
15454
15455 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15456
15457 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15458 (VECTOR): New macro. Use it...
15459 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15460 ...for these typedefs.
15461 (int8, char1, int1, double1): New typedefs.
15462 (struct just_int2, struct two_int2): New structures.
15463 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15464 (add_structvecs, add_singlevecs): New functions.
15465 (main): Call add_some_intvecs twice.
15466 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15467 the compile and exit upon failure. Try compiling for the "native"
15468 architecture. Test inferior function calls with vector arguments
15469 and vector return value handling with "finish" and "return".
15470
15471 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15472
15473 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15474 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15475 PE file.
15476 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15477
15478 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15479
15480 PR breakpoints/16465
15481 * gdb.mi/mi-dprintf-pending.c: New file.
15482 * gdb.mi/mi-dprintf-pending.exp: New test.
15483 * gdb.mi/mi-dprintf-pendshr.c: New file.
15484
15485 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15486 Mircea Gherzan <mircea.gherzan@intel.com>
15487
15488 * gdb.arch/i386-mpx-map.c: New file.
15489 * gdb.arch/i386-mpx-map.exp: New File.
15490
15491 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15492
15493 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15494 * gdb.arch/i386-mpx.exp: Indentation fixed.
15495
15496 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15497
15498 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15499 function and improved indentation.
15500 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15501 gdb_test_multiple. Added additional tests to skip the test.
15502
15503 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15504
15505 * gdb.arch/i386-avx512.c: Change path in include file.
15506 * gdb.arch/i386-avx512.exp: Change include dir path
15507 compilation flag.
15508 * gdb.arch/i386-mpx.c: Change path in include file.
15509 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15510 flag.
15511
15512 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15513
15514 * gdb.compile/compile-print.exp (compile print *vararray@3)
15515 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15516
15517 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15518
15519 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15520 (do not keep jit in memory): ... this.
15521 (expect 5): Change it to ...
15522 (expect no 5): ... this.
15523
15524 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15525
15526 PR gdb/15564
15527 * gdb.mi/mi-detach.exp: New file.
15528
15529 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15530
15531 PR symtab/18392
15532 * gdb.arch/amd64-tailcall-self.S: New file.
15533 * gdb.arch/amd64-tailcall-self.c: New file.
15534 * gdb.arch/amd64-tailcall-self.exp: New file.
15535
15536 2015-05-28 Don Breazeal <donb@codesourcery.com>
15537
15538 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15539 tests for remote targets by checking is_target_gdbserver.
15540
15541 2015-05-27 Doug Evans <dje@google.com>
15542
15543 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15544 * gdb.dwarf2/opaque-type-lookup.c: New file.
15545 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15546
15547 2015-05-26 Doug Evans <dje@google.com>
15548
15549 * gdb.cp/iostream.cc: New file.
15550 * gdb.cp/iostream.exp: New file.
15551
15552 2015-05-26 Doug Evans <dje@google.com>
15553
15554 * gdb.dwarf2/dw2-op-call.exp: Update.
15555 * gdb.dwarf2/dw4-sig-types.exp: Update.
15556 * gdb.dwarf2/implptr.exp: Update.
15557 * gdb.mi/mi-cmd-param-changed.exp: Update.
15558
15559 2015-05-26 Doug Evans <dje@google.com>
15560
15561 * gdb.python/py-lazy-string.c: New file.
15562 * gdb.python/py-lazy-string.exp: New file.
15563 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15564 (main): Update. Add estring3.
15565 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15566 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15567
15568 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15569 Yao Qi <yao.qi@linaro.org>
15570
15571 * gdb.reverse/aarch64.c: New.
15572 * gdb.reverse/aarch64.exp: New.
15573
15574 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15575
15576 * lib/gdb.exp (supports_process_record): Return true for
15577 aarch64*-linux*.
15578 (supports_reverse): Likewise.
15579
15580 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15581
15582 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15583 Use with_test_prefix.
15584
15585 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15586
15587 * gdb.base/completion.exp: Add test for completion of layout
15588 names.
15589
15590 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15591
15592 * lib/gdb.exp (skip_tui_tests): New proc.
15593 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15594
15595 2015-05-19 Pedro Alves <palves@redhat.com>
15596
15597 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15598 Save the whole env array instead of just HOME. Unset HISTSIZE in
15599 the environment while testing. Restore whole environment
15600 afterwards.
15601
15602 2015-05-16 Doug Evans <xdje42@gmail.com>
15603
15604 * gdb.guile/scm-ports.c: New file.
15605 * gdb.guile/scm-ports.exp: Add memory port tests.
15606
15607 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15608
15609 * gdb.compile/compile-print.c: New file.
15610 * gdb.compile/compile-print.exp: New file.
15611
15612 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15613
15614 * gdb.compile/compile-ops.exp: Cast param to void.
15615 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15616 (compile code struct_object.selffield = &struct_object): Add xfail.
15617
15618 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15619
15620 * gdb.ada/arr_enum_with_gap: New testcase.
15621
15622 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15623
15624 * gdb.ada/byte_packed_arr: New testcase.
15625
15626 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15627
15628 * gdb.ada/pckd_neg: New testcase.
15629
15630 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15631
15632 PR gdb/17820
15633 * gdb.base/gdbinit-history.exp: New test.
15634 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15635 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15636
15637 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15638
15639 * gdb.python/py-xmethods.cc: Enhance test case.
15640 * gdb.python/py-xmethods.exp: New tests.
15641 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15642 function.
15643 (B_indexoper): Likewise.
15644 (global_dm_list) : Add new xmethod worker functions.
15645
15646 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15647
15648 * gdb.base/coredump-filter.exp: Correctly unset
15649 "coredump_var_addr" array.
15650
15651 2015-05-08 Pedro Alves <palves@redhat.com>
15652
15653 * gdb.server/non-existing-program.exp: Unset spawn_id.
15654
15655 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15656
15657 PR python/18291
15658 * gdb.python/py-xmethods.exp: Add tests.
15659
15660 2015-05-08 Yao Qi <yao.qi@linaro.org>
15661
15662 PR gdb/18208
15663 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15664 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15665 function set_coredump_filter, and remove remote_exec call.
15666 Remove argument ipid. Callers update.
15667 (top level): Don't get inferior's PID.
15668
15669 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15670
15671 * gdb.base/watch_thread_num.exp: Skip test on targets without
15672 access watchpoints.
15673
15674 2015-05-06 Pedro Alves <palves@redhat.com>
15675
15676 PR server/18081
15677 * gdb.server/non-existing-program.exp: New file.
15678
15679 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15680
15681 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15682
15683 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15684
15685 * gdb.ada/out_of_line_in_inlined: New testcase.
15686
15687 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15688
15689 * gdb.ada/var_rec_arr: New testcase.
15690
15691 2015-04-30 Yao Qi <yao.qi@linaro.org>
15692
15693 * gdb.base/break-idempotent.exp: If
15694 skip_hw_watchpoint_multi_tests returns true, skip the tests
15695 on "rwatch" and "awatch".
15696
15697 2015-04-30 Yao Qi <yao.qi@linaro.org>
15698
15699 * gdb.base/relativedebug.exp: Invoke gdb command
15700 "info sharedlibrary", and if libc.so doesn't have debug info,
15701 skip the test.
15702
15703 2015-04-29 Doug Evans <dje@google.com>
15704
15705 * gdb.python/py-xmethods.exp: Add ptype tests.
15706 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15707 get_result_type method.
15708
15709 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15710
15711 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15712 the target does not support hardware watchpoints.
15713
15714 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15715
15716 * gdb.base/break-always.exp: Abort testing if writing to memory
15717 causes an error.
15718
15719 2015-04-28 Doug Evans <dje@google.com>
15720
15721 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15722 * gdb.python/py-pp-registration.exp: ... here. New file.
15723 * gdb.python/py-pp-registration.c: New file.
15724 * gdb.python/py-pp-registration.py: New file.
15725
15726 2015-04-28 Doug Evans <dje@google.com>
15727
15728 * gdb.python/py-bad-printers.c: New file.
15729 * gdb.python/py-bad-printers.py: New file.
15730 * gdb.python/py-bad-printers.exp: New file.
15731
15732 2015-04-28 Sasha Smundak <asmundak@google.com>
15733
15734 * gdb.python/py-type.exp: New test.
15735
15736 2015-04-28 Andy Wingo <wingo@igalia.com>
15737
15738 * gdb.python/py-parameter.exp:
15739 * gdb.guile/scm-parameter.exp: Escape the path that we are
15740 matching against, as it might contain characters that are special
15741 to regular expressions.
15742
15743 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15744
15745 * gdb.ada/rec_comp: New testcase.
15746
15747 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15748
15749 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15750 before using it.
15751
15752 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15753
15754 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15755 new tests for verilog output.
15756
15757 2015-04-24 Yao Qi <yao.qi@linaro.org>
15758
15759 * boards/remote-gdbserver-on-localhost.exp: New file.
15760
15761 2015-04-23 Pedro Alves <palves@redhat.com>
15762
15763 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15764 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15765 "end of file", remove $inferior_spawn_id from the indirect list.
15766
15767 2015-04-23 Pedro Alves <palves@redhat.com>
15768
15769 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15770
15771 2015-04-23 Pedro Alves <palves@redhat.com>
15772
15773 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15774 on $any_spawn_id instead of only on $gdb_spawn_id.
15775
15776 2015-04-21 Pierre Muller <muller@sourceware.org>
15777
15778 PR pascal/17815
15779 * lib/pascal.exp (gpc_compile): Add new option "class".
15780 (fpc_compile): Likewise.
15781 * gdb.pascal/case-insensitive-symbols.pas: New file.
15782 * gdb.pascal/case-insensitive-symbols.exp: New file.
15783
15784 2015-04-20 Gary Benson <gbenson@redhat.com>
15785
15786 * gdb.base/attach.exp: Fix three extended remote failures.
15787
15788 2015-04-17 Gary Benson <gbenson@redhat.com>
15789
15790 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15791 the main executable over the remote protocol.
15792
15793 2015-04-16 Pedro Alves <palves@redhat.com>
15794
15795 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15796 a new gdbserver if gdbserver_reconnect_p is set.
15797
15798 2015-04-16 Pedro Alves <palves@redhat.com>
15799
15800 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15801 is set, don't exit gdbserver.
15802
15803 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15804
15805 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15806 appropriate .insn, such that an older assembler can be used.
15807 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15808 the z/Architecture instruction set on 31-bit targets as well.
15809
15810 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15811
15812 * gdb.go/handcall.exp: Remove all logic related to the first
15813 breakpoint and rely on go_runto_main instead.
15814 * gdb.go/strings.exp: Likewise.
15815 * gdb.go/unsafe.exp: Likewise.
15816 * gdb.go/hello.exp: Likewise. Also rename the remaining
15817 breakpoint marker to "breakpoint 1".
15818 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15819 * gdb.go/strings.go: Likewise.
15820 * gdb.go/unsafe.go: Likewise.
15821 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15822 "set breakpoint 2 here" and rename the remaining breakpoint marker
15823 to "breakpoint 1".
15824
15825 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15826
15827 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15828 if itertools.imap is not present.
15829 * gdb.python/py-objfile.exp: Add parentheses.
15830 * gdb.python/py-type.exp: Same.
15831 * gdb.python/py-unwind-maint.py: Same.
15832
15833 2015-04-15 Yao Qi <yao.qi@linaro.org>
15834
15835 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15836 of ":$ptr_size" and set its form explicitly.
15837
15838 2015-04-15 Pedro Alves <palves@redhat.com>
15839 Yao Qi <yao.qi@linaro.org>
15840
15841 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15842 timeout by factor of 4.
15843 (test_regular_watch): Likewise.
15844 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15845 * gdb.reverse/sigall-reverse.exp: Likewise.
15846 * gdb.reverse/until-precsave.exp: Likewise.
15847 * lib/gdb.exp (with_timeout_factor): New proc.
15848 (gdb_expect): Move some code to ...
15849 (get_largest_timeout): ... here. New procedure.
15850
15851 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
15852
15853 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15854
15855 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15856
15857 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15858 to write to the .text section.
15859
15860 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
15861
15862 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15863 Handle the case of targets that do not provide PID information.
15864
15865 2015-04-13 Yao Qi <yao.qi@linaro.org>
15866
15867 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15868 and use expect instead of gdb_expect.
15869
15870 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15871
15872 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15873 "coredump_var_addr" to avoid naming conflict with other testcases.
15874
15875 2015-04-10 Pedro Alves <palves@redhat.com>
15876
15877 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15878 gdb_test_sequence and gdb_assert.
15879
15880 2015-04-10 Pedro Alves <palves@redhat.com>
15881
15882 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15883 test messages that don't include the breakpoint address.
15884
15885 2015-04-10 Yao Qi <yao.qi@linaro.org>
15886
15887 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15888 false for some offset and width combinations which aren't
15889 supported by linux kernel.
15890
15891 2015-04-10 Pedro Alves <palves@redhat.com>
15892
15893 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15894 procedure, factored out from ...
15895 (top level): ... here. Add "set displaced-stepping" testing axis.
15896 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15897 parameter "displaced". Use it.
15898 (top level): Use foreach and add "set displaced-stepping" testing
15899 axis.
15900
15901 2015-04-10 Pedro Alves <palves@redhat.com>
15902
15903 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15904 Remove comment.
15905 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15906 both the address of the instruction that triggers the watchpoint
15907 and the address of the instruction immediately after, and use
15908 those addresses for the test. Fix comment.
15909
15910 2015-04-10 Pedro Alves <palves@redhat.com>
15911
15912 * gdb.base/sigstep.exp (breakpoint_to_handler)
15913 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
15914 Test "backtrace" in handler.
15915 (breakpoint_over_handler): New parameter 'displaced'. Use it.
15916 (top level): Add new "displaced" test axis to
15917 breakpoint_to_handler, breakpoint_to_handler_entry and
15918 breakpoint_over_handler.
15919
15920 2015-04-10 Pedro Alves <palves@redhat.com>
15921
15922 PR gdb/18216
15923 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
15924
15925 2015-04-10 Yao Qi <yao.qi@linaro.org>
15926
15927 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
15928 (test_add_rn_pc): New function.
15929 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
15930 (top level): Invoke test_add_rn_pc.
15931
15932 2015-04-10 Pedro Alves <palves@redhat.com>
15933
15934 PR gdb/13858
15935 * gdb.base/step-over-no-symbols.exp: New file.
15936
15937 2015-04-09 Andy Wingo <wingo@igalia.com>
15938
15939 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
15940 after the Python tests.
15941
15942 2015-04-08 Keith Seitz <keiths@redhat.com>
15943
15944 PR python/16699
15945 * gdb.python/py-completion.exp: New tests for completion.
15946 * gdb.python/py-completion.py (CompleteLimit1): New class.
15947 (CompleteLimit2): Likewise.
15948 (CompleteLimit3): Likewise.
15949 (CompleteLimit4): Likewise.
15950 (CompleteLimit5): Likewise.
15951 (CompleteLimit6): Likewise.
15952 (CompleteLimit7): Likewise.
15953
15954 2015-04-08 Pedro Alves <palves@redhat.com>
15955
15956 PR gdb/18214
15957 PR gdb/18216
15958 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
15959 function.
15960 (main): Install it as SIGUSR1 handler.
15961 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
15962 parameter. Always use "setup" as prefix. Toggle "set
15963 displaced-stepping" off/on depending on global. Don't switch to
15964 thread 1 here.
15965 (top level): Add displaced stepping "off/on" test axis. Update
15966 "setup" calls. Wrap each subtest with with_test_prefix. Test
15967 continuing with a queued signal in each thread.
15968
15969 2015-04-08 Pedro Alves <palves@redhat.com>
15970
15971 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
15972 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
15973 gdb_breakpoint instead of gdb_test that doesn't expect anything.
15974 Return early if running to main fails.
15975 * gdb.trace/while-stepping.exp: Likewise.
15976
15977 2015-04-07 Pedro Alves <palves@redhat.com>
15978
15979 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
15980 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
15981 interact with inferior program.
15982
15983 2015-04-07 Pedro Alves <palves@redhat.com>
15984
15985 * lib/gdb.exp (inferior_spawn_id): New global.
15986 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
15987 spawn id after processing the user code.
15988 (default_gdb_start): Set inferior_spawn_id.
15989 (send_inferior): New procedure.
15990 * lib/gdbserver-support.exp (gdbserver_start): Set
15991 inferior_spawn_id.
15992 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
15993
15994 2015-04-07 Pedro Alves <palves@redhat.com>
15995
15996 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
15997 * lib/gdbserver-support.exp (gdbserver_start): Make
15998 $server_spawn_id global.
15999 (gdbserver_start): Don't wait for gdbserver's spawn id with
16000 expect_background.
16001 (close_gdbserver): New procedure.
16002 (gdb_exit): Rename the default version and reimplement.
16003
16004 2015-04-07 Pedro Alves <palves@redhat.com>
16005
16006 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16007 append the substituted item, not the original item.
16008
16009 2015-04-07 Pedro Alves <palves@redhat.com>
16010
16011 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16012 gdb_expect.
16013
16014 2015-04-07 Pedro Alves <palves@redhat.com>
16015
16016 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16017 output appearing once only.
16018
16019 2015-04-07 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16022 that doesn't expect anything. Return early if running to main
16023 fails.
16024
16025 2015-04-07 Yao Qi <yao.qi@linaro.org>
16026
16027 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16028 (child_function): Call alarm.
16029 (main): Move call to alarm into the loop.
16030 * gdb.threads/non-stop-fair-events.exp: Build program with
16031 -DTIMEOUT=$timeout.
16032
16033 2015-04-06 Doug Evans <xdje42@gmail.com>
16034
16035 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16036 Fix dest parameter to board_info.
16037 (fpc_compile): Ditto.
16038 (gdb_compile_pascal): Rename dest arg to destfile.
16039
16040 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16041
16042 * gdb.ada/funcall_ref.exp: New file.
16043 * gdb.ada/funcall_ref/foo.adb: New file.
16044
16045 2015-04-02 Yao Qi <yao.qi@linaro.org>
16046
16047 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16048 is remote.
16049
16050 2015-04-02 Gary Benson <gbenson@redhat.com>
16051
16052 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16053
16054 2015-04-01 Sasha Smundak <asmundak@google.com>
16055
16056 * gdb.python/py-unwind-maint.c: New file.
16057 * gdb.python/py-unwind-maint.exp: New test.
16058 * gdb.python/py-unwind-maint.py: New file.
16059 * gdb.python/py-unwind.c: New file.
16060 * gdb.python/py-unwind.exp: New test.
16061 * gdb.python/py-unwind.py: New test.
16062
16063 2015-04-01 Pedro Alves <palves@redhat.com>
16064
16065 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16066 to fail instead of non-existent $test.
16067
16068 2015-04-01 Pedro Alves <palves@redhat.com>
16069
16070 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16071 GDBFLAGS if not empty.
16072
16073 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16074
16075 * gdb.ada/complete.exp: Remove "multi_line".
16076 * gdb.ada/info_exc.exp: Remove "multi_line".
16077 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16078 * gdb.ada/ptype_field.exp: Remove "multi_line".
16079 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16080 * gdb.ada/tagged.exp: Remove "multi_line".
16081 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16082 [multi_line ...]
16083 * gdb.btrace/delta.exp: Likewise.
16084 * gdb.btrace/exception.exp: Likewise.
16085 * gdb.btrace/function_call_history.exp: Likewise.
16086 * gdb.btrace/instruction_history.exp: Likewise.
16087 * gdb.btrace/nohist.exp: Likewise.
16088 * gdb.btrace/record_goto.exp: Likewise.
16089 * gdb.btrace/segv.exp: Likewise.
16090 * gdb.btrace/stepi.exp: Likewise.
16091 * gdb.btrace/tailcall.exp: Likewise.
16092 * gdb.btrace/unknown_functions.exp: Likewise.
16093 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16094 * lib/gdb.exp: Add the "multi_line" helper.
16095
16096 2015-04-01 Pedro Alves <palves@redhat.com>
16097
16098 * gdb.threads/tid-reuse.c: New file.
16099 * gdb.threads/tid-reuse.exp: New file.
16100
16101 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16102
16103 PR corefiles/16092
16104 * gdb.base/coredump-filter.c: New file.
16105 * gdb.base/coredump-filter.exp: Likewise.
16106
16107 2015-03-27 Petr Machata <pmachata@redhat.com>
16108
16109 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16110 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16111 (Dwarf::assemble): Initialize them.
16112 (Dwarf::lines): New function.
16113
16114 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16115
16116 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16117 SYMBOL_PREFIX for x86_64-*-cygwin.
16118
16119 2015-03-26 Andy Wingo <wingo@igalia.com>
16120
16121 PR symtab/18148
16122 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16123 const_value but not a location.
16124 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16125 location defined in non-main CUs are visible.
16126
16127 2015-03-26 Yao Qi <yao.qi@linaro.org>
16128
16129 PR testsuite/18139
16130 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16131 Add a line number entry for the same line.
16132 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16133 Add a line number entry for the same line.
16134
16135 2015-03-26 Yao Qi <yao.qi@linaro.org>
16136
16137 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16138 .int 0.
16139 (func): Likewise. Add .Lfunc_1 label.
16140 Use .Lfunc_1 label.
16141 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16142 .int 0.
16143 (func): Likewise.
16144 Use .Lfunc_1 label.
16145
16146 2015-03-26 Yao Qi <yao.qi@linaro.org>
16147
16148 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16149 Call gdb_compile instead to compile each .s files without debug
16150 information.
16151
16152 2015-03-26 Yao Qi <yao.qi@linaro.org>
16153
16154 * gdb.base/savedregs.exp (process_saved_regs): Make
16155 "Saved registers:" optional in the pattern.
16156
16157 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16158
16159 * gdb.btrace/next.exp: Merged into step.exp.
16160 * gdb.btrace/finish.exp: Merged into step.exp.
16161 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16162 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16163 "record goto" and checking the exact replay position.
16164 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16165 check for "Recording format" in "info record" output.
16166 * gdb.btrace/record_goto.exp: Choose test file based on target.
16167 * gdb.btrace/x86-record_goto.S: Renamed into ...
16168 * gdb.btrace/x86_64-record_goto.S: ... this.
16169 * gdb.btrace/i686-record_goto.S: New.
16170 * gdb.btrace/x86-tailcall.S: Renamed into ...
16171 * gdb.btrace/x86_64-tailcall.S: ... this.
16172 * gdb.btrace/i686-tailcall.S: New.
16173 * gdb.btrace/x86-tailcall.c: Renamed into ...
16174 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16175 separate statements. Update test.
16176 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16177 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16178 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16179 * gdb.btrace/tailcall.exp: Choose test file based on target.
16180 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16181
16182 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16183
16184 * gdb.btrace/exception.exp: Increase BTS buffer size.
16185
16186 2015-03-24 Pedro Alves <palves@redhat.com>
16187
16188 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16189
16190 2015-03-24 Pedro Alves <palves@redhat.com>
16191
16192 * gdb.threads/schedlock.exp (test_step): No longer expect that
16193 "set scheduler-locking step" with "next" over a function call runs
16194 threads unlocked.
16195
16196 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16197
16198 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16199
16200 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16201
16202 PR breakpoints/16466
16203 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16204 * gdb.mi/mi-pending.c (thread_func): New function.
16205 (int main): Add threading support required.
16206 * gdb.mi/mi-pending.exp: Add tests for this issue.
16207 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16208 (pendfunc2): Remove stdio dependency.
16209 * gdb.mi/mi-pendshr2.c: New file.
16210
16211 2015-03-23 Keith Seitz <keiths@redhat.com>
16212
16213 * gdb.linespec/keywords.c: New file.
16214 * gdb.linespec/keywords.exp: New file.
16215
16216 2015-03-23 Keith Seitz <keiths@redhat.com>
16217
16218 PR gdb/18021
16219 * gdb.dwarf2/staticvirtual.exp: New test.
16220
16221 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16222
16223 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16224 * README: Remove HP-UX and gdb.hp.
16225 (configuration):
16226 * configure: Regenerate.
16227 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16228 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16229 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16230 gdb.hp/gdb.defects/Makefile.
16231 * gdb.hp/Makefile.in: File deleted.
16232 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16233 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16234 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16235 * gdb.hp/gdb.aCC/run.c: File deleted.
16236 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16237 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16238 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16239 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16240 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16241 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16242 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16243 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16244 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16245 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16246 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16247 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16248 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16249 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16250 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16251 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16252 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16253 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16254 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16255 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16256 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16257 * gdb.hp/gdb.compat/average.c: File deleted.
16258 * gdb.hp/gdb.compat/sum.c: File deleted.
16259 * gdb.hp/gdb.compat/xdb.c: File deleted.
16260 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16261 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16262 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16263 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16264 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16265 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16266 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16267 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16268 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16269 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16270 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16271 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16272 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16273 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16274 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16275 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16276 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16277 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16278 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16279 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16280 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16281 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16282 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16283 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16284 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16285 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16286 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16287 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16288 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16289 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16290 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16291 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16292 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16293 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16294 * gdb.hp/tools/odump: File deleted.
16295
16296 2015-03-19 Pedro Alves <palves@redhat.com>
16297
16298 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16299 (saw_thread_3): New globals.
16300 (top level): Increment them when an event for the corresponding
16301 thread is seen.
16302 (no thread starvation): New test.
16303
16304 2015-03-19 Pedro Alves <palves@redhat.com>
16305
16306 * gdb.threads/continue-pending-status.c: New file.
16307 * gdb.threads/continue-pending-status.exp: New file.
16308
16309 2015-03-18 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16312 Use gdb_is_target_remote instead of is_remote. Use
16313 gdb_test_multiple instead of gdb_expect. Exit early if
16314 gdb_test_multiple hits its internal matches. Tighten stepi tests
16315 expected output. Fail on exit with any signal, instead of just
16316 SIGILL.
16317
16318 2015-03-18 Yao Qi <yao.qi@linaro.org>
16319
16320 PR tdep/18107
16321 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16322 variable.
16323 * gdb.base/catch-syscall.exp: Don't skip it on
16324 aarch64*-*-linux* target. Remove elements in all_syscalls.
16325 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16326 target.
16327 (setup_all_syscalls): New proc.
16328
16329 2015-03-16 Yao Qi <yao.qi@linaro.org>
16330
16331 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16332 (top level): Skip tests if valid_addr_p returns false for
16333 $cmd1 or $cmd2.
16334
16335 2015-03-11 Andy Wingo <wingo@igalia.com>
16336
16337 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16338
16339 2015-03-11 Yao Qi <yao.qi@linaro.org>
16340
16341 * gdb.base/catch-syscall.exp: Fix typo in comments.
16342
16343 2015-03-11 Yao Qi <yao.qi@linaro.org>
16344
16345 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16346
16347 2015-03-09 Pedro Alves <palves@redhat.com>
16348
16349 * dg-extract-results.py: Delete.
16350
16351 2015-03-09 Pedro Alves <palves@redhat.com>
16352
16353 Merge dg-extract-results.sh from GCC upstream (r218843).
16354
16355 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16356 * dg-extract-results.sh: Use --text with grep to avoid issues with
16357 binary files. Fall back to cat -v, if that doesn't work.
16358
16359 2015-03-05 Pedro Alves <palves@redhat.com>
16360
16361 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16362
16363 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16364
16365 * lib/mi-support.exp (mi_expect_interrupt): Accept
16366 alternative event for when in all-stop mode.
16367
16368 2015-03-04 Pedro Alves <palves@redhat.com>
16369
16370 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16371
16372 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16373
16374 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16375
16376 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16377
16378 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16379 regexps for GDB's current line display, accept a hex address
16380 preceding the line number.
16381
16382 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16383
16384 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16385 the 'arch1' variable for "s390*-linux*" targets.
16386
16387 2015-03-04 Pedro Alves <palves@redhat.com>
16388
16389 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16390 (main): Pass missing retval argument to pthread_join call.
16391
16392 2015-03-02 Pedro Alves <palves@redhat.com>
16393
16394 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16395 (top level): Call do_test with non-stop as well.
16396
16397 2015-03-02 Pedro Alves <palves@redhat.com>
16398
16399 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16400 -1.
16401
16402 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16403
16404 * gdb.arch/s390-vregs.exp: New test.
16405 * gdb.arch/s390-vregs.S: New file.
16406
16407 2015-02-27 Pedro Alves <palves@redhat.com>
16408
16409 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16410 call to catch_command_errors.
16411 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16412 catch_command_errors.
16413
16414 2015-02-27 Pedro Alves <palves@redhat.com>
16415
16416 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16417 "true" for boolean result.
16418 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16419 prototype of main.
16420
16421 2015-02-27 Pedro Alves <palves@redhat.com>
16422
16423 * lib/unbuffer_output.c: New file.
16424 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16425 (main): Call gdb_unbuffer_output.
16426
16427 2015-02-27 Yao Qi <yao.qi@linaro.org>
16428
16429 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16430 target.
16431
16432 2015-02-26 Doug Evans <dje@google.com>
16433
16434 * gdb.cp/class2.cc (Dbase, D): New classes.
16435 (main): New local delta.
16436 * gdb.cp/class2.exp: Test printing delta.
16437 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16438 (dynbar): New global.
16439 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16440
16441 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16442
16443 * gdb.compile/compile-ifunc.c: New file.
16444 * gdb.compile/compile-ifunc.exp: New file.
16445
16446 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16447
16448 * gdb.base/structs.exp: Check for correct struct on finish.
16449
16450 2015-02-26 Yao Qi <yao.qi@linaro.org>
16451
16452 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16453 is zero.
16454
16455 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16456
16457 * gdb.arch/cordic.ko.bz2: New file.
16458 * gdb.arch/cordic.ko.debug.bz2: New file.
16459 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16460
16461 2015-02-25 Yao Qi <yao.qi@linaro.org>
16462
16463 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16464 aarch64*-*-* target.
16465
16466 2015-02-23 Pedro Alves <palves@redhat.com>
16467
16468 * lib/gdb.exp (delete_breakpoints): Rewrite using
16469 gdb_test_multiple.
16470
16471 2015-02-23 Pedro Alves <palves@redhat.com>
16472
16473 * gdb.base/info-os.c: Include stdlib.h.
16474
16475 2015-02-22 Doug Evans <xdje42@gmail.com>
16476
16477 PR symtab/17855
16478 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16479 is read after symbols have been re-read.
16480 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16481 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16482
16483 2015-02-21 Doug Evans <dje@google.com>
16484
16485 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16486
16487 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16488
16489 PR corefiles/17808
16490 * gdb.arch/i386-biarch-core.core.bz2: New file.
16491 * gdb.arch/i386-biarch-core.exp: New file.
16492
16493 2015-02-21 Pedro Alves <palves@redhat.com>
16494
16495 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16496 runto_main fails.
16497
16498 2015-02-20 Pedro Alves <palves@redhat.com>
16499
16500 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16501 info probes.
16502
16503 2015-02-20 Pedro Alves <palves@redhat.com>
16504
16505 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16506
16507 2015-02-20 Pedro Alves <palves@redhat.com>
16508
16509 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16510 clean_restart before gdb_target_supports_trace.
16511
16512 2015-02-20 Pedro Alves <palves@redhat.com>
16513
16514 PR threads/18006
16515 * gdb.threads/clone-thread_db.c: New file.
16516 * gdb.threads/clone-thread_db.exp: New file.
16517
16518 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16519
16520 PR breakpoints/16812
16521 * gdb.base/catch-gdb-caused-signals.c: New file.
16522 * gdb.base/catch-gdb-caused-signals.exp: New file.
16523
16524 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16525
16526 * configure: Regenerated.
16527 * configure.ac: Use GDB_AC_TRANSFORM.
16528 * aclocal.m4: sinclude ../transform.m4.
16529
16530 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16531
16532 * lib/dtrace.exp: New file.
16533 * gdb.base/dtrace-probe.exp: Likewise.
16534 * gdb.base/dtrace-probe.d: Likewise.
16535 * gdb.base/dtrace-probe.c: Likewise.
16536 * lib/pdtrace.in: Likewise.
16537 * configure.ac: Output variables with the transformed names of
16538 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16539 * configure: Regenerated.
16540
16541 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16542
16543 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16544 expected message when trying to access $_probe_* convenience
16545 variables while not on a probe.
16546
16547 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16548
16549 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16550
16551 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16552
16553 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16554 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16555
16556 2015-02-10 Doug Evans <xdje42@gmail.com>
16557
16558 * lib/gdb.exp (gdb_load): Always return a result.
16559
16560 2015-02-10 Pedro Alves <palves@redhat.com>
16561
16562 * gdb.threads/signal-sigtrap.c: New file.
16563 * gdb.threads/signal-sigtrap.exp: New file.
16564
16565 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16566
16567 * gdb.trace/no-attach-trace.c: New file.
16568 * gdb.trace/no-attach-trace.exp: New file.
16569
16570 2015-02-09 Mark Wielaard <mjw@redhat.com>
16571
16572 * gdb.dwarf2/atomic.c: New file.
16573 * gdb.dwarf2/atomic-type.exp: Likewise.
16574
16575 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16576
16577 * gdb.btrace/buffer-size.exp: Update "info record" output.
16578 * gdb.btrace/delta.exp: Update "info record" output.
16579 * gdb.btrace/enable.exp: Update "info record" output.
16580 * gdb.btrace/finish.exp: Update "info record" output.
16581 * gdb.btrace/instruction_history.exp: Update "info record" output.
16582 * gdb.btrace/next.exp: Update "info record" output.
16583 * gdb.btrace/nexti.exp: Update "info record" output.
16584 * gdb.btrace/step.exp: Update "info record" output.
16585 * gdb.btrace/stepi.exp: Update "info record" output.
16586 * gdb.btrace/nohist.exp: Update "info record" output.
16587
16588 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16589
16590 * gdb.btrace/buffer-size: New.
16591
16592 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16593
16594 * gdb.btrace/delta.exp: Update "info record" output.
16595 * gdb.btrace/enable.exp: Update "info record" output.
16596 * gdb.btrace/finish.exp: Update "info record" output.
16597 * gdb.btrace/instruction_history.exp: Update "info record" output.
16598 * gdb.btrace/next.exp: Update "info record" output.
16599 * gdb.btrace/nexti.exp: Update "info record" output.
16600 * gdb.btrace/step.exp: Update "info record" output.
16601 * gdb.btrace/stepi.exp: Update "info record" output.
16602 * gdb.btrace/nohist.exp: Update "info record" output.
16603
16604 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16605
16606 PR gdb/15678
16607 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16608
16609 2015-02-06 Pedro Alves <palves@redhat.com>
16610
16611 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16612 macro.
16613 (seconds_left, again): New globals.
16614 (main): Wait seconds_left in a 1-second sleep loop instead of
16615 sleeping 180 seconds. If 'again' is set, reset the seconds
16616 counter.
16617 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16618 'again' in the inferior before detaching. Print the seconds left.
16619 (options): New global.
16620 (top level): Build program with -DTIMEOUT=$timeout.
16621
16622 2015-02-06 Pedro Alves <palves@redhat.com>
16623
16624 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16625 determine how many seconds to pass to 'alarm'.
16626 * gdb.base/gdb-sigterm.exp (top level): Build program with
16627 -DTIMEOUT=$timeout.
16628 (do_test): Return success/failure indication. Add more verbose
16629 logging. Don't fail if 200 single steps are seen. Instead, fail
16630 when the test times out.
16631 (passes): New global.
16632 (top level): Break the testing loop if testing fails on any
16633 iteration. Use gdb_assert.
16634
16635 2015-02-04 Don Breazeal <donb@codesourcery.com>
16636
16637 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16638 and initialize them.
16639 (ipc_cleanup): New function.
16640 (main): Don't declare shmid, semid, and msqid. Add a call to
16641 atexit so that we call ipc_cleanup on exit.
16642
16643 2015-02-04 Pedro Alves <palves@redhat.com>
16644
16645 * boards/native-extended-gdbserver.exp: Remove any target variant
16646 specifications from the board name before clearing the isremote
16647 flag from board_info.
16648
16649 2015-01-31 Doug Evans <xdje42@gmail.com>
16650
16651 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16652
16653 2015-01-31 Gary Benson <gbenson@redhat.com>
16654
16655 * gdb.base/completion.exp: Disable completion limiting for
16656 existing tests. Add new tests to check completion limiting.
16657 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16658
16659 2015-01-31 Doug Evans <xdje42@gmail.com>
16660
16661 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16662
16663 2015-01-31 Doug Evans <xdje42@gmail.com>
16664
16665 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16666 entries. Duplicate file section script entries.
16667 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16668 inlined entries. Add test for safe-path rejection.
16669 * gdb.python/py-section-script.c: Add duplicate inlined section script
16670 entries. Duplicate file section script entries.
16671 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16672 inlined entries. Add test for safe-path rejection.
16673
16674 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16675
16676 * gdb.ada/disc_arr_bound: New testcase.
16677
16678 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16679
16680 * gdb.ada/mi_var_array: New testcase.
16681
16682 2015-01-27 Doug Evans <dje@google.com>
16683
16684 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16685 Add test for objfile.filename, objfile.username after objfile
16686 has been unloaded.
16687
16688 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16689
16690 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16691 the second test to print the name attribute of value
16692 returned by the call to gdb.lookup_type, and adjust
16693 the expected output accordingly.
16694
16695 2015-01-25 Mark Wielaard <mjw@redhat.com>
16696
16697 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16698 * gdb.base/disp-step-fork.c: Include unistd.h.
16699 * gdb.base/siginfo-obj.c: Include stdio.h.
16700 * gdb.base/siginfo-thread.c: Likewise.
16701 * gdb.mi/non-stop.c: Include unistd.h.
16702 * gdb.mi/nsthrexec.c: Include stdio.h.
16703 * gdb.mi/pthreads.c: Include unistd.h.
16704 * gdb.modula2/unbounded1.c (main): Declare returns int.
16705 * gdb.reverse/consecutive-reverse.c: Likewise.
16706 * gdb.threads/create-fail.c: Include unistd.h.
16707 * gdb.threads/killed.c: Likewise.
16708 * gdb.threads/linux-dp.c: Likewise.
16709 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16710 * gdb.threads/non-ldr-exc-2.c: Likewise.
16711 * gdb.threads/non-ldr-exc-3.c: Likewise.
16712 * gdb.threads/non-ldr-exc-4.c: Likewise.
16713 * gdb.threads/pthreads.c: Include unistd.h.
16714 (main): Declare returns int.
16715 * gdb.threads/tls-main.c (foo): New declaration.
16716 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16717
16718 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16719
16720 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16721 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16722
16723 2015-01-15 Mark Wielaard <mjw@redhat.com>
16724
16725 * gdb.base/noreturn-return.c: New file.
16726 * gdb.base/noreturn-return.exp: New file.
16727 * gdb.base/noreturn-finish.c: New file.
16728 * gdb.base/noreturn-finish.exp: New file.
16729
16730 2015-01-23 Pedro Alves <palves@redhat.com>
16731
16732 * gdb.threads/continue-pending-after-query.c: New file.
16733 * gdb.threads/continue-pending-after-query.exp: New file.
16734
16735 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16736 Simon Marchi <simon.marchi@ericsson.com>
16737
16738 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16739 * gdb.base/valgrind-db-attach.exp: Same.
16740 * gdb.base/valgrind-infcall.exp: Same.
16741 * lib/mi-support.exp (default_mi_gdb_start): Same.
16742 * lib/prompt.exp (default_prompt_gdb_start): Same.
16743 * lib/gdb.exp (default_gdb_spawn): Same.
16744 (gdb_interact): New.
16745
16746
16747 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16748
16749 * gdb.compile/compile.exp (pointer to jit function): New test.
16750
16751 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16752
16753 * lib/gdb.exp (supports_process_record): Return true for
16754 powerpc*-*-linux*.
16755 (supports_reverse): Likewise.
16756
16757 2015-01-15 Don Breazeal <donb@codesourcery.com>
16758
16759 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16760 instead of checking whether the target board is remote and
16761 use spawn_wait_for_attach instead of exec/sleep.
16762 * gdb.base/attach-twice.exp: Likewise.
16763
16764 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16765
16766 * gdb.ada/var_arr_attrs: New testcase.
16767
16768 2015-01-14 Pedro Alves <palves@redhat.com>
16769 Joel Brobecker <brobecker@adacore.com>
16770
16771 PR gdb/17525
16772 * gdb.base/bp-cmds-execution-x-script.c: New file.
16773 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16774 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16775
16776 2015-01-14 Pedro Alves <palves@redhat.com>
16777
16778 PR cli/17828
16779 * gdb.base/batch-preserve-term-settings.c: New file.
16780 * gdb.base/batch-preserve-term-settings.exp: New file.
16781
16782 2015-01-13 Doug Evans <dje@google.com>
16783
16784 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16785 binary.
16786
16787 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16788
16789 * Makefile.in (clean mostlyclean): Do not delete *.py.
16790
16791 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16792
16793 * gdb.python/py-lookup-type.exp: New file.
16794
16795 2015-01-12 Pedro Alves <palves@redhat.com>
16796
16797 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16798 restore GDBFLAGS before returning.
16799
16800 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16801
16802 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16803 is_amd64_regs_target and is_x86_like_target.
16804
16805 2015-01-11 Doug Evans <xdje42@gmail.com>
16806
16807 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16808 is given without an explicit form.
16809 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16810 attributes.
16811 * gdb.dwarf/corrupt.exp: Ditto.
16812 * gdb.dwarf2/enum-type.exp: Ditto.
16813 * gdb.trace/entry-values.exp: Ditto.
16814 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16815
16816 2015-01-11 Doug Evans <xdje42@gmail.com>
16817
16818 PR gdb/15830
16819 * gdb.base/maint.exp: Remove references to "maint demangle".
16820 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16821 Add tests for explicitly specifying language to demangle.
16822 * gdb.dlang/demangle.exp: Ditto.
16823
16824 2015-01-09 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.threads/non-stop-fair-events.c: New file.
16827 * gdb.threads/non-stop-fair-events.exp: New file.
16828
16829 2015-01-09 Pedro Alves <palves@redhat.com>
16830
16831 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16832 the global scope. Set a breakpoint after all threads are started
16833 rather than stepping over two source lines. Expect the prompt.
16834 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16835 global.
16836 (NUM): Now 15.
16837 (main): Use threads_started_barrier to wait for all threads to
16838 start. Main thread no longer calls thread_function. Exit after
16839 180 seconds.
16840 (loop): New function.
16841 (thread_function): Wait on threads_started_barrier barrier. Call
16842 'loop' at each iteration.
16843 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16844 threads have started, instead of hardcoding number of "next"
16845 steps. Use an access watchpoint instead of a write watchpoint.
16846
16847 2015-01-09 Pedro Alves <palves@redhat.com>
16848
16849 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16850 (thread_func): Wait on barrier.
16851 (main): Wait for all threads to start before stopping GDB.
16852 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16853 global.
16854 (thread1_func, thread2_func): Wait on barrier.
16855 (main): Wait for all threads to start before stopping GDB.
16856 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16857 New global.
16858 (thread1_func, thread2_func): Wait on barrier.
16859 (main): Wait for all threads to start before stopping GDB.
16860
16861 2015-01-09 Pedro Alves <palves@redhat.com>
16862
16863 * gdb.threads/attach-many-short-lived-threads.c: New file.
16864 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16865
16866 2014-01-09 Pedro Alves <palves@redhat.com>
16867
16868 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16869 instead of to thread 2.
16870 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16871 Add barrier around each pthread_create call instead of around all
16872 calls.
16873 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16874 Set a break on thread_function and have the child threads hit it
16875 one at at a time.
16876
16877 2015-01-09 Pedro Alves <palves@redhat.com>
16878
16879 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16880 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16881 false.
16882 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16883 checking whether the target board is remote.
16884 * gdb.multi/multi-attach.exp: Likewise.
16885 * gdb.python/py-sync-interp.exp: Likewise.
16886 * gdb.server/ext-attach.exp: Likewise.
16887 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16888 tests that need to attach, instead of checking whether the target
16889 board is remote at the top of the file.
16890
16891 2015-01-08 Yao Qi <yao@codesourcery.com>
16892
16893 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16894
16895 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16896
16897 Fix testcase compilation.
16898 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16899
16900 2015-01-06 Joel Brobecker <brobecker@adacore.com>
16901
16902 * gdb.python/py-type.exp: Add a couple test about empty
16903 array creation, and negative-length array creation.
16904
16905 2015-01-02 Doug Evans <xdje42@gmail.com>
16906
16907 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16908
16909 2015-01-02 Doug Evans <dje@google.com>
16910
16911 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16912
16913 2014-12-29 Yao Qi <yao@codesourcery.com>
16914
16915 * gdb.trace/entry-values.exp: Update comments. Rename variable
16916 bar_call_foo to returned_from_foo.
16917
16918 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
16919
16920 PR gdb/17394
16921 * gdb.linespec/break-asm-file.c: New file.
16922 * gdb.linespec/break-asm-file.exp: New file.
16923 * gdb.linespec/break-asm-file0.s: New file.
16924 * gdb.linespec/break-asm-file1.s: New file.
16925
16926 2014-12-18 Nigel Stephens <nigel@mips.com>
16927 Maciej W. Rozycki <macro@codesourcery.com>
16928
16929 * gdb.base/float.exp: Handle the new output from "info float" on
16930 MIPS targets.
16931
16932 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16933
16934 Fix MinGW compilation.
16935 * gdb.compile/compile-ops.exp: Update untested message if
16936 !skip_compile_feature_tests.
16937 * gdb.compile/compile-setjmp.exp: Likewise.
16938 * gdb.compile/compile-tls.exp: Likewise.
16939 * gdb.compile/compile.exp: Likewise.
16940 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
16941 supported on this host".
16942
16943 2014-12-16 Doug Evans <xdje42@gmail.com>
16944
16945 * boards/stabs.exp: New file.
16946
16947 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
16948
16949 * gdb.base/completion.exp: Adjust to format changes of "maint
16950 print user-registers".
16951
16952 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
16953
16954 PR server/17457
16955 * gdb.arch/aarch64-fp.c: New file.
16956 * gdb.arch/aarch64-fp.exp: New file.
16957
16958 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
16959
16960 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
16961 r210637, r210913, r211666, r215400, r215817).
16962
16963 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
16964 * dg-extract-results.py: New file.
16965 * dg-extract-results.sh: Use it if the environment seems
16966 suitable.
16967
16968 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16969
16970 * dg-extract-results.py (parse_run): Handle warnings that
16971 are printed before a test harness is run.
16972
16973 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
16974
16975 * dg-extract-results.py (Named): Remove __cmp__ method.
16976 (output_variation): Use a key to sort variation.harnesses.
16977
16978 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
16979
16980 * dg-extract-results.py: For Python 3, force sys.stdout to
16981 handle surrogate escape sequences.
16982 (safe_open): New function.
16983 (output_segment, main): Use it.
16984
16985 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
16986
16987 * dg-extract-results.py (Prog.result_re): Include options
16988 in test name.
16989
16990 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
16991
16992 * dg-extract-results.py (output_variation): Always sort if
16993 do_sum.
16994
16995 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
16996
16997 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
16998 as long as we get pagination notifications.
16999
17000 2014-12-15 Jason Merrill <jason@redhat.com>
17001
17002 * Makefile.in (check-gdb.%): Restore.
17003 * README: Mention it.
17004
17005 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17006
17007 * gdb.ada/str_uninit: New testcase.
17008
17009 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17010
17011 PR symtab/17642
17012 * gdb.base/vla-stub-define.c: New file.
17013 * gdb.base/vla-stub.c: New file.
17014 * gdb.base/vla-stub.exp: New file.
17015
17016 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17017 Jan Kratochvil <jan.kratochvil@redhat.com>
17018 Tom Tromey <tromey@redhat.com>
17019
17020 * configure.ac: Add gdb.compile/.
17021 * configure: Regenerate.
17022 * gdb.compile/Makefile.in: New file.
17023 * gdb.compile/compile-ops.exp: New file.
17024 * gdb.compile/compile-ops.c: New file.
17025 * gdb.compile/compile-tls.c: New file.
17026 * gdb.compile/compile-tls.exp: New file.
17027 * gdb.compile/compile-constvar.S: New file.
17028 * gdb.compile/compile-constvar.c: New file.
17029 * gdb.compile/compile-mod.c: New file.
17030 * gdb.compile/compile-nodebug.c: New file.
17031 * gdb.compile/compile-setjmp-mod.c: New file.
17032 * gdb.compile/compile-setjmp.c: New file.
17033 * gdb.compile/compile-setjmp.exp: New file.
17034 * gdb.compile/compile-shlib.c: New file.
17035 * gdb.compile/compile.c: New file.
17036 * gdb.compile/compile.exp: New file.
17037 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17038
17039 2014-12-12 Tom Tromey <tromey@redhat.com>
17040
17041 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17042 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17043
17044 2014-12-12 Doug Evans <dje@google.com>
17045
17046 * lib/gdb-python.exp (get_python_valueof): New function.
17047 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17048
17049 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17050
17051 * gdb.base/completion.exp: Add test for completion of "info
17052 registers ".
17053
17054 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17055
17056 * gdb.base/func-ptrs.c: New file.
17057 * gdb.base/func-ptrs.exp: New file.
17058
17059 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17060
17061 PR breakpoints/17012
17062 * gdb.base/dprintf-detach.c: New file.
17063 * gdb.base/dprintf-detach.exp: New file.
17064
17065 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17066
17067 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17068 * lib/gdb.exp (target_is_gdbserver): New procedure.
17069
17070 2014-12-08 Doug Evans <dje@google.com>
17071
17072 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17073
17074 2014-12-05 Yao Qi <yao@codesourcery.com>
17075
17076 * gdb.guile/scm-error.exp: Remove the third argument to
17077 gdb_remote_download.
17078 * gdb.guile/scm-frame-args.exp: Likewise.
17079 * gdb.guile/scm-section-script.exp: Likewise.
17080
17081 2014-12-05 Yao Qi <yao@codesourcery.com>
17082
17083 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17084
17085 2014-12-04 Doug Evans <dje@google.com>
17086
17087 * gdb.python/py-objfile.exp: Add tests for
17088 objfile.add_separate_debug_file.
17089
17090 2014-12-04 Doug Evans <dje@google.com>
17091
17092 * lib/gdb.exp (get_build_id): New function.
17093 (build_id_debug_filename_get): Rewrite to use it.
17094 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17095
17096 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17097
17098 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17099 `method(long)', not just 0x0.
17100 * gdb.cp/nsalias.exp: Align code labels to 4.
17101 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17102 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17103 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17104 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17105 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17106 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17107
17108 2014-12-02 Doug Evans <dje@google.com>
17109
17110 PR symtab/17602
17111 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17112 * gdb.cp/anon-ns2.cc: ... here. New file.
17113 * gdb.cp/anon-ns.exp: Update.
17114
17115 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17116
17117 * gdb.python/py-events.py (inferior_call_handler): New.
17118 (register_changed_handler, memory_changed_handler): New.
17119 (test_events.invoke): Register new handlers.
17120 * gdb.python/py-events.exp: Add tests for inferior call,
17121 memory_changed and register_changed events.
17122
17123 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17124
17125 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17126 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17127 if the linker doesn't understand this.
17128
17129 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17130
17131 * gdb.python/python.exp: Change expected reply to help().
17132
17133 2014-12-01 Yao Qi <yao@codesourcery.com>
17134
17135 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17136 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17137 * configure: Re-generated.
17138
17139 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17140
17141 * gdb.cp/chained-calls.cc: New file.
17142 * gdb.cp/chained-calls.exp: New file.
17143 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17144
17145 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17146
17147 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17148 * gdb.dwarf2/symtab-producer.exp: Same.
17149 * gdb.gdb/python-interrupts.exp: Same.
17150 * gdb.gdb/python-selftest.exp: Same.
17151 * gdb.python/py-linetable.exp: Same.
17152 * gdb.python/py-type.exp: Same.
17153 * gdb.python/py-value-cc.exp: Same.
17154 * gdb.python/py-value.exp: Same.
17155
17156 2014-11-28 Yao Qi <yao@codesourcery.com>
17157
17158 * gdb.base/break-probes.exp: Match library name prefixed with
17159 sysroot.
17160
17161 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17162
17163 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17164 test expected output. Add parentheses for the call to print.
17165 Remove L suffix from integers.
17166
17167 2014-11-26 Doug Evans <dje@google.com>
17168
17169 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17170
17171 2014-11-22 Yao Qi <yao@codesourcery.com>
17172
17173 * gdb.trace/entry-values.c: Remove asms.
17174 (foo): Add foo_label.
17175 (bar): Add bar_label.
17176 * gdb.trace/entry-values.exp: Remove code computing foo's
17177 length and bar's length.
17178 (Dwarf::assemble): Invoke function_range for bar and use
17179 MACRO_AT_func for foo.
17180
17181 2014-11-22 Yao Qi <yao@codesourcery.com>
17182
17183 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17184 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17185 Use .Lgcc43_procstart instead of gcc43.
17186
17187 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17188
17189 * gdb.ada/n_arr_bound: New testcase.
17190
17191 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17192
17193 PR breakpoints/10737
17194 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17195 test_catch_syscall_multi_arch.
17196 (test_catch_syscall_multi_arch): New function.
17197
17198 2014-11-20 Doug Evans <xdje42@gmail.com>
17199
17200 * gdb.base/maint.exp: Update expected output.
17201
17202 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17203
17204 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17205 4-byte instruction on S390.
17206
17207 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17208
17209 * gdb.ada/arr_arr: New testcase.
17210
17211 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17212
17213 * gdb.ada/pkd_arr_elem: New Testcase.
17214
17215 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17216
17217 * gdb.reverse/break-precsave: Expect completion message for
17218 core file reads.
17219 * gdb.reverse/consecutive-precsave.exp: Likewise.
17220 * gdb.reverse/finish-precsave.exp: Likewise.
17221 * gdb.reverse/i386-precsave.exp: Likewise.
17222 * gdb.reverse/machinestate-precsave.exp: Likewise.
17223 * gdb.reverse/sigall-precsave.exp: Likewise.
17224 * gdb.reverse/solib-precsave.exp: Likewise.
17225 * gdb.reverse/step-precsave.exp: Likewise.
17226 * gdb.reverse/until-precsave.exp: Likewise.
17227 * gdb.reverse/watch-precsave.exp: Likewise.
17228
17229 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17230
17231 * gdb.base/bp-permanent.c: Include unistd.h.
17232 * gdb.python/py-framefilter-mi.c (main): Add return type.
17233 * gdb.python/py-framefilter.c (main): Likewise.
17234 * gdb.trace/actions-changed.c (main): Likewise.
17235
17236 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17237
17238 * gdb.mi/until.c: Add eye-catchers.
17239 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17240 line numbers.
17241
17242 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17243
17244 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17245 function header variants in break1.c.
17246 * gdb.base/ena-dis-br.exp: Likewise.
17247 * gdb.base/hbreak2.exp: Likewise.
17248 * gdb.reverse/until-precsave.exp: Drop references to removed
17249 non-prototype function header variants in ur1.c.
17250 * gdb.reverse/until-reverse.exp: Likewise.
17251
17252 2014-11-17 Petr Machata <pmachata@redhat.com>
17253
17254 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17255 ${_cu_offset_size} bytes abbrev offset.
17256
17257 2014-11-15 Doug Evans <xdje42@gmail.com>
17258
17259 PR symtab/17559
17260 * gdb.base/line-symtabs.exp: New file.
17261 * gdb.base/line-symtabs.c: New file.
17262 * gdb.base/line-symtabs.h: New file.
17263
17264 2014-11-14 Yao Qi <yao@codesourcery.com>
17265
17266 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17267 (func): Add label func_label.
17268 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17269 Replace low_pc and high_pc with MACRO_AT_range.
17270 Replace name, low_pc and high_pc with MACRO_AT_func.
17271
17272 2014-11-14 Yao Qi <yao@codesourcery.com>
17273
17274 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17275 Replace name, low_pc and high_pc with MACRO_AT_func.
17276
17277 2014-11-14 Yao Qi <yao@codesourcery.com>
17278
17279 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17280 produce debug information.
17281 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17282
17283 2014-11-14 Yao Qi <yao@codesourcery.com>
17284
17285 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17286 object and get function length.
17287 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17288 with MACRO_AT_func.
17289 (top-level): Replace gdb_compile and clean_restart with
17290 prepare_for_testing.
17291 * gdb.dwarf2/main.c (main): Add label main_label.
17292
17293 2014-11-14 Yao Qi <yao@codesourcery.com>
17294
17295 * lib/dwarf.exp (function_range): New procedure.
17296 (Dwarf::_handle_macro_at_func): New procedure.
17297 (Dwarf::_handle_macro_at_range): New procedure.
17298 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17299
17300 2014-11-14 Yao Qi <yao@codesourcery.com>
17301
17302 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17303 (_handle_attribute): New procedure.
17304
17305 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17306
17307 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17308 * gdb.base/call-sc.c (zed): Likewise.
17309 * gdb.base/checkpoint.c (main): Likewise.
17310 * gdb.base/dump.c (main): Likewise.
17311 * gdb.base/gcore.c (main): Likewise.
17312 * gdb.base/huge.c (main): Likewise.
17313 * gdb.base/multi-forks.c (main): Likewise.
17314 * gdb.base/pr10179-a.c (main): Likewise.
17315 * gdb.base/savedregs.c (main): Likewise.
17316 * gdb.base/sigaltstack.c (main): Likewise.
17317 * gdb.base/siginfo.c (main): Likewise.
17318 * gdb.base/structs.c (zed): Likewise.
17319 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17320 * gdb.mi/mi-syn-frame.c (main): Likewise.
17321 * gdb.mi/until.c (foo, main): Likewise.
17322 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17323 * gdb.base/solib-weak.c (foo): Declare.
17324 * gdb.base/attach-twice.c: Include stdio.h.
17325 * gdb.base/weaklib1.c: Likewise.
17326 * gdb.base/weaklib2.c: Likewise.
17327 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17328 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17329 unistd.h.
17330 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17331 * gdb.mi/mi-exit-code.c: Likewise.
17332 * gdb.base/break-interp-lib.c: Include string.h.
17333 * gdb.base/coremaker.c: Likewise.
17334 * gdb.base/testenv.c: Likewise.
17335 * gdb.python/py-finish-breakpoint.c: Likewise.
17336 * gdb.base/inferior-died.c: Include sys/wait.h.
17337 * gdb.base/fileio.c: Include time.h.
17338 * gdb.base/async-shell.c: Include unistd.h.
17339 * gdb.base/dprintf-non-stop.c: Likewise.
17340 * gdb.base/info-os.c: Likewise.
17341 * gdb.mi/mi-console.c: Likewise.
17342 * gdb.mi/watch-nonstop.c: Likewise.
17343 * gdb.python/py-events.c: Likewise.
17344 * gdb.base/async.c (baz): Move up before its invocation.
17345 * gdb.base/code_elim2.c (my_global_func): Likewise.
17346 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17347 * gdb.base/advance.c (func2): Likewise.
17348
17349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17350
17351 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17352 variant.
17353 * gdb.base/annota3.c: Likewise.
17354 * gdb.base/async.c: Likewise.
17355 * gdb.base/average.c: Likewise.
17356 * gdb.base/call-ar-st.c: Likewise.
17357 * gdb.base/call-rt-st.c: Likewise.
17358 * gdb.base/call-sc.c: Likewise.
17359 * gdb.base/call-strs.c: Likewise.
17360 * gdb.base/ending-run.c: Likewise.
17361 * gdb.base/execd-prog.c: Likewise.
17362 * gdb.base/exprs.c: Likewise.
17363 * gdb.base/foll-exec.c: Likewise.
17364 * gdb.base/foll-fork.c: Likewise.
17365 * gdb.base/foll-vfork.c: Likewise.
17366 * gdb.base/funcargs.c: Likewise.
17367 * gdb.base/gcore.c: Likewise.
17368 * gdb.base/jump.c: Likewise.
17369 * gdb.base/langs0.c: Likewise.
17370 * gdb.base/langs1.c: Likewise.
17371 * gdb.base/langs2.c: Likewise.
17372 * gdb.base/mips_pro.c: Likewise.
17373 * gdb.base/nodebug.c: Likewise.
17374 * gdb.base/opaque0.c: Likewise.
17375 * gdb.base/opaque1.c: Likewise.
17376 * gdb.base/recurse.c: Likewise.
17377 * gdb.base/run.c: Likewise.
17378 * gdb.base/scope0.c: Likewise.
17379 * gdb.base/scope1.c: Likewise.
17380 * gdb.base/setshow.c: Likewise.
17381 * gdb.base/setvar.c: Likewise.
17382 * gdb.base/shmain.c: Likewise.
17383 * gdb.base/shr1.c: Likewise.
17384 * gdb.base/shr2.c: Likewise.
17385 * gdb.base/sigall.c: Likewise.
17386 * gdb.base/signals.c: Likewise.
17387 * gdb.base/so-indr-cl.c: Likewise.
17388 * gdb.base/solib2.c: Likewise.
17389 * gdb.base/structs.c: Likewise.
17390 * gdb.base/sum.c: Likewise.
17391 * gdb.base/vforked-prog.c: Likewise.
17392 * gdb.base/watchpoint.c: Likewise.
17393 * gdb.reverse/shr2.c: Likewise.
17394 * gdb.reverse/until-reverse.c: Likewise.
17395 * gdb.reverse/ur1.c: Likewise.
17396 * gdb.reverse/watch-reverse.c: Likewise.
17397
17398 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17399
17400 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17401 variant.
17402 * gdb.base/sepdebug.exp: Drop references to removed code.
17403
17404 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17405
17406 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17407 variant. Preserve original line numbering.
17408 * gdb.base/list1.c: Likewise.
17409
17410 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17411
17412 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17413 variant.
17414 * gdb.base/break1.c: Likewise.
17415 * gdb.base/break.exp: Drop references to removed code.
17416
17417 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17418
17419 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17420 variant.
17421
17422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17423
17424 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17425
17426 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17427
17428 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17429 logic into perform_all_tests() and invoke it with and without
17430 function header prototypes.
17431 (do_function_calls): Remove conditional XFAIL for PR 5318.
17432 (rerun_and_prepare): Remove duplicate code.
17433 (perform_all_tests): New. Main logic moved here.
17434
17435 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17436
17437 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17438 code guarded by #ifdef NO_PROTOTYPES.
17439 (t_double_many_args): Likewise.
17440 (DEF_FUNC_MANY_ARGS_1): Likewise.
17441 (DEF_FUNC_VALUES_1): Likewise.
17442 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17443 guarded by #ifdef PROTOTYPES.
17444
17445 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17446
17447 * gdb.mi/mi-console.c: Add eye-catcher.
17448 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17449 instead of literal line number.
17450
17451 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17452
17453 * gdb.base/shr2.c: Add eye-catcher.
17454 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17455 line number.
17456
17457 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17458
17459 * gdb.base/jump.c: Add eye-catchers.
17460 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17461 numbers.
17462
17463 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17464
17465 * gdb.base/execd-prog.c: Add eye-catchers.
17466 * gdb.base/foll-exec.c: Likewise.
17467 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17468 line numbers.
17469
17470 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17471
17472 * gdb.base/ending-run.c: Add eye-catchers.
17473 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17474 literal line numbers.
17475
17476 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17477
17478 * gdb.base/call-rt-st.c: Add eye-catchers.
17479 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17480 literal line numbers.
17481
17482 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17483
17484 * gdb.base/call-ar-st.c: Add eye-catchers.
17485 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17486 literal line numbers.
17487
17488 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17489
17490 * gdb.base/average.c: Add eye-catchers.
17491 * gdb.base/sum.c: Likewise.
17492 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17493 regexps dynamically.
17494
17495 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17496
17497 * gdb.base/solib1.c: Add eye-catchers.
17498 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17499 literal line numbers.
17500
17501 2014-11-12 Pedro Alves <palves@redhat.com>
17502
17503 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17504 leader has exited.
17505
17506 2014-11-12 Pedro Alves <palves@redhat.com>
17507
17508 * gdb.arch/i386-bp_permanent.c: New file.
17509 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17510 (srcfile): Set to i386-bp_permanent.c.
17511 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17512 that stepi does not execute the 'leave' instruction, instead of
17513 testing it does execute.
17514 * gdb.base/bp-permanent.c: New file.
17515 * gdb.base/bp-permanent.exp: New file.
17516
17517 2014-11-10 Doug Evans <xdje42@gmail.com>
17518
17519 PR symtab/17564
17520 * gdb.base/symtab-search-order.exp: New file.
17521 * gdb.base/symtab-search-order.c: New file.
17522 * gdb.base/symtab-search-order-1.c: New file.
17523 * gdb.base/symtab-search-order-shlib-1.c: New file.
17524
17525 2014-11-07 Pedro Alves <palves@redhat.com>
17526
17527 PR gdb/17511
17528 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17529 i?86-*-linux*.
17530
17531 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17532
17533 PR c++/17494
17534 * gdb.cp/pr17494.cc: New file.
17535 * gdb.cp/pr17494.exp: New file.
17536
17537 2014-11-02 Yao Qi <yao@codesourcery.com>
17538
17539 * gdb.python/python.exp: Get working directory and match the
17540 output of "set extended-prompt \\w " with it.
17541
17542 2014-10-30 Doug Evans <dje@google.com>
17543
17544 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17545 in objfiles.
17546 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17547 in progspaces.
17548
17549 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17550
17551 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17552 * gdb.base/realname-expand.exp: Likewise.
17553 * gdb.linespec/macro-relative.exp: Likewise.
17554
17555 2014-10-29 Pedro Alves <palves@redhat.com>
17556
17557 PR gdb/17408
17558 * gdb.threads/schedlock.c (some_function): New function.
17559 (call_function): New global.
17560 (MAYBE_CALL_SOME_FUNCTION): New macro.
17561 (thread_function): Call it.
17562 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17563 and use it instead of a global counter. Adjust all callers.
17564 (get_current_thread): Use "find current thread" for test message
17565 here rather than having all callers pass down the same string.
17566 (goto_loop): New procedure, factored out from ...
17567 (my_continue): ... this.
17568 (step_ten_loops): Change parameter from test message to command to
17569 use. Adjust.
17570 (list_count): Delete global.
17571 (check_result): New procedure, factored out from duplicate top
17572 level code.
17573 (continue tests): Wrap in with_test_prefix.
17574 (test_step): New procedure, factored out from duplicate top level
17575 code.
17576 (top level): Test "step" in combination with all scheduler-locking
17577 modes. Test "next" in combination with all scheduler-locking
17578 modes, and in combination with stepping over a function call or
17579 not.
17580 * gdb.threads/next-bp-other-thread.c: New file.
17581 * gdb.threads/next-bp-other-thread.exp: New file.
17582
17583 2014-10-29 Pedro Alves <palves@redhat.com>
17584
17585 PR python/17372
17586 * gdb.python/python.exp: Test a multi-line command that spawns
17587 interactive Python.
17588 * gdb.base/multi-line-starts-subshell.exp: New file.
17589
17590 2014-10-29 Yao Qi <yao@codesourcery.com>
17591
17592 * gdb.base/fileio.exp: Make directories on host.
17593
17594 2014-10-29 Yao Qi <yao@codesourcery.com>
17595
17596 * gdb.base/fileio.c (test_write): Close the file.
17597
17598 2014-10-28 Pedro Alves <palves@redhat.com>
17599
17600 PR gdb/12623
17601 * gdb.base/sigstep.c (no_handler): New global.
17602 (main): If 'no_handler is true, set the signal handlers to
17603 SIG_IGN.
17604 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17605 with_sw_watch and no_handler parameters. Handle them.
17606 (top level) <stepping over handler when stopped at a breakpoint
17607 test>: Add a test axis for testing with a software watchpoint, and
17608 another for testing with the signal handler set to SIG_IGN.
17609 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17610 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17611
17612 2014-10-28 Pedro Alves <palves@redhat.com>
17613
17614 PR gdb/17511
17615 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17616 * gdb.base/sigstep.exp (other_handler_location): New global.
17617 (advance): Support stepping into the signal handler, and running
17618 commands while in the handler.
17619 (in_handler_map): New global.
17620 (top level): In the advance test, add combinations for getting
17621 into the handler with stepping commands, and for running commands
17622 in the handler. Add comment descripting the advancei tests.
17623
17624 2014-10-28 Pedro Alves <palves@redhat.com>
17625
17626 * gdb.base/sigstep.exp: Use build_executable instead of
17627 prepare_for_testing.
17628 (top level): Move code that starts GDB, runs to main and creates a
17629 display to ...
17630 (restart): ... this new procedure.
17631 (top level): Move backtrace from signal handler test to ...
17632 (validate_backtrace): ... this new procedure.
17633 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17634 with_test_prefix. Always restart GDB.
17635 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17636 with_test_prefix. Always restart GDB. No need to delete
17637 breakpoints after the test.
17638 (test_skip_handler): Remove prefix parameter.
17639 (skip_over_handler, breakpoint_to_handler)
17640 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17641 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17642 restart GDB. No need to delete breakpoints after the test.
17643 (top level): Use foreach to call the test procedures with
17644 different commands.
17645
17646 2014-10-28 Pedro Alves <palves@redhat.com>
17647
17648 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17649 instead of GNATS numbers.
17650 * gdb.base/sigbpt.exp: Likewise.
17651 * gdb.base/siginfo.exp: Likewise.
17652 * gdb.base/sigstep.exp: Likewise.
17653
17654 2014-10-27 Pedro Alves <palves@redhat.com>
17655
17656 * gdb.base/sigstep.c (dummy): New global.
17657 (main): Issue a couple writes to the new global.
17658 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17659 procedures.
17660 (skip_over_handler): Use test_skip_handler.
17661 (top level): Call skip_over_handler for stepi and nexti too.
17662 (breakpoint_over_handler): Use test_skip_handler.
17663 (top level): Call breakpoint_over_handler for stepi and nexti too.
17664
17665 2014-10-27 Yao Qi <yao@codesourcery.com>
17666
17667 * gdb.trace/tfile.c (adjust_function_address)
17668 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17669 function descriptor.
17670
17671 2014-10-24 Don Breazeal <donb@codesourcery.com>
17672
17673 * gdb.base/foll-fork.exp (test_follow_fork,
17674 catch_fork_child_follow): Check for updated fork messages emitted
17675 from infrun.c.
17676 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17677 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17678 vfork_and_exec_child_follow_through_step): Check for updated vfork
17679 messages emitted from infrun.c.
17680
17681 2014-10-24 Pedro Alves <palves@redhat.com>
17682
17683 * gdb.base/corefile.exp: Remove references to ultrix.
17684 * gdb.base/interrupt.exp: Likewise.
17685 * gdb.base/whatis.exp: Likewise.
17686 * gdb.gdb/selftest.exp: Likewise.
17687 * gdb.threads/manythreads.exp: Likewise.
17688 * gdb.threads/print-threads.exp: Likewise.
17689 * gdb.threads/pthreads.exp:: Likewise.
17690 * gdb.threads/schedlock.exp: Likewise.
17691
17692 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17693
17694 * gdb.cp/non-trivial-retval.cc: Add a test case.
17695 * gdb.cp/non-trivial-retval.exp: Add a test.
17696
17697 2014-10-20 Yao Qi <yao@codesourcery.com>
17698
17699 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17700 * gdb.python/py-objfile-script-gdb.py: New file.
17701 * gdb.python/py-objfile-script.exp: Update reference to
17702 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17703 of remote_download. Remove the dest file.
17704
17705 2014-10-20 Yao Qi <yao@codesourcery.com>
17706
17707 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17708 * gdb.base/step-line.exp: Likewise.
17709 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17710 * gdb.dwarf2/dw2-basic.exp: Likewise.
17711 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17712 * gdb.dwarf2/dw2-filename.exp: Likewise.
17713 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17714 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17715 * gdb.dwarf2/dw2-producer.exp: Likewise.
17716 * gdb.dwarf2/mac-fileno.exp: Likewise.
17717 * gdb.python/py-frame-args.exp: Likewise.
17718 * gdb.python/py-framefilter.exp: Likewise.
17719 * gdb.python/py-mi.exp: Likewise.
17720 * gdb.python/py-objfile-script.exp: Likewise
17721 * gdb.python/py-pp-integral.exp: Likewise.
17722 * gdb.python/py-pp-re-notag.exp: Likewise.
17723 * gdb.python/py-prettyprint.exp: Likewise.
17724 * gdb.python/py-section-script.exp: Likewise.
17725 * gdb.python/py-typeprint.exp: Likewise.
17726 * gdb.python/py-xmethods.exp: Likewise.
17727 * gdb.stabs/weird.exp: Likewise.
17728 * gdb.xml/tdesc-regs.exp: Likewise.
17729
17730 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17731
17732 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17733 (out_cu): Use addr_len for the size of addresses.
17734 (out_line): Likewise. Size DW_LNE_set_address instruction
17735 according to addr_len.
17736 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17737 (FUNC): Add START_INSNS to definition.
17738
17739 2014-10-18 Yao Qi <yao@codesourcery.com>
17740
17741 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17742 gdb_has_argv0 return true.
17743 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17744 check [target_info exists noargs], check [gdb_has_argv0]
17745 instead.
17746 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17747 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17748 procedures.
17749
17750 2014-10-17 Doug Evans <dje@google.com>
17751
17752 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17753 event.
17754 * gdb.python/py-events.py: Add clear_objfiles event.
17755
17756 2014-10-17 Doug Evans <dje@google.com>
17757
17758 * gdb.python/py-objfile.exp: Test progspace attribute.
17759
17760 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17761
17762 * gdb.guile/scm-breakpoint.exp: Do not assume any
17763 directory separators when matching source file paths.
17764 * gdb.python/py-breakpoint.exp: Likewise.
17765 * gdb.reverse/break-precsave.exp: Likewise.
17766 * gdb.reverse/break-reverse.exp: Likewise.
17767 * gdb.reverse/consecutive-precsave.exp: Likewise.
17768 * gdb.reverse/finish-precsave.exp: Likewise.
17769 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17770 * gdb.reverse/finish-reverse.exp: Likewise.
17771 * gdb.reverse/i386-precsave.exp: Likewise.
17772 * gdb.reverse/i387-env-reverse.exp: Likewise.
17773 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17774 * gdb.reverse/machinestate-precsave.exp: Likewise.
17775 * gdb.reverse/machinestate.exp: Likewise.
17776 * gdb.reverse/sigall-precsave.exp: Likewise.
17777 * gdb.reverse/solib-precsave.exp: Likewise.
17778 * gdb.reverse/step-precsave.exp: Likewise.
17779 * gdb.reverse/until-precsave.exp: Likewise.
17780 * gdb.reverse/watch-precsave.exp: Likewise.
17781 * gdb.reverse/watch-reverse.exp: Likewise.
17782
17783 2014-10-17 Yao Qi <yao@codesourcery.com>
17784
17785 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17786 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17787
17788 2014-10-17 Pedro Alves <palves@redhat.com>
17789
17790 PR gdb/17471
17791 * gdb.base/bg-execution-repeat.c: New file.
17792 * gdb.base/bg-execution-repeat.exp: New file.
17793
17794 2014-10-17 Pedro Alves <palves@redhat.com>
17795
17796 PR gdb/17300
17797 * gdb.base/continue-all-already-running.c: New file.
17798 * gdb.base/continue-all-already-running.exp: New file.
17799
17800 2014-10-17 Pedro Alves <palves@redhat.com>
17801
17802 PR gdb/17472
17803 * gdb.base/annota-input-while-running.c: New file.
17804 * gdb.base/annota-input-while-running.exp: New file.
17805
17806 2014-10-17 Pedro Alves <palves@redhat.com>
17807
17808 * gdb.base/callfuncs.exp: emove references to osf.
17809 * gdb.base/sigall.exp: Likewise.
17810 * gdb.gdb/selftest.exp: Likewise.
17811 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17812 * gdb.mi/non-stop.c: Likewise.
17813 * gdb.mi/pthreads.c: Likewise.
17814 * gdb.reverse/sigall-precsave.exp: Likewise.
17815 * gdb.reverse/sigall-reverse.exp: Likewise.
17816 * gdb.threads/pthreads.c: Likewise.
17817 * gdb.threads/pthreads.exp: Likewise.
17818
17819 2014-10-17 Yao Qi <yao@codesourcery.com>
17820
17821 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17822 check 'target_info exists noargs'.
17823 (test_command_prompt_position): Likewise.
17824 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17825 Remove "set args".
17826 (progvar_simple_while_test): Likewise.
17827 (progvar_complex_if_while_test): Likewise.
17828 (if_while_breakpoint_command_test): Likewise.
17829 (infrun_breakpoint_command_test): Likewise.
17830 (breakpoint_command_test): Likewise.
17831 (watchpoint_command_test): Likewise.
17832 (bp_deleted_in_command_test): Likewise.
17833 (temporary_breakpoint_commands): Likewise.
17834
17835 2014-10-16 Yao Qi <yao@codesourcery.com>
17836
17837 * gdb.base/remotetimeout.exp: Remove noargs checking.
17838
17839 2014-10-15 Pedro Alves <palves@redhat.com>
17840
17841 PR breakpoints/9649
17842 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17843 * gdb.base/breakpoint-in-ro-region.exp
17844 (probe_target_hardware_step): New procedure.
17845 (top level): Probe hardware stepping and hardware breakpoint
17846 support. Test stepping through a read-only region, with both
17847 "breakpoint auto-hw" on and off and both "always-inserted" on and
17848 off.
17849
17850 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17851
17852 * gdb.dlang/demangle.exp: Update for demangling changes.
17853
17854 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17855
17856 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17857 * gdb.cp/non-trivial-retval.exp: Add new tests.
17858
17859 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17860
17861 PR c++/13403
17862 PR c++/15154
17863 * gdb.cp/non-trivial-retval.cc: New file.
17864 * gdb.cp/non-trivial-retval.exp: New file.
17865
17866 2014-10-15 Yao Qi <yao@codesourcery.com>
17867
17868 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17869 remote host.
17870
17871 2014-10-15 Yao Qi <yao@codesourcery.com>
17872
17873 * gdb.python/py-symbol.exp: Match file base name if host is
17874 remote, otherwise match file name with dir name.
17875 * gdb.python/py-symtab.exp: Likewise.
17876 * gdb.python/python.exp: Likewise.
17877
17878 2014-10-15 Yao Qi <yao@codesourcery.com>
17879
17880 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17881 pattern.
17882 * gdb.python/py-symtab.exp: Likewise.
17883 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17884 locationn.
17885
17886 2014-10-14 Joel Brobecker <brobecker@adacore.com>
17887
17888 * gdb.ada/addr_arith: New testcase.
17889
17890 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17891
17892 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17893 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17894 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17895 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17896
17897 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17898
17899 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17900 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17901 * gdb.arch/stap-eval-lang-ada.exp: New file.
17902
17903 2014-10-14 Yao Qi <yao@codesourcery.com>
17904
17905 * gdb.mi/mi-var-child.c (nothing1): New function.
17906 (nothing2): New function.
17907 (do_children_tests): Set function pointers by nothing1 and
17908 nothing2.
17909 * gdb.mi/mi-var-child.exp: Step over new added statements.
17910 Update test to match the new output.
17911 * gdb.mi/var-cmd.c (nothing1): New function.
17912 (nothing2): New function.
17913 (do_children_tests): Set function pointers by nothing1 and
17914 nothing2.
17915 * gdb.mi/mi-var-display.exp: Update test to match output.
17916 Step to the line specified by $line_dct_nothing.
17917 Increase the number of lines to step.
17918
17919 2014-10-14 Yao Qi <yao@codesourcery.com>
17920
17921 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
17922 tests.
17923 * gdb.mi/mi2-var-child.exp: Likewise.
17924
17925 2014-10-13 Doug Evans <dje@google.com>
17926
17927 * gdb.python/py-objfile.exp: Change name of file name test.
17928
17929 2014-10-13 Doug Evans <dje@google.com>
17930
17931 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
17932 from the start of the CU.
17933
17934 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17935 Yao Qi <yao@codesourcery.com>
17936
17937 Fix "save breakpoints" for "catch" command.
17938 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
17939 Remove -nonewline. Match also the added "main" line.
17940
17941 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17942
17943 Fix "save breakpoints" for "disable $bpnum" command.
17944 * gdb.base/save-bp.c (main): Add label.
17945 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
17946
17947 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17948
17949 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
17950
17951 2014-10-11 Yao Qi <yao@codesourcery.com>
17952
17953 * gdb.server/server-kill.exp: Execute command
17954 "set remote trace-status-packet on" before "tstatus".
17955
17956 2014-10-11 Yao Qi <yao@codesourcery.com>
17957
17958 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
17959 (main): Call getppid.
17960 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
17961 and continue to it. Read variable "server_pid".
17962
17963 2014-10-11 Yao Qi <yao@codesourcery.com>
17964
17965 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
17966
17967 2014-10-11 Yao Qi <yao@codesourcery.com>
17968
17969 * gdb.threads/thread-find.exp: Don't execute command
17970 "info threads".
17971 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
17972 * gdb.threads/linux-dp.exp: Don't check the condition
17973 $threads_created equals to zero.
17974
17975 2014-10-10 Pedro Alves <palves@redhat.com>
17976
17977 * gdb.base/bigcore.exp: Remove references to IRIX.
17978 * gdb.base/funcargs.exp: Likewise.
17979 * gdb.base/interrupt.exp: Likewise.
17980 * gdb.base/mips_pro.exp: Likewise.
17981 * gdb.base/nodebug.exp: Likewise.
17982 * gdb.base/setvar.exp: Likewise.
17983 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
17984
17985 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17986 Pedro Alves <palves@redhat.com>
17987
17988 PR symtab/14466
17989 * gdb.base/vdso-warning.c: New file.
17990 * gdb.base/vdso-warning.exp: New file.
17991
17992 2014-10-02 Doug Evans <dje@google.com>
17993
17994 * gdb.base/structs.c (main): Don't run forever.
17995
17996 2014-10-02 Pedro Alves <palves@redhat.com>
17997
17998 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
17999 (top level) <stop threads 1, stop threads 2>: Use it.
18000
18001 2014-10-02 Pedro Alves <palves@redhat.com>
18002
18003 * gdb.threads/break-while-running.exp (test): Add new
18004 'update_thread_list' argument. Skip "info threads" if false.
18005 (top level): Add new 'update_thread_list' axis.
18006
18007 2014-10-02 Pedro Alves <palves@redhat.com>
18008
18009 PR breakpoints/17431
18010 * gdb.base/execl-update-breakpoints.c: New file.
18011 * gdb.base/execl-update-breakpoints.exp: New file.
18012
18013 2014-10-01 Pedro Alves <palves@redhat.com>
18014
18015 * gdb.base/breakpoint-in-ro-region.c: New file.
18016 * gdb.base/breakpoint-in-ro-region.exp: New file.
18017
18018 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18019
18020 * gdb.mi/mi-exit-code.exp: New file.
18021 * gdb.mi/mi-exit-code.c: New file.
18022
18023 2014-09-30 Yao Qi <yao@codesourcery.com>
18024
18025 * lib/prelink-support.exp (build_executable_own_libs): Error if
18026 the target isn't native.
18027
18028 2014-09-30 Yao Qi <yao@codesourcery.com>
18029
18030 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18031 false.
18032
18033 2014-09-22 Pedro Alves <palves@redhat.com>
18034
18035 * gdb.threads/break-while-running.exp: New file.
18036 * gdb.threads/break-while-running.c: New file.
18037
18038 2014-09-19 Yao Qi <yao@codesourcery.com>
18039
18040 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18041 Invoke test. Restart GDB with --readnow and invoke test again.
18042
18043 2014-09-19 Yao Qi <yao@codesourcery.com>
18044
18045 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18046 proc set_breakpoint_on_gcd_function. Invoke
18047 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18048 invoke set_breakpoint_on_gcd_function again.
18049
18050 2014-09-18 Doug Evans <dje@google.com>
18051
18052 * gdb.dwarf2/symtab-producer.exp: New file.
18053
18054 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18055
18056 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18057 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18058 * gdb.base/global-var-nested-by-dso.c: Likewise.
18059 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18060
18061 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18062 Pedro Alves <palves@redhat.com>
18063
18064 * gdb.base/watch-bitfields.exp: Pass string other than test file
18065 name to prepare_for_testing.
18066 (watch): New procedure.
18067 (expect_watchpoint): Use with_test_prefix.
18068 (top level): Factor out tests to ...
18069 (test_watch_location, test_regular_watch): ... these new
18070 procedures, and use with_test_prefix and gdb_continue_to_end.
18071
18072 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18073
18074 PR breakpoints/12526
18075 * gdb.base/watch-bitfields.exp: New file.
18076 * gdb.base/watch-bitfields.c: New file.
18077
18078 2014-09-16 Pedro Alves <palves@redhat.com>
18079
18080 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18081 software and hardware addresses, not software address against
18082 itself.
18083
18084 2014-09-16 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18087 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18088
18089 2014-09-16 Pedro Alves <palves@redhat.com>
18090
18091 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18092 files.
18093 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18094 "*-*-vxworks*" throughout.
18095 * gdb.base/break.exp: Likewise.
18096 * gdb.base/default.exp: Likewise.
18097 * gdb.base/scope.exp: Likewise.
18098 * gdb.base/sepdebug.exp: Likewise.
18099 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18100 throughout.
18101 * gdb.base/run.c: Likewise.
18102 * gdb.base/sepdebug.c: Likewise.
18103 * gdb.hp/gdb.aCC/run.c: Likewise.
18104 * gdb.reverse/until-reverse.c: Likewise.
18105 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18106
18107 2014-09-16 Yao Qi <yao@codesourcery.com>
18108
18109 * boards/local-remote-host-native.exp: New file.
18110
18111 2014-09-14 Doug Evans <xdje42@gmail.com>
18112
18113 * gdb.threads/queue-signal.c (thread_count): New variable.
18114 (thread_count_mutex, thread_count_condvar): New variables.
18115 (incr_thread_count, wait_all_threads_running): New functions.
18116 (main): Wait for all threads to be in their thread functions.
18117
18118 2014-09-13 Doug Evans <xdje42@gmail.com>
18119
18120 * gdb.threads/queue-signal.c: New file.
18121 * gdb.threads/queue-signal.exp: New file.
18122
18123 2014-09-13 Doug Evans <xdje42@gmail.com>
18124
18125 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18126 be consistent with what default_gdb_init uses.
18127 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18128 the plain text of the prompt. Add some logging printfs.
18129 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18130
18131 2014-09-12 Pedro Alves <palves@redhat.com>
18132
18133 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18134 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18135 * gdb.arch/i386-size-overlap.exp: Likewise.
18136 * gdb.arch/i386-size.exp: Likewise.
18137 * gdb.arch/i386-unwind.exp: Likewise.
18138 * gdb.base/a2-run.exp: Likewise.
18139 * gdb.base/break.exp: Likewise.
18140 * gdb.base/charset.exp: Likewise.
18141 * gdb.base/chng-syms.exp: Likewise.
18142 * gdb.base/commands.exp: Likewise.
18143 * gdb.base/dbx.exp: Likewise.
18144 * gdb.base/find.exp: Likewise.
18145 * gdb.base/funcargs.exp: Likewise.
18146 * gdb.base/jit-simple.exp: Likewise.
18147 * gdb.base/reread.exp: Likewise.
18148 * gdb.base/sepdebug.exp: Likewise.
18149 * gdb.base/step-bt.exp: Likewise.
18150 * gdb.cp/mb-inline.exp: Likewise.
18151 * gdb.cp/mb-templates.exp: Likewise.
18152 * gdb.objc/basicclass.exp: Likewise.
18153 * gdb.threads/killed.exp: Likewise.
18154
18155 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18156
18157 PR tdep/17379
18158 * gdb.arch/powerpc-stackless.S: New file.
18159 * gdb.arch/powerpc-stackless.exp: New file.
18160
18161 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18162
18163 * gdb.base/attach.c: Include unistd.h.
18164 (main): Call alarm. Add label postloop.
18165 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18166 gdb_breakpoint, gdb_continue_to_breakpoint.
18167 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18168
18169 2014-09-11 Pedro Alves <palves@redhat.com>
18170
18171 PR gdb/17347
18172 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18173 * gdb.base/attach.exp (test_command_line_attach_run): New
18174 procedure.
18175 (top level): Call it.
18176
18177 2014-09-11 Pedro Alves <palves@redhat.com>
18178
18179 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18180 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18181 (do_command_attach_tests): Use spawn_wait_for_attach.
18182 * gdb.base/solib-overlap.exp: Likewise.
18183 * gdb.multi/multi-attach.exp: Likewise.
18184 * gdb.python/py-prompt.exp: Likewise.
18185 * gdb.python/py-sync-interp.exp: Likewise.
18186 * gdb.server/ext-attach.exp: Likewise.
18187
18188 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18189
18190 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18191 command in testcase. Simplify testcase.
18192
18193 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18194
18195 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18196
18197 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18198
18199 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18200
18201 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18202
18203 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18204
18205 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18206
18207 * gdb.dwarf2/dynarr-ptr.c: New file.
18208 * gdb.dwarf2/dynarr-ptr.exp: New file.
18209
18210 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18211
18212 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18213 of 30 rather than hardcoding 120 for a slow test case. Take the
18214 `gdb,timeout' target setting into account for this calculation.
18215 Don't extend the timeout for the test cases that don't need it.
18216
18217 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18218
18219 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18220 a factor of 2 for a slow test case. Take the `gdb,timeout'
18221 target setting into account for this calculation.
18222 * gdb.reverse/until-precsave.exp: Increase the timeout by
18223 a factor of 15 and 3 respectively rather than adding 120
18224 for a pair of slow test cases. Take the `gdb,timeout'
18225 target setting into account for this calculation.
18226
18227 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18228
18229 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18230 timeout, don't pass one down to gdb_expect.
18231 (gdb_expect): Rework timeout selection.
18232
18233 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18234
18235 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18236 exception on timeout.
18237 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18238 (gdbserver_start_extended): Catch any `gdbserver_start' error
18239 exceptions.
18240 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18241 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18242 `gdbserver_gdb_load' error exceptions.
18243
18244 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18245
18246 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18247 120 on waiting for the TCP socket to open.
18248
18249 2014-09-09 Doug Evans <xdje42@gmail.com>
18250
18251 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18252 _caller_matches, _any_caller_is, _any_caller_matches.
18253
18254 2014-09-09 Doug Evans <xdje42@gmail.com>
18255
18256 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18257
18258 2014-09-09 Yao Qi <yao@codesourcery.com>
18259
18260 * gdb.mi/mi-var-display.exp: Set print symbol off.
18261
18262 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18263
18264 PR gdb/17035
18265 * gdb.base/commands.exp: Add tests to verify user-defined
18266 commands with empty bodies.
18267 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18268 python commands in `show user command`.
18269 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18270 scheme commands in `show user command`.
18271
18272 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18273
18274 PR python/17355
18275 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18276 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18277 * gdb.python/py-framefilter-invalidarg.exp: New file.
18278 * gdb.python/py-framefilter-invalidarg.py: New file.
18279
18280 2014-09-06 Doug Evans <xdje42@gmail.com>
18281
18282 PR 15276
18283 * gdb.python/py-caller-is.c: New file.
18284 * gdb.python/py-caller-is.exp: New file.
18285
18286 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18287
18288 PR gdb/17235
18289 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18290 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18291
18292 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18293
18294 PR fortran/17237
18295 * gdb.fortran/print-formatted.exp: New file.
18296 * gdb.fortran/print-formatted.f90: Likewise.
18297
18298 2014-09-03 Sasha Smundak <asmundak@google.com>
18299
18300 * gdb.python/py-frame.exp: Test Frame.read_register.
18301
18302 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18303
18304 PR python/16699
18305 * gdb.python/py-completion.exp: New file.
18306 * gdb.python/py-completion.py: Likewise.
18307
18308 2014-08-28 Doug Evans <dje@google.com>
18309
18310 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18311 eax,etc. are live with values set by gdb and thus the compiler can't
18312 use them.
18313 * gdb.arch/i386-pseudo.c (main): Ditto.
18314
18315 2014-08-27 Doug Evans <dje@google.com>
18316
18317 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18318
18319 2014-08-25 Doug Evans <dje@google.com>
18320
18321 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18322 (main): Ditto.
18323
18324 2014-08-25 Doug Evans <dje@google.com>
18325
18326 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18327
18328 2014-08-24 Yao Qi <yao@codesourcery.com>
18329
18330 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18331 symbol off.
18332 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18333
18334 2014-08-22 Doug Evans <dje@google.com>
18335
18336 PR 17276
18337 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18338 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18339 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18340
18341 2014-08-22 Yao Qi <yao@codesourcery.com>
18342
18343 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18344 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18345 * gdb.python/python.exp: Likewise. Use .py file on the host
18346 instead of the build.
18347
18348 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18349
18350 * gdb.threads/gcore-stale-thread.c: New file.
18351 * gdb.threads/gcore-stale-thread.exp: New file.
18352
18353 2014-08-21 Pedro Alves <palves@redhat.com>
18354
18355 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18356 * gdb.base/gcore-relro-pie.exp: Likewise.
18357 * gdb.base/gcore-relro.exp: Likewise.
18358 * gdb.base/gcore.exp: Likewise.
18359 * gdb.base/print-symbol-loading.exp: Likewise.
18360 * gdb.threads/gcore-thread.exp: Likewise.
18361 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18362
18363 2014-08-20 Pedro Alves <palves@redhat.com>
18364 Jan Kratochvil <jan.kratochvil@redhat.com>
18365
18366 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18367 configure.
18368 (EXPECT): Handle READ1 being set.
18369 (all): Depend on EXTRA_RULES.
18370 (check-read1, expect-read1, read1.so, read1): New rules.
18371 * README (Testsuite Parameters): Document the READ1 make variable.
18372 (Race detection): New section.
18373 * configure: Regenerate.
18374 * configure.ac: If build==host==target, and running under a
18375 GNU/glibc system, add read1 to the extra Makefile rules.
18376 (EXTRA_RULES): AC_SUBST it.
18377 * lib/read1.c: New file.
18378
18379 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18380
18381 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18382 the handling of variables declared as a typedef to an array
18383 which a DW_AT_data_location attribute.
18384
18385 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18386 Pedro Alves <palves@redhat.com>
18387
18388 PR symtab/14604
18389 PR symtab/14605
18390 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18391 gdb_test.
18392
18393 2014-08-19 Pedro Alves <palves@redhat.com>
18394
18395 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18396
18397 2014-08-19 Yao Qi <yao@codesourcery.com>
18398
18399 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18400 right line.
18401
18402 2014-08-18 David Blaikie <dblaikie@gmail.com>
18403
18404 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18405
18406 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18407
18408 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18409 attribute in array range.
18410
18411 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18412
18413 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18414
18415 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18416
18417 PR c++/17132
18418 * gdb.cp/pr17132.cc: New file.
18419 * gdb.cp/pr17132.exp: New file.
18420
18421 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18422
18423 * gdb.python/py-xmethods.py (A_getarrayind)
18424 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18425 Use 'print' with function call syntax.
18426 (E_method_matcher.match): Fix tab vs space indentation mixup.
18427
18428 2014-08-15 Yao Qi <yao@codesourcery.com>
18429
18430 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18431 false.
18432
18433 2014-08-15 Yao Qi <yao@codesourcery.com>
18434
18435 * gdb.cp/casts.exp: Set print symbol off.
18436 * gdb.cp/class2.exp: Likewise.
18437 * gdb.cp/overload.exp: Likewise.
18438 * gdb.cp/templates.exp: Likewise.
18439
18440 2014-08-11 Doug Evans <dje@google.com>
18441
18442 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18443 (test_load_shlib): Update.
18444
18445 2014-08-09 Yao Qi <yao@codesourcery.com>
18446
18447 * gdb.base/display.exp: Invoke is_address_zero_readable.
18448 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18449 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18450 * gdb.base/hbreak-unmapped.exp: Return if
18451 is_address_zero_readable returns true.
18452 * gdb.base/signest.exp: Likewise.
18453 * gdb.base/signull.exp: Likewise.
18454 * gdb.base/sigbpt.exp: Likewise.
18455 * gdb.guile/scm-disasm.exp: Do the test if
18456 is_address_zero_readable returns false.
18457 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18458 * gdb.python/py-arch.exp: Likewise.
18459 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18460 * lib/gdb.exp (is_address_zero_readable): New proc.
18461
18462 2014-08-09 Yao Qi <yao@codesourcery.com>
18463
18464 PR testsuite/13443
18465 * gdb.mi/mi-var-display.exp: Make test messages unique.
18466
18467 2014-08-04 Tom Tromey <tromey@redhat.com>
18468
18469 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18470 target 0".
18471
18472 2014-08-04 Tom Tromey <tromey@redhat.com>
18473
18474 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18475 "target_resume".
18476
18477 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18478
18479 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18480 inner_vla_struct_object_size.
18481 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18482 as xfail.
18483
18484 2014-07-30 Pedro Alves <palves@redhat.com>
18485
18486 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18487 comment.
18488
18489 2014-07-29 Yao Qi <yao@codesourcery.com>
18490
18491 PR gdb/17206
18492 * gdb.base/until-nodebug.exp: New.
18493
18494 2014-07-28 Doug Evans <xdje42@gmail.com>
18495
18496 PR guile/17203
18497 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18498 previously existing parameter, and previously ambiguously spelled
18499 parameter.
18500
18501 2014-07-28 Will Newton <will.newton@linaro.org>
18502
18503 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18504
18505 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18506 Doug Evans <xdje42@gmail.com>
18507
18508 PR guile/17146
18509 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18510
18511 2014-07-25 Pedro Alves <palves@redhat.com>
18512
18513 * gdb.threads/signal-command-handle-nopass.c: New file.
18514 * gdb.threads/signal-command-handle-nopass.exp: New file.
18515 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18516 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18517 * gdb.threads/signal-delivered-right-thread.c: New file.
18518 * gdb.threads/signal-delivered-right-thread.exp: New file.
18519
18520 2014-07-25 Pedro Alves <palves@redhat.com>
18521
18522 * gdb.base/double-prompt-target-event-error.exp
18523 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18524 match.
18525 (cancel_pagination_in_target_event): Rework double prompt
18526 detection.
18527 * gdb.base/paginate-after-ctrl-c-running.exp
18528 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18529 <return>' match.
18530 * gdb.base/paginate-bg-execution.exp
18531 (test_bg_execution_pagination_return)
18532 (test_bg_execution_pagination_cancel): Remove '-notransfer
18533 <return>' matches.
18534 * gdb.base/paginate-execution-startup.exp
18535 (test_fg_execution_pagination_return)
18536 (test_fg_execution_pagination_cancel): Remove '-notransfer
18537 <return>' matches.
18538 * gdb.base/paginate-inferior-exit.exp
18539 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18540 match.
18541 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18542 * lib/gdb.exp (pagination_prompt): Run text through
18543 string_to_regexp.
18544 (gdb_test_multiple): Match $pagination_prompt instead of
18545 "<return>".
18546 (string_to_regexp): Move to lib/gdb-utils.exp.
18547
18548 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18549
18550 * gdb.arch/amd64-entry-value-paramref.S: New file.
18551 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18552 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18553 * gdb.arch/amd64-optimout-repeat.S: New file.
18554 * gdb.arch/amd64-optimout-repeat.c: New file.
18555 * gdb.arch/amd64-optimout-repeat.exp: New file.
18556
18557 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18558
18559 PR gdb/17170
18560 * gdb.base/statistics.exp: New file.
18561
18562 2014-07-17 Doug Evans <dje@google.com>
18563
18564 PR gdb/17170
18565 * gdb.base/maint.exp: Update testing of per-command stats.
18566
18567 2014-07-16 Pedro Alves <palves@redhat.com>
18568
18569 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18570 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18571 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18572 (tfile_write_buf): New functions.
18573 (add_memory_block): Rewrite using the above.
18574 (adjust_function_address): New function.
18575 (FUNCTION_ADDRESS): New macro.
18576 (write_basic_trace_file): Remove short_x local, and use
18577 tfile_write_16. Change type of func_addr local to unsigned long
18578 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18579 here. Cast argument of add_memory_block to char pointer.
18580 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18581 (main): Remove parameters.
18582 * gdb.trace/tfile.exp: Remove nowarnings.
18583
18584 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18585
18586 * gdb.base/debug-expr.exp: Test string evaluation with
18587 "debug expression" on.
18588
18589 2014-07-15 Pedro Alves <palves@redhat.com>
18590
18591 * gdb.base/reread.exp: Use clean_restart.
18592
18593 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18594
18595 * gdb.arch/avr-flash-qualifer.c: New.
18596 * gdb.arch/avr-flash-qualifer.exp: New.
18597
18598 2014-07-14 Pedro Alves <palves@redhat.com>
18599
18600 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18601 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18602
18603 2014-07-14 Pedro Alves <palves@redhat.com>
18604
18605 * gdb.base/double-prompt-target-event-error.c: New file.
18606 * gdb.base/double-prompt-target-event-error.exp: New file.
18607
18608 2014-07-14 Pedro Alves <palves@redhat.com>
18609
18610 PR gdb/17072
18611 * gdb.base/paginate-inferior-exit.c: New file.
18612 * gdb.base/paginate-inferior-exit.exp: New file.
18613
18614 2014-07-14 Pedro Alves <palves@redhat.com>
18615
18616 PR gdb/17072
18617 * gdb.base/paginate-bg-execution.c: New file.
18618 * gdb.base/paginate-bg-execution.exp: New file.
18619
18620 2014-07-14 Pedro Alves <palves@redhat.com>
18621
18622 PR gdb/17072
18623 * gdb.base/paginate-execution-startup.c: New file.
18624 * gdb.base/paginate-execution-startup.exp: New file.
18625 * lib/gdb.exp (pagination_prompt): New global.
18626 (default_gdb_spawn): New procedure, factored out from
18627 default_gdb_spawn.
18628 (default_gdb_start): Adjust to call default_gdb_spawn.
18629 (gdb_spawn): New procedure.
18630
18631 2014-07-14 Pedro Alves <palves@redhat.com>
18632
18633 * lib/gdb.exp (gdb_assert): New procedure.
18634 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18635
18636 2014-07-14 Pedro Alves <palves@redhat.com>
18637
18638 * gdb.base/execution-termios.c: New file.
18639 * gdb.base/execution-termios.exp: New file.
18640
18641 2014-07-14 Tom Tromey <tromey@redhat.com>
18642
18643 * gdb.cp/vla-cxx.cc: New file.
18644 * gdb.cp/vla-cxx.exp: New file.
18645
18646 2014-07-14 Tom Tromey <tromey@redhat.com>
18647
18648 * gdb.reverse/rerun-prec.c: New file.
18649 * gdb.reverse/rerun-prec.exp: New file.
18650
18651 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18652 Maciej W. Rozycki <macro@codesourcery.com>
18653
18654 * lib/gdb-utils.exp: New file.
18655 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18656 inline `gdb_init_command' processing.
18657 (gdb_start_cmd): Likewise.
18658 * lib/mi-support.exp (mi_run_cmd): Likewise.
18659 * README: Document `gdb_init_command' and `gdb_init_commands'.
18660
18661 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18662
18663 Fix false FAIL running under a very long directory name.
18664 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18665 and "set print elements 10000". Twice.
18666
18667 2014-07-11 Yao Qi <yao@codesourcery.com>
18668
18669 * gdb.base/exprs.exp: "set print symbol off".
18670
18671 2014-07-11 Pedro Alves <palves@redhat.com>
18672
18673 * gdb.threads/kill.c: New file.
18674 * gdb.threads/kill.exp: New file.
18675
18676 2014-07-10 Yao Qi <yao@codesourcery.com>
18677
18678 * gdb.trace/tfile.c (write_basic_trace_file)
18679 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18680 address written to trace file.
18681
18682 2014-07-09 Pedro Alves <palves@redhat.com>
18683
18684 * gdb.base/attach-wait-input.exp: New file.
18685 * gdb.base/attach-wait-input.c: New file.
18686
18687 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18688
18689 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18690 setting up test structures.
18691 (main): Call new test function.
18692 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18693 test function, continue into test function and walk test
18694 structures.
18695
18696 2014-07-02 Yao Qi <yao@codesourcery.com>
18697
18698 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18699 'bar_start' at the beginning of functions 'foo' and 'bar'
18700 respectively.
18701 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18702 instead of 'foo' and 'bar'.
18703
18704 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18705
18706 * gdb.btrace/segv.exp: New.
18707 * gdb.btrace/segv.c: New.
18708
18709 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18710
18711 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18712 instruction.
18713
18714 2014-06-30 Mark Wielaard <mjw@redhat.com>
18715
18716 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18717 vulture, vilify, villar): New volatile array constants.
18718 (vindictive, vegetation): New const volatile array constants.
18719 * gdb.base/volatile.exp: Test volatile and const volatile array
18720 types.
18721
18722 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18723
18724 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18725 target lacks support for awatch, rwatch, or hbreak.
18726
18727 2014-06-27 Yao Qi <yao@codesourcery.com>
18728
18729 * gdb.multi/dummy-frame-restore.exp: New.
18730 * gdb.multi/dummy-frame-restore.c: New.
18731
18732 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18733
18734 * gdb.btrace/gcore.exp: New.
18735
18736 2014-06-23 Pedro Alves <palves@redhat.com>
18737
18738 * gdb.base/watchpoint-reuse-slot.c: New file.
18739 * gdb.base/watchpoint-reuse-slot.exp: New file.
18740
18741 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18742
18743 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18744 progspace's filename in 'info', 'enable' and 'disable' command
18745 tests.
18746
18747 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18748
18749 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18750 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18751 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18752
18753 2014-06-20 Gary Benson <gbenson@redhat.com>
18754
18755 * gdb.arch/i386-avx.exp: Fix include file location.
18756 * gdb.arch/i386-sse.exp: Likewise.
18757
18758 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18759
18760 * gdb.dlang/expression.exp: New file.
18761
18762 2014-06-19 Pedro Alves <palves@redhat.com>
18763
18764 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18765 out from ...
18766 (top level): ... here. Iterate running tests under different
18767 scheduler-locking settings.
18768
18769 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18770
18771 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18772 to DW_FORM_addr and use non-zero addresses.
18773
18774 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18775
18776 PR gdb/17017
18777 * gdb.python/py-xmethods.cc: Add global function call counters and
18778 increment them in their respective functions. Remove "cout"
18779 statements.
18780 * gdb.python/py-xmethods.exp: Make tests check the global function
18781 call counters instead of depending on inferior IO.
18782
18783 2014-06-18 Don Breazeal <donb@codesourcery.com>
18784
18785 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18786 Deleted procedure.
18787 (explicit_fork_parent_follow): Deleted procedure.
18788 (explicit_fork_child_follow): Deleted procedure.
18789 (test_follow_fork): New procedure.
18790 (do_fork_tests): Replace calls to deleted procedures with
18791 calls to test_follow_fork and reset GDB for subsequent
18792 procedure calls.
18793
18794 2014-06-17 Yao Qi <yao@codesourcery.com>
18795
18796 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18797 CP1252.
18798
18799 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18800
18801 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18802 Initialize ptr and S explicitly.
18803 (skip_type_update_when_not_use_rtti_test): Likewise.
18804
18805 2014-06-16 Keith Seitz <keiths@redhat.com>
18806
18807 PR mi/15863
18808 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18809 the inferior is started.
18810
18811 2014-06-16 Pedro Alves <palves@redhat.com>
18812
18813 * gdb.base/break-main-file-remove-fail.c: New file.
18814 * gdb.base/break-main-file-remove-fail.exp: New file.
18815 * gdb.base/break-unload-file.exp: Use build_executable instead of
18816 prepare_for_testing.
18817 (test_break): New parameter "initial_load". Handle it.
18818 (top level): Add initial_load cmdline/file axis.
18819
18820 2014-06-12 Tom Tromey <tromey@redhat.com>
18821
18822 * gdb.base/completion.exp: Don't use directory name in test.
18823
18824 2014-06-09 Gary Benson <gbenson@redhat.com>
18825
18826 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18827 separate the always-available ANSI-standard signals from the
18828 signals that require checking.
18829 (main): Likewise.
18830 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18831 Likewise.
18832 (main): Likewise.
18833
18834 2014-06-07 Keith Seitz <keiths@redhat.com>
18835
18836 Revert:
18837 PR c++/16253
18838 * gdb.cp/var-tag.cc: New file.
18839 * gdb.cp/var-tag.exp: New file.
18840 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18841 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18842 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18843 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18844
18845 2014-06-06 Doug Evans <xdje42@gmail.com>
18846
18847 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18848
18849 2014-06-06 Pedro Alves <palves@redhat.com>
18850
18851 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18852 in target debug output instead of looking at RSP packets,
18853 disabling the test on any target that uses hardware stepping.
18854 Update comments.
18855
18856 2014-06-06 Pedro Alves <palves@redhat.com>
18857
18858 * gdb.base/break-unload-file.exp: Fix typo.
18859
18860 2014-06-06 Yao Qi <yao@codesourcery.com>
18861
18862 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18863 from "jit_function" to "^jit_function".
18864
18865 2014-06-06 Yao Qi <yao@codesourcery.com>
18866
18867 * gdb.base/async.c (foo): Add one statement.
18868 * gdb.base/async.exp: Get the next instruction address and
18869 match the output of "nexti" by instruction address. Match
18870 the hex address in the output of "finish".
18871
18872 2014-06-06 Gary Benson <gbenson@redhat.com>
18873
18874 * gdb.base/call-signals.c: Remove preprocessor conditionals
18875 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18876 SIGSEGV and SIGTERM.
18877 * gdb.base/sigall.c: Likewise.
18878 * gdb.base/unwindonsignal.c: Likewise.
18879 * gdb.reverse/sigall-reverse.c: Likewise.
18880
18881 2014-06-06 Yao Qi <yao@codesourcery.com>
18882
18883 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18884 readable, skip the test.
18885
18886 2014-06-06 Yao Qi <yao@codesourcery.com>
18887
18888 * gdb.threads/staticthreads.c (thread_function): Move the line
18889 setting breakpoint on forward.
18890 * gdb.threads/staticthreads.exp: Update comments.
18891
18892 2014-06-05 Ludovic Courtès <ludo@gnu.org>
18893
18894 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18895 "history-append! type error".
18896
18897 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18898
18899 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18900 erroneous dprintf expected input.
18901
18902 2014-06-04 Doug Evans <xdje42@gmail.com>
18903
18904 * gdb.guile/scm-generics.exp: Delete.
18905
18906 2014-06-04 Doug Evans <xdje42@gmail.com>
18907
18908 * gdb.guile/scm-breakpoint.exp: Update.
18909 Add tests for breakpoint registration.
18910
18911 2014-06-04 Tom Tromey <tromey@redhat.com>
18912
18913 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
18914 VLA-in-union.
18915 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
18916 inner_vla_struct, vla_union types. Initialize objects of those
18917 types and compute their sizes.
18918
18919 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
18920 Hui Zhu <hui@codesourcery.com>
18921
18922 * gdb.base/fileio.exp: Add test for shell not available as well as
18923 available.
18924 * gdb.base/fileio.c (test_system): Check for shell twice.
18925
18926 2014-06-04 Yao Qi <yao@codesourcery.com>
18927
18928 * gdb.base/auto-connect-native-target.exp: Remove redundant
18929 space from the regexp pattern.
18930
18931 2014-06-04 Yao Qi <yao@codesourcery.com>
18932
18933 * gdb.base/default.exp: Replace "child" with "native" in
18934 regexp pattern.
18935
18936 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
18937
18938 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
18939 * gdb.python/py-xmethods.exp: New tests to test xmethods.
18940 * gdb.python/py-xmethods.py: Python script supporting the
18941 new testcase and tests.
18942
18943 2014-06-03 Joel Brobecker <brobecker@adacore.com>
18944 Pedro Alves <palves@redhat.com>
18945
18946 PR breakpoints/17000
18947 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
18948 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
18949
18950 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
18951
18952 * gdb.base/subst.exp: Add tests to verify partial path matching
18953 output.
18954
18955 2014-06-03 Pedro Alves <palves@redhat.com>
18956
18957 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
18958 target that doesn't use software single-stepping.
18959
18960 2014-06-03 Pedro Alves <palves@redhat.com>
18961
18962 PR breakpoints/17000
18963 * gdb.base/sss-bp-on-user-bp-2.c: New file.
18964 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
18965
18966 2014-06-02 Doug Evans <xdje42@gmail.com>
18967
18968 * gdb.guile/scm-parameter.exp: New file.
18969
18970 2014-06-02 Doug Evans <xdje42@gmail.com>
18971
18972 * gdb.guile/scm-cmd.c: New file.
18973 * gdb.guile/scm-cmd.exp: New file.
18974
18975 2014-06-02 Doug Evans <xdje42@gmail.com>
18976
18977 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
18978 pretty-printer lookup.
18979 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
18980 (make-pp_s-printer): Call it.
18981 (make-pretty-printer-from-dict): New function.
18982 (lookup-pretty-printer-maker-from-dict): New function.
18983 (*pretty-printer*): Simplify.
18984 (make-objfile-pp_s-printer): New function.
18985 (install-objfile-pretty-printers!): New function.
18986 (make-progspace-pp_s-printer): New function.
18987 (install-progspace-pretty-printers!): New function.
18988 * gdb.guile/scm-progspace.c: New file.
18989 * gdb.guile/scm-progspace.exp: New file.
18990
18991 2014-06-02 Pedro Alves <palves@redhat.com>
18992
18993 * gdb.base/dprintf-bp-same-addr.c: New file.
18994 * gdb.base/dprintf-bp-same-addr.exp: New file.
18995
18996 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18997
18998 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
18999 * gdb.arch/powerpc-power.s: Likewise.
19000
19001 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19002
19003 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19004
19005 2014-06-01 Yao Qi <yao@codesourcery.com>
19006
19007 * gdb.base/watchpoint.exp (test_watch_location): Check null
19008 pointer can be dereferenced. If not, do the test, otherwise
19009 skip it.
19010
19011 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19012
19013 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19014 results.
19015 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19016
19017 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19018
19019 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19020 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19021 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19022 * gdb.arch/amd64-invalid-stack-top.c: New file.
19023 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19024
19025 2014-05-30 Pedro Alves <palves@redhat.com>
19026
19027 PR breakpoints/17000
19028 * gdb.base/sss-bp-on-user-bp.c: New file.
19029 * gdb.base/sss-bp-on-user-bp.exp: New file.
19030
19031 2014-05-30 David Blaikie <dblaikie@gmail.com>
19032
19033 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19034 gnu_inline semantics via attribute.
19035 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19036 source explicitly specifies the required semantics.
19037
19038 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19039
19040 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19041
19042 2014-05-29 Pedro Alves <palves@redhat.com>
19043 Tom Tromey <tromey@redhat.com>
19044
19045 * gdb.base/async-shell.exp: Don't enable target-async.
19046 * gdb.base/async.exp
19047 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19048 parameter. Adjust.
19049 (top level): Don't test with "target-async".
19050 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19051 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19052 * gdb.base/inferior-died.exp: Don't enable target-async.
19053 * gdb.base/interrupt-noterm.exp: Likewise.
19054 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19055 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19056 * gdb.mi/mi-nonstop.exp: Likewise.
19057 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19058 * gdb.mi/mi-nsintrall.exp: Likewise.
19059 * gdb.mi/mi-nsmoribund.exp: Likewise.
19060 * gdb.mi/mi-nsthrexec.exp: Likewise.
19061 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19062 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19063 * gdb.python/py-evsignal.exp: Don't enable target-async.
19064 * gdb.python/py-evthreads.exp: Likewise.
19065 * gdb.python/py-prompt.exp: Likewise.
19066 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19067 * gdb.server/solib-list.exp: Don't enable target-async.
19068 * gdb.threads/thread-specific-bp.exp: Likewise.
19069 * lib/mi-support.exp: Adjust to use mi-async.
19070
19071 2014-05-29 Pedro Alves <palves@redhat.com>
19072
19073 PR gdb/13860
19074 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19075 reason, even in sync mode.
19076
19077 2014-05-29 Pedro Alves <palves@redhat.com>
19078 Hui Zhu <hui@codesourcery.com>
19079
19080 PR PR15693
19081 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19082 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19083 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19084 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19085
19086 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19087
19088 * config/monitor.exp (gdb_target_monitor): Replace use of
19089 "set remotebaud" by "set serial baud".
19090
19091 2014-05-26 Andy Wingo <wingo@igalia.com>
19092
19093 * gdb.guile/scm-breakpoint.exp:
19094 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19095 properties instead of gdb-object-properties.
19096
19097 2014-05-26 Yao Qi <yao@codesourcery.com>
19098
19099 * gdb.server/no-thread-db.exp: Specify source file name
19100 explicitly when setting a breakpoint.
19101
19102 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19103
19104 * gdb.btrace/vdso.c: New.
19105 * gdb.btrace/vdso.exp: New.
19106
19107 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19108
19109 * gdb.base/gcore.exp (capture_command_output): Move ...
19110 * lib/gdb.exp (capture_command_output): ... here.
19111
19112 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19113
19114 * gdb.btrace/data.exp: Test memory access during btrace replay.
19115
19116 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19117
19118 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19119
19120 2014-05-21 Pedro Alves <palves@redhat.com>
19121
19122 PR gdb/13860
19123 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19124 (top level): Test that output related to execution commands is
19125 sent to the console with CLI commands, but not with MI commands.
19126 Test that breakpoint events are always mirrored to the console.
19127 Also expect the new source line to be output after a "next" in
19128 async mode too. Make it a pass/fail test.
19129 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19130 output.
19131 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19132
19133 2014-05-21 Pedro Alves <palves@redhat.com>
19134
19135 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19136 Use them to test variations of "list" after reaching a breakpoint.
19137 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19138 Test "list" with listsize 10 after reaching a breakpoint.
19139 * gdb.python/python.exp (decode_line current location line
19140 number): Adjust expected line number.
19141
19142 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19143
19144 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19145 behavior for $args, pass it directly to "run".
19146
19147 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19148
19149 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19150 30000 to 65536.
19151
19152 2014-05-21 Pedro Alves <palves@redhat.com>
19153
19154 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19155 auto-connect-native-target off".
19156 * gdb.base/auto-connect-native-target.c: New file.
19157 * gdb.base/auto-connect-native-target.exp: New file.
19158
19159 2014-05-21 Pedro Alves <palves@redhat.com>
19160
19161 * gdb.base/default.exp: Test "target native" instead of "target
19162 child".
19163
19164 2014-05-21 Mark Wielaard <mjw@redhat.com>
19165
19166 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19167
19168 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19169
19170 Fix TLS access for -static -pthread.
19171 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19172 <HAVE_TLS> (thread_function, main): Initialize it.
19173 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19174 Add clean_restart.
19175 <$have_tls != "">: Check TLSVAR.
19176
19177 2014-05-21 Pedro Alves <palves@redhat.com>
19178
19179 * gdb.base/dcache-line-read-error.c: New.
19180 * gdb.base/dcache-line-read-error.exp: New.
19181
19182 2014-05-20 Pedro Alves <palves@redhat.com>
19183
19184 * gdb.base/compare-sections.c: New file.
19185 * gdb.base/compare-sections.exp: New file.
19186
19187 2014-05-20 Pedro Alves <palves@redhat.com>
19188
19189 * gdb.base/break-idempotent.c: New file.
19190 * gdb.base/break-idempotent.exp: New file.
19191
19192 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19193
19194 * gdb.btrace/nohist.exp: New.
19195
19196 2014-05-20 Yao Qi <yao@codesourcery.com>
19197
19198 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19199 gdb.reverse directory and gdb_reverse_timeout exists in board
19200 setting.
19201 * README: Document gdb_reverse_timeout.
19202
19203 2014-05-20 Yao Qi <yao@codesourcery.com>
19204
19205 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19206 'test_file_name'. Treat args as a string instead of a list.
19207 (gdb_init): Rename argument 'args' by 'test_file_name'.
19208
19209 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19210
19211 * gdb.arch/powerpc-power.exp: New file.
19212 * gdb.arch/powerpc-power.s: New file.
19213
19214 2014-05-16 Doug Evans <dje@google.com>
19215
19216 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19217 * gdb.base/completion.exp: Check that all expected files exist
19218 before doing file completion.
19219
19220 2014-05-16 Doug Evans <dje@google.com>
19221
19222 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19223 Update.
19224 (do_syscall_tests_without_xml): Update.
19225
19226 2014-05-16 Pedro Alves <palves@redhat.com>
19227
19228 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19229 instead of "unknown output after running".
19230
19231 2014-05-16 Yao Qi <yao@codesourcery.com>
19232
19233 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19234 file1.txt from host at the end.
19235 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19236
19237 2014-05-15 Doug Evans <dje@google.com>
19238
19239 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19240 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19241 loading file. Add test for TU lookup.
19242
19243 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19244
19245 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19246 calling "-exec-arguments" or "set args" before running the
19247 inferior.
19248
19249 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19250
19251 * lib/mi-support.exp (mi_expect_stop): Expect message for
19252 inferiors that exit with non-zero exit code.
19253
19254 2014-05-14 Yao Qi <yao@codesourcery.com>
19255
19256 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19257 match absolute path on remote host.
19258 (test_file_list_exec_source_files): Remove "/" from the
19259 pattern.
19260
19261 2014-05-14 Yao Qi <yao@codesourcery.com>
19262
19263 * boards/local-remote-host-notty.exp (${board}_file): New
19264 proc.
19265
19266 2014-05-07 Kyle McMartin <kyle@redhat.com>
19267
19268 Pushed by Joel Brobecker <brobecker@adacore.com>.
19269 * gdb.arch/aarch64-atomic-inst.c: New file.
19270 * gdb.arch/aarch64-atomic-inst.exp: New file.
19271
19272 2014-05-07 Yao Qi <yao@codesourcery.com>
19273
19274 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19275 in current context" too.
19276
19277 2014-05-05 Keith Seitz <keiths@redhat.com>
19278
19279 * gdb.linespec/ls-dollar.exp: Add test for linespec
19280 file:convenience_variable.
19281
19282 2014-05-05 Yao Qi <yao@codesourcery.com>
19283
19284 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19285 traceframes into tfile and ctf trace files. Read data from
19286 trace file and test collected data.
19287 (gdb_collect_locals_test): Likewise.
19288 (gdb_unavailable_registers_test): Likewise.
19289 (gdb_unavailable_floats): Likewise.
19290 (gdb_collect_globals_test): Likewise.
19291 (top-level): Append "ctf" to trace_file_targets if GDB
19292 supports.
19293
19294 2014-05-05 Yao Qi <yao@codesourcery.com>
19295
19296 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19297 code to ...
19298 (gdb_collect_args_test_1): ... it. New proc.
19299 (gdb_collect_locals_test): Move some code to ...
19300 (gdb_collect_locals_test_1): ... it. New proc.
19301 (gdb_unavailable_registers_test): Move some code to ...
19302 (gdb_unavailable_registers_test_1): ... it. New proc.
19303 (gdb_unavailable_floats): Move some code to ...
19304 (gdb_unavailable_floats_1): ... it. New proc.
19305
19306 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19307
19308 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19309 probes to test for bitness recognition.
19310 * gdb.arch/amd64-stap-optional-prefix.exp
19311 (test_probe_value_without_reg): New procedure.
19312 Add code to test for different kinds of bitness.
19313
19314 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19315
19316 PR breakpoints/16889
19317 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19318 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19319
19320 2014-05-01 Pedro Alves <palves@redhat.com>
19321
19322 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19323 gdb_file_cmd if no file is specified.
19324 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19325 last_loaded_file to set the remote exec-file.
19326
19327 2014-05-01 Pedro Alves <palves@redhat.com>
19328
19329 * boards/local-remote-host.exp: New file.
19330
19331 2014-05-01 Pedro Alves <palves@redhat.com>
19332
19333 * boards/local-remote-host.exp: Rename to ...
19334 * boards/local-remote-host-notty.exp: ... this.
19335
19336 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19337
19338 * gdb.ada/dyn_arrayidx: New testcase.
19339
19340 2014-04-26 Yao Qi <yao@codesourcery.com>
19341
19342 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19343 and compute the length of function main. Save it in
19344 $main_length.
19345 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19346 (top-level): Use gdb_compile to compile objects into
19347 executable and restart GDB. Remove invocation to
19348 prepare_for_testing.
19349
19350 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19351 Pedro Alves <palves@redhat.com>
19352
19353 PR server/16255
19354 * gdb.multi/multi-attach.c: New file.
19355 * gdb.multi/multi-attach.exp: New file.
19356
19357 2014-04-25 Pedro Alves <palves@redhat.com>
19358
19359 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19360 user.
19361 (top level): Test that "set remote conditional-breakpoints-packet
19362 off" works as intended.
19363 * gdb.base/dprintf.exp: Test that "set remote
19364 breakpoint-commands-packet off" works as intended.
19365 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19366 New function.
19367 (top level): Call it.
19368 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19369 remote fast-tracepoints-packet off" works as intended.
19370 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19371 * lib/gdb.exp (gdb_is_target_remote): ... here.
19372
19373 2014-04-24 David Blaikie <dblaikie@gmail.com>
19374
19375 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19376 ensure clang would not discard them.
19377 * gdb.base/gdbvars.c: Ditto.
19378 * gdb.base/memattr.c: Ditto.
19379 * gdb.base/whatis.c: Ditto.
19380 * gdb.python/py-prettyprint.c: Ditto.
19381 * gdb.trace/actions.c: Ditto.
19382 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19383 ensure clang would not discard it.
19384
19385 2014-04-24 David Blaikie <dblaikie@gmail.com>
19386
19387 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19388 clang to emit the full definition of type required by the test
19389 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19390
19391 2014-04-24 David Blaikie <dblaikie@gmail.com>
19392
19393 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19394 coax Clang into emitting the definition of the type.
19395 * gdb.cp/pr10728-x.h (y): Ditto.
19396 * gdb.cp/pr10728-y.cc (y): Ditto.
19397
19398 2014-04-24 David Blaikie <dblaikie@gmail.com>
19399
19400 * gdb.base/label.exp: XFAIL label related tests under Clang.
19401 * gdb.cp/cplabel.exp: Ditto.
19402 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19403 under Clang those using labels.
19404
19405 2014-04-25 Yao Qi <yao@codesourcery.com>
19406
19407 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19408 double_label.
19409 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19410 partial_label and double_label.
19411
19412 2014-04-24 David Blaikie <dblaikie@gmail.com>
19413
19414 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19415
19416 2014-04-24 David Blaikie <dblaikie@gmail.com>
19417
19418 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19419 of the function to work across GCC and Clang.
19420 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19421 pointer types (const void ** const V void **).
19422
19423 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19424 Walfred Tedeschi <walfred.tedeschi@intel.com>
19425
19426 * Makefile.in (EXECUTABLES): Added i386-avx512.
19427 * gdb.arch/i386-avx512.c: New file.
19428 * gdb.arch/i386-avx512.exp: Likewise.
19429
19430 2014-04-23 Keith Seitz <keiths@redhat.com>
19431
19432 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19433 (mi_make_breakpoint_table): New procedure.
19434 (mi_create_breakpoint): Use mi_make_breakpoint
19435 and return the result.
19436 (mi_make_breakpoint): New procedure.
19437 (mi_build_kv_pairs): New procedure.
19438
19439 * gdb.mi/mi-break.exp: Remove unused globals,
19440 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19441 All callers updated.
19442 * gdb.mi/mi-dprintf.exp: Use variable to track command
19443 number.
19444 Update all callers of mi_create_breakpoint and use
19445 mi_make_breakpoint_table.
19446 Remove any unused global variables.
19447 * gdb.mi/mi-nonstop.exp: Likewise.
19448 * gdb.mi/mi-nsintrall.exp: Likewise.
19449 * gdb.mi/mi-nsmoribund.exp: Likewise.
19450 * gdb.mi/mi-nsthrexec.exp: Likewise.
19451 * gdb.mi/mi-reverse.exp: Likewise.
19452 * gdb.mi/mi-simplerun.exp: Likewise.
19453 * gdb.mi/mi-stepn.exp: Likewise.
19454 * gdb.mi/mi-syn-frame.exp: Likewise.
19455 * gdb.mi/mi-until.exp: Likewise.
19456 * gdb.mi/mi-var-cp.exp: Likewise.
19457 * gdb.mi/mi-var-display.exp: Likewise.
19458 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19459 * gdb.mi/mi2-var-child.exp: Likewise.
19460 * gdb.mi/mi-vla-c99.exp: Likewise.
19461 * lib/mi-support.exp: Likewise.
19462
19463 From Ian Lance Taylor <iant@cygnus.com>:
19464 * lib/gdb.exp (parse_args): New procedure.
19465
19466 2014-04-23 Pedro Alves <palves@redhat.com>
19467
19468 * gdb.base/break-unload-file.c: New file.
19469 * gdb.base/break-unload-file.exp: New file.
19470 * gdb.base/sym-file-lib.c (baz): New function.
19471 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19472 field.
19473 (load): Store the segment's mapped size.
19474 (unload): New function.
19475 (unload_shlib): New function.
19476 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19477 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19478 set a breakpoint at baz, and call it.
19479 * gdb.base/sym-file.exp: New tests for stale breakpoint
19480 instructions.
19481
19482 2014-04-23 Pedro Alves <palves@redhat.com>
19483
19484 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19485 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19486 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19487 * gdb.base/hbreak-unmapped.c: New file.
19488 * gdb.base/hbreak-unmapped.exp: New file.
19489 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19490 * lib/gdb.exp (gdb_is_target_remote): ... here.
19491
19492 2014-04-22 Pedro Alves <palves@redhat.com>
19493
19494 * gdb.base/consecutive-step-over.c: New file.
19495 * gdb.base/consecutive-step-over.exp: New file.
19496
19497 2014-04-22 Pedro Alves <palves@redhat.com>
19498
19499 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19500 instead of send_gdb/gdb_expect.
19501
19502 2014-04-22 Yao Qi <yao@codesourcery.com>
19503
19504 * lib/trace-support.exp (generate_tracefile): New procedure.
19505 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19506 return 0.
19507 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19508 if generate_tracefile returns 1.
19509
19510 2014-04-18 Tom Tromey <palves@redhat.com>
19511 Pedro alves <tromey@redhat.com>
19512
19513 PR backtrace/15558
19514 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19515 with a backtrace limit.
19516 * gdb.python/py-frame-inline.exp: Test running to an inline
19517 function with a backtrace limit, and printing the newest frame.
19518 * gdb.python/py-frame-inline.c (main): Call f.
19519
19520 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19521
19522 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19523
19524 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19525
19526 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19527 Drop prefix from unsupported source file path.
19528
19529 2014-04-17 Yao Qi <yao@codesourcery.com>
19530
19531 * lib/gdb.exp (with_target_charset): New proc.
19532 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19533 with_target_charset.
19534 (test_print_strings): Likewise.
19535 (test_repeat_bytes): Likewise.
19536 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19537 for some tests.
19538
19539 2014-04-16 Keith Seitz <keiths@redhat.com>
19540
19541 PR gdb/15827
19542 * gdb.dwarf2/corrupt.c: New file.
19543 * gdb.dwarf2/corrupt.exp: New file.
19544
19545 2014-04-16 Keith Seitz <keiths@redhat.com>
19546
19547 PR c++/16597
19548 * gdb.cp/namelessclass.cc: New file.
19549 * gdb.cp/namelessclass.exp: New file.
19550 * gdb.cp/namelessclass.S: New file.
19551
19552 2014-04-16 Doug Evans <dje@google.com>
19553
19554 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19555 Add comment.
19556 (gdbserver_default_get_comm_port): New function.
19557 (gdbserver_start): Check if board file provided
19558 "gdbserver,get_comm_port" and use it if so.
19559 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19560 (gdb,socketport): Set to "stdio".
19561 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19562 (stdio_gdbserver_template): Delete.
19563 (${board}_get_remote_address): Update.
19564 (${board}_build_remote_cmd): Delete.
19565 (${board}_get_comm_port): New function.
19566 (${board}_spawn): Update.
19567 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19568 Delete.
19569 (${board}_get_remote_address): Update.
19570 (${board}_get_comm_port): New function.
19571
19572 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19573
19574 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19575 appearing in any order.
19576
19577 2014-04-15 Doug Evans <dje@google.com>
19578
19579 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19580 uninitialized value of "description".
19581
19582 2014-04-15 Keith Seitz <keiths@redhat.com>
19583
19584 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19585 Remove unused globals.
19586 (test_running_the_program): Likewise.
19587 (test_controlled_execution): Likewise.
19588 (test_controlling_breakpoints): Likewise.
19589 (test_program_termination): Likewise.
19590
19591 2014-04-15 Keith Seitz <keiths@redhat.com>
19592
19593 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19594 unused globals.
19595 (test_rbreak_creation_and_listing): Likewise.
19596 (test_ignore_count): Likewise.
19597 (test_error): Likewise.
19598
19599 2014-04-15 Pedro Alves <palves@redhat.com>
19600
19601 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19602 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19603 sym-file-loader.c.
19604 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19605 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19606 to sym-file-loader.c.
19607 (struct library): Forward declare.
19608 (load_shlib, lookup_function): Change prototypes.
19609 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19610 (translate_offset): Remove declarations.
19611 (get_text_addr): New declaration.
19612 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19613 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19614 sym-file-loader.h.
19615 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19616 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19617 here from sym-file-loader.h.
19618 (struct library): New structure.
19619 (load_shlib, lookup_function): Change prototypes and adjust to
19620 work with a struct library.
19621 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19622 (translate_offset): Make static.
19623 (get_text_addr): New function.
19624 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19625
19626 2014-04-15 Pedro Alves <palves@redhat.com>
19627
19628 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19629
19630 2014-04-15 Pedro Alves <palves@redhat.com>
19631
19632 * gdb.base/sym-file-loader.c: Include <limits.h>.
19633 (SELF_LINK): New define.
19634 (get_origin): New function.
19635 (load_shlib): Use it.
19636 * gdb.base/sym-file.exp: Don't early return if the target is
19637 remote. Use runto_main, and issue fail is that fails. Use
19638 gdb_load_shlibs.
19639 (shlib_name): Delete.
19640 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19641
19642 2014-04-15 Pedro Alves <palves@redhat.com>
19643
19644 * gdb.base/sym-file.exp: Remove regex characters from test
19645 message. Don't refer to breakpoint numbers in test messages.
19646
19647 2014-04-14 Keith Seitz <keiths@redhat.com>
19648
19649 PR c++/16253
19650 * gdb.cp/var-tag.cc: New file.
19651 * gdb.cp/var-tag.exp: New file.
19652 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19653 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19654 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19655 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19656
19657 2014-04-14 Tom Tromey <tromey@redhat.com>
19658
19659 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19660 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19661 type.
19662 * gdb.cp/enum-class.exp: New file.
19663 * gdb.cp/enum-class.cc: New file.
19664
19665 2014-04-14 Tom Tromey <tromey@redhat.com>
19666
19667 * gdb.dwarf2/enum-type.exp: New file.
19668
19669 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19670
19671 * gdb.mi/mi-vla-c99.exp: New file.
19672 * gdb.mi/vla.c: New file.
19673
19674 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19675
19676 * gdb.base/vla-datatypes.c: New file.
19677 * gdb.base/vla-datatypes.exp: New file.
19678
19679 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19680
19681 * gdb.base/vla-ptr.c: New file.
19682 * gdb.base/vla-ptr.exp: New file.
19683
19684 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19685
19686 * gdb.dwarf2/count.exp: New file.
19687
19688 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19689
19690 * gdb.base/vla-sideeffect.c: New file.
19691 * gdb.base/vla-sideeffect.exp: New file.
19692
19693 2014-04-14 David Blaikie <dblaikie@gmail.com>
19694
19695 * gdb.mi/non-stop.c: Add return value for non-void function return
19696 statement.
19697 * gdb.threads/staticthreads.c: Ditto.
19698
19699 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19700 Doug Evans <xdje42@gmail.com>
19701
19702 * gdb.guile/scm-value.c: Improve test case.
19703 * gdb.guile/scm-value.exp: Add new test.
19704
19705 2014-04-11 David Blaikie <dblaikie@gmail.com>
19706
19707 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19708 override Clang's default.
19709
19710 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19711
19712 Revert the following changes (regressions):
19713
19714 * gdb.base/vla-sideeffect.c: New file.
19715 * gdb.base/vla-sideeffect.exp: New file.
19716
19717 * gdb.dwarf2/count.exp: New file.
19718
19719 * gdb.base/vla-multi.c: New file.
19720 * gdb.base/vla-multi.exp: New file.
19721
19722 * gdb.base/vla-ptr.c: New file.
19723 * gdb.base/vla-ptr.exp: New file.
19724
19725 * gdb.base/vla-datatypes.c: New file.
19726 * gdb.base/vla-datatypes.exp: New file.
19727
19728 * gdb.mi/mi-vla-c99.exp: New file.
19729 * gdb.mi/vla.c: New file.
19730
19731 2014-04-11 Keith Seitz <keiths@redhat.com>
19732
19733 PR c++/16675
19734 * gdb.cp/cpsizeof.exp: New file.
19735 * gdb.cp/cpsizeof.cc: New file.
19736
19737 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19738
19739 * gdb.mi/mi-vla-c99.exp: New file.
19740 * gdb.mi/vla.c: New file.
19741
19742 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19743
19744 * gdb.base/vla-datatypes.c: New file.
19745 * gdb.base/vla-datatypes.exp: New file.
19746
19747 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19748
19749 * gdb.base/vla-ptr.c: New file.
19750 * gdb.base/vla-ptr.exp: New file.
19751
19752 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19753
19754 * gdb.base/vla-multi.c: New file.
19755 * gdb.base/vla-multi.exp: New file.
19756
19757 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19758
19759 * gdb.dwarf2/count.exp: New file.
19760
19761 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19762
19763 * gdb.base/vla-sideeffect.c: New file.
19764 * gdb.base/vla-sideeffect.exp: New file.
19765
19766 2014-04-11 Yao Qi <yao@codesourcery.com>
19767
19768 * gdb.base/completion.exp: Check file exists before running tests
19769 on file completion.
19770
19771 2014-04-10 Pedro Alves <palves@redhat.com>
19772
19773 * gdb.base/cond-eval-mode.c: New file.
19774 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19775 prepare_for_testing to build the new file. Check result of
19776 runto_main.
19777 (test_break, test_watch): New procedures.
19778 (top level): Use them.
19779
19780 2014-04-08 Pierre Muller <muller@sourceware.org>
19781
19782 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19783 Ctrl-V use for mingw hosts.
19784
19785 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19786
19787 * gdb.python/py-value.c: Improve test case.
19788 * gdb.python/py-value.exp: Add new test.
19789
19790 2014-04-07 David Blaikie <dblaikie@gmail.com>
19791
19792 * lib/compiler.c: Identify the clang compiler.
19793 * lib/compiler.cc: Ditto.
19794
19795 2014-04-03 Yao Qi <yao@codesourcery.com>
19796
19797 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19798
19799 2014-04-01 Anton Blanchard <anton@samba.org>
19800
19801 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19802 messages unique.
19803
19804 2014-04-01 Anton Blanchard <anton@samba.org>
19805
19806 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19807 prepare_for_testing.
19808
19809 2014-04-01 Anton Blanchard <anton@samba.org>
19810
19811 * gdb.arch/ppc64-atomic-inst.c: Remove.
19812 * gdb.arch/ppc64-atomic-inst.S: New file.
19813 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19814
19815 2014-03-31 Doug Evans <dje@google.com>
19816
19817 * gdb.base/print-symbol-loading-lib.c: New file.
19818 * gdb.base/print-symbol-loading-main.c: New file.
19819 * gdb.base/print-symbol-loading.exp: New file.
19820
19821 2014-03-31 Yao Qi <yao@codesourcery.com>
19822
19823 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19824
19825 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19826
19827 * gdb.ada/mi_dyn_arr: New testcase.
19828
19829 2014-03-27 Doug Evans <dje@google.com>
19830
19831 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19832
19833 2014-03-27 Yao Qi <yao@codesourcery.com>
19834
19835 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19836 if target is nios2-*-*.
19837
19838 2014-03-26 Yao Qi <yao@codesourcery.com>
19839
19840 * lib/gdb.exp (readline_is_used): New proc.
19841 * gdb.base/completion.exp: Move tests on command complete up.
19842 Skip the rest of tests if readline is not used.
19843 * gdb.ada/complete.exp: Skp the test if readline is not
19844 used.
19845 * gdb.base/filesym.exp: Likewise.
19846 * gdb.base/macscp.exp: Likewise.
19847 * gdb.base/readline-ask.exp: Likewise.
19848 * gdb.base/readline.exp: Likewise.
19849 * gdb.python/py-cmd.exp: Likewise.
19850 * gdb.trace/tfile.exp: Likewise.
19851
19852 2014-03-26 Yao Qi <yao@codesourcery.com>
19853
19854 * gdb.base/macscp.exp: Fix code format issues.
19855
19856 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19857
19858 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19859 * gdb.asm/powerpc64le.inc: New file.
19860
19861 2014-03-25 Pedro Alves <palves@redhat.com>
19862 Doug Evans <dje@google.com>
19863
19864 * gdb.base/source-execution.c: New file.
19865 * gdb.base/source-execution.exp: New file.
19866 * gdb.base/source-execution.gdb: New file.
19867
19868 2014-03-24 Doug Evans <dje@google.com>
19869
19870 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19871 using fission.
19872
19873 2014-03-24 Hui Zhu <hui@codesourcery.com>
19874 Pedro Alves <palves@redhat.com>
19875
19876 PR breakpoints/16101
19877 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19878 test pass/fail messages. Detect missing support for dprintf when
19879 breakpoints are actually inserted.
19880 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19881 breakpoints are actually inserted.
19882 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19883 fails.
19884
19885 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19886
19887 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19888
19889 2014-03-22 Doug Evans <xdje42@gmail.com>
19890
19891 * gdb.python/python.exp (python not supported): Verify multi-line
19892 python command issues an error.
19893 * gdb.guile/guile.exp (guile not supported): Verify multi-line
19894 guile command issues an error.
19895
19896 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19897
19898 * gdb.threads/thread-specific.exp: Handle the lack of usable
19899 $this_breakpoint and $this_thread.
19900
19901 2014-03-21 Hui Zhu <hui@codesourcery.com>
19902
19903 * gdb.base/attach.exp (do_command_attach_tests): New.
19904
19905 2014-03-20 Tom Tromey <tromey@redhat.com>
19906 Pedro Alves <palves@redhat.com>
19907
19908 PR cli/15718
19909 * gdb.base/condbreak-call-false.c: New file.
19910 * gdb.base/condbreak-call-false.exp: New file.
19911
19912 2014-03-20 Pedro Alves <palves@redhat.com>
19913
19914 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
19915 Delete.
19916 (block_signals, unblock_signals): Delete.
19917 (child_function_2, main): Remove references to deleted variable
19918 and functions.
19919
19920 2014-03-20 Pedro Alves <palves@redhat.com>
19921
19922 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
19923 Use pthread_kill to signal thread 2.
19924 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19925 Adjust to make the test send itself a signal rather than using the
19926 host's "kill" command.
19927
19928 2014-03-20 Pedro Alves <palves@redhat.com>
19929
19930 * gdb.threads/multiple-step-overs.c: New file.
19931 * gdb.threads/multiple-step-overs.exp: New file.
19932 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
19933 Adjust expected infrun debug output.
19934
19935 2014-03-20 Pedro Alves <palves@redhat.com>
19936
19937 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19938 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
19939
19940 2014-03-20 Pedro Alves <palves@redhat.com>
19941
19942 PR breakpoints/7143
19943 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
19944 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
19945 of gdb_test_multiple.
19946 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
19947 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
19948
19949 2014-03-20 Pedro Alves <palves@redhat.com>
19950
19951 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
19952 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19953
19954 2014-03-19 Pedro Alves <palves@redhat.com>
19955
19956 * gdb.base/async.exp: Remove early return.
19957
19958 2014-03-19 Pedro Alves <palves@redhat.com>
19959
19960 * gdb.base/async.exp (step& tests): Pass explicit test messages.
19961
19962 2014-03-19 Pedro Alves <palves@redhat.com>
19963
19964 * gdb.base/async.exp (test_background): Expect \r\n after
19965 "completed." in the fail pattern.
19966
19967 2014-03-19 Pedro Alves <palves@redhat.com>
19968
19969 * gdb.base/async.exp (test_background): New procedure.
19970 Use it for all background execution command tests.
19971
19972 2014-03-19 Pedro Alves <palves@redhat.com>
19973
19974 * gdb.base/async.exp: Use prepare_for_testing.
19975
19976 2014-03-19 Pedro Alves <palves@redhat.com>
19977
19978 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
19979 the same line.
19980
19981 2014-03-19 Pedro Alves <palves@redhat.com>
19982
19983 * gdb.base/async.c (main): Add "jump here" and "until here" line
19984 marker comments.
19985 * gdb.base/async.exp (jump_here): New global.
19986 (jump& test): Use it.
19987 (until_here): New global.
19988 (until& test): Use it.
19989
19990 2014-03-19 Pedro Alves <palves@redhat.com>
19991
19992 * gdb.base/async.exp: Don't frob gdb_protocol.
19993
19994 2014-03-18 Doug Evans <xdje42@gmail.com>
19995
19996 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
19997 Fix spelling of exec-done-display.
19998
19999 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20000
20001 PR gdb/15358
20002 * gdb.base/gdb-sigterm.c: New file.
20003 * gdb.base/gdb-sigterm.exp: New file.
20004
20005 2014-03-18 Pedro Alves <palves@redhat.com>
20006
20007 PR gdb/13860
20008 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20009 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20010 solib-event.
20011
20012 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20013
20014 * gdb.ada/pckd_arr_ren: New testcase.
20015
20016 2014-03-13 Doug Evans <xdje42@gmail.com>
20017
20018 PR guile/16612
20019 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20020 collect after discarding symbols.
20021
20022 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20023 Doug Evans <xdje42@gmail.com>
20024
20025 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20026 to history survives a gc.
20027
20028 2014-03-13 Pedro Alves <palves@redhat.com>
20029
20030 * gdb.base/default.exp: Don't test "target procfs".
20031
20032 2014-03-13 Pedro Alves <palves@redhat.com>
20033
20034 * gdb.base/default.exp: Update "target child" and "target procfs"
20035 tests to not expect "Unix".
20036
20037 2014-03-12 Tom Tromey <tromey@redhat.com>
20038
20039 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20040 New procs. Add target-async tests.
20041 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20042 Add target-async tests.
20043
20044 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20045
20046 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20047 'func_start' and 'func_end' for the beginning and end of the
20048 function code, respectively.
20049 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20050 'func_end' instead of 'func' and 'main'.
20051
20052 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20053
20054 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20055 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20056 generate the debug info assembler source.
20057
20058 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20059
20060 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20061 * gdb.dwarf2/arr-subrange.exp: Likewise.
20062 * gdb.dwarf2/dwz.exp: Likewise.
20063 * gdb.dwarf2/method-ptr.exp: Likewise.
20064 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20065 * gdb.dwarf2/subrange.exp: Likewise.
20066 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20067 * gdb.dwarf2/implptrpiece.exp: Likewise.
20068 * gdb.dwarf2/nostaticblock.exp: Likewise.
20069
20070 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20071
20072 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20073 directory to absolute path name arguments.
20074
20075 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20076
20077 * gdb.ada/tagged_access: New testcase.
20078
20079 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20080
20081 * gdb.btrace/data.exp: Update expected output.
20082
20083 2014-03-06 Yao Qi <yao@codesourcery.com>
20084
20085 * gdb.trace/pr16508.exp: New file.
20086
20087 2014-03-05 Pedro Alves <palves@redhat.com>
20088
20089 PR gdb/16575
20090 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20091 procedure.
20092 (top level): Adjust to use it. Add tests that exercise breakpoint
20093 interaction with the code-cache.
20094
20095 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20096
20097 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20098 test for 'history-append!'.
20099
20100 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20101
20102 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20103 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20104 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20105 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20106 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20107 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20108
20109 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20110
20111 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20112 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20113 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20114
20115 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20116
20117 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20118
20119 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20120
20121 * gdb.dwarf2/arr-stride.c: New file.
20122 * gdb.dwarf2/arr-stride.exp: New file.
20123
20124 2014-02-26 Pedro Alves <palves@redhat.com>
20125
20126 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20127 that won't ever trigger. Make sure that GDB reports the correct
20128 breakpoint that caused the stop.
20129
20130 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20131
20132 PR gdb/16626
20133 * gdb.base/auto-load-script: New file.
20134 * gdb.base/auto-load.c: New file.
20135 * gdb.base/auto-load.exp: New file.
20136
20137 PR gdb/16626
20138 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20139
20140 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20141
20142 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20143 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20144
20145 2014-02-24 Doug Evans <dje@google.com>
20146
20147 * lib/gdb.exp (run_on_host): Log error output if program fails.
20148
20149 2014-02-21 Pedro Alves <palves@redhat.com>
20150
20151 * gdb.threads/step-after-sr-lock.c: Rename to ...
20152 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20153 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20154 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20155 ... this.
20156
20157 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20158
20159 PR tdep/16397
20160 * gdb.arch/amd64-stap-special-operands.exp: New file.
20161 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20162 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20163 * gdb.arch/amd64-stap-triplet.S: Likewise.
20164 * gdb.arch/amd64-stap-triplet.c: Likewise.
20165
20166 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20167
20168 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20169 in .section pseudo-op.
20170
20171 2014-02-20 lin zuojian <manjian2006@gmail.com>
20172 Joel Brobecker <brobecker@adacore.com>
20173 Doug Evans <xdje42@gmail.com>
20174
20175 PR symtab/16581
20176 * gdb.dwarf2/dw2-icycle.S: New file.
20177 * gdb.dwarf2/dw2-icycle.c: New file.
20178 * gdb.dwarf2/dw2-icycle.exp: New file.
20179
20180 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20181
20182 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20183 operations on gdb.Value objects.
20184 * gdb.python/py-value-cc.exp: Add new test to test operations on
20185 gdb.Value objects.
20186
20187 2014-02-18 Doug Evans <dje@google.com>
20188
20189 * Makefile.in (TESTS): New variable.
20190 (expanded_tests, expanded_tests_or_none): New variables
20191 (check-single): Pass $(expanded_tests_or_none) to runtest.
20192 (check-parallel): Only run tests in $(TESTS) if non-empty.
20193 (check/no-matching-tests-found): New rule.
20194 * README: Document TESTS makefile variable.
20195
20196 2014-02-18 Doug Evans <dje@google.com>
20197
20198 * Makefile.in (check-parallel): rm -rf outputs temp.
20199
20200 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20201
20202 Fix "ERROR: no fileid for" in the testsuite.
20203 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20204
20205 2014-02-12 Doug Evans <dje@google.com>
20206
20207 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20208 (MISCELLANEOUS): New variable.
20209 (clean): rm -rf $(MISCELLANEOUS).
20210 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20211 dwp live in the same directory as symlinks, with each symlink pointed
20212 to a differently named file in a different directory.
20213
20214 2014-02-11 Doug Evans <dje@google.com>
20215
20216 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20217 of Tcl file commands.
20218
20219 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20220
20221 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20222 "kill -SIGUSR1 -1".
20223
20224 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20225
20226 * gdb.ada/tick_length_array_enum_idx: New testcase.
20227
20228 2014-02-10 Doug Evans <xdje42@gmail.com>
20229
20230 * configure.ac (AC_OUTPUT): Add gdb.guile.
20231 * configure: Regenerate.
20232 * lib/gdb-guile.exp: New file.
20233 * lib/gdb.exp (get_target_charset): New function.
20234 * gdb.base/help.exp: Update expected output from "apropos apropos".
20235 * gdb.guile/Makefile.in: New file.
20236 * gdb.guile/guile.exp: New file.
20237 * gdb.guile/scm-arch.c: New file.
20238 * gdb.guile/scm-arch.exp: New file.
20239 * gdb.guile/scm-block.c: New file.
20240 * gdb.guile/scm-block.exp: New file.
20241 * gdb.guile/scm-breakpoint.c: New file.
20242 * gdb.guile/scm-breakpoint.exp: New file.
20243 * gdb.guile/scm-disasm.c: New file.
20244 * gdb.guile/scm-disasm.exp: New file.
20245 * gdb.guile/scm-equal.c: New file.
20246 * gdb.guile/scm-equal.exp: New file.
20247 * gdb.guile/scm-error.exp: New file.
20248 * gdb.guile/scm-error.scm: New file.
20249 * gdb.guile/scm-frame-args.c: New file.
20250 * gdb.guile/scm-frame-args.exp: New file.
20251 * gdb.guile/scm-frame-args.scm: New file.
20252 * gdb.guile/scm-frame-inline.c: New file.
20253 * gdb.guile/scm-frame-inline.exp: New file.
20254 * gdb.guile/scm-frame.c: New file.
20255 * gdb.guile/scm-frame.exp: New file.
20256 * gdb.guile/scm-generics.exp: New file.
20257 * gdb.guile/scm-gsmob.exp: New file.
20258 * gdb.guile/scm-iterator.c: New file.
20259 * gdb.guile/scm-iterator.exp: New file.
20260 * gdb.guile/scm-math.c: New file.
20261 * gdb.guile/scm-math.exp: New file.
20262 * gdb.guile/scm-objfile-script-gdb.in: New file.
20263 * gdb.guile/scm-objfile-script.c: New file.
20264 * gdb.guile/scm-objfile-script.exp: New file.
20265 * gdb.guile/scm-objfile.c: New file.
20266 * gdb.guile/scm-objfile.exp: New file.
20267 * gdb.guile/scm-ports.exp: New file.
20268 * gdb.guile/scm-pretty-print.c: New file.
20269 * gdb.guile/scm-pretty-print.exp: New file.
20270 * gdb.guile/scm-pretty-print.scm: New file.
20271 * gdb.guile/scm-section-script.c: New file.
20272 * gdb.guile/scm-section-script.exp: New file.
20273 * gdb.guile/scm-section-script.scm: New file.
20274 * gdb.guile/scm-symbol.c: New file.
20275 * gdb.guile/scm-symbol.exp: New file.
20276 * gdb.guile/scm-symtab-2.c: New file.
20277 * gdb.guile/scm-symtab.c: New file.
20278 * gdb.guile/scm-symtab.exp: New file.
20279 * gdb.guile/scm-type.c: New file.
20280 * gdb.guile/scm-type.exp: New file.
20281 * gdb.guile/scm-value-cc.cc: New file.
20282 * gdb.guile/scm-value-cc.exp: New file.
20283 * gdb.guile/scm-value.c: New file.
20284 * gdb.guile/scm-value.exp: New file.
20285 * gdb.guile/source2.scm: New file.
20286 * gdb.guile/types-module.cc: New file.
20287 * gdb.guile/types-module.exp: New file.
20288
20289 2014-02-10 Yao Qi <yao@codesourcery.com>
20290
20291 PR testsuite/16543
20292 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20293 * configure: Regenerated.
20294 * Makefile.in: New file.
20295
20296 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20297
20298 * gdb.python/py-framefilter.exp: Fix typo.
20299
20300 2014-02-08 Yao Qi <yao@codesourcery.com>
20301
20302 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20303 that no =breakpoint-modified is emitted when breakpoints are
20304 modified through MI commands.
20305
20306 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20307 Pedro Alves <palves@redhat.com>
20308
20309 * gdb.threads/step-after-sr-lock.c: New file.
20310 * gdb.threads/step-after-sr-lock.exp: New file.
20311
20312 2014-02-07 Pedro Alves <palves@redhat.com>
20313
20314 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20315
20316 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20317
20318 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20319 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20320
20321 2014-02-06 Doug Evans <xdje42@gmail.com>
20322
20323 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20324 output.
20325
20326 * gdb.gdb/python-interrupts.exp: New file.
20327
20328 2014-02-05 Yao Qi <yao@codesourcery.com>
20329
20330 * gdb.trace/report.exp (use_collected_data): Test the output
20331 of "info threads" and "info inferiors".
20332
20333 2014-02-05 Yao Qi <yao@codesourcery.com>
20334
20335 Revert this patch:
20336
20337 2013-05-24 Yao Qi <yao@codesourcery.com>
20338
20339 * gdb.trace/tfile.exp: Test inferior and thread.
20340
20341 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20342
20343 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20344 on a function.
20345 * gdb.base/step-bt.c: Call hello via function pointer to make
20346 sure its first instruction is executed on powerpc64le-linux.
20347
20348 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20349
20350 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20351
20352 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20353
20354 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20355 of the test patterns for use on little-endian systems.
20356
20357 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20358
20359 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20360 (decimal_vector): Fix for little-endian.
20361
20362 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20363
20364 * gdb.arch/sparc-sysstep.exp: New file.
20365 * gdb.arch/sparc-sysstep.c: Likewise.
20366
20367 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20368
20369 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20370
20371 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20372
20373 2014-01-23 Tom Tromey <tromey@redhat.com>
20374
20375 * gdb.ada/array_char_idx: New testcase.
20376
20377 2014-01-23 Tom Tromey <tromey@redhat.com>
20378
20379 PR python/16487:
20380 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20381 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20382 classes.
20383
20384 2014-01-23 Tom Tromey <tromey@redhat.com>
20385
20386 PR python/16491:
20387 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20388 string from an inferior frame.
20389 * gdb.python/py-framefilter-mi.exp: Update.
20390
20391 2014-01-22 Doug Evans <dje@google.com>
20392
20393 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20394
20395 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20396
20397 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20398
20399 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20400
20401 * gdb.trace/entry-values.exp: Remove excess space character from
20402 regex patterns. Handle s390 call instruction.
20403
20404 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20405
20406 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20407 define "*_start" label. Make "name" static.
20408 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20409 ${name} by references to ${name}_start.
20410
20411 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20412
20413 * gdb.base/info-macros.exp: Remove "debug" from the compile
20414 options.
20415
20416 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20417
20418 * gdb.dlang/demangle.exp: New file.
20419
20420 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20421
20422 * gdb.dlang/primitive-types.exp: New file.
20423
20424 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20425
20426 * configure.ac: Create gdb.dlang/Makefile.
20427 * configure: Regenerate.
20428 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20429 * gdb.dlang/Makefile.in: New file.
20430 * lib/d-support.exp: New file.
20431 * lib/gdb.exp (skip_d_tests): New proc.
20432
20433 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20434
20435 * gdb.btrace/delta.exp: Check reverse stepi.
20436 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20437 * gdb.btrace/finish.exp: New.
20438 * gdb.btrace/next.exp: New.
20439 * gdb.btrace/nexti.exp: New.
20440 * gdb.btrace/record_goto.c: Add comments.
20441 * gdb.btrace/step.exp: New.
20442 * gdb.btrace/stepi.exp: New.
20443 * gdb.btrace/multi-thread-step.c: New.
20444 * gdb.btrace/multi-thread-step.exp: New.
20445 * gdb.btrace/rn-dl-bind.c: New.
20446 * gdb.btrace/rn-dl-bind.exp: New.
20447 * gdb.btrace/data.c: New.
20448 * gdb.btrace/data.exp: New.
20449 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20450
20451 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20452
20453 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20454 * gdb.btrace/exception.exp: Update.
20455 * gdb.btrace/instruction_history.exp: Update.
20456 * gdb.btrace/record_goto.exp: Update.
20457 * gdb.btrace/tailcall.exp: Update.
20458 * gdb.btrace/unknown_functions.exp: Update.
20459 * gdb.btrace/delta.exp: New.
20460
20461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20462
20463 * gdb.btrace/record_goto.exp: Add backtrace test.
20464 * gdb.btrace/tailcall.exp: Add backtrace test.
20465
20466 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20467
20468 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20469 * gdb.btrace/record_goto.c: New.
20470 * gdb.btrace/record_goto.exp: New.
20471 * gdb.btrace/x86-record_goto.S: New.
20472
20473 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20474
20475 * gdb.btrace/function_call_history.exp: Update tests.
20476 * gdb.btrace/instruction_history.exp: Update tests.
20477
20478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20479
20480 * gdb.btrace/function_call_history.exp: Fix expected field
20481 order for "record function-call-history".
20482 Add new tests for "record function-call-history /c".
20483 * gdb.btrace/exception.cc: New.
20484 * gdb.btrace/exception.exp: New.
20485 * gdb.btrace/tailcall.exp: New.
20486 * gdb.btrace/x86-tailcall.S: New.
20487 * gdb.btrace/x86-tailcall.c: New.
20488 * gdb.btrace/unknown_functions.c: New.
20489 * gdb.btrace/unknown_functions.exp: New.
20490 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20491
20492 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20493
20494 * gdb.btrace/instruction_history.exp: Update.
20495 * gdb.btrace/function_call_history.exp: Update.
20496
20497 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20498
20499 * gdb.btrace/function_call_history.exp: Fix expected function
20500 trace.
20501 * gdb.btrace/instruction_history.exp: Initialize traced.
20502 Remove traced_functions.
20503
20504 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20505
20506 * gdb.btrace/function_call_history.exp: Update
20507 * gdb.btrace/instruction_history.exp: Update.
20508
20509 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20510
20511 * gdb.btrace/enable.exp: Update expected text.
20512
20513 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20514
20515 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20516 bytes.
20517
20518 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20519
20520 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20521
20522 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20523
20524 * lib/gdb.exp (supports_process_record): Return true for
20525 arm*-linux*. (supports_reverse): Likewise.
20526
20527 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20528
20529 PR python/15464
20530 PR python/16113
20531 * gdb.python/py-type.c: Enhance test case.
20532 * gdb.python/py-value-cc.cc: Likewise
20533 * gdb.python/py-type.exp: Add new tests.
20534 * gdb.python/py-value-cc.exp: Likewise
20535
20536 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20537 Pedro Alves <palves@redhat.com>
20538
20539 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20540 Make "name" extern.
20541 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20542 references to ${name}_start by references to ${name}.
20543
20544 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20545
20546 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20547
20548 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20549
20550 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20551
20552 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20553 Pedro Alves <palves@redhat.com>
20554
20555 * gdb.mi/mi-info-os.exp: Connect to the target with
20556 mi_gdb_target_load.
20557
20558 2014-01-08 Pedro Alves <palves@redhat.com>
20559
20560 * gdb.threads/reconnect-signal.c: New file.
20561 * gdb.threads/reconnect-signal.exp: New file.
20562
20563 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20564
20565 * gdb.base/source-dir.exp: New file.
20566
20567 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20568
20569 * gdb.ada/mi_interface: New testcase.
20570
20571 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20572
20573 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20574 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20575 gdb.ada/pp-rec-component/pck.ads: New files.
20576
20577 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20578
20579 * gdb.python/py-pp-integral.c: New file.
20580 * gdb.python/py-pp-integral.py: New file.
20581 * gdb.python/py-pp-integral.exp: New file.
20582
20583 For older changes see ChangeLog-1993-2013.
20584 \f
20585 ;; Local Variables:
20586 ;; mode: change-log
20587 ;; left-margin: 8
20588 ;; fill-column: 74
20589 ;; version-control: never
20590 ;; End:
20591
20592 Copyright 2014-2020 Free Software Foundation, Inc.
20593 Copying and distribution of this file, with or without modification,
20594 are permitted provided the copyright notice and this notice are preserved.
This page took 0.444696 seconds and 3 git commands to generate.